summaryrefslogtreecommitdiff
path: root/acconfig.h
AgeCommit message (Collapse)Author
1999-11-22 - Added autoconf test and macro to deal with old PAM librariesDamien Miller
pam_strerror definition (one arg vs two).
1999-11-22 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.hDamien Miller
- Added timersum() macro - Tidy RCSIDs of bsd-*.c
1999-11-20 - Merged more Solaris support from Marc G. FournierDamien Miller
<marc.fournier@acadiau.ca> - Wrote autoconf tests for integer bit-types - Fixed enabling kerberos support
1999-11-19- Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>Damien Miller
1999-11-19 - Renamed BSD helper function files to bsd-*Damien Miller
- Added tests for login and daemon and OpenBSD replacements for when they are absent.
1999-11-19 - Added autoconf option to enable Kerberos 4 support (untested)Damien Miller
- Added autoconf option to enable AFS support (untested) - Added autoconf option to enable S/Key support (untested) - Added autoconf option to enable TCP wrappers support (compiles OK)
1999-11-16 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>Damien Miller
1999-11-15 - Merged more Solaris compability from Marc G. FournierDamien Miller
<marc.fournier@acadiau.ca> - Wrote autoconf tests for __progname symbol
1999-11-15 - Merged OpenBSD CVS changes:Damien Miller
- [ssh-add.c] change passphrase loop logic and remove ref to $DISPLAY, ok niels - Changed to ssh-add.c broke askpass support. Revised it to be a little more modular. - Revised autoconf support for enabling/disabling askpass support.
1999-11-15Solaris compile fixesDamien Miller
1999-11-13Fix inclusion of additional preprocessor directives from acconfig.hDamien Miller
1999-11-12 - Make ssh-askpass support optional through autoconfDamien Miller
1999-11-11 - Merged more OpenBSD CVS changes:Damien Miller
- [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup - [clientloop.c log-client.c log-server.c ] [readconf.c readconf.h servconf.c servconf.h ] [ssh.1 ssh.c ssh.h sshd.8] add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, obsoletes QuietMode and FascistLogging in sshd.
1999-11-11 - Added (untested) Entropy Gathering Daemon (EGD) supportDamien Miller
- Merged several minor fixed: - ssh-agent commandline parsing - RPM spec file now installs ssh setuid root - Makefile creates libdir - Merged beginnings of Solaris compability from Marc G. Fournier <marc.fournier@acadiau.ca>
1999-11-09 - Autodetection of SSL/Crypto library location via autoconfDamien Miller
- Fixed location of ssh-askpass to follow autoconf - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk> - Autodetection of RSAref library for US users - Minor doc updates
1999-10-28 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>Damien Miller
- Build fixes - Autoconf - Change binary names to open* - Fixed autoconf script to detect PAM on RH6.1 - Added tests for libpwdb, and OpenBSD functions to autoconf (not used yet)