Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
and 'extern ServerOptions options' respectively; options are no longer passed as arguments: * make options handling more consistent * remove #include "readconf.h" from ssh.h * readconf.h is only included if necessary | |||
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 | |
run a command instead of sending a signal. | |||
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 | |
(cvs file was copied from nonints.h to give a better sense of history). | |||
1999-11-11 | Close bug | Marc Espie | |
1999-11-11 | Communicate line numbers between parse.c and for.c. | Marc Espie | |
Parse_String starts in the current line, but at a given line number. .for loops yield correct line numbers, much easier to debug ! | |||
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 | |
allow session_key_int != sizeof(session_key) [this should fix the pre-assert-removal-core-files] | |||
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl | |
obsoletes QuietMode and FascistLogging in sshd. | |||
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 | |
Move main prototype to main.c, as this is not used from any other file. Close open bug. | |||
1999-11-10 | Make ParseSkipLine more regular: | Marc Espie | |
perform the exit tests before checking for EOF. This makes behavior while scanning tests more regular. e.g, .if defined(UVM) && ${UVM} == "yes" ... .endif without a final newline at the endif should always work, instead of being an error half the time... | |||
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 | |
per log file, do one per pid file (but only if the pid file corresponds to a log file that was rotated). | |||
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 | |
rotated. Fixes a race condition between syslogd and newsyslog whereby syslogd could be reinitializing (due to SIGHUP) while newsyslog was rotating the next log file. | |||
1999-11-07 | o Some KNF + consistent indentation for readability | Todd C. Miller | |
o When pid file cannot be opened give a sensible warning o Use fchmod when we can o Check more return values o Use uid_t/gid_t when sensible o When computing kbytes from blocks do so in such a way that is not likely to cause wrap. o Sanity check path lengths to avoid chance of oflow | |||
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 | |
Temporary solution, until Todd or somebody else *finally* starts reviewing the first patches of the 20,000 lines diff I currently have... | |||
1999-11-06 | Bug-fix: when expanding a specific variable v in $A, | Marc Espie | |
check that v is PRECISELY A. Other BSDs, take notice. | |||
1999-11-05 | clear buffers used for encryption. ok: niels@ | Markus Friedl | |
1999-11-03 | don't send fail-msg but disconnect if too many authentication failures | Markus Friedl | |
1999-11-02 | remove assert.h | Markus Friedl | |
1999-11-02 | replace assert() with error, fatal or packet_disconnect | Markus Friedl | |
1999-11-02 | remove unused argument. ok dugsong | Markus Friedl | |
1999-11-02 | typo | Markus Friedl | |
1999-10-29 | The PIPE_NODIRECT define is no longer needed | Artur Grabowski | |
1999-10-29 | writen | Todd T. Fries | |
1999-10-29 | writen | Todd T. Fries | |
1999-10-29 | etherip statistics | Angelos D. Keromytis | |
1999-10-28 | save a few lines when disabling rhosts-{rsa-}auth | Markus Friedl | |
1999-10-28 | remove broken x11 fix and document istate/ostate | Markus Friedl | |
1999-10-28 | call setsid() regardless of argv[] | Markus Friedl | |
1999-10-28 | Add newline to the end of Makefile to unbreak non-uvm builds | Artur Grabowski | |
1999-10-28 | from niklas: Add -c -s and -k support, Create socket early to avoid race, | Markus Friedl | |
Don't let child access std{in,out,err} |