summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded AC_CANONICAL_TARGET; from Diego E. 'Flameeyes'Todd C. Miller2009-02-231-62/+10
* Add test for unsetenv() on AIX, it is only available in AIX >= 5.2.Todd C. Miller2009-01-281-0/+94
* Use HAVE_SIA_SES_INIT instead of HAVE_SIA for Digital UNIXTodd C. Miller2008-12-021-6/+0
* correctly enable SIA on Digital UNIXTodd C. Miller2008-11-261-0/+4
* Newer heimdal has 2-argument krb5_get_init_creds_opt_free() like MIT krb5.Todd C. Miller2008-10-231-1/+73
* Replace the double fork with a fork + daemonize.Todd C. Miller2008-06-221-1/+2
* Fix configure test for dirfd() on Linux where DIR is opaque.Todd C. Miller2008-06-201-1/+1
* Redo the test for dgettext() in a way that hopefully will work aroundTodd C. Miller2008-05-181-60/+13
* There was a missing space before the ldap libs in SUDO_LIBS forTodd C. Miller2008-04-101-1/+1
* Back out AIX-specific change to set the sudo_noexec path to the .aTodd C. Miller2008-03-231-17/+15
* AIX shared libs end in .a, not .so.Todd C. Miller2008-03-141-0/+6
* Update to libtool-1.5.26Todd C. Miller2008-03-081-50/+390
* fix setting of mandirTodd C. Miller2008-02-191-10/+14
* Substitute in comment characters for lines partaining to login.conf,Todd C. Miller2008-02-191-15/+28
* Treat k*bsd*-gnu like Linux, not BSD.Todd C. Miller2008-02-151-1/+1
* Backport support for SELinux RBAC from HEAD. Sudoers entries may specify aTodd C. Miller2008-02-091-17/+55
* ldap_ssl.h depends on ldap.h being included firstTodd C. Miller2008-01-211-88/+6
* Include ldap_ssl.h if we can find it. Needed for the ldapssl_set_strengthTodd C. Miller2008-01-211-2/+3
* include <mps/ldap_ssl.h> in ldap.c if availableTodd C. Miller2008-01-171-0/+140
* Do not add -llber twiceTodd C. Miller2008-01-151-5/+4
* Fix check that determines whether -llber is required.Todd C. Miller2008-01-131-1/+8
* For netscape-based LDAP, use ldapssl_set_strength() to implementTodd C. Miller2008-01-131-1/+2
* Add check for ber_set_option() in -llberTodd C. Miller2008-01-091-1/+85
* add check for st__tim in struct stat as used by SCOTodd C. Miller2008-01-021-0/+102
* Use ldapssl_init() for ldaps support instead of tryingTodd C. Miller2007-12-191-1/+1
* Backport support for "ssl on" in both netscape and openldap flavors.Todd C. Miller2007-12-171-1/+2
* fix typoTodd C. Miller2007-12-171-1/+1
* some operating systems need to link with -lkrb5support when using krb5Todd C. Miller2007-12-131-0/+58
* Move the dgettext check.Todd C. Miller2007-12-021-164/+168
* Add basic support for looking up the string "Password: " in the PAMTodd C. Miller2007-12-011-0/+166
* Use AC_FUNC_GETGROUPS instead of a home-grown attempt that was insufficient.Todd C. Miller2007-11-271-11/+404
* Fix typos; Martynas VenckusTodd C. Miller2007-11-271-1/+1
* Add configure check for struct in6_addr instead of relying on AF_INET6Todd C. Miller2007-10-241-0/+69
* Fix block to add -lutil for FreeBSD and NetBSD when logincap is in use.Todd C. Miller2007-10-211-7/+5
* POSIX states that struct timespec be declared in time.h so checkTodd C. Miller2007-10-201-3/+1
* regenTodd C. Miller2007-10-091-9/+36
* regenTodd C. Miller2007-09-061-10/+9
* regenTodd C. Miller2007-09-061-1/+3
* regenTodd C. Miller2007-09-051-1563/+1124
* regenTodd C. Miller2007-09-021-10226/+9529
* use getaddrinfo() instead of gethostbyname() if it is availableTodd C. Miller2007-08-151-1/+2
* fix sudo_noexec extension which got broken in the libtool updateTodd C. Miller2007-08-121-1/+1
* Fix link tests such that new gcc doesn't optimize away the test.Todd C. Miller2007-07-301-2/+2
* Substitute value of path_info into sudoers man page.Todd C. Miller2007-07-221-12/+35
* back out LDAP SASL support; it is not read for 1.6.9Todd C. Miller2007-07-171-152/+1
* Add support for SASL auth when connecting to an LDAP server.Todd C. Miller2007-07-151-1/+152
* Only enable AIX or BSD auth if no other exclusive auth method hasTodd C. Miller2007-07-141-203/+208
* regenTodd C. Miller2007-06-211-11/+178
* regenTodd C. Miller2007-06-191-1/+1
* regenTodd C. Miller2007-06-191-38/+17