Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | Update. | Angelos D. Keromytis | |
2001-06-27 | Spit out errno message instead of just exitting. ericj@ ok. | smart | |
2001-06-27 | ericj@ requested netcat not have -Wall defined in the Makefile | smart | |
2001-06-27 | Fix AUTHORS section. aaron@ ok. | smart | |
2001-06-27 | Compile cleanly with -Wall | smart | |
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 | |
from jasoni@ | |||
2001-06-26 | allow -k for udp and tcp | Eric Jackson | |
2001-06-26 | be weary of atoi(). | Eric Jackson | |
suggested by theo.. also do range checking on ports | |||
2001-06-26 | dont set the source address to 127.0.0.1 if a local port is specified | Eric Jackson | |
but no source address reported by jakob@ | |||
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 | |
the agent and the client). | |||
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 | |
the smartcard support is based on work by itoi@eecs.umich.edu | |||
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl | |
and out of sync | |||
2001-06-26 | document SSH_ASKPASS; fubob@MIT.EDU | Markus Friedl | |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund ↵ | Dug Song | |
<assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok | |||
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 | |
- () -> (void) - no variable names | |||
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 | |
millert@ ok | |||
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 | |
very little usage has changed, man page soon to come for it as well. deraadt@ ok | |||
2001-06-25 | Instead of trying to do clever and figure out a root instance for Kerberos, | Hans Insulander | |
send tell the auth program who the invoking user is, and rely on it to handle root instances for Kerberos. This makes the code much cleaner and simpler. ok millertt@ | |||
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 | |
works on AFS. okay markus@ | |||
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 | |
that creates a login session vs. a simple identity check. Gets passed as a -v option to the login scripts. To be used by kerberos to know when to create new tickets. | |||
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 | |
some kind of transient problem. |