summaryrefslogtreecommitdiff
path: root/acconfig.h
AgeCommit message (Collapse)Author
2000-07-08*** empty log message ***Damien Miller
2000-07-01 - (djm) Added check for broken snprintf() functions which do not correctlyDamien Miller
terminate output string and attempt to use replacement.
2000-07-01 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>Damien Miller
2000-06-28 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIADamien Miller
support. Enable using "USE_SIA=1 ./configure [options]"
2000-06-28 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support forDamien Miller
Irix 6.x array sessions, project id's, and system audit trail id.
2000-06-26 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>Damien Miller
- (djm) Added password expiry checking (no password change support)
2000-06-23 - (djm) Use sa_family_t in prototype for rresvport_af. Patch fromDamien Miller
Svante Signell <svante.signell@telia.com> - (djm) Autoconf logic to define sa_family_t if it is missing
2000-06-18 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT supportDamien Miller
2000-06-03Removed obsolete lastlog symbolsandre
2000-06-03Added new login recording codeandre
Added test program for login code (make logintest)
2000-05-20 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>Damien Miller
2000-05-20 - Don't touch utmp if USE_UTMPX definedDamien Miller
2000-05-17 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>Damien Miller
- INSTALL typo and URL fix - Makefile fix - Solaris fixes - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2000-05-17 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fixDamien Miller
2000-05-02 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropyDamien Miller
gathering commands from a text file
2000-04-30 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collectionDamien Miller
patch. - Adds timeout to entropy collection - Disables slow entropy sources - Load and save seed file - Changed entropy seed code to user per-user seeds only (server seed is saved in root's .ssh directory) - Use atexit() and fatal cleanups to save seed on exit
2000-04-16 - Reduce diff against OpenBSD sourceDamien Miller
- All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed
2000-04-03 - Wrote entropy collection routines for systems that lack /dev/randomDamien Miller
and EGD
2000-03-13*** empty log message ***Damien Miller
2000-03-11 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>Damien Miller
2000-03-09 - Removed warning workaround for Linux and devpts filesystems (no longerDamien Miller
required after OpenBSD updates)
2000-03-05 - Check for getpagesize in libucb.a if not found in libc. Fix for oldDamien Miller
Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
2000-03-02 - Warning was valid - possible race condition on PTYs. Avoided usingDamien Miller
platform-specific code. - Document some common problems
2000-03-02 - Big cleanup of autoconf codeDamien Miller
- Rearranged to be a little more logical - Added -R option for Solaris - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program to detect library and header location _and_ ensure library has proper RSA support built in (this is a problem with OpenSSL 0.9.5).
2000-01-23 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David RankinDamien Miller
<drankin@bohemians.lexington.ky.us>
2000-01-22 - Merge preformatted manpage patch from Andre LucasDamien Miller
<andre.lucas@dial.pipex.com>
2000-01-20 - Don't use getaddrinfo on AIXDamien Miller
2000-01-19 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPECDamien Miller
addresses using getaddrinfo(). Added a configure switch to make the default lookup mode AF_INET
2000-01-19 - Compile fix from Darren_Hall@progressive.comDamien Miller
2000-01-18 - Fixed --with-pid-dir optionDamien Miller
2000-01-16 - Renamed --with-xauth-path to --with-xauthDamien Miller
- Added --with-pid-dir option - Released 1.2.1pre26
2000-01-14 - Merged OpenBSD IPv6 patch:Damien Miller
- [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1] [scp.c packet.h packet.c login.c log.c canohost.c channels.c] [hostfile.c sshd_config] ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from fujiwara@rcac.tdi.co.jp) - [ssh.c canohost.c] more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, from itojun@ - [channels.c] listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE) - [packet.h] allow auth-kerberos for IPv4 only - [scp.1 sshd.8 servconf.h scp.c] document -4, -6, and 'ssh -L 2022/::1/22' - [ssh.c] 'ssh @host' is illegal (null user name), from karsten@gedankenpolizei.de - [sshconnect.c] better error message - [sshd.c] allow auth-kerberos for IPv4 only - Big IPv6 merge: - Cleanup overrun in sockaddr copying on RHL 6.1 - Replacements for getaddrinfo, getnameinfo, etc based on versions from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp> - Replacement for missing structures on systems that lack IPv6 - record_login needed to know about AF_INET6 addresses - Borrowed more code from OpenBSD: rresvport_af and requisites
2000-01-06 - Fixed annoying DES corruption problem. libcrypt has beenDamien Miller
overriding symbols in libcrypto. Removed libcrypt and crypt.h altogether (libcrypto includes its own crypt(1) replacement) - Added platform-specific rules for Irix 6.x. Included warning that they are untested.
2000-01-02 - Added support for directory-based lastlogsDamien Miller
- Really fix typedefs, patch from Ben Taylor <bent@clark.net> - Prevent multiple inclusion of config.h and defines.h. Suggested by Andre Lucas <andre.lucas@dial.pipex.com>
1999-12-31 - Remove test for quad_t. No longer needed.Damien Miller
1999-12-31 - Fill in ut_utaddr utmp field. Report from Benjamin CharronDamien Miller
<iretd@bigfoot.com>
1999-12-30 - Merged Dante SOCKS support patch from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us> - Updated documentation with ./configure options
1999-12-29 - Detect missing size_t and typedef it.Damien Miller
1999-12-29 - Print whether OpenSSH was compiled with RSARef, patch fromDamien Miller
Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
1999-12-29 - Applied another NetBSD portability patch from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us> - Fix --with-default-path option.
1999-12-29 - Merged AIX patch from Darren Hall <dhall@virage.org>Damien Miller
- Cleaned up defines.h
1999-12-28 - Portability fixes for Irix 5.3 (now compiles OK!)Damien Miller
- autoconf and other misc cleanups
1999-12-28 - NetBSD login.c compile fix from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us> - Fully set ut_tv if present in utmp or utmpx
1999-12-27 - Added --with-default-path to specify custom path for serverDamien Miller
- Removed #ifdef trickery from acconfig.h into defines.h
1999-12-26 - Fixed implicit '.' in default path, report from Jim KnobleDamien Miller
<jmknoble@pobox.com>
1999-12-2619991226Damien Miller
- Enabled utmpx support by default for Solaris - Cleanup sshd.c PAM a little more 19991225 - Merged fixes from Ben Taylor <bent@clark.net> - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk> - Disabled logging of PAM password authentication failures when password is empty. (e.g start of authentication loop). Reported by Naz <96na@eng.cam.ac.uk>)
1999-12-25- Prepare for 1.2.1pre20Damien Miller
19991225 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com> - Cleanup of auth-passwd.c for shadow and MD5 passwords - Cleanup and bugfix of PAM authentication code 19991223 - Merged later HPUX patch from Andre Lucas <andre.lucas@dial.pipex.com> - Above patch included better utmpx support from Ben Taylor <bent@clark.net>:
1999-12-21 - Integration of large HPUX patch from Andre LucasDamien Miller
<andre.lucas@dial.pipex.com>. Integrating it had a few other benefits: - Ability to disable shadow passwords at configure time - Ability to disable lastlog support at configure time - Support for IP address in $DISPLAY
1999-12-21Made utmpx optionalDamien Miller
1999-12-15Fix __attribute__ breakageDamien Miller