summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1999-12-04o use nanosecond precision with the -newer optionTodd C. Miller
1999-12-04Avoid an oflow in failed(). There's really no need to make a temporaryTodd C. Miller
1999-12-04oflowTheo de Raadt
1999-12-04more oflowsTheo de Raadt
1999-12-04oopsTheo de Raadt
1999-12-04oflowsTheo de Raadt
1999-12-04oflowTheo de Raadt
1999-12-04oflowTheo de Raadt
1999-12-04a few more overflows goneNiels Provos
1999-12-04Document the -I option; some minor formatting fixes as well.Aaron Campbell
1999-12-04revert strlcpy to strcpy for one case.Niels Provos
1999-12-04avoid overflowsNiels Provos
1999-12-04avoid overflowsTheo de Raadt
1999-12-04Fix 2 core dumps:Todd C. Miller
1999-12-04indentTheo de Raadt
1999-12-04carefulTheo de Raadt
1999-12-03off by one for string length calculationTheo de Raadt
1999-12-03the -s option was broken; spotted by tstromberg@rtci.com on freebsd-audit, bu...Theo de Raadt
1999-12-02warn only about mismatch if key is _used_Markus Friedl
1999-12-02indent, shorter warningMarkus Friedl
1999-12-02warn about keysize-mismatch with log() not error()Markus Friedl
1999-12-02set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()Markus Friedl
1999-12-02indentMarkus Friedl
1999-12-02use error() for internal errorsMarkus Friedl
1999-12-02document $SSH_ASKPASS, reasonable defaultMarkus Friedl
1999-12-02CheckHostIP is not available for connects via proxy commandMarkus Friedl
1999-12-01move skey-auth from auth-passwd.c to auth-skey.c, same for krb4Markus Friedl
1999-12-01typoMarkus Friedl
1999-12-01easier to read client code for passwd and skey authMarkus Friedl
1999-12-01turn of checkhostip for proxy connects, since we don't know the remote ipMarkus Friedl
1999-12-01ports are u_shortMarkus Friedl
1999-11-30Recognizes comments while parsing macros arguments, as every otherMarc Espie
1999-11-30Clean up comment/quote recognition a little bit:Marc Espie
1999-11-30Using mkstemp to create permanent files is possible, but thenMarc Espie
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-28Check for size change as well as change in time. Scripted changesHakan Olsson
1999-11-26socks support that should have gotten committed with the whois.c socks changesTodd C. Miller
1999-11-26o Update README files etc. from nvi-1.79 so they have the correct infoTodd C. Miller
1999-11-26Make two variables that ought not to be static be auto.Todd C. Miller
1999-11-25fix typeTheo de Raadt
1999-11-25Check for our tzfile(5) magic.Paul Janzen
1999-11-25Parse dates only before the first <tab> character; otherwise, weekly eventsPaul Janzen
1999-11-25From espie@openbsd.org:Todd C. Miller
1999-11-25Pull in latest files from the sudo cvs tree. We now wrap scripts withTodd C. Miller
1999-11-24progress meter overflow fix from damien@ibs.com.auMarkus Friedl
1999-11-24remove dead #ifdef-0-codeMarkus Friedl
1999-11-24it's not an error() if shutdown_write failes in nchan.Markus Friedl
1999-11-24strcasecmp instead of tolowerMarkus Friedl
1999-11-24postpone fork_after_authentication until command execution,Markus Friedl