summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-06-26dont set the source address to 127.0.0.1 if a local port is specifiedEric Jackson
but no source address reported by jakob@
2001-06-26rewrite telnet negotiationEric Jackson
2001-06-26KerberosVHans Insulander
2001-06-26Support for changing kerberos 5 passwords.Hans Insulander
2001-06-26Adapt for our useHans Insulander
2001-06-26Import password changing program from heimdal-0.3fHans Insulander
2001-06-26add smartcard support to the client, too (now you can use bothMarkus Friedl
the agent and the client).
2001-06-26rename variable, as not to conflictEric Jackson
2001-06-26how patheticBob Beck
2001-06-26only build Kerberos v5 support with KERBEROS5=yesDug Song
2001-06-26#include <kafs.h>Dug Song
2001-06-26add smartcard support to the makefiles (commented out);Markus Friedl
the smartcard support is based on work by itoi@eecs.umich.edu
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
and out of sync
2001-06-26document SSH_ASKPASS; fubob@MIT.EDUMarkus Friedl
2001-06-26Kerberos v5 support for SSH1, mostly from Assar Westerlund ↵Dug Song
<assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
2001-06-26typojasoni
2001-06-26type in usage: Surpress -> Suppressjasoni
2001-06-26update this man page for the new netcatEric Jackson
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
- () -> (void) - no variable names
2001-06-26unbreakMarkus Friedl
2001-06-26new interface for secure_filename()Markus Friedl
2001-06-26remove unnecessary .Pp between .It;Mike Pechkin
millert@ ok
2001-06-26more smartcard support.Markus Friedl
2001-06-26update usageMarkus Friedl
2001-06-26initial support for smartcards in the agentMarkus Friedl
2001-06-26add debug flagMarkus Friedl
2001-06-26allow loading a private RSA key to a cyberflex card.Markus Friedl
2001-06-26file is optional; Brian Poole <raj@cerias.purdue.edu>Paul Janzen
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