summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2001-03-04 - Allow PRNGd entropy collection from localhost TCP socket. ReplaceDamien Miller
2001-03-01 - (djm) Properly add -lcrypt if needed.Damien Miller
2001-02-28 - (djm) Remove /tmp from EGD socket search listDamien Miller
2001-02-28 - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>Damien Miller
2001-02-28 - (djm) Detect endianness in configure and use it in rijndael.c. FixesDamien Miller
2001-02-27 - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim RiceDamien Miller
2001-02-27 - (djm) Fix up POSIX saved uid support. Report from Mark MillerDamien Miller
2001-02-26 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.Damien Miller
2001-02-24 - (bal) Missed part of the UNIX sockets patch. Patch by CorinnaBen Lindstrom
2001-02-24 - (bal) Generalize lack of UNIX sockets since this also effects CrayBen Lindstrom
2001-02-23 - (bal) Double -I for OpenSSL on SCO. Patch by Tim RiceBen Lindstrom
2001-02-21 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim RiceBen Lindstrom
2001-02-20 - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.Ben Lindstrom
2001-02-19 - (djm) Rework search for OpenSSL location. Skip directories which don'tDamien Miller
2001-02-18 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzieDamien Miller
2001-02-18 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it hasDamien Miller
2001-02-18 - (djm) SCO needs librpc for libwrap. Patch from Tim RiceDamien Miller
2001-02-18 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.Damien Miller
2001-02-16 - (djm) Set "login ID" on systems with setluid. Only enabled for SCODamien Miller
2001-02-16 - (djm) USE_PIPES for a few more sysv platformsDamien Miller
2001-02-16 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>Damien Miller
2001-02-15 - (bal) Added DG/UX case and set that they have a broken IPTOSBen Lindstrom
2001-02-15 - (bal) added '--with-prce' to allow overriding of system regex whenBen Lindstrom
2001-02-15Checking for stdarg.h is not required any more.Ben Lindstrom
2001-02-13 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch byBen Lindstrom
2001-02-13 - (djm) Only test -S potential EGD sockets if they exist and are readable.Damien Miller
2001-02-12 - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>Ben Lindstrom
2001-02-09 - (djm) Add CVS Id's to files that we have missedDamien Miller
2001-02-08 - (bal) double entry in configure.in. Pointed out by Lutz JaenickeBen Lindstrom
2001-02-08 - (djm) Fix linking of sftp, don't need arc4random any more.Damien Miller
2001-02-06 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installsBen Lindstrom
2001-02-03 - (bal) Changed order of LIB="" in -with-skey due to library resolving.Ben Lindstrom
2001-02-02 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>Ben Lindstrom
2001-01-31 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom
2001-01-31 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis fromDamien Miller
2001-01-30 - (stevesk) configure.in: remove duplicate PROG_LSKevin Steves
2001-01-27 - (bal) Put USE_PIPES back into sco3.2v5Ben Lindstrom
2001-01-25 - (bal) AC_FUNC_STRFTIME added to autoconfBen Lindstrom
2001-01-25 - (djm) Mention PRNGd in documentation, it is nicer than EGDDamien Miller
2001-01-25 - (djm) Sync bsd-* support files:Damien Miller
2001-01-2220010123Ben Lindstrom
2001-01-22Hopefully things did not get mixed around too much. It compiles underBen Lindstrom
2001-01-19 - (bal) Slight auth2-pam.c clean up.Ben Lindstrom
2001-01-18NOTE: This update changes the RSA key generation. *NEW RSA KEYSBen Lindstrom
2001-01-17 - (djm) Make PAM support optional, enable with --with-pamDamien Miller
2001-01-15 - (bal) utimes() support via utime() interface on machine that lack utimes().Ben Lindstrom
2001-01-14 - (stevesk) initial work for OpenBSD "support supplementary group inKevin Steves
2001-01-1020010110Damien Miller
2001-01-09 - (bal) Detect if clock_t structure exists, if not define it.Ben Lindstrom
2001-01-03 - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>Ben Lindstrom