Age | Commit message (Expand) | Author |
2002-03-12 | This makes things line up better. millert@ concurs. | Hakan Olsson |
2002-03-11 | remove errno=0 assignments, we don't need these with Hakan's code | Vincent Labrecque |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque |
2002-03-11 | indent | Jun-ichiro itojun Hagino |
2002-03-11 | correct type mismatches (u_int64_t != unsigned long long) | Jun-ichiro itojun Hagino |
2002-03-10 | check that we got the port before trying to listen | Eric Jackson |
2002-03-10 | Better long vs int. millert@ ok. | Hakan Olsson |
2002-03-08 | printf type mismatch | Jun-ichiro itojun Hagino |
2002-03-08 | tabify | Jun-ichiro itojun Hagino |
2002-03-06 | First step in really explaining what make does, and what's standard, | Marc Espie |
2002-03-06 | OpenSSH_3.1 | Markus Friedl |
2002-03-06 | compat.c | Markus Friedl |
2002-03-06 | undo | Markus Friedl |
2002-03-06 | compat.c | Markus Friedl |
2002-03-05 | Fix a ridiculous bug I introduced in the buffer code. Free the undo records | Vincent Labrecque |
2002-03-05 | patch(1) is now free, thanks Larry! | Niklas Hallqvist |
2002-03-05 | and -ldes here too | Theo de Raadt |
2002-03-05 | and a -ldes | Theo de Raadt |
2002-03-05 | more -ldes | Theo de Raadt |
2002-03-04 | off by one; thanks to joost@pine.nl | Markus Friedl |
2002-03-04 | handle connection close during read of protocol version string. | Kevin Steves |
2002-03-04 | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | Kevin Steves |
2002-03-04 | error-> debug, because O_NONBLOCK for /dev/null causes too many different err... | Markus Friedl |
2002-03-04 | unused include | Markus Friedl |
2002-03-02 | correct copyright dates for scp license; ok markus@ | Kevin Steves |
2002-03-02 | Accept deroff's -m flags too. | Todd C. Miller |
2002-03-02 | No more writable strings in -b mode. | Todd C. Miller |
2002-03-02 | Kill JOB_REMIGRATE. | Marc Espie |
2002-03-02 | kill #ifdef REMOTE stuff that only obfuscates issues. | Marc Espie |
2002-03-01 | Sort -df, not sort -f | Todd C. Miller |
2002-03-01 | spell command from 4.4BSD, now freed by Caldera. | Todd C. Miller |
2002-03-01 | disable undo until it is fixed to be (1) correct and (2) not crash like it do... | Theo de Raadt |
2002-03-01 | undo the 'delay hostname lookup' change | Markus Friedl |
2002-03-01 | Fix an err() that should really be errx() | Todd C. Miller |
2002-02-28 | change the text following the preprocessor directives '#else' and | Dan Harnett |
2002-02-28 | All the -m options were not being displayed, use .Oo and .Oc to | Todd C. Miller |
2002-02-28 | log user not allowed details, from dwd@bell-labs.com; ok markus@ | Kevin Steves |
2002-02-28 | -u0 DNS for user@host | Kevin Steves |
2002-02-28 | DenyUsers allows user@host pattern also | Kevin Steves |
2002-02-28 | delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers | Kevin Steves |
2002-02-28 | another bug | Todd C. Miller |
2002-02-28 | add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@ | Markus Friedl |
2002-02-28 | add some const EVP_MD for openssl-0.9.7 | Markus Friedl |
2002-02-28 | Fix size parameter to memmove() (off by one) introduced in last commit. | Todd C. Miller |
2002-02-28 | strcpy() does not guarantee to handle overlapping copies, use memmove() instead. | Todd C. Miller |
2002-02-28 | This is the 4.4BSD deroff, now freed by Caldera. | Todd C. Miller |
2002-02-27 | remove unneeded casts in [gs]etsockopt(); ok markus@ | Kevin Steves |
2002-02-27 | ANSI decls. okay millert@ | Marc Espie |
2002-02-26 | use socklen_t | Kevin Steves |
2002-02-26 | no, look closely. the comma was highlighted. split .Ic even more | Theo de Raadt |