Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-25 | Use x11-ssh-askpass 1.2.2 | Damien Miller | |
2001-07-24 | - (bal) 4711 not 04711 for ssh binary. | Ben Lindstrom | |
2001-07-22 | - stevesk@cvs.openbsd.org 2001/07/20 18:41:51 | Ben Lindstrom | |
[ssh.1] "the" command line | |||
2001-07-22 | - markus@cvs.openbsd.org 2001/07/20 14:46:11 | Ben Lindstrom | |
[ssh-agent.c] do not exit() from signal handlers; ok deraadt@ | |||
2001-07-22 | - stevesk@cvs.openbsd.org 2001/07/19 00:41:44 | Ben Lindstrom | |
[ssh.1] escape chars are below now | |||
2001-07-22 | - stevesk@cvs.openbsd.org 2001/07/18 21:40:40 | Ben Lindstrom | |
[ssh-agent.c] chdir("/") from bbraun@synack.net; ok markus@ | |||
2001-07-22 | - OpenBSD CVS Sync | Ben Lindstrom | |
- markus@cvs.openbsd.org 2001/07/18 21:10:43 [sshpty.c] pr #1946, allow sshd if /dev is readonly | |||
2001-07-22 | - (bal) Starting the Unicossmk merger. File merged TODO, configure.in, | Ben Lindstrom | |
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> | |||
2001-07-19 | - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS. | Tim Rice | |
report from Mark Miller <markm@swoon.net> | |||
2001-07-18 | - OpenBSD CVS Sync | Ben Lindstrom | |
- mouring@cvs.openbsd.org 2001/07/18 16:45:52 [scp.c] Missing -o in scp usage() | |||
2001-07-18 | cvs + pico == Bad when attempting to abort. <sigh> This should go with | Ben Lindstrom | |
the last update. - (bal) Updated cygwin README and ssh-host-config. Patch by Corinna Vinschen <vinschen@redhat.com> | |||
2001-07-18 | *** empty log message *** | Ben Lindstrom | |
2001-07-18 | - (bal) Allow sshd to switch user context without password for Cygwin. | Ben Lindstrom | |
Patch by Corinna Vinschen <vinschen@redhat.com> | |||
2001-07-18 | - (bal) Cleaned up trailing spaces in ChangeLog. | Ben Lindstrom | |
2001-07-18 | - markus@cvs.openbsd.org 2001/07/17 21:04:58 | Ben Lindstrom | |
[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. | |||
2001-07-18 | - markus@cvs.openbsd.org 2001/07/17 20:48:42 | Ben Lindstrom | |
[ssh-agent.c] update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com | |||
2001-07-18 | - stevesk@cvs.openbsd.org 2001/07/15 16:58:29 | Ben Lindstrom | |
[ssh-agent.c] typo in usage; ok markus@ | |||
2001-07-18 | - stevesk@cvs.openbsd.org 2001/07/15 16:57:21 | Ben Lindstrom | |
[ssh-agent.1] -d will not fork; ok markus@ | |||
2001-07-18 | - markus@cvs.openbsd.org 2001/07/15 16:17:08 | Ben Lindstrom | |
[serverloop.c] schedule client alive for ssh2 only, greg@cheers.bungi.com | |||
2001-07-18 | - OpenBSD CVS Sync | Ben Lindstrom | |
- 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@ | |||
2001-07-15 | - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in. | Tim Rice | |
(needed by openbsd-compat/fake-getaddrinfo.c) | |||
2001-07-15 | - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by | Ben Lindstrom | |
Josh Larios <jdlarios@cac.washington.edu> | |||
2001-07-15 | - (stevesk) configure.in: use ll suffix for long long constant | Kevin Steves | |
in snprintf() test | |||
2001-07-14 | - (stevesk) change getopt() declaration | Kevin Steves | |
2001-07-14 | - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension. | Damien Miller | |
2001-07-14 | - (djm) Reorder Makefile.in so clean targets work a little better when | Damien Miller | |
run directly from Makefile.in | |||
2001-07-14 | - markus@cvs.openbsd.org 2001/07/11 18:26:15 | Damien Miller | |
[auth.c] no need to call dirname(pw->pw_dir). note that dirname(3) modifies its argument on some systems. | |||
2001-07-14 | - markus@cvs.openbsd.org 2001/07/11 16:29:59 | Damien Miller | |
[ssh.c] sort options string, fix -p, add -k | |||
2001-07-14 | - itojun@cvs.openbsd.org 2001/07/11 00:24:53 | Damien Miller | |
[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? | |||
2001-07-14 | - markus@cvs.openbsd.org 2001/07/10 21:49:12 | Damien Miller | |
[readpass.c] don't panic if fork or pipe fail (just return an empty passwd). | |||
2001-07-14 | - deraadt@cvs.openbsd.org 2001/07/09 07:04:53 | Damien Miller | |
[session.c sftp-int.c] correct type on last arg to execl(); nordin@cse.ogi.edu | |||
2001-07-14 | - OpenBSD CVS Sync | Damien Miller | |
- fgsch@cvs.openbsd.org 2001/07/09 05:58:47 [ssh.c] Use getopt(3); markus@ ok. | |||
2001-07-14 | - OpenBSD CVS Sync | Damien Miller | |
- stevesk@cvs.openbsd.org 2001/07/08 15:23:38 [servconf.c] fix ``MaxStartups max''; ok markus@ | |||
2001-07-14 | - OpenBSD CVS Sync | Damien Miller | |
- stevesk@cvs.openbsd.org 2001/07/05 20:32:47 [sshconnect1.c] statement after label; ok dugsong@ | |||
2001-07-14 | - OpenBSD CVS Sync | Damien Miller | |
- espie@cvs.openbsd.org 2001/07/05 11:43:33 [sftp-glob.c] Directly cast to the right type. Ok markus@ | |||
2001-07-14 | - OpenBSD CVS Sync | Damien Miller | |
- markus@cvs.openbsd.org 2001/07/04 23:49:27 [ssh-agent.c] handle mutiple adds of the same smartcard key | |||
2001-07-14 | - OpenBSD CVS Sync | Damien Miller | |
- markus@cvs.openbsd.org 2001/07/04 23:39:07 [ssh-agent.c] for smartcards remove both RSA1/2 keys | |||
2001-07-14 | - OpenBSD CVS Sync | Damien Miller | |
- 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 | |||
2001-07-14 | - OpenBSD CVS Sync | Damien Miller | |
- markus@cvs.openbsd.org 2001/07/04 22:47:19 [ssh-agent.c] ignore SIGPIPE when debugging, too | |||
2001-07-14 | - (djm) Revert dirname fix, a better one is on its way. | Damien Miller | |
2001-07-14 | - (djm) Enable /etc/nologin check on PAM systems, as some lack the | Damien Miller | |
pam_nologin module. Report from William Yodlowsky <bsd@openbsd.rutgers.edu> | |||
2001-07-11 | - (djm) dirname(3) may modify its argument on glibc and other systems. | Damien Miller | |
Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp> | |||
2001-07-04 | - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to | Tim Rice | |
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: }) | |||
2001-07-04 | [contrib/caldera/openssh.spec] sync with Caldera | Tim Rice | |
2001-07-04 | - (stevesk) sync servconf.h (comments) | Kevin Steves | |
2001-07-04 | whitespace sync | Kevin Steves | |
2001-07-04 | - (stevesk) more sync for session.c | Kevin Steves | |
2001-07-04 | whitespace sync | Kevin Steves | |
2001-07-04 | - (stevesk) sync misc.h | Kevin Steves | |
2001-07-04 | - (bal) Makefile fix up requires scard.c | Ben Lindstrom | |