Age | Commit message (Collapse) | Author |
|
Tru64, solves getnameinfo and "bad addr or host" errors. ok djm@
|
|
UsePAM=yes; ok dtucker
|
|
any access to locked accounts. ok djm@
|
|
openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
be our 'mysignal' by default. OK djm@
|
|
and minor fixes.
|
|
larsch@trustcenter.de
|
|
rather that authorized_keys2. Patch from vinschen@redhat.com.
|
|
-lbroken; ok dtucker
|
|
and after normal openpty test.
|
|
change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
consistency.
|
|
[ssh-keygen.c]
exit after primetest, ok djm@
|
|
Add a tcsendbreak function for platforms that don't have one, based on the
one from OpenBSD.
Any more of these and I'll split them out into bsd-termio.[ch].
|
|
[readconf.c ssh.c]
socks4->socks, since with support both 4 and 5; dtucker@zip.com.au
|
|
[auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config
ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5]
remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,
fgsch@, miod@, henning@, jakob@ and others
|
|
[session.c]
use more portable tcsendbreak(3) and ignore break_length;
ok deraadt, millert
|
|
|
|
|
|
in bsd-cygwin_util.h).
|
|
(thanks to Simon Wilkinson for help with this -dt)
- markus@cvs.openbsd.org 2003/07/16 15:02:06
[auth-krb5.c]
mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>
otherwise the kerberos credentinal is stored in a memory cache
in the privileged sshd. ok jabob@, hin@ (some time ago)
|
|
|
|
AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
separately before defining them.
|
|
specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
|
|
Remove incorrect filenames from comments (file names are in Id tags).
|
|
not already defined (eg Linux with some versions of libc5), based on those
from OpenBSD.
|
|
defined (fixes compile error on really old Linuxes).
|
|
if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
|
|
|
|
|
|
[progressmeter.c]
print rate similar old version; round instead truncate;
(included in previous progressmeter.c commit)
|
|
[atomicio.c]
correct comment: atomicio takes vwrite, not write; deraadt@ ok
|
|
[auth2-none.c]
check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za
ok henning
|
|
|
|
Should have added with this sync:
- djm@cvs.openbsd.org 2003/07/28 09:49:56
[ssh-keygen.1 ssh-keygen.c]
Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
Based on code from Phil Karn, William Allen Simpson and Niels Provos.
ok markus@, thanks jmc@
|
|
|
|
Add a tcgetpgrp function.
|
|
[LICENCE progressmeter.c]
replace 4 clause BSD licensed progressmeter code with a replacement
from Nils Nordman and myself; ok deraadt@
(copied from OpenBSD an re-applied portable changes)
|
|
[ssh-keygen.1 ssh-keygen.c]
Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
Based on code from Phil Karn, William Allen Simpson and Niels Provos.
ok markus@, thanks jmc@
|
|
[sshd_config]
remove AFS; itojun@
|
|
- markus@cvs.openbsd.org 2003/07/22 13:35:22
[auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c
monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1
ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h]
remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
test+ok henning@
- (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support.
- (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files.
I hope I got this right....
|
|
|
|
|
|
DISABLE_SHADOW. Fixes HP-UX compile error.
|
|
openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
and isolate shadow password functions. Tested in Solaris, but should
not break other platforms too badly (except maybe HP =). Also brings
auth-passwd.c into full sync with OpenBSD tree.
|
|
|
|
|
|
[regress/sftp-cmds.sh]
regress test for sftp arguments with escaped quotes; ok markus
|
|
[sftp-int.c]
fix sftp filename parsing for arguments with escaped quotes. bz #517;
ok markus
|
|
[scp.c]
userid is unsigned, but well, force it anyways; andrushock@korovino.net
|
|
[sshtty.c]
clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@
|
|
[ssh.c sshd.c]
don't exit on multiple -v or -d; ok deraadt@
|