Damien Miller
|
942da039d2
|
- (djm) OpenBSD CVS changes:
- [email protected] 2000/07/22 03:14:37
[servconf.c servconf.h sshd.8 sshd.c sshd_config]
random early drop; ok theo, niels
- [email protected] 2000/07/26 11:46:51
[ssh.1]
typo
- [email protected] 2000/08/01 11:46:11
[sshd.8]
many fixes from [email protected]
- [email protected] 2000/08/01 13:01:42
[Makefile.in util.c aux.c]
rename aux.c to util.c to help with cygwin port
- [email protected] 2000/08/02 00:23:31
[authfd.c]
correct sun_len; [email protected]
- [email protected] 2000/08/02 10:27:17
[readconf.c sshd.8]
disable kerberos authentication by default
- [email protected] 2000/08/02 11:27:05
[sshd.8 readconf.c auth-krb4.c]
disallow kerberos authentication if we can't verify the TGT; from
dugsong@
kerberos authentication is on by default only if you have a srvtab.
- [email protected] 2000/08/04 14:30:07
[auth.c]
unused
- [email protected] 2000/08/04 14:30:35
[sshd_config]
MaxStartups
- [email protected] 2000/08/15 13:20:46
[authfd.c]
cleanup; ok niels@
- [email protected] 2000/08/17 14:05:10
[session.c]
cleanup login(1)-like jobs, no duplicate utmp entries
- [email protected] 2000/08/17 14:06:34
[session.c sshd.8 sshd.c]
sshd -u len, similar to telnetd
|
2000-08-18 13:59:06 +10:00 |
|
Damien Miller
|
c708843e6a
|
- (djm) Stop shadow expiry checking from preventing logins with NIS. Based
on fix from HARUYAMA Seigo <[email protected].s.u-tokyo.ac.jp>
|
2000-07-02 18:44:54 +10:00 |
|
Damien Miller
|
1f335fb8d8
|
- (djm) Account expiry support from Andreas Steinmetz <[email protected]>
- (djm) Added password expiry checking (no password change support)
|
2000-06-26 11:31:33 +10:00 |
|
Damien Miller
|
2f6a0ad191
|
- Cleanup of auth.c, login.c and fake-*
- Cleanup of auth-pam.c, save and print "account expired" error messages
|
2000-05-31 11:20:11 +10:00 |
|
Damien Miller
|
7d6656c128
|
cleanup diffs
|
2000-05-20 15:22:36 +10:00 |
|
Damien Miller
|
ef7df54073
|
- Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
- OpenBSD CVS updates:
- [email protected]
[sshconnect.c]
copy only ai_addrlen bytes; [email protected]
[auth.c]
accept an empty shell in authentication; bug reported by
[email protected]
[serverloop.c]
we don't have stderr for interactive terminal sessions (fcntl errors)
|
2000-05-19 00:03:23 +10:00 |
|
Damien Miller
|
d2c208a2d3
|
- Applied Tom Bertelson's <[email protected]> AIX authentication fix
|
2000-05-17 22:00:02 +10:00 |
|
Damien Miller
|
eba71bab9b
|
- Merge big update to OpenSSH-2.0 from OpenBSD CVS
[README.openssh2]
- interop w/ F-secure windows client
- sync documentation
- ssh_host_dsa_key not ssh_dsa_key
[auth-rsa.c]
- missing fclose
[auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
[readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
[sshd.c uuencode.c uuencode.h authfile.h]
- add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
for trading keys with the real and the original SSH, directly from the
people who invented the SSH protocol.
[auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
[sshconnect1.c sshconnect2.c]
- split auth/sshconnect in one file per protocol version
[sshconnect2.c]
- remove debug
[uuencode.c]
- add trailing =
[version.h]
- OpenSSH-2.0
[ssh-keygen.1 ssh-keygen.c]
- add -R flag: exit code indicates if RSA is alive
[sshd.c]
- remove unused
silent if -Q is specified
[ssh.h]
- host key becomes /etc/ssh_host_dsa_key
[readconf.c servconf.c ]
- ssh/sshd default to proto 1 and 2
[uuencode.c]
- remove debug
[auth2.c ssh-keygen.c sshconnect2.c sshd.c]
- xfree DSA blobs
[auth2.c serverloop.c session.c]
- cleanup logging for sshd/2, respect PasswordAuth no
[sshconnect2.c]
- less debug, respect .ssh/config
[README.openssh2 channels.c channels.h]
- clientloop.c session.c ssh.c
- support for x11-fwding, client+server
|
2000-04-29 23:57:08 +10:00 |
|
Damien Miller
|
4af51306d9
|
- OpenBSD CVS updates.
[ssh.1 ssh.c]
- ssh -2
[auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
[session.c sshconnect.c]
- check payload for (illegal) extra data
[ALL]
- whitespace cleanup
|
2000-04-16 11:18:38 +10:00 |
|
Damien Miller
|
efb4afe026
|
- More large OpenBSD CVS updates:
- [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
[session.h ssh.h sshd.c README.openssh2]
ssh2 server side, see README.openssh2; enable with 'sshd -2'
- [channels.c]
no adjust after close
- [sshd.c compat.c ]
interop w/ latest ssh.com windows client.
|
2000-04-12 18:45:05 +10:00 |
|
Damien Miller
|
b38eff8e4f
|
- Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
- [auth.c session.c sshd.c auth.h]
split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
- [bufaux.c bufaux.h]
support ssh2 bignums
- [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
[readconf.c ssh.c ssh.h serverloop.c]
replace big switch() with function tables (prepare for ssh2)
- [ssh2.h]
ssh2 message type codes
- [sshd.8]
reorder Xr to avoid cutting
- [serverloop.c]
close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
- [channels.c]
missing close
allow bigger packets
- [cipher.c cipher.h]
support ssh2 ciphers
- [compress.c]
cleanup, less code
- [dispatch.c dispatch.h]
function tables for different message types
- [log-server.c]
do not log() if debuggin to stderr
rename a cpp symbol, to avoid param.h collision
- [mpaux.c]
KNF
- [nchan.c]
sync w/ channels.c
|
2000-04-01 11:09:21 +10:00 |
|