Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2003-05-03 | - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c. Noted | Darren Tucker | |
by wendyp@cray.com. | |||
2003-05-02 | Added ok for record_failed_login() change | Darren Tucker | |
2003-05-02 | - (dtucker) Move handling of bad password authentications into a platform | Darren Tucker | |
specific record_failed_login() function (affects AIX & Unicos). | |||
2003-05-02 | - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels, | Darren Tucker | |
privsep should now work. | |||
2003-04-29 | - (djm) Add back radix.o (used by AFS support), after it went missing from | Damien Miller | |
Makefile many moons ago - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer - (djm) Fix blibpath specification for AIX/gcc - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org | |||
2003-04-28 | - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit | Ben Lindstrom | |
hacked code. | |||
2003-04-27 | - (bal) auth2.c same changed as above. | Ben Lindstrom | |
2003-04-27 | - (bal) auth1.c minor resync while looking at the code. | Ben Lindstrom | |
2003-04-27 | - (bal) Since we don't support platforms lacking u_int_64. We may | Ben Lindstrom | |
as well clean out some of those evil #ifdefs | |||
2003-04-27 | - (bal) Bug #541: return; was dropped by mistake. Reported by | Ben Lindstrom | |
furrier@iglou.com | |||
2003-04-09 | - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report | Damien Miller | |
from matth@eecs.berkeley.edu | |||
2003-04-09 | - (djm) Fix missed log => logit occurance (reference by function pointer) | Damien Miller | |
2003-04-09 | - hin@cvs.openbsd.org 2003/04/09 08:23:52 | Damien Miller | |
[servconf.c] Don't include <krb.h> when compiling with Kerberos 5 support | |||
2003-04-09 | - itojun@cvs.openbsd.org 2003/04/08 20:21:29 | Damien Miller | |
[*.c *.h] rename log() into logit() to avoid name conflict. markus ok, from netbsd - (djm) XXX - Performed locally using: "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h" - (djm) Fix up missing include for packet.c | |||
2003-04-09 | *** empty log message *** | Damien Miller | |
2003-04-09 | - millert@cvs.openbsd.org 2003/04/07 21:58:05 | Damien Miller | |
[progressmeter.c] The UCB copyright here is incorrect. This code did not originate at UCB, it was written by Luke Mewburn. Updated the copyright at the author's request. markus@ OK | |||
2003-04-09 | - markus@cvs.openbsd.org 2003/04/07 08:29:57 | Damien Miller | |
[monitor_wrap.c] typo: get correct counters; introduced during rekeying change. | |||
2003-04-09 | - itojun@cvs.openbsd.org 2003/04/03 07:25:27 | Damien Miller | |
[progressmeter.c] $OpenBSD$ - itojun@cvs.openbsd.org 2003/04/03 10:17:35 [progressmeter.c] remove $OpenBSD$, as other *.c does not have it. | |||
2003-04-09 | - markus@cvs.openbsd.org 2003/04/02 14:36:26 | Damien Miller | |
[ssh-keysign.c] potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526 | |||
2003-04-09 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- markus@cvs.openbsd.org 2003/04/02 09:48:07 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c] [readconf.h serverloop.c sshconnect2.c] reapply rekeying chage, tested by henning@, ok djm@ | |||
2003-04-09 | - (djm) Make the spec work with Redhat 9.0 (which renames sharutils) | Damien Miller | |
2003-04-09 | - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report | Damien Miller | |
from matth@eecs.berkeley.edu | |||
2003-04-02 | - (bal) if IP_TOS is not found or broken don't try to compile in | Ben Lindstrom | |
packet_set_tos() function call. bug #527 |