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