summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - OpenBSD CVS changeV_1_2_3_PRE1Damien Miller2000-03-112-9/+19
* dohDamien Miller2000-03-112-2/+2
* Prepare for 1.2.3pre releaseDamien Miller2000-03-112-2/+2
* - Detect RSArefDamien Miller2000-03-112-41/+59
* - Removed warning workaround for Linux and devpts filesystems (no longerDamien Miller2000-03-094-15/+3
* - OpenBSD CVS updates to v1.2.3Damien Miller2000-03-0922-180/+310
* - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>Damien Miller2000-03-083-1/+8
* add warningDamien Miller2000-03-071-0/+7
* Update versionV_1_2_2_P1Damien Miller2000-03-072-2/+2
* Avoid compiler warningsDamien Miller2000-03-051-14/+14
* - Check for libwrap if --with-tcp-wrappers option specified. SuggestionDamien Miller2000-03-052-1/+20
* - Check for getpagesize in libucb.a if not found in libc. Fix for oldDamien Miller2000-03-053-1/+12
* - Explicitly seed OpenSSL's PRNG before checking rsa_alive()Damien Miller2000-03-053-4/+10
* - Fix DEC compile fixDamien Miller2000-03-052-1/+3
* - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>Damien Miller2000-03-034-4/+7
* - Don't permanently fail on bind() if getaddrinfo has more choices left forDamien Miller2000-03-034-3/+16
* - Added "make host-key" target, Suggestion from Dominik BrettnacherDamien Miller2000-03-033-2/+9
* - Allow root access to any key. Patch fromDamien Miller2000-03-022-2/+4
* - Warning was valid - possible race condition on PTYs. Avoided usingDamien Miller2000-03-025-5/+49
* - Avoid warning message with Unix98 ptysDamien Miller2000-03-022-3/+4
* - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.deDamien Miller2000-03-024-59/+80
* - Big cleanup of autoconf codeDamien Miller2000-03-026-219/+251
* - Removed SOCKS code. Will support through a ProxyCommand.Damien Miller2000-02-074-152/+7
* Import of spilt-off random collection codeDamien Miller2000-02-032-0/+165
* Add apologyDamien Miller2000-02-031-0/+4
* - Add --with-ssl-dir optionDamien Miller2000-02-033-3/+14
* - Fixed SEGVs in authloop, fix from vbzoli@hbrt.huDamien Miller2000-02-032-1/+6
* - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>Damien Miller2000-02-024-9/+16
* - Fix lastlog code for directory based lastlogs. Fix from Josh DurhamDamien Miller2000-02-022-2/+6
* - Use socket pairs by default (instead of pipes). Prevents race conditionDamien Miller2000-02-012-1/+5
* - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>Damien Miller2000-01-292-2/+3
* - Seed OpenSSL's random number generator before generating RSA keypairsDamien Miller2000-01-295-65/+29
* fix commentDamien Miller2000-01-291-1/+1
* - Added note in UPGRADING re interop with commercial SSH using idea.Damien Miller2000-01-293-1/+14
* - NeXT keeps it lastlog in /usr/adm. Report fromDamien Miller2000-01-272-1/+7
* 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