Ben Lindstrom
03598a1c23
- stevesk@cvs.openbsd.org 2001/09/19 21:41:57
...
[sshd.8]
don't advertise -V in usage; ok markus@
2001-09-20 01:07:57 +00:00
Ben Lindstrom
dfd1850398
- stevesk@cvs.openbsd.org 2001/09/19 21:04:53
...
[sshd.8]
missing -t in usage
2001-09-20 01:06:08 +00:00
Ben Lindstrom
b1d822c311
- stevesk@cvs.openbsd.org 2001/09/19 19:35:30
...
[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 01:03:31 +00:00
Ben Lindstrom
2b7a0e953e
- stevesk@cvs.openbsd.org 2001/09/19 19:24:19
...
[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 00:57:55 +00:00
Ben Lindstrom
309f3d1d9c
- markus@cvs.openbsd.org 2001/09/19 13:23:29
...
[key.c]
key_read() now returns -1 on type mismatch, too
2001-09-20 00:55:53 +00:00
Ben Lindstrom
20daef753d
- markus@cvs.openbsd.org 2001/09/19 10:08:51
...
[sshd.8]
command=xxx applies to subsystem now, too
2001-09-20 00:54:01 +00:00
Kevin Steves
871f662cb6
- (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)
...
returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL
check. ok Lutz Jaenicke
2001-09-18 16:08:24 +00:00
Ben Lindstrom
cc7aafc7a4
- stevesk@cvs.openbsd.org 2001/09/17 23:56:07
...
[scp.1]
missing -B in usage string
2001-09-18 05:56:57 +00:00
Ben Lindstrom
3b4d42c240
- markus@cvs.openbsd.org 2001/09/17 21:09:47
...
[compat.c]
more versions suffering the SSH_BUG_DEBUG bug;
3.0.x reported by dbutts@maddog.storability.com
2001-09-18 05:55:10 +00:00
Ben Lindstrom
6d218f404f
- markus@cvs.openbsd.org 2001/09/17 21:04:02
...
[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 05:53:12 +00:00
Ben Lindstrom
944c4f0bda
- markus@cvs.openbsd.org 2001/09/17 20:52:47
...
[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 05:51:13 +00:00
Ben Lindstrom
99a30f11c2
- markus@cvs.openbsd.org 2001/09/17 20:50:22
...
[key.c ssh-keygen.c]
better error handling if you try to export a bad key to ssh.com
2001-09-18 05:49:14 +00:00
Ben Lindstrom
6a33763332
- stevesk@cvs.openbsd.org 2001/09/17 20:38:09
...
[sftp.1 sftp.c]
cleanup and document -1, -s and -S; ok markus@
2001-09-18 05:47:32 +00:00
Ben Lindstrom
a2fec90e05
- markus@cvs.openbsd.org 2001/09/17 20:22:14
...
[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 05:45:44 +00:00
Damien Miller
7a62b77042
Adapt for portable
2001-09-18 15:44:34 +10:00
Ben Lindstrom
9e0ddd4379
- stevesk@cvs.openbsd.org 2001/09/17 19:27:15
...
[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 05:41:19 +00:00
Ben Lindstrom
1e24324164
- stevesk@cvs.openbsd.org 2001/09/17 17:57:57
...
[scp.1 scp.c sftp.1 sftp.c]
add -Fssh_config option; ok markus@
2001-09-18 05:38:44 +00:00
Damien Miller
99b8febe11
double doh
2001-09-18 15:37:50 +10:00
Ben Lindstrom
033e4557c0
- (bal) LICENCE update. Has not been done in a while.
2001-09-18 05:36:27 +00:00
Damien Miller
cf8cadf6f7
doh
2001-09-18 15:35:04 +10:00
Damien Miller
f2bd06c21e
- (djm) Make smartcard support conditional in Redhat RPM spec
2001-09-18 15:33:07 +10:00
Damien Miller
2c1e1cb135
oops
2001-09-18 15:23:58 +10:00
Damien Miller
7948d93173
- (djm) Specify --datadir in RPM spec files so smartcard applet gets
...
put somewhere sane. Add Ssh.bin to manifest.
2001-09-18 15:12:10 +10:00
Damien Miller
d97c2ceed1
- (djm) More makefile infrastructre for smartcard support, also based
...
on Ben's work
2001-09-18 15:06:21 +10:00
Damien Miller
ff5f47e230
- (djm) Avoid warning on BSDgetopt
2001-09-18 15:05:20 +10:00
Damien Miller
ffbe69890d
- (djm) Revert setgroups call, it causes problems on OS-X
2001-09-18 14:03:03 +10:00
Damien Miller
85de580adc
- (djm) Configure support for smartcards
2001-09-18 14:01:11 +10:00
Tim Rice
a4f7ae1a35
- (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
...
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-17 14:34:33 -07:00
Damien Miller
c3bd7eccac
double doh
2001-09-17 15:49:36 +10:00
Damien Miller
500c790090
doh
2001-09-17 15:43:46 +10:00
Damien Miller
01ebad06db
- (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
2001-09-17 15:07:23 +10:00
Ben Lindstrom
37e41c9019
- markus@cvs.openbsd.org 2001/09/16 14:46:54
...
[session.c]
calls krb_afslog() after setting $HOME; mattiasa@e.kth.se ; fixes
pr 1943b
2001-09-16 22:17:15 +00:00
Damien Miller
0b9278e923
- (djm) Workaround XFree breakage in RPM spec file
2001-09-16 17:13:45 +10:00
Damien Miller
426d6bdc00
I really should commit these in sync with the actual changes
2001-09-16 17:13:11 +10:00
Damien Miller
58be738ac8
- (djm) Make sure rijndael.c picks config.h
...
- (djm) Ensure that u_char gets defined
2001-09-15 21:31:54 +10:00
Damien Miller
85085cb96d
rewrite descriptions
2001-09-15 21:23:11 +10:00
Damien Miller
ebf989e601
- (djm) Clear supplemental groups at sshd start to prevent them from
...
being propogated to random PAM modules. Based on patch from Redhat via
Pekka Savola <pekkas@netcore.fi>
2001-09-15 21:12:49 +10:00
Damien Miller
ba6f9f9e49
- (djm) Redhat initscript config sanity checking from Pekka Savola
...
<pekkas@netcore.fi>
2001-09-15 21:03:10 +10:00
Damien Miller
0c217b74e2
C - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
...
Redhat
VS: ----------------------------------------------------------------------
2001-09-15 21:01:41 +10:00
Damien Miller
69e00a18a5
- (djm) Sync scard/ stuff
2001-09-15 20:58:46 +10:00
Damien Miller
599d8eba16
- (djm) Make do_pre_login static to avoid prototype #ifdef hell
2001-09-15 12:25:53 +10:00
Ben Lindstrom
23124eab3b
- markus@cvs.openbsd.org 2001/09/14
...
[sshd.c]
typo
2001-09-14 23:14:25 +00:00
Ben Lindstrom
b09f6b5b02
- markus@cvs.openbsd.org 2001/09/14
...
[session.c]
command=xxx overwrites subsystems, too
2001-09-14 23:12:07 +00:00
Ben Lindstrom
d5e1c04c00
- markus@cvs.openbsd.org 2001/09/13
...
[rijndael.c rijndael.h]
missing $OpenBSD
2001-09-14 23:09:29 +00:00
Ben Lindstrom
319fc7353c
I was promised that this does not need to have endness fix up by Markus.
...
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-14 02:47:33 +00:00
Ben Lindstrom
4213c559ef
- stevesk@cvs.openbsd.org 2001/09/12 18:18:25
...
[scp.c]
don't forward agent for non third-party copies; ok markus@
2001-09-12 18:45:09 +00:00
Ben Lindstrom
594e203894
- deraadt@cvs.openbsd.org 2001/09/05 06:23:07
...
[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 18:35:30 +00:00
Ben Lindstrom
edc0cf26d1
- stevesk@cvs.openbsd.org 2001/09/03 20:58:33
...
[readconf.c readconf.h ssh.c]
fatal() for nonexistent -Fssh_config. ok markus@
2001-09-12 18:32:20 +00:00
Ben Lindstrom
7d19996201
- markus@cvs.openbsd.org 2001/08/31 11:46:39
...
[sshconnect2.c]
disable kbd-interactive if we don't get
SSH2_MSG_USERAUTH_INFO_REQUEST messages
2001-09-12 18:29:00 +00:00
Ben Lindstrom
520b55c8c4
- markus@cvs.openbsd.org 2001/08/30 22:22:32
...
[ssh-keyscan.c]
do not pass pointers to longjmp; fix from wayne@blorf.net
2001-09-12 18:05:05 +00:00