Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-28 | Sync version numbers with stable branch | Damien Miller | |
2001-09-28 | - (djm) Update spec files for new x11-askpass | Damien Miller | |
2001-09-28 | - (djm) OpenBSD CVS sync: | Damien Miller | |
- djm@cvs.openbsd.org 2001/09/28 09:49:31 [scard.c] Fix segv when smartcard communication error occurs during key load. ok markus@ | |||
2001-09-27 | - (stevesk) session.c: declare do_pre_login() before use | Kevin Steves | |
wayned@users.sourceforge.net | |||
2001-09-27 | We are a "SSH protocol implementation" not a "SSH implementation" | Damien Miller | |
2001-09-25 | - (djm) Avoid bad and unportable sprintf usage in compat code | Damien Miller | |
2001-09-25 | - (djm) Add AC_SYS_LARGEFILE configure test | Damien Miller | |
2001-09-25 | - (djm) Sync $sysconfdir/moduli | Damien Miller | |
2001-09-25 | Possible sia cleanup opportunity | Damien Miller | |
2001-09-25 | - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used. | Damien Miller | |
2001-09-25 | Sync | Damien Miller | |
2001-09-25 | Add warning that code is still in development | Damien Miller | |
2001-09-24 | - (bal) Updated all *.specs for 2.9.9p1 and updated version.h | Ben Lindstrom | |
2001-09-24 | - (bal) Removed 'extern int optopt;' since it is dead wood. | Ben Lindstrom | |
2001-09-24 | - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done | Ben Lindstrom | |
by stevesk@ | |||
2001-09-23 | - markus@cvs.openbsd.org 2001/09/23 09:58:13 | Ben Lindstrom | |
[LICENCE] new rijndael implementation | |||
2001-09-23 | <grumble> Editing ChangeLog in the wrong directory. | Ben Lindstrom | |
- markus@cvs.openbsd.org 2001/09/23 11:09:13 [authfile.c] relax permission check for private key files. | |||
2001-09-23 | - markus@cvs.openbsd.org 2001/09/23 11:09:13 | Ben Lindstrom | |
[authfile.c] relax permission check for private key files. | |||
2001-09-20 | - mouring@cvs.openbsd.org 2001/09/20 20:57:51 | Ben Lindstrom | |
[sshd_config] CheckMail removed. OKed stevesk@ | |||
2001-09-20 | - markus@cvs.openbsd.org 2001/09/20 13:50:40 | Ben Lindstrom | |
[compat.c compat.h ssh.c] bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vinschen@redhat.com | |||
2001-09-20 | - markus@cvs.openbsd.org 2001/09/20 13:46:48 | Ben Lindstrom | |
[auth2.c] key_read returns now -1 or 1 | |||
2001-09-20 | - stevesk@cvs.openbsd.org 2001/09/20 00:15:54 | Ben Lindstrom | |
[sshd.8] fix ClientAliveCountMax | |||
2001-09-20 | whitespace sync | Kevin Steves | |
2001-09-20 | - (stevesk) sun_len, SUN_LEN() configure stuff no longer required | Kevin Steves | |
2001-09-20 | whitespace sync | Kevin Steves | |
2001-09-20 | - (tim) [scard/Makefile.in] Don't strip the Java binary | Tim Rice | |
2001-09-20 | - (bal) openbsd-compat/vis.[ch] is dead wood. Removed. | Ben Lindstrom | |
2001-09-20 | - stevesk@cvs.openbsd.org 2001/09/19 21:41:57 | Ben Lindstrom | |
[sshd.8] don't advertise -V in usage; ok markus@ | |||
2001-09-20 | - stevesk@cvs.openbsd.org 2001/09/19 21:04:53 | Ben Lindstrom | |
[sshd.8] missing -t in usage | |||
2001-09-20 | - stevesk@cvs.openbsd.org 2001/09/19 19:35:30 | Ben Lindstrom | |
[authfd.c] use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blesses this and we do it this way elsewhere. this helps in portable because not all systems have SUN_LEN() and sockaddr_un.sun_len. ok markus@ | |||
2001-09-20 | - stevesk@cvs.openbsd.org 2001/09/19 19:24:19 | Ben Lindstrom | |
[readconf.c readconf.h scp.c sftp.c ssh.1] add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@ | |||
2001-09-20 | - markus@cvs.openbsd.org 2001/09/19 13:23:29 | Ben Lindstrom | |
[key.c] key_read() now returns -1 on type mismatch, too | |||
2001-09-20 | - markus@cvs.openbsd.org 2001/09/19 10:08:51 | Ben Lindstrom | |
[sshd.8] command=xxx applies to subsystem now, too | |||
2001-09-18 | - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2) | Kevin Steves | |
returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL check. ok Lutz Jaenicke | |||
2001-09-18 | - stevesk@cvs.openbsd.org 2001/09/17 23:56:07 | Ben Lindstrom | |
[scp.1] missing -B in usage string | |||
2001-09-18 | - markus@cvs.openbsd.org 2001/09/17 21:09:47 | Ben Lindstrom | |
[compat.c] more versions suffering the SSH_BUG_DEBUG bug; 3.0.x reported by dbutts@maddog.storability.com | |||
2001-09-18 | - markus@cvs.openbsd.org 2001/09/17 21:04:02 | Ben Lindstrom | |
[channels.c serverloop.c] don't send fake dummy packets on CR (\r) bugreport from yyua@cs.sfu.ca via solar@@openwall.com | |||
2001-09-18 | - markus@cvs.openbsd.org 2001/09/17 20:52:47 | Ben Lindstrom | |
[channels.c channels.h clientloop.c] try to fix agent-forwarding-backconnection-bug, as seen on HPUX, for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE, | |||
2001-09-18 | - markus@cvs.openbsd.org 2001/09/17 20:50:22 | Ben Lindstrom | |
[key.c ssh-keygen.c] better error handling if you try to export a bad key to ssh.com | |||
2001-09-18 | - stevesk@cvs.openbsd.org 2001/09/17 20:38:09 | Ben Lindstrom | |
[sftp.1 sftp.c] cleanup and document -1, -s and -S; ok markus@ | |||
2001-09-18 | - markus@cvs.openbsd.org 2001/09/17 20:22:14 | Ben Lindstrom | |
[scard.c] never keep a connection to the smartcard open. allows ssh-keygen -D U while the agent is running; report from jakob@ | |||
2001-09-18 | Adapt for portable | Damien Miller | |
2001-09-18 | - stevesk@cvs.openbsd.org 2001/09/17 19:27:15 | Ben Lindstrom | |
[kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c] u_char*/char* cleanup; ok markus | |||
2001-09-18 | - stevesk@cvs.openbsd.org 2001/09/17 17:57:57 | Ben Lindstrom | |
[scp.1 scp.c sftp.1 sftp.c] add -Fssh_config option; ok markus@ | |||
2001-09-18 | double doh | Damien Miller | |
2001-09-18 | - (bal) LICENCE update. Has not been done in a while. | Ben Lindstrom | |
2001-09-18 | doh | Damien Miller | |
2001-09-18 | - (djm) Make smartcard support conditional in Redhat RPM spec | Damien Miller | |
2001-09-18 | oops | Damien Miller | |
2001-09-18 | - (djm) Specify --datadir in RPM spec files so smartcard applet gets | Damien Miller | |
put somewhere sane. Add Ssh.bin to manifest. |