summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Sudo 1.8.10p2Todd C. Miller2014-03-171-1/+1
* Sudo 1.8.10p1Todd C. Miller2014-03-131-1/+1
* Check whether ber.h is needed before ldap.h even if we are not usingTodd C. Miller2014-03-061-6/+6
* Try -libmldap before -lldap in case there is no link from libibmldap.soTodd C. Miller2014-02-281-11/+18
* Fix INIT_DIR for real this time.Todd C. Miller2014-02-161-2/+2
* Use correct init.d dir on HP-UX.Todd C. Miller2014-02-161-1/+8
* First cut add installing an init.d file for HP-UX and AIX to removeTodd C. Miller2014-02-161-14/+22
* Use inet_pton() instead of inet_aton() and include a version fromTodd C. Miller2014-02-051-22/+11
* Warn the user if the rundir needs to be cleared in the rc files.Todd C. Miller2014-02-041-0/+23
* Check libraries for inet_pton() if not in libc.Todd C. Miller2014-02-031-0/+20
* Fix clock_gettime() detection when it lives in librt.Todd C. Miller2014-02-021-2/+6
* Replace --with-timedir and --with-lecture_dir with --with-rundirTodd C. Miller2014-02-011-50/+21
* Switch to new time stamp file format. Each user now has a singleTodd C. Miller2014-01-301-3/+21
* Use inet_aton() instead of inet_addr() as it allows us to distinguishTodd C. Miller2014-01-261-17/+15
* Add explicit dependency on sudoers.la to sudo target when sudoersTodd C. Miller2014-01-221-3/+4
* Update for sudo 1.8.9p4Todd C. Miller2014-01-151-1/+1
* Update for sudo 1.8.9p3Todd C. Miller2014-01-131-1/+1
* Update for sudo 1.8.9p2Todd C. Miller2014-01-091-1/+1
* Update for sudo 1.8.9p1Todd C. Miller2014-01-071-2/+2
* Use -fstack-protector-strong in preference to -fstack-protector-allTodd C. Miller2013-12-301-8/+16
* No need to use __signed.Todd C. Miller2013-12-171-2/+0
* The OpenBSD strtonum() uses very short error strings that can'tTodd C. Miller2013-12-111-0/+3
* Use strtonum() instead of atoi(), strtol() or strtoul() where possible.Todd C. Miller2013-12-101-1/+1
* Add strtonum.c to compat for simpler number parsing.Todd C. Miller2013-12-101-1/+1
* Instead of setprogname(), add initprogname() which gets the programTodd C. Miller2013-12-011-2/+0
* Do not add LIBDL to SUDO_LIBS or SUDOERS_LIBS in configure, do itTodd C. Miller2013-11-261-9/+2
* Add wrapper functions for dlopen() et al so that we can supportTodd C. Miller2013-11-221-8/+25
* Add dedicated test for getaddrinfo(). Tru64 UNIX contains twoTodd C. Miller2013-11-201-26/+11
* Add check for C99 compliant (v)snprintf function.Todd C. Miller2013-11-191-8/+8
* Include unistd.h in sig2str.c for Tru64 as it defines SIGRTMIN andTodd C. Miller2013-11-191-1/+1
* Allow sudo to compile without variadic macro support in cpp.Todd C. Miller2013-11-181-2/+5
* Fix some #if vs. #ifdef and remove an extraneous semicolon.Todd C. Miller2013-11-171-1/+1
* Fixes for building under Tru64; from Daniel Richard G.Todd C. Miller2013-11-171-0/+1
* Add -Wpointer-arith to --enable-warningsTodd C. Miller2013-11-151-1/+1
* Fix more instances of #include directives where the '#' was not inTodd C. Miller2013-11-151-26/+25
* Rename configure.in -> configure.acTodd C. Miller2013-11-131-0/+3911