Age | Commit message (Expand) | Author |
1999-11-15 | I'm a moron... | Marc Espie |
1999-11-15 | remove support for cipher RC4 | Markus Friedl |
1999-11-15 | a note for legay systems about secuity issues with permanently_set_uid(), | Markus Friedl |
1999-11-15 | the keysize of rsa-parameter 'n' is passed implizit, | Markus Friedl |
1999-11-15 | o Make -q option the default | Todd C. Miller |
1999-11-15 | fix .Xr | Eric Jackson |
1999-11-15 | From FreeBSD: | Todd C. Miller |
1999-11-15 | disconnect if getpeername() fails | Markus Friedl |
1999-11-14 | split do_authentication() in subroutines | Markus Friedl |
1999-11-14 | missing xfree(*client) | Markus Friedl |
1999-11-14 | fix comment: we _do_ disconnect if ip-options are set | Markus Friedl |
1999-11-14 | avoid extra fd per sshd, from millert@ | Markus Friedl |
1999-11-14 | print _all_ bad config-options in ssh(1), too | Markus Friedl |
1999-11-14 | Fix erroneous free of static storage. | Marc Espie |
1999-11-14 | change passphrase loop logic and remove ref to $DISPLAY, ok niels | Markus Friedl |
1999-11-14 | o link with -ocurses for now since window does not work properly with ncurses | Todd C. Miller |
1999-11-14 | stathz instead of hz, plus improvements by me; camield@inet.unisource.nl | Theo de Raadt |
1999-11-12 | save a view malloc/memcpy/memset/free's, ok niels | Markus Friedl |
1999-11-12 | fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaron | Markus Friedl |
1999-11-11 | clear temp buffer | Markus Friedl |
1999-11-11 | make all access to options via 'extern Options options' | Markus Friedl |
1999-11-11 | print _all_ bad options found in configfile | Markus Friedl |
1999-11-11 | IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert | Markus Friedl |
1999-11-11 | Add support for sending signals other than SIGHUP and optionally | Todd C. Miller |
1999-11-11 | Use snprintf instead of sprintf and sizeof(foo) instead of hardcoded sizes. | Artur Grabowski |
1999-11-11 | session_key_int may be zero | Markus Friedl |
1999-11-11 | extern.h is a better name than nonints.h | Marc Espie |
1999-11-11 | Close bug | Marc Espie |
1999-11-11 | Communicate line numbers between parse.c and for.c. | Marc Espie |
1999-11-11 | Lineno as unsigned long. Slightly easier for printf, and more sensible. | Marc Espie |
1999-11-11 | Kill Str_FindSubString, it's strstr. | Marc Espie |
1999-11-11 | Move all prototypes to nonints.h. Comment no longer reflects reality. | Marc Espie |
1999-11-11 | fix fatal/assert() bug reported by damien@ibs.com.au: | Markus Friedl |
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl |
1999-11-10 | remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup | Markus Friedl |
1999-11-10 | Turn on strict-prototypes, add missing prototypes. | Marc Espie |
1999-11-10 | Make ParseSkipLine more regular: | Marc Espie |
1999-11-09 | user/958: check ~/.ssh/known_hosts for rhosts-rsa, too, ok niels/millert | Markus Friedl |
1999-11-09 | remove really lame bug espie created; ca@zardoc.endmail.org | Theo de Raadt |
1999-11-09 | calloc an array of char *, not pid_t (left over from previous implementation). | Todd C. Miller |
1999-11-09 | Avoid sending a HUP to a process multiple times. Ie: instead of one | Todd C. Miller |
1999-11-08 | bugfix: use correct size for memset(), report from damien@ibs.com.au | Markus Friedl |
1999-11-07 | warn if announced size of modulus 'n' != real size | Markus Friedl |
1999-11-07 | compress_log() now needs to check for noaction != 0 | Todd C. Miller |
1999-11-07 | Don't send a HUP or compress the log files until _everything_ has been | Todd C. Miller |
1999-11-07 | o Some KNF + consistent indentation for readability | Todd C. Miller |
1999-11-06 | Back out version 1.21 since it breaks age rotation. | Todd C. Miller |
1999-11-06 | back out unwanted private change | Todd C. Miller |
1999-11-06 | Use fchmod instead of chmod and open() instead of creat(). | Todd C. Miller |
1999-11-06 | Document a few of the problems I've found while revamping make. | Marc Espie |