Age | Commit message (Expand) | Author |
2003-05-17 | experimental support for aes-ctr modes from | Markus Friedl |
2003-05-17 | just in case, put numbers to sscanf %s arg. | Jun-ichiro itojun Hagino |
2003-05-17 | Don't link with unneeded kerberos libraries | Hans Insulander |
2003-05-16 | add AddressFamily option to ssh_config (like -4, -6 on commandline). | Damien Miller |
2003-05-15 | add a ConnectTimeout option to ssh, based on patch from | Damien Miller |
2003-05-15 | fix 64bit issue; report itojun@ | Markus Friedl |
2003-05-15 | warn for unsupported config option. ok markus@ | Jakob Schlyter |
2003-05-15 | Make "ssh -V" print the OpenSSL version in a human readable form. Patch | Damien Miller |
2003-05-15 | disable kerberos when not supported. ok markus@ | Jakob Schlyter |
2003-05-15 | ~B is ssh2 only | Markus Friedl |
2003-05-15 | Teach ls how to display multiple column display and allow users to return | mouring |
2003-05-15 | Make put/get (globed and nonglobed) code more consistant. OK djm@ | mouring |
2003-05-15 | avoid warning; ok jakob@ | Damien Miller |
2003-05-15 | split out custom EVP ciphers | Markus Friedl |
2003-05-15 | add missing freerrset | Jakob Schlyter |
2003-05-15 | always parse kerberos options. ok djm@ markus@ | Jakob Schlyter |
2003-05-15 | cleanup unregister of per-method packet handlers; ok djm@ | Markus Friedl |
2003-05-14 | sshfp contains fingerprints, not keys | Jakob Schlyter |
2003-05-14 | rename enum | Jakob Schlyter |
2003-05-14 | update license, remove 3rd clause. ok author (me) | Jakob Schlyter |
2003-05-14 | allow to send a BREAK to the remote system; ok various | Markus Friedl |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2003-05-14 | setup -> set up; | Jason McIntyre |
2003-05-14 | http://bugzilla.mindrot.org/show_bug.cgi?id=560 | Markus Friedl |
2003-05-14 | - better formatting in SYNOPSIS | Jason McIntyre |
2003-05-14 | implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ | Markus Friedl |
2003-05-14 | emphasise the batchmode functionality and make reference to pubkey auth, | Damien Miller |
2003-05-14 | ranges for per auth method messages | Markus Friedl |
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 |