Age | Commit message (Expand) | Author |
1999-12-04 | o use nanosecond precision with the -newer option | Todd C. Miller |
1999-12-04 | Avoid an oflow in failed(). There's really no need to make a temporary | Todd C. Miller |
1999-12-04 | oflow | Theo de Raadt |
1999-12-04 | more oflows | Theo de Raadt |
1999-12-04 | oops | Theo de Raadt |
1999-12-04 | oflows | Theo de Raadt |
1999-12-04 | oflow | Theo de Raadt |
1999-12-04 | oflow | Theo de Raadt |
1999-12-04 | a few more overflows gone | Niels Provos |
1999-12-04 | Document the -I option; some minor formatting fixes as well. | Aaron Campbell |
1999-12-04 | revert strlcpy to strcpy for one case. | Niels Provos |
1999-12-04 | avoid overflows | Niels Provos |
1999-12-04 | avoid overflows | Theo de Raadt |
1999-12-04 | Fix 2 core dumps: | Todd C. Miller |
1999-12-04 | indent | Theo de Raadt |
1999-12-04 | careful | Theo de Raadt |
1999-12-03 | off by one for string length calculation | Theo de Raadt |
1999-12-03 | the -s option was broken; spotted by tstromberg@rtci.com on freebsd-audit, bu... | Theo de Raadt |
1999-12-02 | warn only about mismatch if key is _used_ | Markus Friedl |
1999-12-02 | indent, shorter warning | Markus Friedl |
1999-12-02 | warn about keysize-mismatch with log() not error() | Markus Friedl |
1999-12-02 | set loglevel for SSH_MSG_DISCONNECT to log(), not fatal() | Markus Friedl |
1999-12-02 | indent | Markus Friedl |
1999-12-02 | use error() for internal errors | Markus Friedl |
1999-12-02 | document $SSH_ASKPASS, reasonable default | Markus Friedl |
1999-12-02 | CheckHostIP is not available for connects via proxy command | Markus Friedl |
1999-12-01 | move skey-auth from auth-passwd.c to auth-skey.c, same for krb4 | Markus Friedl |
1999-12-01 | typo | Markus Friedl |
1999-12-01 | easier to read client code for passwd and skey auth | Markus Friedl |
1999-12-01 | turn of checkhostip for proxy connects, since we don't know the remote ip | Markus Friedl |
1999-12-01 | ports are u_short | Markus Friedl |
1999-11-30 | Recognizes comments while parsing macros arguments, as every other | Marc Espie |
1999-11-30 | Clean up comment/quote recognition a little bit: | Marc Espie |
1999-11-30 | Using mkstemp to create permanent files is possible, but then | Marc Espie |
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller |
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller |
1999-11-28 | Check for size change as well as change in time. Scripted changes | Hakan Olsson |
1999-11-26 | socks support that should have gotten committed with the whois.c socks changes | Todd C. Miller |
1999-11-26 | o Update README files etc. from nvi-1.79 so they have the correct info | Todd C. Miller |
1999-11-26 | Make two variables that ought not to be static be auto. | Todd C. Miller |
1999-11-25 | fix type | Theo de Raadt |
1999-11-25 | Check for our tzfile(5) magic. | Paul Janzen |
1999-11-25 | Parse dates only before the first <tab> character; otherwise, weekly events | Paul Janzen |
1999-11-25 | From espie@openbsd.org: | Todd C. Miller |
1999-11-25 | Pull in latest files from the sudo cvs tree. We now wrap scripts with | Todd C. Miller |
1999-11-24 | progress meter overflow fix from damien@ibs.com.au | Markus Friedl |
1999-11-24 | remove dead #ifdef-0-code | Markus Friedl |
1999-11-24 | it's not an error() if shutdown_write failes in nchan. | Markus Friedl |
1999-11-24 | strcasecmp instead of tolower | Markus Friedl |
1999-11-24 | postpone fork_after_authentication until command execution, | Markus Friedl |