summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-12-16 - Correctly handle empty passwords in shadow file. Patch from:Damien Miller
"Chris, the Young One" <cky@pobox.com>
1999-12-16Be more specific about required software versionsDamien Miller
1999-12-16 - Merged OpenBSD CVS changes:Damien Miller
- [authfd.c ssh-agent.c] keysize warnings talk about identity files - [packet.c] "Connection closed by x.x.x.x": fatal() -> log()
1999-12-16 - Makefile changes for Solaris from Peter KocksDamien Miller
<peter.kocks@baygate.com>
1999-12-16Doc updatesDamien Miller
1999-12-16Fix compiler warningDamien Miller
1999-12-15Make breakDamien Miller
1999-12-15Prepare for 1.2.1pre18Damien Miller
1999-12-15Fix __attribute__ breakageDamien Miller
1999-12-15 - Integrated patchs from Juergen Keil <jk@tools.de>Damien Miller
- Fix SIGIO error in scp - Simplify status line printing in scp
1999-12-15 - Added better test for inline functions compiler support fromDamien Miller
Darren_Hall@progressive.com
1999-12-15 - Integrated patchs from Juergen Keil <jk@tools.de>Damien Miller
- Avoid void* pointer arithmatic - Use LDFLAGS correctly
1999-12-14 - Some older systems don't have poll.h, they use sys/poll.h insteadDamien Miller
- Doc updates
1999-12-14 - Clean up broken includes in pty.cDamien Miller
1999-12-14 - OpenBSD CVS ChangesDamien Miller
- [canohost.c] fix get_remote_port() and friends for sshd -i; Holger.Trapp@Informatik.TU-Chemnitz.DE - [mpaux.c] make code simpler. no need for memcpy. niels@ ok - [pty.c] namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org fix proto; markus - [ssh.1] typo; mark.baushke@solipsa.com - [channels.c ssh.c ssh.h sshd.c] type conflict for 'extern Type *options' in channels.c; dot@dotat.at - [sshconnect.c] move checking of hostkey into own function. - [version.h] OpenSSH-1.2.1
1999-12-13 - Fix compilation on systems with AFS. Reported byDamien Miller
aloomis@glue.umd.edu - Fix installation on Solaris. Reported by Gordon Rowell <gordonr@gormand.com.au> - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com, patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de> - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com> - Compile fix from David Agraz <dagraz@jahoopa.com> - Avoid compiler warning in bsd-snprintf.c - Added pam_limits.so to default PAM config. Suggested by Jim Knoble <jmknoble@pobox.com>
1999-12-09WhitespaceDamien Miller
1999-12-09 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>Damien Miller
to fix libwrap support on NetBSD
1999-12-09Prepare for 1.2pre17Damien Miller
1999-12-09 - OpenBSD CVS updates:Damien Miller
- [readpass.c] avoid stdio; based on work by markus, millert, and I - [sshd.c] make sure the client selects a supported cipher - [sshd.c] fix sighup handling. accept would just restart and daemon handled sighup only after the next connection was accepted. use poll on listen sock now. - [sshd.c] make that a fatal
1999-12-09 - Import of patch from Ben Taylor <bent@clark.net>:Damien Miller
- Improved PAM support - "uninstall" rule for Makefile - utmpx support - Should fix PAM problems on Solaris
1999-12-08 - Compile fix for Solaris with /dev/ptmx fromDamien Miller
David Agraz <dagraz@jahoopa.com>
1999-12-07Third time luckyDamien Miller
1999-12-07Third time luckyDamien Miller
1999-12-07undone silly changesDamien Miller
1999-12-07Vicarious (sp?) changes to try to fix -k optionDamien Miller
1999-12-07docDamien Miller
1999-12-07forgot -kb when importedDamien Miller
1999-12-07Forgot -kbDamien Miller
1999-12-07Reimport with -kb setDamien Miller
1999-12-07Forgot -kb when checking inDamien Miller
1999-12-07Quiet untarDamien Miller
1999-12-07Add buildprereqDamien Miller
1999-12-07*** empty log message ***Damien Miller
1999-12-07TweakDamien Miller
1999-12-07Updated specDamien Miller
1999-12-07 - Merged more OpenBSD changes:Damien Miller
- [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c] move atomicio into it's own file. wrap all socket write()s which were doing write(sock, buf, len) != len, with atomicio() calls. - [auth-skey.c] fd leak - [authfile.c] properly name fd variable - [channels.c] display great hatred towards strcpy - [pty.c pty.h sshd.c] use openpty() if it exists (it does on BSD4_4) - [tildexpand.c] check for ~ expansion past MAXPATHLEN - Modified helper.c to use new atomicio function. - Reformat Makefile a little - Moved RC4 routines from rc4.[ch] into helper.c - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
1999-12-07 - Fix PAM account and session being called multiple times. ProblemDamien Miller
reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
1999-12-07Fixed default SSH_ASKPASSDamien Miller
1999-12-07 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>Damien Miller
fixes compatability with 4.x and 5.x
1999-12-06 - Merged OpenBSD CVS changes:Damien Miller
- [auth-krb4.c auth-passwd.c auth-skey.c ssh. move skey-auth from auth-passwd.c to auth-s - [auth-rsa.c] warn only about mismatch if key is _used_ warn about keysize-mismatch with log() not channels.c readconf.c readconf.h ssh.c ssh. ports are u_short - [hostfile.c] indent, shorter warning - [nchan.c] use error() for internal errors - [packet.c] set loglevel for SSH_MSG_DISCONNECT to log( serverloop.c indent - [ssh-add.1 ssh-add.c ssh.h] document , reasonable default - [ssh.1] CheckHostIP is not available for connects v - [sshconnect.c] typo easier to read client code for passwd and s turn of checkhostip for proxy connects, sin
1999-12-04Small cleanup of PAM codeDamien Miller
1999-11-30Fix symlinks on SolarisDamien Miller
1999-11-26 - Add definition for __P()Damien Miller
- Added [v]snprintf() replacement for systems that lack it
1999-11-25Doc updatesDamien Miller
1999-11-25disable buildprereqs for Suse RPMDamien Miller
1999-11-25install fixDamien Miller
1999-11-25install cleanupDamien Miller
1999-11-25Install correct askpassDamien Miller
1999-11-25Don't need to #define ASKPASS_PROGRAM any moreDamien Miller