summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-07-05allocation mischecks by cloder@acm.org; lots of other cleanup by meTheo de Raadt
2002-07-04don't allocate, copy, and discard if there is not interested in the data; ok ...Markus Friedl
2002-07-04document port allocationJakob Schlyter
2002-07-04use tcp high portrange for active data connections. ok deraadt@Jakob Schlyter
2002-07-04blah blah minor nothing as i read and re-read and re-read...Theo de Raadt
2002-07-04 correct handling of EOF on both tty input and network. for example,Vincent Labrecque
2002-07-044 unchecked mallocs; cloder@acm.orgTheo de Raadt
2002-07-04patch memory leaks; grendel@zeitbombe.orgTheo de Raadt
2002-07-04catch malloc failures, my changes; found by cloder@acm.orgTheo de Raadt
2002-07-03check for malloc failure; reported by cloder@acm.orgTheo de Raadt
2002-07-03remove a useless {} that was there for "historical reasons" and only servedVincent Labrecque
2002-07-03re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configMarkus Friedl
2002-07-03use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)Markus Friedl
2002-07-03 a few missing tests for malloc()'s return value.Vincent Labrecque
2002-07-02Add missing copyrightThorsten Lockert
2002-07-02Kill setjmp/longjmp from a signal handler. All we really need isTodd C. Miller
2002-07-02KNF and signal race fixes; millert okTheo de Raadt
2002-07-01define SUN_LEN if it is not already for portability.Vincent Labrecque
2002-07-01for compression=yes, we fallback to no-compression if the server doesMarkus Friedl
2002-07-01 just make vtresize return TRUE/FALSE instead of 0/-1, for consistency withVincent Labrecque
2002-07-01KNFVincent Labrecque
2002-07-01%uTheo de Raadt
2002-07-01use SUN_LEN to calculate AF_UNIX sockaddr's length. + some styleVincent Labrecque
2002-07-01KNF + ansi; from zyrnix (only the easy part of his diffs)Vincent Labrecque
2002-07-01disable ssh-keysign for now (no sbit); netbsd via itojunMarkus Friedl
2002-06-30minor KNFTheo de Raadt
2002-06-30lint asks that we use names that do not overlapTheo de Raadt
2002-06-30Correctly retrieve mbuf statistics from the kernel.Angelos D. Keromytis
2002-06-30remove local declaration of user_from_uid()/group_from_uid()Matthieu Herrb
2002-06-28gidset[2] -> gidset[1]; markus okTheo de Raadt
2002-06-28wrap NOKVM variables tooTheo de Raadt
2002-06-28various cleanups; ok millertTheo de Raadt
2002-06-28range check -u option at invocationTheo de Raadt
2002-06-28use ssize_tTheo de Raadt
2002-06-28tree(3) wants an int return value for its compare functions andTodd C. Miller
2002-06-27seems c-x c-q is for the vc- mode. remove it.Vincent Labrecque
2002-06-27move protosTheo de Raadt
2002-06-27 bind C-x C-q to toggle-read-only, just like emacs.Vincent Labrecque
2002-06-27Document why this must be static.Artur Grabowski
2002-06-27use convtime(); ok markus@Kevin Steves
2002-06-27There is absolutely no reason for the "tempname" or dfd variablesTodd C. Miller
2002-06-27cleanup; mpech & millert okTheo de Raadt
2002-06-27use xfree()Theo de Raadt
2002-06-27improve mm_zalloc check; markus okTheo de Raadt
2002-06-27more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@Markus Friedl
2002-06-26Don't follow symbolic links for (ie. user-owned) log files by default;Wilbern Cobb
2002-06-26bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.eduMarkus Friedl
2002-06-26more %uTheo de Raadt
2002-06-26fix exit code for -X/-xMarkus Friedl
2002-06-26use ssize_t for recvmsg() and sendmsg() returnTheo de Raadt