Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-15 | - mouring@cvs.openbsd.org 2003/05/15 03:43:59 | Damien Miller | |
[sftp-int.c] Teach ls how to display multiple column display and allow users to return to single column format via 'ls -1'. OK @djm | |||
2003-05-15 | - mouring@cvs.openbsd.org 2003/05/15 03:39:07 | Damien Miller | |
[sftp-int.c] Make put/get (globed and nonglobed) code more consistant. OK djm@ | |||
2003-05-15 | - djm@cvs.openbsd.org 2003/05/15 03:10:52 | Damien Miller | |
[ssh-keygen.c] avoid warning; ok jakob@ | |||
2003-05-15 | - markus@cvs.openbsd.org 2003/05/15 03:08:29 | Damien Miller | |
[cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c] split out custom EVP ciphers | |||
2003-05-15 | - jakob@cvs.openbsd.org 2003/05/15 02:27:15 | Damien Miller | |
[dns.c] add missing freerrset | |||
2003-05-15 | - (djm) Adapt README.dns for portable | Damien Miller | |
2003-05-15 | - (djm) Tidy Makefile clean targets | Damien Miller | |
2003-05-15 | - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support) | Damien Miller | |
2003-05-15 | - jakob@cvs.openbsd.org 2003/05/15 01:48:10 | Damien Miller | |
[readconf.c readconf.h servconf.c servconf.h] always parse kerberos options. ok djm@ markus@ - (djm) Always parse UsePAM | |||
2003-05-15 | - markus@cvs.openbsd.org 2003/05/15 00:28:28 | Damien Miller | |
[sshconnect2.c] cleanup unregister of per-method packet handlers; ok djm@ | |||
2003-05-15 | better glue w/ jakob@ | Damien Miller | |
2003-05-15 | - (djm) Configure glue for DNS support (code doesn't work in portable yet) | Damien Miller | |
2003-05-15 | - markus@cvs.openbsd.org 2003/05/14 22:24:42 | Damien Miller | |
[clientloop.c session.c ssh.1] allow to send a BREAK to the remote system; ok various | |||
2003-05-15 | - jakob@cvs.openbsd.org 2003/05/14 18:16:20 | Damien Miller | |
[key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c] [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c] add experimental support for verifying hos keys using DNS as described in draft-ietf-secsh-dns-xx.txt. more information in README.dns. ok markus@ and henning@ | |||
2003-05-15 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- jmc@cvs.openbsd.org 2003/05/14 13:11:56 [ssh-agent.1] setup -> set up; from wiz@netbsd | |||
2003-05-14 | - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability | Damien Miller | |
2003-05-14 | - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@ | Darren Tucker | |
2003-05-14 | - markus@cvs.openbsd.org 2003/05/14 08:57:49 | Damien Miller | |
[monitor.c] http://bugzilla.mindrot.org/show_bug.cgi?id=560 Privsep child continues to run after monitor killed. Pass monitor signals through to child; Darren Tucker | |||
2003-05-14 | - jmc@cvs.openbsd.org 2003/05/14 08:25:39 | Damien Miller | |
[sftp.1] - better formatting in SYNOPSIS - whitespace at EOL ok djm@ | |||
2003-05-14 | - (djm) Avoid KrbV leak for MIT Kerberos | Damien Miller | |
2003-05-14 | - (djm) Die screaming if start_pam() is called when UsePAM=no | Damien Miller | |
2003-05-14 | Put in alphabetical order | Damien Miller | |
2003-05-14 | - (djm) Add new UsePAM configuration directive to allow runtime control | Damien Miller | |
over usage of PAM. This allows non-root use of sshd when built with --with-pam | |||
2003-05-14 | - (djm) Make portable build with MIT krb5 (some issues remain) | Damien Miller | |
2003-05-14 | - markus@cvs.openbsd.org 2003/05/14 02:15:47 | Damien Miller | |
[auth2.c monitor.c sshconnect2.c auth2-krb5.c] implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ server interops with commercial client; ok jakob@ djm@ | |||
2003-05-14 | - djm@cvs.openbsd.org 2003/05/14 01:00:44 | Damien Miller | |
[sftp.1] emphasise the batchmode functionality and make reference to pubkey auth, both of which are FAQs; ok markus@ | |||
2003-05-14 | - markus@cvs.openbsd.org 2003/05/14 00:52:59 | Damien Miller | |
[ssh2.h] ranges for per auth method messages | |||
2003-05-14 | - markus@cvs.openbsd.org 2003/05/12 18:35:18 | Damien Miller | |
[ssh-keyscan.1] typo: DSA keys are of type ssh-dss; Brian Poole | |||
2003-05-14 | - markus@cvs.openbsd.org 2003/05/12 16:55:37 | Damien Miller | |
[sshconnect2.c] for pubkey authentication try the user keys in the following order: 1. agent keys that are found in the config file 2. other agent keys 3. keys that are only listed in the config file this helps when an agent has many keys, where the server might close the connection before the correct key is used. report & ok pb@ | |||
2003-05-14 | - markus@cvs.openbsd.org 2003/05/11 20:30:25 | Damien Miller | |
[channels.c clientloop.c serverloop.c session.c ssh.c] make channel_new() strdup the 'remote_name' (not the caller); ok theo | |||
2003-05-14 | - markus@cvs.openbsd.org 2003/05/11 16:56:48 | Damien Miller | |
[authfile.c ssh-keygen.c] change key_load_public to try to read a public from: rsa1 private or rsa1 public and ssh2 keys. this makes ssh-keygen -e fail for ssh1 keys more gracefully for example; report from itojun (netbsd pr 20550). | |||
2003-05-14 | - david@cvs.openbsd.org 2003/04/30 20:41:07 | Damien Miller | |
[sshd.8] fix invalid .Pf macro usage introduced in previous commit ok jmc@ mouring@ | |||
2003-05-14 | - mouring@cvs.openbsd.org 2003/04/30 01:16:20 | Damien Miller | |
[sshd.8 sshd_config.5] Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable Bug #550 and * escaping suggested by jmc@. | |||
2003-05-14 | - deraadt@cvs.openbsd.org 2003/04/26 04:29:49 | Damien Miller | |
[ssh-keyscan.c] -t in usage(); rogier@quaak.org | |||
2003-05-14 | - markus@cvs.openbsd.org 2003/04/16 14:35:27 | Damien Miller | |
[auth.h] document struct Authctxt; with solar | |||
2003-05-14 | - mouring@cvs.openbsd.org 2003/04/14 21:31:27 | Damien Miller | |
[sftp-int.c] Missing globfree(&g) in process_put() spotted by Vince Brimhall <VBrimhall@novell.com>. ok@ Theo | |||
2003-05-14 | - markus@cvs.openbsd.org 2003/04/14 14:17:50 | Damien Miller | |
[channels.c sshconnect.c sshd.c ssh-keyscan.c] avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP | |||
2003-05-14 | - naddy@cvs.openbsd.org 2003/04/12 11:40:15 | Damien Miller | |
[ssh.1] document -V switch, fix wording; ok markus@ | |||
2003-05-14 | - markus@cvs.openbsd.org 2003/04/12 10:15:36 | Damien Miller | |
[misc.c] debug->debug2 | |||
2003-05-14 | - markus@cvs.openbsd.org 2003/04/12 10:13:57 | Damien Miller | |
[cipher.c] hide cipher details; ok djm@ | |||
2003-05-14 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- djm@cvs.openbsd.org 2003/04/09 12:00:37 [readconf.c] strip trailing whitespace from config lines before parsing. Fixes bz 528; ok markus@ | |||
2003-05-14 | - (djm) RCSID sync w/ OpenBSD | Damien Miller | |
2003-05-14 | - (djm) Bug #117: Don't lie to PAM about username | Damien Miller | |
2003-05-12 | - (djm) Redhat spec: Don't install profile.d scripts when not | Damien Miller | |
building with GNOME/GTK askpass (patch from bet@rahul.net) | |||
2003-05-10 | - (djm) 2-clause license on loginrec.c, with permission from | Damien Miller | |
andre@ae-35.com | |||
2003-05-10 | - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with | Damien Miller | |
proper challenge-response module | |||
2003-05-10 | - (dtucker) Bug #536: Test for and work around openpty/controlling tty | Darren Tucker | |
problem on Linux (fixes "could not set controlling tty" errors). Also renames STREAMS_PUSH_ACQUIRES_CTTY to the more generic SSHD_ACQUIRES_CTTY and moves the Solaris-specific comments to configure.ac. | |||
2003-05-10 | - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than | Darren Tucker | |
"make install". Patch by roth@feep.net. | |||
2003-05-04 | Add bug# to ChangeLog. | Darren Tucker | |
2003-05-04 | - (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from | Darren Tucker | |
vinschen@redhat.com. |