summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-22 - Added autoconf test and macro to deal with old PAM librariesDamien Miller
pam_strerror definition (one arg vs two).
1999-11-22 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.hDamien Miller
- Added timersum() macro - Tidy RCSIDs of bsd-*.c
1999-11-22error message fixDamien Miller
1999-11-22 - OpenBSD CVS ChangesDamien Miller
- [ssh-keygen.c] don't create ~/.ssh only if the user wants to store the private key there. show fingerprint instead of public-key after keygeneration. ok niels@
1999-11-22 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)Damien Miller
1999-11-21 - [OVERVIEW README] typos; green@freebsdDamien Miller
- [ssh-keygen.c] replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me) exit if writing the key fails (no infinit loop) print usage() everytime we get bad options - [ssh-keygen.c] overflow, djm@mindrot.org - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
1999-11-21 - OpenBSD CVS ChangesDamien Miller
- [channels.c] make this compile, bad markus - [log.c readconf.c servconf.c ssh.h] bugfix: loglevels are per host in clientconfig, factor out common log-level parsing code. - [servconf.c] remove unused index (-Wall) - [ssh-agent.c] only one 'extern char *__progname' - [sshd.8] document SIGHUP, -Q to synopsis - [sshconnect.c serverloop.c sshd.c packet.c packet.h] [channels.c clientloop.c] SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ [hope this time my ISP stays alive during commit]
1999-11-20Fix segfaultDamien Miller
1999-11-20 - Merged more Solaris support from Marc G. FournierDamien Miller
<marc.fournier@acadiau.ca> - Wrote autoconf tests for integer bit-types - Fixed enabling kerberos support
1999-11-19Die if lastlog not foundDamien Miller
1999-11-19Fix doc filesDamien Miller
1999-11-19Fix askapss filesDamien Miller
1999-11-19Fix doc filesDamien Miller
1999-11-19Fix libexecdirDamien Miller
1999-11-19Prepare for pre13Damien Miller
1999-11-19Doc updatesDamien Miller
1999-11-19- Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>Damien Miller
1999-11-19 - Renamed BSD helper function files to bsd-*Damien Miller
- Added tests for login and daemon and OpenBSD replacements for when they are absent.
1999-11-19 - Added autoconf option to enable Kerberos 4 support (untested)Damien Miller
- Added autoconf option to enable AFS support (untested) - Added autoconf option to enable S/Key support (untested) - Added autoconf option to enable TCP wrappers support (compiles OK)
1999-11-19- Move scp from ${libdir}/ssh to ${libexecdir}/ssh at request ofDamien Miller
David Rankin <drankin@bohemians.lexington.ky.us>
1999-11-19 Fix progress bar bugDamien Miller
1999-11-19 - EGD uses a socket, not a named pipe. Duh.Damien Miller
- Fix includes in fingerprint.c
1999-11-19 - Merged OpenBSD CVS changesDamien Miller
- [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c] more %d vs. %s in fmt-strings - [authfd.c] Integers should not be printed with %s
1999-11-19 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>Damien Miller
1999-11-18TypoDamien Miller
1999-11-18 - Merged OpenBSD CVS changesDamien Miller
- [scp.c] foregroundproc() in scp - [sshconnect.h] include fingerprint.h - [sshd.c] bugfix: the log() for passwd-auth escaped during logging changes. - Added openssh.com info to README
1999-11-17 - Merged OpenBSD CVS changesDamien Miller
- [ChangeLog.Ylonen] noone needs this anymore - [authfd.c] close-on-exec for auth-socket, ok deraadt - [hostfile.c] in known_hosts key lookup the entry for the bits does not need to match, all the information is contained in n and e. This solves the problem with buggy servers announcing the wrong modulus length. markus and me. - [serverloop.c] bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ie - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c] [fingerprint.c fingerprint.h] rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> - [ssh-agent.1] typo - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@ - [sshd.c] force logging to stderr while loading private key file (lost while converting to new log-levels)
1999-11-16Clarify mailing list detailsDamien Miller
1999-11-16 - Merged OpenBSD CVS changes:Damien Miller
- [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c] [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c] the keysize of rsa-parameter 'n' is passed implizit, a few more checks and warnings about 'pretended' keysizes. - [cipher.c cipher.h packet.c packet.h sshd.c] remove support for cipher RC4 - [ssh.c] a note for legay systems about secuity issues with permanently_set_uid(), the private hostkey and ptrace() - [sshconnect.c] more detailed messages about adding and checking hostkeys
1999-11-16 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>Damien Miller
1999-11-16Added upgrade instructionsDamien Miller
1999-11-15Doc updatesDamien Miller
1999-11-15OpenBSD CVS: fix .XrDamien Miller
1999-11-15- Split subpackages further based on patch from jim knoble <jmknoble@pobox.com>Damien Miller
1999-11-15 - Merged more Solaris compability from Marc G. FournierDamien Miller
<marc.fournier@acadiau.ca> - Wrote autoconf tests for __progname symbol
1999-11-15Fixed spelloDamien Miller
1999-11-15 - Various small cleanups to bring diff (against OpenBSD) size down.Damien Miller
1999-11-15 - Merged more OpenBSD CVS changes:Damien Miller
[auth-krb4.c] - disconnect if getpeername() fails - missing xfree(*client) [canohost.c] - disconnect if getpeername() fails - fix comment: we _do_ disconnect if ip-options are set [sshd.c] - disconnect if getpeername() fails - move checking of remote port to central place [auth-rhosts.c] move checking of remote port to central place [log-server.c] avoid extra fd per sshd, from millert@ [readconf.c] print _all_ bad config-options in ssh(1), too [readconf.h] print _all_ bad config-options in ssh(1), too [ssh.c] print _all_ bad config-options in ssh(1), too [sshconnect.c] disconnect if getpeername() fails - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
1999-11-15Further cleanup of askpass autoconf support, enable GNOME askpass optionDamien Miller
only if askpass has first been enabled.
1999-11-15 - Merged OpenBSD CVS changes:Damien Miller
- [ssh-add.c] change passphrase loop logic and remove ref to $DISPLAY, ok niels - Changed to ssh-add.c broke askpass support. Revised it to be a little more modular. - Revised autoconf support for enabling/disabling askpass support.
1999-11-15ThinkoDamien Miller
1999-11-15Solaris compile fixesDamien Miller
1999-11-15typoDamien Miller
1999-11-13 - Tidied default config file some moreDamien Miller
- Revised Redhat initscript to fix bug: sshd (re)start would fail if executed from inside a ssh login.
1999-11-13 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>Damien Miller
- Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
1999-11-13updatedDamien Miller
1999-11-13 - Delay fork (-f option) in ssh until after port forwarded connectionsDamien Miller
have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
1999-11-13 - Merged OpenBSD CVS changes:Damien Miller
- [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels - [scp.c] fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaron
1999-11-13Added obseletes lines to specDamien Miller
1999-11-13Remove redundant inclusion of config.hDamien Miller