summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-16 - jakob@cvs.openbsd.org 2003/05/15 14:02:47Damien Miller
[readconf.c servconf.c] warn for unsupported config option. ok markus@
2003-05-16 - (djm) OpenBSD CVS SyncDamien Miller
- djm@cvs.openbsd.org 2003/05/15 13:52:10 [ssh.c] Make "ssh -V" print the OpenSSL version in a human readable form. Patch from Craig Leres (mindrot at ee.lbl.gov); ok markus@
2003-05-15 - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRKDarren Tucker
2003-05-15 - (djm) Bug #444: Wrong paths after reconfigureDamien Miller
2003-05-15 - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argvDamien Miller
correctly)
2003-05-15 - (djm) Only build getrrsetbyname replacement when using --with-dnsDamien Miller
2003-05-15 - markus@cvs.openbsd.org 2003/05/15 04:08:41Damien Miller
[ssh.1] ~B is ssh2 only
2003-05-15 - (djm) Enable UsePAM when built --with-pamDamien Miller
2003-05-15 - jakob@cvs.openbsd.org 2003/05/15 04:08:44Damien Miller
[readconf.c servconf.c] disable kerberos when not supported. ok markus@
2003-05-15 - (djm) Avoid uuencode.c warningsDamien Miller
2003-05-15 - mouring@cvs.openbsd.org 2003/05/15 03:43:59Damien Miller
[sftp-int.c sftp.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:43:59Damien 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:07Damien 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:52Damien Miller
[ssh-keygen.c] avoid warning; ok jakob@
2003-05-15 - markus@cvs.openbsd.org 2003/05/15 03:08:29Damien 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:15Damien Miller
[dns.c] add missing freerrset
2003-05-15 - (djm) Adapt README.dns for portableDamien Miller
2003-05-15 - (djm) Tidy Makefile clean targetsDamien 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:10Damien 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:28Damien Miller
[sshconnect2.c] cleanup unregister of per-method packet handlers; ok djm@
2003-05-15better 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:42Damien 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:20Damien 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 SyncDamien 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 portabilityDamien 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:49Damien 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:39Damien Miller
[sftp.1] - better formatting in SYNOPSIS - whitespace at EOL ok djm@
2003-05-14 - (djm) Avoid KrbV leak for MIT KerberosDamien Miller
2003-05-14 - (djm) Die screaming if start_pam() is called when UsePAM=noDamien Miller
2003-05-14Put in alphabetical orderDamien Miller
2003-05-14 - (djm) Add new UsePAM configuration directive to allow runtime controlDamien 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:47Damien 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:44Damien 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:59Damien Miller
[ssh2.h] ranges for per auth method messages
2003-05-14 - markus@cvs.openbsd.org 2003/05/12 18:35:18Damien 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:37Damien 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:25Damien 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:48Damien 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:07Damien 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:20Damien 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:49Damien Miller
[ssh-keyscan.c] -t in usage(); rogier@quaak.org
2003-05-14 - markus@cvs.openbsd.org 2003/04/16 14:35:27Damien Miller
[auth.h] document struct Authctxt; with solar
2003-05-14 - mouring@cvs.openbsd.org 2003/04/14 21:31:27Damien 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:50Damien 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:15Damien Miller
[ssh.1] document -V switch, fix wording; ok markus@
2003-05-14 - markus@cvs.openbsd.org 2003/04/12 10:15:36Damien Miller
[misc.c] debug->debug2