summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ssh should be setuidV_1_2_2Damien Miller2000-01-271-1/+1
* Add const to suppress compiler warningDamien Miller2000-01-272-3/+3
* - Added 'DESTDIR' option to Makefile to ease package building. Patch fromV_1_2_2_PRE29Damien Miller2000-01-265-58/+62
* - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim KnobleDamien Miller2000-01-262-1/+3
* - Use preformatted manpages on SCO, report from Gary E. MillerDamien Miller2000-01-265-3/+10
* - Reorder PAM initialisation so it does not mess up lastlog. ReportedDamien Miller2000-01-262-12/+11
* - Fix NULL pointer dereference in login.c. Fix from Andre LucasDamien Miller2000-01-262-27/+35
* - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version numberV_1_2_2_PRE28Damien Miller2000-01-242-1/+5
* - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>Damien Miller2000-01-232-5/+6
* Prepare for 1.2.2Damien Miller2000-01-232-2/+2
* - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David RankinDamien Miller2000-01-2310-11/+167
* - OpenBSD CVS:Damien Miller2000-01-233-2/+8
* - OpenBSD CVS updates:Damien Miller2000-01-226-10/+12
* - OpenBSD CVS updates:Damien Miller2000-01-224-18/+60
* - Missing htons() in bsd-bindresvport.c, fix from Holger TrappDamien Miller2000-01-222-3/+11
* - Make IPv4 use the default in RPM packagesDamien Miller2000-01-224-3/+8
* - Merge preformatted manpage patch from Andre LucasDamien Miller2000-01-224-27/+57
* - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben TaylorDamien Miller2000-01-222-1/+5
* - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> andDamien Miller2000-01-217-37/+51
* - Doc updatesDamien Miller2000-01-202-0/+19
* - Big manpage and config file cleanup from Andre LucasDamien Miller2000-01-2011-109/+84
* - Big manpage and config file cleanup from Andre LucasDamien Miller2000-01-201-0/+2
* - Update to latest OpenBSD CVS:Damien Miller2000-01-206-132/+182
* - Don't use getaddrinfo on AIXDamien Miller2000-01-204-0/+11
* - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPECDamien Miller2000-01-196-2/+31
* - SCO compile fixes from Gary E. Miller <gem@rellim.com>Damien Miller2000-01-195-12/+16
* - Compile fix from Darren_Hall@progressive.comDamien Miller2000-01-192-1/+4
* - Compile fix for HPUX and Solaris from Andre LucasDamien Miller2000-01-183-1/+15
* - Makefile fix from Gary E. Miller <gem@rellim.com>Damien Miller2000-01-182-2/+1
* - Fixed --with-pid-dir optionDamien Miller2000-01-184-2/+6
* - Substitute PID directory in sshd.8. Suggestion from AndrewDamien Miller2000-01-174-14/+24
* - Patch from Christos Zoulas <christos@zoulas.com>Damien Miller2000-01-173-5/+19
* - Fix hang on logout if processes are still using the pty. NeedsDamien Miller2000-01-173-18/+17
* - Fix --with-ipaddr-display option test. Fix from Jarno HuuskonenDamien Miller2000-01-173-1/+4
* - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)Damien Miller2000-01-172-4/+6
* - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6V_1_2_1_PRE27Damien Miller2000-01-172-3/+12
* Prepare for pre27Damien Miller2000-01-172-2/+2
* - Document location of Redhat PAM file in INSTALL.Damien Miller2000-01-172-1/+4
* - Revert __snprintf -> snprintf aliasing. Apparently SolarisDamien Miller2000-01-173-10/+3
* - Clean up bsd-bindresvport.c. Use arc4random() for picking initialDamien Miller2000-01-172-19/+13
* - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>Damien Miller2000-01-162-1/+3
* - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>Damien Miller2000-01-163-1/+5
* - Renamed --with-xauth-path to --with-xauthV_1_2_1_PRE26Damien Miller2000-01-164-2/+24
* Added PreReq linesDamien Miller2000-01-162-0/+3
* Prepare spec files for pre26Damien Miller2000-01-152-2/+2
* - Add --with-xauth-path configure directive and explicit test forDamien Miller2000-01-153-6/+73
* - Merged OpenBSD IPv6 patch:Damien Miller2000-01-1438-603/+1633
* - Fixes to auth-skey to enable it to use the standard OpenSSL librariesPRE_IPV6Damien Miller2000-01-112-12/+22
* Fix typoDamien Miller2000-01-071-1/+1
* - Solaris build fix from Gary E. Miller <gem@rellim.com>V_1_2_1_PRE25Damien Miller2000-01-072-6/+10