summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-06-25remove old cruftEric Jackson
2001-06-25Import 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-25Instead 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-25prototype cleanup; ok markus@Kevin Steves
2001-06-25give a little slackMichael Shalayeff
2001-06-25terminate secure_filename checking after checking homedir. that way itNiels Provos
works on AFS. okay markus@
2001-06-25sshd(8) will never read the private keys, but ssh(1) does; hugh@mimosa.comMarkus Friedl
2001-06-25nqfs is gone, ok deraadt@Markus Friedl
2001-06-25Add a "login" option to allow differentiation between authenticationTodd 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-25just one more, fresh shiny one, Mon Jun 25 05:10:29 EDT 2001Michael Shalayeff
2001-06-25update copyright for 2001Markus Friedl
2001-06-25The need to to statically link this on alpha seemed to beArtur Grabowski
some kind of transient problem.
2001-06-25Add -v flag to synopsis linePeter Valchev
2001-06-25errx -> err if ENOMEMPaul Janzen
2001-06-25Show a "3" in -r output if RTF_PROTO3 is set; ok itojun@ and millert@Niklas Hallqvist
2001-06-24Fix logic, add some more sysctl stuff. The only reason vmstat is stillAngelos D. Keromytis
setgid is because of the -i information (Theo needs to fix that for all archs).
2001-06-24passing modes works fine: debug2->3Markus Friedl
2001-06-24When setting uid, set to 0 if rootlogin flag is set, regardless ofTodd C. Miller
pw_uid. Fixes problem with user.root instances not haveing uid 0 in kerberos.
2001-06-24Use sysctl for pool data.Artur Grabowski
2001-06-24oops, missing format stringMarkus Friedl
2001-06-24switch to readpassphrase(3)Markus Friedl
2.7/8-stable needs readpassphrase.[ch] from libc
2001-06-24move ip+hostname check to match.cMarkus Friedl
2001-06-23Small nits from pjanzen.Hans Insulander
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
use volatile instead.
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
use volatile instead.
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
use volatile instead.
2001-06-23remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use ↵Todd C. Miller
volatile instead
2001-06-23consistent 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-23skeyzero() now takes 1 argTodd C. Miller
2001-06-23Don't lie about Kerberos and encryption.Hans Insulander
Result of a conversation with pjanzen@ ok deraadt@
2001-06-23Glancing over my fortunes file, I had to add this quote.Miod Vallat
2001-06-23Break out pool printing into a separate function.Artur Grabowski
2001-06-23Add I for indirect reference (alias to other symbol).Federico G. Schwindt
2001-06-23pidfile/sigterm race; bbraun@synack.netMarkus Friedl
2001-06-23kill whitespace at EOL.Jun-ichiro itojun Hagino
2001-06-23turn off -Wstrict-prototypes (for atomicio.h)Markus Friedl
2001-06-23fix import for (broken?) ssh.com/f-secure private keysMarkus Friedl
(i tested > 1000 RSA keys)
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
TODO; cleanup headers
2001-06-23try to decode ssh-3.0.0 private rsa keysMarkus Friedl
(allow migration to openssh, not vice versa), #910
2001-06-23Print hardware checksumming statistics.Angelos D. Keromytis
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23handle sigature of size 0 (some broken clients send this).Markus Friedl
2001-06-23I could search... but I'm a lazy bum;-)Michael Shalayeff
2001-06-23sprinkle some const on theoMichael Shalayeff
2001-06-23slacker slacker lazy bum bum bum slacker!Todd C. Miller
2001-06-23Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost.Artur Grabowski
More beer!
2001-06-23restore correct ignore_user_known_hosts logic.Markus Friedl
2001-06-23draft-ietf-secsh-dh-group-exchange-01.txtMarkus Friedl
2001-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt