summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/17 18:59:47Ben Lindstrom
[servconf.h] typo in comment
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/16 20:14:57Ben Lindstrom
[ssh.1 sshd.8] document case sensitivity for ssh, sshd and key file options and arguments; ok markus@
2001-09-12 - jakob@cvs.openbsd.org 2001/08/16 19:18:34Ben Lindstrom
[servconf.c servconf.h session.c sshd.8] deprecate CheckMail. ok markus@
2001-08-16 - (bal) QNX resync. OK tim@Ben Lindstrom
2001-08-15 - stevesk@cvs.openbsd.org 2001/08/14 17:54:29Ben Lindstrom
[scp.1 sftp.1 ssh.1] consistent documentation and example of ``-o ssh_option'' for sftp and scp; document keyword=argument for ssh.
2001-08-15 - markus@cvs.openbsd.org 2001/08/14 09:23:02Ben Lindstrom
[sftp.1 sftp-int.c] "bye"; hk63a@netscape.net
2001-08-15 - stevesk@cvs.openbsd.org 2001/08/13 23:38:54Ben Lindstrom
[scp.c] don't need main prototype (also sync with rcp); ok markus@
2001-08-15 - jakob@cvs.openbsd.org 2001/08/11 22:51:27Ben Lindstrom
[ssh.c tildexpand.c] fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@
2001-08-15 - markus@cvs.openbsd.org 2001/08/08 21:34:19Ben Lindstrom
[uidswap.c] undo last change; does not work for sshd
2001-08-15 - markus@cvs.openbsd.org 2001/08/08 18:20:15Ben Lindstrom
[uidswap.c] permanently_set_uid is a noop if user is not privilegued; fixes bug on solaris; from sbi@uchicago.edu
2001-08-15 - deraadt@cvs.openbsd.org 2001/08/08 07:16:58Ben Lindstrom
[scp.1] when describing the -o option, give -o Protocol=1 as the specific example since we are SICK AND TIRED of clueless people who cannot have difficulty thinking on their own.
2001-08-15 - markus@cvs.openbsd.org 2001/08/07 10:37:46Ben Lindstrom
[authfd.c authfd.h] extended failure messages from galb@vandyke.com
2001-08-15 - (bal) Fixed stray code in readconf.c that went in by mistake.Ben Lindstrom
2001-08-14 - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.comKevin Steves
2001-08-14 - (stevesk) bsd-cray.c: utmp strings are not C stringsKevin Steves
2001-08-14 - (stevesk) sshpty.c: return 0 on error in cray pty code;Kevin Steves
ok wendyp@cray.com
2001-08-14forgot thisKevin Steves
2001-08-14 - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanupKevin Steves
for some #ifdef _CRAY code; ok wendyp@cray.com
2001-08-12 - (djm) Fix detection of long long int support. Based on patch fromDamien Miller
Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
2001-08-09 - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should beBen Lindstrom
_BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net>
2001-08-07 - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.inTim Rice
openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back in. Needed for sshconnect.c [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines [configure.in] make tests with missing libraries fail patch by Wendy Palm <wendyp@cray.com> Added openbsd-compat/bsd-cray.h. Selective patches from William L. Jones <jones@mail.utexas.edu>
2001-08-06 - (bal) Second around of UNICOS patches. A few other things left.Ben Lindstrom
Patches by William L. Jones <jones@mail.utexas.edu>
2001-08-06 - (bal) ssh-keyscan double -lssh hack due to seed_rng().Ben Lindstrom
2001-08-06 - stevesk@cvs.openbsd.org 2001/08/06 19:47:05Ben Lindstrom
[scp.c] use alarm vs. setitimer for portable; ok markus@
2001-08-06 - markus@cvs.openbsd.org 2001/08/05 23:29:58Ben Lindstrom
[ssh-keyscan.c] make -t dsa work with commercial servers, too
2001-08-06 - markus@cvs.openbsd.org 2001/08/05 23:18:20Ben Lindstrom
[ssh-keyscan.1 ssh-keyscan.c] ssh 2 support; from wayned@users.sourceforge.net
2001-08-06 - jakob@cvs.openbsd.org 2001/08/03 10:31:30Ben Lindstrom
[ssh-add.c ssh-agent.c ssh-keyscan.c] improve usage(). ok markus@
2001-08-06 - jakob@cvs.openbsd.org 2001/08/03 10:31:19Ben Lindstrom
[ssh-add.1] document smartcard options. ok markus@
2001-08-06 - mpech@cvs.openbsd.org 2001/08/02 18:37:35Ben Lindstrom
[ssh-keyscan.1] o) .Sh AUTHOR -> .Sh AUTHORS; o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-08-06 - jakob@cvs.openbsd.org 2001/08/02 16:14:05Ben Lindstrom
[scard.c ssh-agent.c ssh.c ssh-keygen.c] clean up some /* SMARTCARD */. ok markus@
2001-08-06 - jakob@cvs.openbsd.org 2001/08/02 15:43:57Ben Lindstrom
[ssh-agent.c ssh.c ssh-keygen.c] add /* SMARTCARD */ to #else/#endif. ok markus@
2001-08-06 - jakob@cvs.openbsd.org 2001/08/02 15:32:10Ben Lindstrom
[ssh.c] add smartcard to usage(). ok markus@
2001-08-06 - jakob@cvs.openbsd.org 2001/08/02 15:07:23Ben Lindstrom
[ssh-keygen.1] document smartcard upload/download. ok markus@
2001-08-06 - jakob@cvs.openbsd.org 2001/08/02 15:06:52Ben Lindstrom
[ssh-keygen.c] more verbose usage(). ok markus@
2001-08-06 - jakob@cvs.openbsd.org 2001/08/02 08:58:35Ben Lindstrom
[ssh-keygen.c] change -u (upload smartcard key) to -U. ok markus@
2001-08-06 - markus@cvs.openbsd.org 2001/08/02 00:10:17Ben Lindstrom
[ssh-keygen.c] add -D readerid option (download, i.e. print public RSA key to stdout). check for card present when uploading keys. use strings instead of ints for smartcard reader ids, too.
2001-08-06 - markus@cvs.openbsd.org 2001/08/01 23:38:45Ben Lindstrom
[scard.c ssh.c] support finish rsa keys. free public keys after login -> call finish -> close smartcard.
2001-08-06 - markus@cvs.openbsd.org 2001/08/01 23:33:09Ben Lindstrom
[ssh-keygen.c] allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like sectok).
2001-08-06 - markus@cvs.openbsd.org 2001/08/01 22:16:45Ben Lindstrom
[ssh.1 sshd.8] refer to current ietf drafts for protocol v2
2001-08-06 - markus@cvs.openbsd.org 2001/08/01 22:03:33Ben Lindstrom
[authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c ssh-agent.c ssh.c] use strings instead of ints for smartcard reader ids
2001-08-06 - jakob@cvs.openbsd.org 2001/07/31 12:53:34Ben Lindstrom
[scard.c] close smartcard connection if card is missing
2001-08-06 - jakob@cvs.openbsd.org 2001/07/31 12:42:50Ben Lindstrom
[sftp-int.c sftp-server.c] avoid paths beginning with "//"; <vinschen@redhat.com> ok markus@
2001-08-06 - jakob@cvs.openbsd.org 2001/07/31 09:28:44Ben Lindstrom
[readconf.c readconf.h ssh.1 ssh.c] add 'SmartcardDevice' client option to specify which smartcard device is used to access a smartcard used for storing the user's private RSA key. ok markus@.
2001-08-06 - jakob@cvs.openbsd.org 2001/07/31 08:41:10Ben Lindstrom
[scard.c] do not complain about missing smartcards. ok markus@
2001-08-06 - stevesk@cvs.openbsd.org 2001/07/30 16:23:30Ben Lindstrom
[rijndael.c rijndael.h] new BSD-style license: Brian Gladman <brg@gladman.plus.com>: >I have updated my code at: >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm >with a copyright notice as follows: >[...] >I am not sure which version of my old code you are using but I am >happy for the notice above to be substituted for my existing copyright >intent if this meets your purpose.
2001-08-06 - jakob@cvs.openbsd.org 2001/07/30 16:06:07Ben Lindstrom
[scard.c scard.h] better errorcodes from sc_*; ok markus@
2001-08-06 - mouring@cvs.openbsd.org 2001/07/29 17:02:46Ben Lindstrom
[scp.1] Clarified -o option in scp.1 OKed by Markus@
2001-08-06 - markus@cvs.openbsd.org 2001/07/28 09:21:15Ben Lindstrom
[sshd.8] cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
2001-08-06 - deraadt@cvs.openbsd.org 2001/07/27 17:26:16Ben Lindstrom
[scp.c] shorten lines
2001-08-06 - millert@cvs.openbsd.org 2001/07/27 14:50:45Ben Lindstrom
[ssh.c] If smart card support is compiled in and a smart card is being used for authentication, make it the first method used. markus@ OK