Age | Commit message (Expand) | Author |
2003-05-12 | typo: DSA keys are of type ssh-dss; Brian Poole | Markus Friedl |
2003-05-12 | for pubkey authentication try the user keys in the following order: | Markus Friedl |
2003-05-11 | make channel_new() strdup the 'remote_name' (not the caller); ok theo | Markus Friedl |
2003-05-11 | change key_load_public to try to read a public from: | Markus Friedl |
2003-04-30 | fix invalid .Pf macro usage introduced in previous commit | David Krause |
2003-04-30 | Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable Bug #550 | mouring |
2003-04-26 | -t in usage(); rogier@quaak.org | Theo de Raadt |
2003-04-16 | document struct Authctxt; with solar | Markus Friedl |
2003-04-14 | Missing globfree(&g) in process_put() spotted by Vince Brimhall | mouring |
2003-04-14 | avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP | Markus Friedl |
2003-04-12 | document -V switch, fix wording; ok markus@ | Christian Weisgerber |
2003-04-12 | debug->debug2 | Markus Friedl |
2003-04-12 | hide cipher details; ok djm@ | Markus Friedl |
2003-04-10 | unbreak linking on elf - stupid kerberos | Peter Valchev |
2003-04-09 | strip trailing whitespace from config lines before parsing. Fixes bz 528; | Damien Miller |
2003-04-09 | Disable Kerberos 4 support. | Hans Insulander |
2003-04-09 | Don't include <krb.h> when compiling with Kerberos 5 support | Hans Insulander |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-04-08 | progressmeter.c is 4 clause NetBSD. | Markus Friedl |
2003-04-07 | The UCB copyright here is incorrect. This code did not originate | Todd C. Miller |
2003-04-07 | typo: get correct counters; introduced during rekeying change. | Markus Friedl |
2003-04-03 | remove $OpenBSD$, as other *.c does not have it. | Jun-ichiro itojun Hagino |
2003-04-03 | $OpenBSD$ | Jun-ichiro itojun Hagino |
2003-04-02 | potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526 | Markus Friedl |
2003-04-02 | reapply rekeying chage, tested by henning@, ok djm@ | Markus Friedl |
2003-04-01 | 3.6.1 | Markus Friedl |
2003-04-01 | bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested b... | Markus Friedl |
2003-04-01 | backout rekeying changes (for 3.6.1) | Markus Friedl |
2003-04-01 | rekeying bugfixes and automatic rekeying: | Markus Friedl |
2003-03-28 | - killed whitespace | Jason McIntyre |
2003-03-26 | one last fix to the tree: race fix broke stuff; pr 3169; srp@srparish.net, | Theo de Raadt |
2003-03-23 | unbreak rekeying for privsep; ok millert@ | Markus Friedl |
2003-03-17 | enter 3.6 | Markus Friedl |
2003-03-17 | don't print \n if backgrounded; from ho@ | Markus Friedl |
2003-03-13 | ssh-agent is similar to ssh-keysign (allows other processes to use | Markus Friedl |
2003-03-13 | move RSA_blinding_on to generic key load method | Markus Friedl |
2003-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl |
2003-02-21 | ...sizeof(&adat.session) is not good here. | Mike Pechkin |
2003-02-21 | print sshd_config filename in debug2 mode. | Markus Friedl |
2003-02-21 | move server only kex and monitor code to sshd. | Markus Friedl |
2003-02-16 | fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@ | Markus Friedl |
2003-02-16 | split kex into client and server code, no need to link | Markus Friedl |
2003-02-12 | replace crc32.c with a BSD licensed version; noted by David Turner | Markus Friedl |
2003-02-12 | merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@ | Markus Friedl |
2003-02-10 | xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490 | Markus Friedl |
2003-02-06 | undo broken fix for #387, fixes #486 | Markus Friedl |
2003-02-06 | fix races in rename/symlink; from Tony Finch; ok djm@ | Markus Friedl |
2003-02-06 | support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@ | Markus Friedl |
2003-02-06 | missing call to setproctitle() after authentication; ok provos@ | Markus Friedl |
2003-02-05 | simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@ | Markus Friedl |