summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2001-09-18 - (djm) Specify --datadir in RPM spec files so smartcard applet getsDamien Miller
put somewhere sane. Add Ssh.bin to manifest.
2001-09-18 - (djm) More makefile infrastructre for smartcard support, also basedDamien Miller
on Ben's work
2001-09-18 - (djm) Avoid warning on BSDgetoptDamien Miller
2001-09-18 - (djm) Revert setgroups call, it causes problems on OS-XDamien Miller
2001-09-18 - (djm) Configure support for smartcardsDamien Miller
2001-09-17 - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]Tim Rice
rename getopt() to BSDgetopt() to keep form conflicting with system getopt(). [Makefile.in configure.in] disable filepriv until I can add missing procpriv calls.
2001-09-17double dohDamien Miller
2001-09-17dohDamien Miller
2001-09-17 - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workaroundsDamien Miller
2001-09-16 - markus@cvs.openbsd.org 2001/09/16 14:46:54Ben Lindstrom
[session.c] calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes pr 1943b
2001-09-16 - (djm) Workaround XFree breakage in RPM spec fileDamien Miller
2001-09-16I really should commit these in sync with the actual changesDamien Miller
2001-09-15 - (djm) Make sure rijndael.c picks config.hDamien Miller
- (djm) Ensure that u_char gets defined
2001-09-15rewrite descriptionsDamien Miller
2001-09-15 - (djm) Clear supplemental groups at sshd start to prevent them fromDamien Miller
being propogated to random PAM modules. Based on patch from Redhat via Pekka Savola <pekkas@netcore.fi>
2001-09-15 - (djm) Redhat initscript config sanity checking from Pekka SavolaDamien Miller
<pekkas@netcore.fi>
2001-09-15C - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> andDamien Miller
Redhat VS: ----------------------------------------------------------------------
2001-09-15 - (djm) Sync scard/ stuffDamien Miller
2001-09-15 - (djm) Make do_pre_login static to avoid prototype #ifdef hellDamien Miller
2001-09-14 - markus@cvs.openbsd.org 2001/09/14Ben Lindstrom
[sshd.c] typo
2001-09-14 - markus@cvs.openbsd.org 2001/09/14Ben Lindstrom
[session.c] command=xxx overwrites subsystems, too
2001-09-14 - markus@cvs.openbsd.org 2001/09/13Ben Lindstrom
[rijndael.c rijndael.h] missing $OpenBSD
2001-09-14I was promised that this does not need to have endness fix up by Markus.Ben Lindstrom
So I will blindly trust him. =) - markus@cvs.openbsd.org 2001/08/23 11:31:59 [cipher.c cipher.h] switch to the optimised AES reference code from http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
2001-09-12 - stevesk@cvs.openbsd.org 2001/09/12 18:18:25Ben Lindstrom
[scp.c] don't forward agent for non third-party copies; ok markus@
2001-09-12 - deraadt@cvs.openbsd.org 2001/09/05 06:23:07Ben Lindstrom
[scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1] avoid first person in manual pages
2001-09-12 - stevesk@cvs.openbsd.org 2001/09/03 20:58:33Ben Lindstrom
[readconf.c readconf.h ssh.c] fatal() for nonexistent -Fssh_config. ok markus@
2001-09-12 - markus@cvs.openbsd.org 2001/08/31 11:46:39Ben Lindstrom
[sshconnect2.c] disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST messages
2001-09-12 - markus@cvs.openbsd.org 2001/08/30 22:22:32Ben Lindstrom
[ssh-keyscan.c] do not pass pointers to longjmp; fix from wayne@blorf.net
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/30 20:36:34Ben Lindstrom
[auth-options.c sshd.8] validate ports for permitopen key file option. add host/port alternative syntax for IPv6. ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/30 16:04:35Ben Lindstrom
[readconf.c ssh.1] validate ports for LocalForward/RemoteForward. add host/port alternative syntax for IPv6 (like -L/-R). ok markus@
2001-09-12 - naddy@cvs.openbsd.org 2001/08/30 15:42:36Ben Lindstrom
[ssh.1] add -D to synopsis line; ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/29 23:39:40Ben Lindstrom
[ssh.1 sshd.8] additional documentation for GatewayPorts; ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/29 23:27:23Ben Lindstrom
[ssh.c] validate ports for -L/-R; ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/29 23:13:10Ben Lindstrom
[ssh.1 ssh.c] document -D and DynamicForward; ok markus
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/29 23:02:21Ben Lindstrom
[sshd.8] add text about -u0 preventing DNS requests; ok markus@
2001-09-12 - markus@cvs.openbsd.org 2001/08/29 20:44:03Ben Lindstrom
[scp.c] clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok theo@
2001-09-12 - markus@cvs.openbsd.org 2001/08/28 15:39:48Ben Lindstrom
[ssh.1 ssh.c] allow: ssh -F configfile host
2001-09-12 - markus@cvs.openbsd.org 2001/08/28 09:51:26Ben Lindstrom
[readconf.c] don't set DynamicForward unless Host matches
2001-09-12 - danh@cvs.openbsd.org 2001/08/27 22:02:13Ben Lindstrom
[ssh-keyscan.c] fix memory fault if non-existent filename is given to the -f option ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/23 18:08:59Ben Lindstrom
[ssh-add.1 ssh-keyscan.1] minor cleanup
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/23 18:02:48Ben Lindstrom
[ssh-agent.1] fix usage; ok markus@
2001-09-12 - camield@cvs.openbsd.org 2001/08/23 17:59:31Ben Lindstrom
[sshd.c] end request with 0, not NULL ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/22 17:45:16Ben Lindstrom
[ssh.1] document cipher des for protocol 1; ok deraadt@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/22 16:30:02Ben Lindstrom
[sshd.8] no rexd; ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/22 16:21:21Ben Lindstrom
[ssh.1] hostname not optional; ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/21 21:47:42Ben Lindstrom
[ssh.1 sshd.8] minor typos and cleanup
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