summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-06-06- add -S to usage()Jason McIntyre
2004-06-06make -S description match the rest of the page (in terms of tense);Jason McIntyre
2004-06-06double `the';Jason McIntyre
2004-06-06- skeyprune is section 8, not 1Jason McIntyre
2004-06-06- skeyprune is section 8, not 1Jason McIntyre
2004-06-06Add new '-S' flag to display the source selector part of the routing tableCedric Berger
2004-06-06First sequence number should be 100, as promised by man page.Otto Moerbeek
2004-06-06Explain the the usage of the first key printed by skeyinit; addOtto Moerbeek
2004-06-06Format example using -literal, add .Xr's. From millert@Otto Moerbeek
2004-06-04Consistently use "secret passphrase" for the passphrase made up by the userOtto Moerbeek
2004-06-04knf + new interface: hid_start() is non-exit non-stderr spewing version of hi...Theo de Raadt
2004-06-04sync w/ usd docs;Jason McIntyre
2004-06-04update mail docs w/ reality;Jason McIntyre
2004-06-03Verify that argc > 0 before trying to use argv and mark usage as __dead.Todd C. Miller
2004-06-03initialize pointers, ok markus@Pedro Martelletto
2004-06-03merge back two chunks that are different hereTed Unangst
2004-06-03ogg vorbis magic i found on a redhat boxTed Unangst
2004-06-03merge in new magic from file 4.09. Mostly from Bruno RoheeTed Unangst
2004-06-02Use errx() rather than err() when errno isn't set.Tom Cosgrove
2004-06-02Don't want text in err() call following malloc failures.Tom Cosgrove
2004-06-01Remove redundant #include; ok markus@Darren Tucker
2004-05-31#ifndef errno declaration. ok millert@Otto Moerbeek
2004-05-31mdoc & update references (from wiz@netbsd); remove disclaimer.Otto Moerbeek
2004-05-31zap unused variables, ok beck@Pedro Martelletto
2004-05-27Kill dead code after fatal(); ok djm@Darren Tucker
2004-05-26missing freeaddrinfo; Andrey MatveevMarkus Friedl
2004-05-26if one process is killed, kill the other ourself; various okTheo de Raadt
2004-05-26exit -> _exit in forked child on error; from andrushock AT korovino.netDamien Miller
2004-05-25kill whitespace;Jason McIntyre
2004-05-25name parameters for built-ins, so that we get less awkward phrasing.Marc Espie
2004-05-23Add MaxAuthTries sshd config option; ok markus@Darren Tucker
2004-05-22with modern disks data transfers rates above 10000 kByte/s are seenHenning Brauer
2004-05-22kill whitespace at eol;Jason McIntyre
2004-05-22use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@Damien Miller
2004-05-21bz #756: add support for the cancel-tcpip-forward request for the server andDamien Miller
2004-05-21add prototypes for -Wall; ok djmMarkus Friedl
2004-05-20Trivial type fix 0 -> '\0'; ok markus@Darren Tucker
2004-05-19gracefully abort transfers on receipt of SIGINT, also ignore SIGINT whileDamien Miller
2004-05-19remove old file, rcsidsTed Unangst
2004-05-19file 4.09Ted Unangst
2004-05-19big update to file 4.09. ok ian@Ted Unangst
2004-05-17dig b.out; from netbsdMichael Shalayeff
2004-05-16Prototypes; usage sync. ok millert@Otto Moerbeek
2004-05-14little cleanupsTed Unangst
2004-05-13Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@Darren Tucker
2004-05-12all numbers as one composite regexp.Marc Espie
2004-05-12replace hand-made expr() parser with a lex/yacc affair that is shorter,Marc Espie
2004-05-11improve some code lint did not like; djm millert okTheo de Raadt
2004-05-11Just because we get an error running a command doesn't mean thatTodd C. Miller
2004-05-10Describe load average and remove useless "BUG". OK deraadt@Todd C. Miller