summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* do not exit() from signal handlerderaadt2001-11-171-2/+2
* errno savingderaadt2001-11-171-1/+3
* enum/int type cleanup where it made sense to do so; ok markus@stevesk2001-11-176-16/+23
* properly bail out of incfile(); millert okderaadt2001-11-171-3/+7
* make signal handler safe, by blocking signals around the things that it cares about; millert okderaadt2001-11-171-3/+17
* signal handler is now safe, does not end up calling exit()deraadt2001-11-161-4/+22
* errno safety in signal handlerderaadt2001-11-161-2/+4
* incorrect writederaadt2001-11-161-3/+3
* errno safety in SIGCHLD handlerderaadt2001-11-161-2/+5
* Instead of using a longjmp to catch SIGPIPE, just set to SIG_IGN andmillert2001-11-162-28/+15
* handle empty lines instead of dumping core; report from sha@sha-1.netmarkus2001-11-161-1/+3
* errno saving wrapping in a signal handlerderaadt2001-11-141-1/+4
* get rid of signal racederaadt2001-11-141-4/+7
* o Don't accept URLs with user:pass@ and an extra unencoded @.heko2001-11-141-5/+72
* enter 3.0.1markus2001-11-131-2/+2
* enable authorized_keys2 again. tested by fries@markus2001-11-121-3/+1
* upgrade .su railways another hundred years; dfa@ okmickey2001-11-121-2/+2
* fix krb5 authorization check. found by <jhawk@MIT.EDU>. from art@, deraadt@ okdugsong2001-11-121-8/+9
* make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if AuthorizedKeysFile is specified.markus2001-11-111-3/+10
* Fixed version... don't see how this could work on i386, since it didn'tespie2001-11-119-28/+31
* undo changes that crash on (at least) the alphaderaadt2001-11-119-30/+27
* Add 'S' to interactive mode to toggle the display of systemfgsch2001-11-112-6/+16
* Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoespie2001-11-119-27/+30
* remove extra debug()markus2001-11-101-2/+1
* KNF (unexpand)markus2001-11-101-3/+3
* cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc).markus2001-11-101-6/+6
* Additional vax magic to cover bins with new MID and 4k page size.hugh2001-11-101-4/+25
* remove extra trailing dot from log message; pilot@naughty.monkey.orgmarkus2001-11-091-3/+3
* don't memset too much memory, ok millert@markus2001-11-092-8/+8
* Since all our arches have /dev/ksyms, replace rigid mentions of the kernelmiod2001-11-097-69/+24
* don't print ROOT in CAPS for the authentication messages, i.e.markus2001-11-081-2/+2
* mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@markus2001-11-081-1/+10
* don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.markus2001-11-081-6/+5
* crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.commarkus2001-11-071-2/+2
* unused includesmarkus2001-11-072-4/+2
* s/Keepalive/KeepAlive/; from openbsd@davidkrause.commarkus2001-11-071-3/+3
* missing free and sync dss/rsa code.markus2001-11-072-8/+10
* ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supportedmarkus2001-11-071-1/+9
* rpcgen is not nearly KNF, but it now generates close to KNF codederaadt2001-11-075-65/+65
* pad using the padding field from the ssh2 packet instead of sendingmarkus2001-11-073-42/+28
* more is no more. less has been used as more for more or less most of theart2001-11-075-2334/+0
* fix signal racederaadt2001-11-071-6/+14
* When mixing the -l and -i flags sort on each individual user'smillert2001-11-072-3/+43
* change a stat() to lstat()millert2001-11-061-2/+2
* implement missing sorting optionsmillert2001-11-062-143/+276
* New vm includes.art2001-11-062-5/+3
* add pablo, born pau casals. 'i owe nearly all my talent at music to the influence of my father'mickey2001-11-061-1/+3
* Must zero out timeout by hand now that it is no longer global.millert2001-11-061-3/+3
* Restore asyncronous RPC code now that I found the uninitialized variablemillert2001-11-061-24/+243
* Add more sanity checks of path data in the vi recovery file; potential problems pointed out by lumpy@the.whole.netmillert2001-11-051-7/+23