Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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 | |
setgid is because of the -i information (Theo needs to fix that for all archs). | |||
2001-06-24 | passing modes works fine: debug2->3 | Markus Friedl | |
2001-06-24 | When setting uid, set to 0 if rootlogin flag is set, regardless of | Todd C. Miller | |
pw_uid. Fixes problem with user.root instances not haveing uid 0 in kerberos. | |||
2001-06-24 | Use sysctl for pool data. | Artur Grabowski | |
2001-06-24 | oops, missing format string | Markus Friedl | |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl | |
2.7/8-stable needs readpassphrase.[ch] from libc | |||
2001-06-24 | move ip+hostname check to match.c | Markus Friedl | |
2001-06-23 | Small nits from pjanzen. | Hans Insulander | |
2001-06-23 | Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and | Todd C. Miller | |
use volatile instead. | |||
2001-06-23 | Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and | Todd C. Miller | |
use volatile instead. | |||
2001-06-23 | Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and | Todd C. Miller | |
use volatile instead. | |||
2001-06-23 | remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use ↵ | Todd C. Miller | |
volatile instead | |||
2001-06-23 | consistent with ssh2: skip key if empty passphrase is entered, | Markus Friedl | |
retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@ | |||
2001-06-23 | skeyzero() now takes 1 arg | Todd C. Miller | |
2001-06-23 | Don't lie about Kerberos and encryption. | Hans Insulander | |
Result of a conversation with pjanzen@ ok deraadt@ | |||
2001-06-23 | Glancing over my fortunes file, I had to add this quote. | Miod Vallat | |
2001-06-23 | Break out pool printing into a separate function. | Artur Grabowski | |
2001-06-23 | Add I for indirect reference (alias to other symbol). | Federico G. Schwindt | |
2001-06-23 | pidfile/sigterm race; bbraun@synack.net | Markus Friedl | |
2001-06-23 | kill whitespace at EOL. | Jun-ichiro itojun Hagino | |
2001-06-23 | turn off -Wstrict-prototypes (for atomicio.h) | Markus Friedl | |
2001-06-23 | fix import for (broken?) ssh.com/f-secure private keys | Markus Friedl | |
(i tested > 1000 RSA keys) | |||
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino | |
TODO; cleanup headers | |||
2001-06-23 | try to decode ssh-3.0.0 private rsa keys | Markus Friedl | |
(allow migration to openssh, not vice versa), #910 | |||
2001-06-23 | Print hardware checksumming statistics. | Angelos D. Keromytis | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | handle sigature of size 0 (some broken clients send this). | Markus Friedl | |
2001-06-23 | I could search... but I'm a lazy bum;-) | Michael Shalayeff | |
2001-06-23 | sprinkle some const on theo | Michael Shalayeff | |