summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) Update spec files for new x11-askpassV_2_9_9Damien Miller2001-09-283-4/+5
|
* - (djm) OpenBSD CVS sync:Damien Miller2001-09-282-2/+10
| | | | | | | - djm@cvs.openbsd.org 2001/09/28 09:49:31 [scard.c] Fix segv when smartcard communication error occurs during key load. ok markus@
* We are a "SSH protocol implementation" not a "SSH implementation"Damien Miller2001-09-272-2/+2
|
* Bump version to p2V_2_9_9_P2Damien Miller2001-09-264-5/+5
|
* - (djm) Disable AC_SYS_LARGEFILE, it breaks on several systemsDamien Miller2001-09-262-3/+7
|
* - (djm) Avoid bad and unportable sprintf usage in compat codeV_2_9_9_P1Damien Miller2001-09-252-3/+6
|
* Sync the branch against CVS headDamien Miller2001-09-253-3/+3
| | | | ggrrr - do a "cvs update" before doing "cvs tag"
* - (djm) Add AC_SYS_LARGEFILE configure testDamien Miller2001-09-252-2/+6
|
* - (djm) Sync $sysconfdir/moduliDamien Miller2001-09-252-69/+159
|
* Possible sia cleanup opportunityDamien Miller2001-09-251-1/+3
|
* - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.Damien Miller2001-09-252-1/+263
|
* SyncDamien Miller2001-09-251-0/+6
|
* Add warning that code is still in developmentDamien Miller2001-09-251-2/+6
|
* - (bal) Updated all *.specs for 2.9.9p1 and updated version.hBen Lindstrom2001-09-245-7/+8
|
* - (bal) Removed 'extern int optopt;' since it is dead wood.Ben Lindstrom2001-09-242-2/+2
|
* - (bal) updated ssh.c to mirror minor getopts 'extern int' formating doneBen Lindstrom2001-09-242-4/+7
| | | | by stevesk@
* - markus@cvs.openbsd.org 2001/09/23 09:58:13Ben Lindstrom2001-09-232-19/+29
| | | | | [LICENCE] new rijndael implementation
* <grumble> Editing ChangeLog in the wrong directory.Ben Lindstrom2001-09-231-1/+7
| | | | | | - markus@cvs.openbsd.org 2001/09/23 11:09:13 [authfile.c] relax permission check for private key files.
* - markus@cvs.openbsd.org 2001/09/23 11:09:13Ben Lindstrom2001-09-231-7/+10
| | | | | [authfile.c] relax permission check for private key files.
* - mouring@cvs.openbsd.org 2001/09/20 20:57:51Ben Lindstrom2001-09-202-3/+5
| | | | | [sshd_config] CheckMail removed. OKed stevesk@
* - markus@cvs.openbsd.org 2001/09/20 13:50:40Ben Lindstrom2001-09-204-16/+28
| | | | | | [compat.c compat.h ssh.c] bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vinschen@redhat.com
* - markus@cvs.openbsd.org 2001/09/20 13:46:48Ben Lindstrom2001-09-202-4/+7
| | | | | [auth2.c] key_read returns now -1 or 1
* - stevesk@cvs.openbsd.org 2001/09/20 00:15:54Ben Lindstrom2001-09-202-3/+8
| | | | | [sshd.8] fix ClientAliveCountMax
* whitespace syncKevin Steves2001-09-201-12/+11
|
* - (stevesk) sun_len, SUN_LEN() configure stuff no longer requiredKevin Steves2001-09-204-29/+6
|
* whitespace syncKevin Steves2001-09-201-2/+2
|
* - (tim) [scard/Makefile.in] Don't strip the Java binaryTim Rice2001-09-202-3/+6
|
* - (bal) openbsd-compat/vis.[ch] is dead wood. Removed.Ben Lindstrom2001-09-207-186/+10
|
* - stevesk@cvs.openbsd.org 2001/09/19 21:41:57Ben Lindstrom2001-09-202-3/+5
| | | | | [sshd.8] don't advertise -V in usage; ok markus@
* - stevesk@cvs.openbsd.org 2001/09/19 21:04:53Ben Lindstrom2001-09-202-3/+6
| | | | | [sshd.8] missing -t in usage
* - stevesk@cvs.openbsd.org 2001/09/19 19:35:30Ben Lindstrom2001-09-202-8/+10
| | | | | | | | [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@
* - stevesk@cvs.openbsd.org 2001/09/19 19:24:19Ben Lindstrom2001-09-206-12/+61
| | | | | | [readconf.c readconf.h scp.c sftp.c ssh.1] add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@
* - markus@cvs.openbsd.org 2001/09/19 13:23:29Ben Lindstrom2001-09-202-4/+7
| | | | | [key.c] key_read() now returns -1 on type mismatch, too
* - markus@cvs.openbsd.org 2001/09/19 10:08:51Ben Lindstrom2001-09-202-2/+9
| | | | | [sshd.8] command=xxx applies to subsystem now, too
* - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)Kevin Steves2001-09-182-3/+6
| | | | | returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL check. ok Lutz Jaenicke
* - stevesk@cvs.openbsd.org 2001/09/17 23:56:07Ben Lindstrom2001-09-182-3/+6
| | | | | [scp.1] missing -B in usage string
* - markus@cvs.openbsd.org 2001/09/17 21:09:47Ben Lindstrom2001-09-182-5/+11
| | | | | | [compat.c] more versions suffering the SSH_BUG_DEBUG bug; 3.0.x reported by dbutts@maddog.storability.com
* - markus@cvs.openbsd.org 2001/09/17 21:04:02Ben Lindstrom2001-09-183-9/+20
| | | | | | [channels.c serverloop.c] don't send fake dummy packets on CR (\r) bugreport from yyua@cs.sfu.ca via solar@@openwall.com
* - markus@cvs.openbsd.org 2001/09/17 20:52:47Ben Lindstrom2001-09-184-4/+24
| | | | | | [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,
* - markus@cvs.openbsd.org 2001/09/17 20:50:22Ben Lindstrom2001-09-183-6/+13
| | | | | [key.c ssh-keygen.c] better error handling if you try to export a bad key to ssh.com
* - stevesk@cvs.openbsd.org 2001/09/17 20:38:09Ben Lindstrom2001-09-183-11/+31
| | | | | [sftp.1 sftp.c] cleanup and document -1, -s and -S; ok markus@
* - markus@cvs.openbsd.org 2001/09/17 20:22:14Ben Lindstrom2001-09-182-21/+24
| | | | | | [scard.c] never keep a connection to the smartcard open. allows ssh-keygen -D U while the agent is running; report from jakob@
* Adapt for portableDamien Miller2001-09-181-8/+7
|
* - stevesk@cvs.openbsd.org 2001/09/17 19:27:15Ben Lindstrom2001-09-188-27/+30
| | | | | [kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c] u_char*/char* cleanup; ok markus
* - stevesk@cvs.openbsd.org 2001/09/17 17:57:57Ben Lindstrom2001-09-185-12/+34
| | | | | [scp.1 scp.c sftp.1 sftp.c] add -Fssh_config option; ok markus@
* double dohDamien Miller2001-09-181-1/+1
|
* - (bal) LICENCE update. Has not been done in a while.Ben Lindstrom2001-09-182-5/+37
|
* dohDamien Miller2001-09-181-1/+1
|
* - (djm) Make smartcard support conditional in Redhat RPM specDamien Miller2001-09-182-2/+19
|
* oopsDamien Miller2001-09-181-0/+1
|