summaryrefslogtreecommitdiff
path: root/defines.h
AgeCommit message (Collapse)Author
2000-04-08 - Avoid some compiler warnings in fake-get*.cDamien Miller
- Add IPTOS macros for systems which lack them
2000-04-03 - Disable tests and typedefs for 64 bit types. They are currently unused.Damien Miller
2000-03-14 - Include /usr/local/include and /usr/local/lib for systems that don'tDamien Miller
do it themselves - -R/usr/local/lib for Solaris - Fix RSAref detection - Fix IN6_IS_ADDR_V4MAPPED macro
2000-03-14 - Include macro for IN6_IS_ADDR_V4MAPPED. Report fromDamien Miller
peter@frontierflying.com
2000-01-21 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> andDamien Miller
Christos Zoulas <christos@netbsd.org>
2000-01-20 - Don't use getaddrinfo on AIXDamien Miller
2000-01-18 - Compile fix for HPUX and Solaris from Andre LucasDamien Miller
<andre.lucas@dial.pipex.com>
2000-01-17 - Revert __snprintf -> snprintf aliasing. Apparently SolarisDamien Miller
__snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
2000-01-15 - Add --with-xauth-path configure directive and explicit test forDamien Miller
/usr/openwin/bin/xauth for Solaris systems. Report from Anders Nordby <anders@fix.no> - Fix incorrect detection of /dev/ptmx on Linux systems that lack openpty. Report from John Seifarth <john@waw.be> - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in sys/types.h. Fixes problems on SCO, report from Gary E. Miller <gem@rellim.com> - Use __snprintf and __vnsprintf if they are found where snprintf and vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net> and others.
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-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 - Prevent typedefs from being compiled more than once. Report fromDamien Miller
Marc G. Fournier <marc.fournier@acadiau.ca>
1999-12-30 - Removed most of the pam code into its own file auth-pam.[ch]. ThisDamien Miller
cleaned up sshd.c up significantly. - Several other cleanups
1999-12-29 - Detect missing size_t and typedef it.Damien Miller
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-27 - Added --with-default-path to specify custom path for serverDamien Miller
- Removed #ifdef trickery from acconfig.h into defines.h