summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* - (djm) Added --with-cflags, --with-ldflags and --with-libs options toDamien Miller2000-06-051-0/+27
* - Configure tweaking for new login code on Irix 5.3Damien Miller2000-06-041-8/+27
* Disable lastlog for AIX, as it's handled by the OS as part of the loginandre2000-06-031-0/+2
* Added new login recording codeandre2000-06-031-58/+210
* - Rewrote bsd-login to use proper utmp API if available. Major cleanupPRE_NEW_LOGIN_CODEDamien Miller2000-05-311-1/+1
* - Define atexit for old SolarisDamien Miller2000-05-301-1/+1
* - HPUX and Configure fixes from Lutz JaenickeDamien Miller2000-05-201-5/+1
* - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>Damien Miller2000-05-201-0/+4
* - Don't touch utmp if USE_UTMPX definedDamien Miller2000-05-201-0/+1
* - Detect OpenSSL seperatly from RSADamien Miller2000-05-171-28/+59
* - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>Damien Miller2000-05-171-1/+15
* - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>Damien Miller2000-05-171-1/+1
* - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fixDamien Miller2000-05-171-0/+1
* - Fix from Andre Lucas <andre.lucas@dial.pipex.com>Damien Miller2000-05-171-0/+2
* - Configure caching and cleanup patch from Andre Lucas'Damien Miller2000-05-081-233/+228
* - Remove references to SSLeay.Damien Miller2000-05-071-2/+2
* - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropyV_2_0_0_BETA1Damien Miller2000-05-021-58/+25
* - Irix portability fixes - don't include netinet headers more than onceDamien Miller2000-05-021-2/+1
* - Include missing headers for OpenSSL tests. Fix from Phil KarnDamien Miller2000-05-011-0/+2
* - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collectionDamien Miller2000-04-301-0/+16
* - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>Damien Miller2000-04-301-0/+24
* - Define __progname in session.c if libc doesn'tDamien Miller2000-04-231-26/+26
* - Merge fixes from Debian patch from Phil Hands <phil@hands.com>Damien Miller2000-04-201-1/+1
* - Reduce diff against OpenBSD sourceDamien Miller2000-04-161-21/+0
* - Only set define entropy collection macros if they are foundDamien Miller2000-04-081-30/+61
* - Add tests for RAND_add function when searching for OpenSSLDamien Miller2000-04-041-1/+1
* - Disable tests and typedefs for 64 bit types. They are currently unused.V_1_2_3_TEST2Damien Miller2000-04-031-6/+6
* - Wrote entropy collection routines for systems that lack /dev/randomDamien Miller2000-04-031-12/+39
* Test RSA_private_decrypt when searching for OpenSSLDamien Miller2000-03-261-6/+16
* - Checks for 64 bit int types. Problem report from Mats FredholmDamien Miller2000-03-171-16/+17
* - Clarified --with-default-path option.Damien Miller2000-03-171-0/+17
* - Propogate LD through to MakefileDamien Miller2000-03-161-4/+11
* - Fixed configure not passing LDFLAGS to Solaris. Report from David G.Damien Miller2000-03-161-2/+1
* - Configure fix from Bratislav ILICH <bilic@zepter.ru>Damien Miller2000-03-151-1/+1
* - Created contrib/ subdirectory. Included helpers from Phil Hands'Damien Miller2000-03-151-19/+0
* - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_listDamien Miller2000-03-151-14/+18
* *** empty log message ***Damien Miller2000-03-141-1/+1
* - Include /usr/local/include and /usr/local/lib for systems that don'tDamien Miller2000-03-141-2/+14
* - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>Damien Miller2000-03-111-0/+22
* More config fixesDamien Miller2000-03-111-2/+2
* - Detect RSArefDamien Miller2000-03-111-41/+56
* - Removed warning workaround for Linux and devpts filesystems (no longerDamien Miller2000-03-091-9/+0
* - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>Damien Miller2000-03-081-1/+1
* - Check for libwrap if --with-tcp-wrappers option specified. SuggestionDamien Miller2000-03-051-1/+18
* - Check for getpagesize in libucb.a if not found in libc. Fix for oldDamien Miller2000-03-051-1/+7
* - Explicitly seed OpenSSL's PRNG before checking rsa_alive()Damien Miller2000-03-051-2/+6
* - Warning was valid - possible race condition on PTYs. Avoided usingDamien Miller2000-03-021-2/+21
* - Big cleanup of autoconf codeDamien Miller2000-03-021-208/+240
* - Removed SOCKS code. Will support through a ProxyCommand.Damien Miller2000-02-071-53/+2
* - Add --with-ssl-dir optionDamien Miller2000-02-031-3/+10