summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) Make sure rijndael.c picks config.hDamien Miller2001-09-154-3/+26
| | | | - (djm) Ensure that u_char gets defined
* rewrite descriptionsDamien Miller2001-09-151-25/+23
|
* - (djm) Clear supplemental groups at sshd start to prevent them fromDamien Miller2001-09-152-1/+8
| | | | | being propogated to random PAM modules. Based on patch from Redhat via Pekka Savola <pekkas@netcore.fi>
* - (djm) Redhat initscript config sanity checking from Pekka SavolaDamien Miller2001-09-152-1/+15
| | | | <pekkas@netcore.fi>
* C - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> andDamien Miller2001-09-152-69/+39
| | | | | Redhat VS: ----------------------------------------------------------------------
* - (djm) Sync scard/ stuffDamien Miller2001-09-153-104/+91
|
* - (djm) Make do_pre_login static to avoid prototype #ifdef hellDamien Miller2001-09-152-2/+5
|
* - markus@cvs.openbsd.org 2001/09/14Ben Lindstrom2001-09-152-3/+6
| | | | | [sshd.c] typo
* - markus@cvs.openbsd.org 2001/09/14Ben Lindstrom2001-09-152-4/+7
| | | | | [session.c] command=xxx overwrites subsystems, too
* - markus@cvs.openbsd.org 2001/09/13Ben Lindstrom2001-09-153-1/+11
| | | | | [rijndael.c rijndael.h] missing $OpenBSD
* I was promised that this does not need to have endness fix up by Markus.Ben Lindstrom2001-09-145-491/+1299
| | | | | | | | | 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
* - stevesk@cvs.openbsd.org 2001/09/12 18:18:25Ben Lindstrom2001-09-122-2/+6
| | | | | [scp.c] don't forward agent for non third-party copies; ok markus@
* - deraadt@cvs.openbsd.org 2001/09/05 06:23:07Ben Lindstrom2001-09-128-57/+60
| | | | | [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1] avoid first person in manual pages
* - stevesk@cvs.openbsd.org 2001/09/03 20:58:33Ben Lindstrom2001-09-124-13/+19
| | | | | [readconf.c readconf.h ssh.c] fatal() for nonexistent -Fssh_config. ok markus@
* - markus@cvs.openbsd.org 2001/08/31 11:46:39Ben Lindstrom2001-09-122-2/+18
| | | | | | [sshconnect2.c] disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST messages
* - markus@cvs.openbsd.org 2001/08/30 22:22:32Ben Lindstrom2001-09-122-6/+9
| | | | | [ssh-keyscan.c] do not pass pointers to longjmp; fix from wayne@blorf.net
* - stevesk@cvs.openbsd.org 2001/08/30 20:36:34Ben Lindstrom2001-09-123-20/+25
| | | | | | [auth-options.c sshd.8] validate ports for permitopen key file option. add host/port alternative syntax for IPv6. ok markus@
* - stevesk@cvs.openbsd.org 2001/08/30 16:04:35Ben Lindstrom2001-09-123-37/+39
| | | | | | | [readconf.c ssh.1] validate ports for LocalForward/RemoteForward. add host/port alternative syntax for IPv6 (like -L/-R). ok markus@
* - naddy@cvs.openbsd.org 2001/08/30 15:42:36Ben Lindstrom2001-09-122-2/+6
| | | | | [ssh.1] add -D to synopsis line; ok markus@
* - stevesk@cvs.openbsd.org 2001/08/29 23:39:40Ben Lindstrom2001-09-123-3/+24
| | | | | [ssh.1 sshd.8] additional documentation for GatewayPorts; ok markus@
* - stevesk@cvs.openbsd.org 2001/08/29 23:27:23Ben Lindstrom2001-09-122-21/+23
| | | | | [ssh.c] validate ports for -L/-R; ok markus@
* - stevesk@cvs.openbsd.org 2001/08/29 23:13:10Ben Lindstrom2001-09-123-3/+32
| | | | | [ssh.1 ssh.c] document -D and DynamicForward; ok markus
* - stevesk@cvs.openbsd.org 2001/08/29 23:02:21Ben Lindstrom2001-09-122-2/+17
| | | | | [sshd.8] add text about -u0 preventing DNS requests; ok markus@
* - markus@cvs.openbsd.org 2001/08/29 20:44:03Ben Lindstrom2001-09-122-2/+7
| | | | | | [scp.c] clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok theo@
* - markus@cvs.openbsd.org 2001/08/28 15:39:48Ben Lindstrom2001-09-123-10/+38
| | | | | [ssh.1 ssh.c] allow: ssh -F configfile host
* - markus@cvs.openbsd.org 2001/08/28 09:51:26Ben Lindstrom2001-09-122-3/+7
| | | | | [readconf.c] don't set DynamicForward unless Host matches
* - danh@cvs.openbsd.org 2001/08/27 22:02:13Ben Lindstrom2001-09-122-2/+8
| | | | | | [ssh-keyscan.c] fix memory fault if non-existent filename is given to the -f option ok markus@
* - stevesk@cvs.openbsd.org 2001/08/23 18:08:59Ben Lindstrom2001-09-123-6/+9
| | | | | [ssh-add.1 ssh-keyscan.1] minor cleanup
* - stevesk@cvs.openbsd.org 2001/08/23 18:02:48Ben Lindstrom2001-09-122-7/+8
| | | | | [ssh-agent.1] fix usage; ok markus@
* - camield@cvs.openbsd.org 2001/08/23 17:59:31Ben Lindstrom2001-09-122-3/+7
| | | | | | [sshd.c] end request with 0, not NULL ok markus@
* - stevesk@cvs.openbsd.org 2001/08/22 17:45:16Ben Lindstrom2001-09-122-9/+25
| | | | | [ssh.1] document cipher des for protocol 1; ok deraadt@
* - stevesk@cvs.openbsd.org 2001/08/22 16:30:02Ben Lindstrom2001-09-122-4/+6
| | | | | [sshd.8] no rexd; ok markus@
* - stevesk@cvs.openbsd.org 2001/08/22 16:21:21Ben Lindstrom2001-09-122-4/+7
| | | | | [ssh.1] hostname not optional; ok markus@
* - stevesk@cvs.openbsd.org 2001/08/21 21:47:42Ben Lindstrom2001-09-123-7/+10
| | | | | [ssh.1 sshd.8] minor typos and cleanup
* - stevesk@cvs.openbsd.org 2001/08/17 18:59:47Ben Lindstrom2001-09-122-5/+8
| | | | | [servconf.h] typo in comment
* - stevesk@cvs.openbsd.org 2001/08/16 20:14:57Ben Lindstrom2001-09-123-8/+15
| | | | | | [ssh.1 sshd.8] document case sensitivity for ssh, sshd and key file options and arguments; ok markus@
* - jakob@cvs.openbsd.org 2001/08/16 19:18:34Ben Lindstrom2001-09-125-41/+21
| | | | | [servconf.c servconf.h session.c sshd.8] deprecate CheckMail. ok markus@
* - (bal) QNX resync. OK tim@Ben Lindstrom2001-08-164-22/+121
|
* - stevesk@cvs.openbsd.org 2001/08/14 17:54:29Ben Lindstrom2001-08-164-17/+45
| | | | | | [scp.1 sftp.1 ssh.1] consistent documentation and example of ``-o ssh_option'' for sftp and scp; document keyword=argument for ssh.
* - markus@cvs.openbsd.org 2001/08/14 09:23:02Ben Lindstrom2001-08-163-3/+9
| | | | | [sftp.1 sftp-int.c] "bye"; hk63a@netscape.net
* - stevesk@cvs.openbsd.org 2001/08/13 23:38:54Ben Lindstrom2001-08-162-3/+5
| | | | | [scp.c] don't need main prototype (also sync with rcp); ok markus@
* - jakob@cvs.openbsd.org 2001/08/11 22:51:27Ben Lindstrom2001-08-163-5/+9
| | | | | | [ssh.c tildexpand.c] fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@
* - markus@cvs.openbsd.org 2001/08/08 21:34:19Ben Lindstrom2001-08-162-5/+5
| | | | | [uidswap.c] undo last change; does not work for sshd
* - markus@cvs.openbsd.org 2001/08/08 18:20:15Ben Lindstrom2001-08-162-2/+9
| | | | | | [uidswap.c] permanently_set_uid is a noop if user is not privilegued; fixes bug on solaris; from sbi@uchicago.edu
* - deraadt@cvs.openbsd.org 2001/08/08 07:16:58Ben Lindstrom2001-08-162-4/+12
| | | | | | | [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.
* - markus@cvs.openbsd.org 2001/08/07 10:37:46Ben Lindstrom2001-08-163-4/+13
| | | | | [authfd.c authfd.h] extended failure messages from galb@vandyke.com
* - (bal) Fixed stray code in readconf.c that went in by mistake.Ben Lindstrom2001-08-162-3/+6
|
* - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.comKevin Steves2001-08-142-9/+8
|
* - (stevesk) bsd-cray.c: utmp strings are not C stringsKevin Steves2001-08-142-4/+6
|
* - (stevesk) sshpty.c: return 0 on error in cray pty code;Kevin Steves2001-08-142-1/+4
| | | | ok wendyp@cray.com