summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-11-25Update SPEC filesDamien Miller
1999-11-25Removed old with-askpass optionDamien Miller
1999-11-25 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>Damien Miller
1999-11-25 - Added BSD compatible install program and autoconf test, thanks toDamien Miller
Niels Kristian Bech Jensen <nkbj@image.dk> - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
1999-11-25 - More reformatting merged from OpenBSD CVSDamien Miller
- Merged OpenBSD CVS changes: - [channels.c] fix packet_integrity_check() for !have_hostname_in_open. report from mrwizard@psu.edu via djm@ibs.com.au - [channels.c] set SO_REUSEADDR and SO_LINGER for forwarded ports. chip@valinux.com via damien@ibs.com.au - [nchan.c] it's not an error() if shutdown_write failes in nchan. - [readconf.c] remove dead #ifdef-0-code - [readconf.c servconf.c] strcasecmp instead of tolower - [scp.c] progress meter overflow fix from damien@ibs.com.au - [ssh-add.1 ssh-add.c] SSH_ASKPASS support - [ssh.1 ssh.c] postpone fork_after_authentication until command execution, request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au plus: use daemon() for backgrounding
1999-11-25 - More reformatting merged from OpenBSD CVSDamien Miller
- Merged OpenBSD CVS changes: - [channels.c] report from mrwizard@psu.edu via djm@ibs.com.au - [channels.c] set SO_REUSEADDR and SO_LINGER for forwarded ports. chip@valinux.com via damien@ibs.com.au - [nchan.c] it's not an error() if shutdown_write failes in nchan. - [readconf.c] remove dead #ifdef-0-code - [readconf.c servconf.c] strcasecmp instead of tolower - [scp.c] progress meter overflow fix from damien@ibs.com.au - [ssh-add.1 ssh-add.c] SSH_ASKPASS support - [ssh.1 ssh.c] postpone fork_after_authentication until command execution, request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au plus: use daemon() for backgrounding
1999-11-25*** empty log message ***Damien Miller
1999-11-25 - Merged very large OpenBSD source code reformatDamien Miller
- OpenBSD CVS updates - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c] [ssh.h sshd.8 sshd.c] syslog changes: * Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c] tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE messages. allows use of s/key in windows (ttssh, securecrt) and ssh-1.2.27 clients without 'ssh -v', ok: niels@ - [sshd.8] -V, for fallback to openssh in SSH2 compatibility mode - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
1999-11-23 - Add recommendation to use GNU make to INSTALL documentDamien Miller
1999-11-23 - Numerous little Solaris fixesDamien Miller
1999-11-23 - Added SuSE package files from Chris Saia <csaia@wtower.com>Damien Miller
- Restructured package-related files under packages/ - Added generic PAM config
1999-11-22Use puts instead of printfDamien Miller
1999-11-22 - Configure, Make and changelog corrections from Tudor BosmanDamien Miller
<tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
1999-11-22prepare for 1.2pre14Damien Miller
1999-11-22Only display comment for ssh-askpassDamien Miller
1999-11-22Doc updatesDamien Miller
1999-11-22 - Added a setenv replacement for systems which lack itDamien Miller
1999-11-22 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)Damien Miller
- Retry /dev/urandom reads interrupted by signal (report from Robert Hardy <rhardy@webcon.net>)
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