Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-06 | - stevesk@cvs.openbsd.org 2001/07/23 18:21:46 | Ben Lindstrom | |
[xmalloc.c] no zero size xstrdup() error; ok markus@ | |||
2001-08-06 | - stevesk@cvs.openbsd.org 2001/07/23 18:14:58 | Ben Lindstrom | |
[auth2.c auth-rsa.c] use %lu; ok markus@ | |||
2001-08-06 | - aaron@cvs.openbsd.org 2001/07/23 14:14:18 | Ben Lindstrom | |
[ssh-keygen.1] Fix typo. | |||
2001-08-06 | - markus@cvs.openbsd.org 2001/07/23 12:47:05 | Ben Lindstrom | |
[ssh.1] sync PreferredAuthentications | |||
2001-08-06 | - markus@cvs.openbsd.org 2001/07/23 09:06:28 | Ben Lindstrom | |
[sshconnect2.c] reorder default sequence of userauth methods to match ssh behaviour: hostbased,publickey,keyboard-interactive,password | |||
2001-08-06 | - markus@cvs.openbsd.org 2001/07/22 22:24:16 | Ben Lindstrom | |
[sshd.8] Xr login.conf | |||
2001-08-06 | - markus@cvs.openbsd.org 2001/07/22 22:04:19 | Ben Lindstrom | |
[readconf.c ssh.1] enable challenge-response auth by default; ok millert@ | |||
2001-08-06 | - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42 | Ben Lindstrom | |
[ssh.1] There is no option "Compress", point to "Compression" instead; ok markus | |||
2001-08-06 | - markus@cvs.openbsd.org 2001/07/22 21:32:27 | Ben Lindstrom | |
[sshpty.c] update comment | |||
2001-08-06 | - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on | Damien Miller | |
a fast UltraSPARC. | |||
2001-07-26 | - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD | Kevin Steves | |
handler has converged. | |||
2001-07-25 | - (bal) Added 'install-nokeys' to Makefile to assist package builders. | Ben Lindstrom | |
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 |