summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1999-11-12save a view malloc/memcpy/memset/free's, ok nielsMarkus Friedl
1999-11-12fix overflow reported by damien@ibs.com.au: off_t totalsize, ok niels,aaronMarkus Friedl
1999-11-11clear temp bufferMarkus Friedl
1999-11-11make all access to options via 'extern Options options'Markus Friedl
1999-11-11print _all_ bad options found in configfileMarkus Friedl
1999-11-11IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millertMarkus Friedl
1999-11-11Add support for sending signals other than SIGHUP and optionallyTodd C. Miller
1999-11-11Use snprintf instead of sprintf and sizeof(foo) instead of hardcoded sizes.Artur Grabowski
1999-11-11session_key_int may be zeroMarkus Friedl
1999-11-11extern.h is a better name than nonints.hMarc Espie
1999-11-11Close bugMarc Espie
1999-11-11Communicate line numbers between parse.c and for.c.Marc Espie
1999-11-11Lineno as unsigned long. Slightly easier for printf, and more sensible.Marc Espie
1999-11-11Kill Str_FindSubString, it's strstr.Marc Espie
1999-11-11Move all prototypes to nonints.h. Comment no longer reflects reality.Marc Espie
1999-11-11fix fatal/assert() bug reported by damien@ibs.com.au:Markus Friedl
1999-11-10add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,Markus Friedl
1999-11-10remove x11- and krb-cleanup from fatal() + krb-cleanup cleanupMarkus Friedl
1999-11-10Turn on strict-prototypes, add missing prototypes.Marc Espie
1999-11-10Make ParseSkipLine more regular:Marc Espie
1999-11-09user/958: check ~/.ssh/known_hosts for rhosts-rsa, too, ok niels/millertMarkus Friedl
1999-11-09remove really lame bug espie created; ca@zardoc.endmail.orgTheo de Raadt
1999-11-09calloc an array of char *, not pid_t (left over from previous implementation).Todd C. Miller
1999-11-09Avoid sending a HUP to a process multiple times. Ie: instead of oneTodd C. Miller
1999-11-08bugfix: use correct size for memset(), report from damien@ibs.com.auMarkus Friedl
1999-11-07warn if announced size of modulus 'n' != real sizeMarkus Friedl
1999-11-07compress_log() now needs to check for noaction != 0Todd C. Miller
1999-11-07Don't send a HUP or compress the log files until _everything_ has beenTodd C. Miller
1999-11-07o Some KNF + consistent indentation for readabilityTodd C. Miller
1999-11-06Back out version 1.21 since it breaks age rotation.Todd C. Miller
1999-11-06back out unwanted private changeTodd C. Miller
1999-11-06Use fchmod instead of chmod and open() instead of creat().Todd C. Miller
1999-11-06Document a few of the problems I've found while revamping make.Marc Espie
1999-11-06Bug-fix: when expanding a specific variable v in $A,Marc Espie
1999-11-05clear buffers used for encryption. ok: niels@Markus Friedl
1999-11-03don't send fail-msg but disconnect if too many authentication failuresMarkus Friedl
1999-11-02remove assert.hMarkus Friedl
1999-11-02replace assert() with error, fatal or packet_disconnectMarkus Friedl
1999-11-02remove unused argument. ok dugsongMarkus Friedl
1999-11-02typoMarkus Friedl
1999-10-29The PIPE_NODIRECT define is no longer neededArtur Grabowski
1999-10-29writenTodd T. Fries
1999-10-29writenTodd T. Fries
1999-10-29etherip statisticsAngelos D. Keromytis
1999-10-28save a few lines when disabling rhosts-{rsa-}authMarkus Friedl
1999-10-28remove broken x11 fix and document istate/ostateMarkus Friedl
1999-10-28call setsid() regardless of argv[]Markus Friedl
1999-10-28Add newline to the end of Makefile to unbreak non-uvm buildsArtur Grabowski
1999-10-28from niklas: Add -c -s and -k support, Create socket early to avoid race,Markus Friedl
1999-10-27connect to agent before accepting input. ok niklas@Markus Friedl