Age | Commit message (Expand) | Author |
2001-06-27 | quick hack to make ssh2 work again. | Markus Friedl |
2001-06-26 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2001-06-26 | remove some unused var's. | Eric Jackson |
2001-06-26 | allow -k for udp and tcp | Eric Jackson |
2001-06-26 | be weary of atoi(). | Eric Jackson |
2001-06-26 | dont set the source address to 127.0.0.1 if a local port is specified | Eric Jackson |
2001-06-26 | rewrite telnet negotiation | Eric Jackson |
2001-06-26 | KerberosV | Hans Insulander |
2001-06-26 | Support for changing kerberos 5 passwords. | Hans Insulander |
2001-06-26 | Adapt for our use | Hans Insulander |
2001-06-26 | Import password changing program from heimdal-0.3f | Hans Insulander |
2001-06-26 | add smartcard support to the client, too (now you can use both | Markus Friedl |
2001-06-26 | rename variable, as not to conflict | Eric Jackson |
2001-06-26 | how pathetic | Bob Beck |
2001-06-26 | only build Kerberos v5 support with KERBEROS5=yes | Dug Song |
2001-06-26 | #include <kafs.h> | Dug Song |
2001-06-26 | add smartcard support to the makefiles (commented out); | Markus Friedl |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-06-26 | document SSH_ASKPASS; fubob@MIT.EDU | Markus Friedl |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-26 | typo | jasoni |
2001-06-26 | type in usage: Surpress -> Suppress | jasoni |
2001-06-26 | update this man page for the new netcat | Eric Jackson |
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino |
2001-06-26 | unbreak | Markus Friedl |
2001-06-26 | new interface for secure_filename() | Markus Friedl |
2001-06-26 | remove unnecessary .Pp between .It; | Mike Pechkin |
2001-06-26 | more smartcard support. | Markus Friedl |
2001-06-26 | update usage | Markus Friedl |
2001-06-26 | initial support for smartcards in the agent | Markus Friedl |
2001-06-26 | add debug flag | Markus Friedl |
2001-06-26 | allow loading a private RSA key to a cyberflex card. | Markus Friedl |
2001-06-26 | file is optional; Brian Poole <raj@cerias.purdue.edu> | Paul Janzen |
2001-06-25 | remove old cruft | Eric Jackson |
2001-06-25 | Import completely re-written netcat w/ support for IPv6. | Eric Jackson |
2001-06-25 | Instead of trying to do clever and figure out a root instance for Kerberos, | Hans Insulander |
2001-06-25 | prototype cleanup; ok markus@ | Kevin Steves |
2001-06-25 | give a little slack | Michael Shalayeff |
2001-06-25 | terminate secure_filename checking after checking homedir. that way it | Niels Provos |
2001-06-25 | sshd(8) will never read the private keys, but ssh(1) does; hugh@mimosa.com | Markus Friedl |
2001-06-25 | nqfs is gone, ok deraadt@ | Markus Friedl |
2001-06-25 | Add a "login" option to allow differentiation between authentication | Todd C. Miller |
2001-06-25 | just one more, fresh shiny one, Mon Jun 25 05:10:29 EDT 2001 | Michael Shalayeff |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-25 | The need to to statically link this on alpha seemed to be | Artur Grabowski |
2001-06-25 | Add -v flag to synopsis line | Peter Valchev |
2001-06-25 | errx -> err if ENOMEM | Paul Janzen |
2001-06-25 | Show a "3" in -r output if RTF_PROTO3 is set; ok itojun@ and millert@ | Niklas Hallqvist |
2001-06-24 | Fix logic, add some more sysctl stuff. The only reason vmstat is still | Angelos D. Keromytis |
2001-06-24 | passing modes works fine: debug2->3 | Markus Friedl |