summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-05-30-Wall cleanup, mostly useless otherwiseTheo de Raadt
2001-05-29build in support for BSD authenticationTodd C. Miller
2001-05-29Don't want -WallTodd C. Miller
2001-05-29build with BSD auth supportTodd C. Miller
2001-05-29add support for BSD authenticationTodd C. Miller
2001-05-29BSD auth support. k5login.c and klogin.c are no longer used but willTodd C. Miller
2001-05-29adapt to BSD authentication and clean things up a bit while I am at itTodd C. Miller
2001-05-29Protect against copying a too long PWD.Marc Espie
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
2001-05-29SynchMarc Espie
2001-05-29typoMarkus Friedl
2001-05-29Blech! gcc is a stupid program. Compiling with -fno-builtin shows lotsMarc Espie
2001-05-28remove some lines, simplify.Markus Friedl
2001-05-28cleanup, typoMarkus Friedl
2001-05-28undo broken channel fix and try a different one. thereMarkus Friedl
2001-05-28simpler 3des for ssh1Markus Friedl
2001-05-28Behave correctly when displaying an empty screen line when thePeter Valchev
2001-05-28Print SYSERR instead of ERR when recdir does not exist.Peter Valchev
2001-05-28key_load_private: set comment to filename for PEM keysMarkus Friedl
2001-05-28fix usage()Markus Friedl
2001-05-27Fix DirExpandCurlyi. Noticed by ho@. Okay miod@.Marc Espie
2001-05-25use -P for -e and -y, too.Markus Friedl
2001-05-25Comment out krb5 stuff, until someone has had a chance to make krb5 supportHans Insulander
2001-05-25Correct and comment out krb5. This is not working at the moment, but we wantHans Insulander
2001-05-25KerberosV support from Heimdal.Hans Insulander
2001-05-24don't perform escape processing when ``EscapeChar none''; ok markus@Kevin Steves
2001-05-24add blobs.Artur Grabowski
2001-05-24fix comment; from jakob@Markus Friedl
2001-05-24Add a compile/grep/id-utils mode.Artur Grabowski
2001-05-24No need for the extra prefixes here anymore.Artur Grabowski
2001-05-24No need for those extra maps now.Artur Grabowski
2001-05-24Make the keymap/mode table growable in runtime.Artur Grabowski
2001-05-24Don't assume that map_table[0] is the fundamental map.Artur Grabowski
2001-05-24Add a missing piece of something I committed by accident that IArtur Grabowski
2001-05-24Break out function -> name mappings to an own file.Artur Grabowski
2001-05-24fix back a piece of my own stupidityMichael Shalayeff
2001-05-24Give the arguments in the right order to keyname.Artur Grabowski
2001-05-24spacesMichael Shalayeff
2001-05-24- Add a main() prototype.Peter Valchev
2001-05-24Don't convert a single space before a tab stop into a tab when the -iPeter Valchev
2001-05-24vararg bye bye, spacesMichael Shalayeff
2001-05-24no need to cast va_arg outputMichael Shalayeff
2001-05-24use strlcpy vs cpy+len, some other fixesMichael Shalayeff
2001-05-23cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs c...Michael Shalayeff
2001-05-23functnames can be const, some spacesMichael Shalayeff
2001-05-23Get rid of unnecessary casts of NULL.Artur Grabowski
2001-05-23sprintf instead of two strcpy (there was a bug here)Artur Grabowski
2001-05-23version string is constantMichael Shalayeff
2001-05-23Bye, bye varargs. We're __STDC__.Artur Grabowski
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski