Age | Commit message (Collapse) | Author |
|
[serverloop.c]
schedule client alive for ssh2 only, greg@cheers.bungi.com
|
|
- stevesk@cvs.openbsd.org 2001/07/14 15:10:17
[readpass.c sftp-client.c sftp-common.c sftp-glob.c]
delete spurious #includes; ok deraadt@ markus@
|
|
(needed by openbsd-compat/fake-getaddrinfo.c)
|
|
Josh Larios <jdlarios@cac.washington.edu>
|
|
in snprintf() test
|
|
|
|
|
|
run directly from Makefile.in
|
|
[auth.c]
no need to call dirname(pw->pw_dir).
note that dirname(3) modifies its argument on some systems.
|
|
[ssh.c]
sort options string, fix -p, add -k
|
|
[servconf.c]
make it compilable in all 4 combination of KRB4/KRB5 settings.
dugsong ok
XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
-I/usr/include/kerberosV?
|
|
[readpass.c]
don't panic if fork or pipe fail (just return an empty passwd).
|
|
[session.c sftp-int.c]
correct type on last arg to execl(); nordin@cse.ogi.edu
|
|
- fgsch@cvs.openbsd.org 2001/07/09 05:58:47
[ssh.c]
Use getopt(3); markus@ ok.
|
|
- stevesk@cvs.openbsd.org 2001/07/08 15:23:38
[servconf.c]
fix ``MaxStartups max''; ok markus@
|
|
- stevesk@cvs.openbsd.org 2001/07/05 20:32:47
[sshconnect1.c]
statement after label; ok dugsong@
|
|
- espie@cvs.openbsd.org 2001/07/05 11:43:33
[sftp-glob.c]
Directly cast to the right type. Ok markus@
|
|
- markus@cvs.openbsd.org 2001/07/04 23:49:27
[ssh-agent.c]
handle mutiple adds of the same smartcard key
|
|
- markus@cvs.openbsd.org 2001/07/04 23:39:07
[ssh-agent.c]
for smartcards remove both RSA1/2 keys
|
|
- markus@cvs.openbsd.org 2001/07/04 23:13:10
[scard.c scard.h ssh-agent.c]
handle card removal more gracefully, add sc_close() to scard.h
|
|
- markus@cvs.openbsd.org 2001/07/04 22:47:19
[ssh-agent.c]
ignore SIGPIPE when debugging, too
|
|
|
|
pam_nologin module. Report from William Yodlowsky
<bsd@openbsd.rutgers.edu>
|
|
Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
|
|
issue warning (line 1: tokens ignored at end of directive line)
- (tim) [sshconnect1.c] give the compiler something to do for success:
if KRB5 and AFS are not defined.
(ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[channels.c channels.h serverloop.c]
improve cleanup/exit logic in ssh2:
stop listening to channels, detach channel users (e.g. sessions).
wait for children (i.e. dying sessions), send exit messages,
cleanup all channels.
|
|
[ssh-keygen.c]
update for sectok.h interface changes.
|
|
[readpass.c]
do not return NULL, use "" instead.
|
|
[serverloop.c session.c session.h]
wait until !session_have_children(); bugreport from
Lutz.Jaenicke@aet.TU-Cottbus.DE
|
|
[channels.c channels.h clientloop.c]
adress -> address; ok markus@
|
|
[channels.c]
use socklen_t for getsockopt arg #5; ok markus@
|
|
[clientloop.c]
sync function definition with declaration; ok markus@
|
|
[ssh-keygen.c]
initialize early
|
|
[ssh-keygen.c]
new error handling for cyberflex_*
|
|
[ssh-keygen.c]
'\0' terminated data[] is ok; ok markus@
|
|
[ssh-add.c]
convert to getopt(3)
|
|
[rsa.c rsa.h ssh-agent.c ssh-keygen.c]
s/generate_additional_parameters/rsa_generate_additional_parameters/
http://www.humppa.com/
|
|
[ssh-keygen.c]
use cyberflex_inq_class to inquire class.
|
|
[auth.c match.c sshd.8]
tridge@samba.org
|
|
[serverloop.c serverloop.h session.c session.h]
quick hack to make ssh2 work again.
|
|
[key.c key.h ssh.c sshconnect1.c sshconnect2.c]
add smartcard support to the client, too (now you can use both
the agent and the client).
|
|
[servconf.c]
#include <kafs.h>
|