Age | Commit message (Collapse) | Author |
|
[ssh.1]
"the" command line
|
|
[ssh-agent.c]
do not exit() from signal handlers; ok deraadt@
|
|
[ssh.1]
escape chars are below now
|
|
[ssh-agent.c]
chdir("/") from bbraun@synack.net; ok markus@
|
|
- markus@cvs.openbsd.org 2001/07/18 21:10:43
[sshpty.c]
pr #1946, allow sshd if /dev is readonly
|
|
myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
Added openbsd-compat/bsd-cray.c. Rest will be merged after
approval. Selective patches from William L. Jones
<jones@mail.utexas.edu>
|
|
report from Mark Miller <markm@swoon.net>
|
|
- mouring@cvs.openbsd.org 2001/07/18 16:45:52
[scp.c]
Missing -o in scp usage()
|
|
the last update.
- (bal) Updated cygwin README and ssh-host-config. Patch by
Corinna Vinschen <vinschen@redhat.com>
|
|
|
|
Patch by Corinna Vinschen <vinschen@redhat.com>
|
|
|
|
[channels.c channels.h clientloop.c nchan.c serverloop.c]
keep track of both maxfd and the size of the malloc'ed fdsets.
update maxfd if maxfd gets closed.
|
|
[ssh-agent.c]
update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
|
|
[ssh-agent.c]
typo in usage; ok markus@
|
|
[ssh-agent.1]
-d will not fork; ok markus@
|
|
[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.
|
|
[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@
|
|
- 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@
|