summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-02-19-Wall cleanup.Eric Jackson
2002-02-19remove old cruftEric Jackson
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-19Fix gethostname() usage.Mike Pechkin
2002-02-19 Make multiple buffers with the same basename work correctly.. (like GNUVincent Labrecque
2002-02-19stategy is not an english wordTheo de Raadt
2002-02-19oops, left out ;Eric Jackson
2002-02-18format string fixesEric Jackson
2002-02-18more "char c = getchar(); if (c == EOF) ..." balonyTheo de Raadt
2002-02-18Don't require the -n flag if -x is specified. This is consistent withTodd C. Miller
2002-02-18-q: Fatal errors are _not_ displayed.Markus Friedl
2002-02-18switch to EVP, ok djm@ deraadt@Markus Friedl
2002-02-17mention that '-' is the deprecated form of '-l'Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-17telnet used a P macro instead of __P -- g/c that too.Todd C. Miller
2002-02-17better message; adi@hexapodia.orgTheo de Raadt
2002-02-17A couple temporary workarounds for vax toolchain bugs.Hugh Graham
2002-02-17oops, add -U to usageEric Jackson
2002-02-17add support for connecting too and listening on AF_UNIX sockets.Eric Jackson
2002-02-17fix pr#2091. patch applied.Eric Jackson
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-16default to rsa keyfile path for non key generation operations whereKevin Steves
2002-02-16-t required now for key generationKevin Steves
2002-02-16typoMarkus Friedl
2002-02-16Some disk names are longer than 4. Cope with that.Thierry Deval
2002-02-15krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok ...Markus Friedl
2002-02-15split do_child(), ok mouring@Markus Friedl
2002-02-15 make pressing return in dired mode open the file we're currently at.Vincent Labrecque
2002-02-14hide some more implementation details of cipher.[ch] and prepares for moveMarkus Friedl
2002-02-14increase the SSH v2 window size to 4 packets. comsumes a littleMarkus Friedl
2002-02-14 remove the strcpy call, plus some KNFVincent Labrecque
2002-02-14d_makename now takes a length parameter so we can remove theVincent Labrecque
2002-02-14 some programs now need the errno definition and sys/params, so put them inVincent Labrecque
2002-02-14 use strtol instead of atoi to get range checking, etcVincent Labrecque
2002-02-14some KNFTheo de Raadt
2002-02-14spellingTheo de Raadt
2002-02-14lclint says this is an unsigned variable... and it's right !Marc Espie
2002-02-14 Oups, my chartypes commit broke this.Vincent Labrecque
2002-02-14 the "theo-mode" is said to be a 'standalone' extension in main.c, beVincent Labrecque
2002-02-14 Change character types definitions defines so they don't clash withVincent Labrecque
2002-02-14 simplify a loop and add some comments.Vincent Labrecque
2002-02-13 Oups, don't print fname<1> when there's only one buffer for this file.Vincent Labrecque
2002-02-13 Make mg malloc the l_text element instead of reallocating whole LINEVincent Labrecque
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
2002-02-13 simplify the define_key() code to use sane functions in two separate bufferVincent Labrecque
2002-02-13 * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.Vincent Labrecque
2002-02-13teach about sparc64Theo de Raadt
2002-02-13API cleanup and backwards compat for filexfer v.0 servers; ok markus@Damien Miller
2002-02-13readpass.c is not longer from UCB, since we now use readpassphrase(3)Markus Friedl