summaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* Add check for C99 compliant (v)snprintf function.Todd C. Miller2013-11-191-0/+3
* Allow sudo to compile without variadic macro support in cpp.Todd C. Miller2013-11-181-0/+3
* Fixes for building under Tru64; from Daniel Richard G.Todd C. Miller2013-11-171-0/+3
* Regen with autoconf 2.69Todd C. Miller2013-11-131-0/+5
* Rename configure.in -> configure.acTodd C. Miller2013-11-131-1/+1
* From Daniel Richard G. (bug #622)Todd C. Miller2013-11-131-2/+5
* Add support for libevent-style timed events. Adding a timed eventTodd C. Miller2013-10-281-3/+0
* Simple event subsystem that uses poll() or select(). Basically aTodd C. Miller2013-10-121-0/+3
* Add configure checks for the exec functions we will dummy out. ThisTodd C. Miller2013-08-211-0/+84
* Fix installation of sudo_noexec on Mac OS X.Todd C. Miller2013-08-201-0/+3
* Don't redefine opterr, optind, optopt, optarg in getopt_long.c.Todd C. Miller2013-08-161-0/+3
* Add atoid() function to convert a string to an id_t (uid, gid orTodd C. Miller2013-08-071-0/+3
* Implement memset_s() and use it instead of zero_bytes().Todd C. Miller2013-08-031-0/+9
* Use getopt_long() so we can make the -h flag take an optional argument.Todd C. Miller2013-07-171-0/+3
* Use time(&now) instead of now = time(NULL) when storing the currentTodd C. Miller2013-04-231-0/+3
* For big endian architectures just use memcpy() instead of BE macrosTodd C. Miller2013-04-151-0/+9
* Initial implementation of checksum support in sudoers.Todd C. Miller2013-04-141-0/+9
* Cosmetic fixes in the comments.Todd C. Miller2013-04-031-15/+15
* regenTodd C. Miller2013-04-021-3/+0
* Move SET/CLR/ISSET from config.h.in to missing.hTodd C. Miller2013-04-011-8/+0
* Remove some pre-ANSI cruft.Todd C. Miller2013-03-291-9/+0
* Fix a typo in a comment and make sure we don't mistakenly includeTodd C. Miller2013-03-211-1/+1
* Use pstat() on HP-UX to determine the tty device.Todd C. Miller2013-02-281-0/+3
* Use nss_search() to implement getgrouplist() where available. TestedTodd C. Miller2013-01-221-3/+18
* Use _getgroupsbymember() on Solaris to get the groups list. FixesTodd C. Miller2013-01-181-0/+3
* #unifdef HAVE_SETLOCALE, it is C89 so no need to check for it.Todd C. Miller2012-11-121-3/+0
* Add os-specific initialization functions for solaris (workaroundTodd C. Miller2012-11-111-0/+3
* Replace strsigname() with sig2str(), emulating it as needed.Todd C. Miller2012-08-291-3/+3
* Use fseeko() for legacy utmp handling if available.Todd C. Miller2012-08-291-0/+3
* Detect sys_sigabbrev[] and use it in place of sys_signame[] ifTodd C. Miller2012-08-281-0/+7
* Use strsigname() to print signal names in the debug output.Todd C. Miller2012-08-261-0/+18
* Add support for ldaps using Tivoli LDAP libraries.Todd C. Miller2012-06-291-0/+3
* Older versions of Solaris lack ngettext()Todd C. Miller2012-06-181-0/+3
* The visibility attribute was actually added in gcc 3.3.x, not 4.0.Todd C. Miller2012-06-131-0/+3
* No longer throw an error if sudoers is a symbolic link. DeprecatedTodd C. Miller2012-05-211-7/+0
* Use AC_HEADER_MAJOR to determine where major/minor are defined.Todd C. Miller2012-04-161-3/+8
* Include sys/mkdev.h if present instead of sys/sysmacros.h forTodd C. Miller2012-04-161-0/+3
* If struct dirent has d_type, use it to avoid an extra stat().Todd C. Miller2012-04-131-0/+3
* Rototill code to determine the tty. For Linux, we now look up theTodd C. Miller2012-04-111-0/+3
* Check for SVR4-style struct psinfo.pr_ttydev and use that to determineTodd C. Miller2012-04-101-0/+9
* Do not use GLOB_BRACE or GLOB_TILDE flags to glob()--we want theTodd C. Miller2012-04-081-3/+0
* Add execvpe(), exect(), posix_spawn() and posix_spawnp() wrappersTodd C. Miller2012-03-301-0/+3
* Fix compiler warnings on some platforms and provide a better methodTodd C. Miller2012-03-291-0/+9
* Add check for pam_getenvlist()Todd C. Miller2012-03-141-0/+3
* Initial cut at a hooks implementation. The plugin can registerTodd C. Miller2012-03-071-0/+3
* Prefer KERN_PROC2 over KERN_PROC. Fixes compilation on some versionsTodd C. Miller2012-02-281-0/+3
* Check for LD_PRELOAD variants in configure instead of checkign cppTodd C. Miller2012-02-211-0/+13
* Make a copy of the struct passwd in exec_setup() to make sure nothingTodd C. Miller2012-02-061-0/+3
* Use AC_HEADER_STDBOOL instead of checking for stdbool.h ourselves.Todd C. Miller2012-01-301-1/+4
* Remove obsolete template for HAVE_TIMESPECTodd C. Miller2012-01-121-3/+0