summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-11-19kill more registersMike Pechkin
2001-11-19clarify/state that private keys are not exposed to clients using the agent;Kevin Steves
2001-11-19fd leak on HUP; ok stevesk@Markus Friedl
2001-11-19guess what! more signal race fixes...Theo de Raadt
2001-11-18slightly expand the Csw/Trp/Sys/Int/Sof spacingTheo de Raadt
2001-11-18After a simplistic rewrite, signal flags were not being noticed until aTheo de Raadt
2001-11-18spellingTheo de Raadt
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-17Repair brain-damaged struct sigaction initialization.Todd C. Miller
2001-11-17o Block signals when running fts_read() so the SIGINFO handler willTodd C. Miller
2001-11-17do not exit() from signal handlerTheo de Raadt
2001-11-17errno savingTheo de Raadt
2001-11-17enum/int type cleanup where it made sense to do so; ok markus@Kevin Steves
2001-11-17properly bail out of incfile(); millert okTheo de Raadt
2001-11-17make signal handler safe, by blocking signals around the things that it cares...Theo de Raadt
2001-11-16signal handler is now safe, does not end up calling exit()Theo de Raadt
2001-11-16errno safety in signal handlerTheo de Raadt
2001-11-16incorrect writeTheo de Raadt
2001-11-16errno safety in SIGCHLD handlerTheo de Raadt
2001-11-16Instead of using a longjmp to catch SIGPIPE, just set to SIG_IGN andTodd C. Miller
2001-11-16handle empty lines instead of dumping core; report from sha@sha-1.netMarkus Friedl
2001-11-14errno saving wrapping in a signal handlerTheo de Raadt
2001-11-14get rid of signal raceTheo de Raadt
2001-11-14o Don't accept URLs with user:pass@ and an extra unencoded @.Heikki Korpela
2001-11-13enter 3.0.1Markus Friedl
2001-11-12enable authorized_keys2 again. tested by fries@Markus Friedl
2001-11-12upgrade .su railways another hundred years; dfa@ okMichael Shalayeff
2001-11-12fix krb5 authorization check. found by <jhawk@MIT.EDU>. from art@, deraadt@ okDug Song
2001-11-11make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if AuthorizedKeysFile...Markus Friedl
2001-11-11Fixed version... don't see how this could work on i386, since it didn'tMarc Espie
2001-11-11undo changes that crash on (at least) the alphaTheo de Raadt
2001-11-11Add 'S' to interactive mode to toggle the display of systemFederico G. Schwindt
2001-11-11Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoMarc Espie
2001-11-10remove extra debug()Markus Friedl
2001-11-10KNF (unexpand)Markus Friedl
2001-11-10cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc).Markus Friedl
2001-11-10Additional vax magic to cover bins with new MID and 4k page size.Hugh Graham
2001-11-09remove extra trailing dot from log message; pilot@naughty.monkey.orgMarkus Friedl
2001-11-09don't memset too much memory, ok millert@Markus Friedl
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
2001-11-08don't print ROOT in CAPS for the authentication messages, i.e.Markus Friedl
2001-11-08mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@Markus Friedl
2001-11-08don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.Markus Friedl
2001-11-07crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.comMarkus Friedl
2001-11-07unused includesMarkus Friedl
2001-11-07s/Keepalive/KeepAlive/; from openbsd@davidkrause.comMarkus Friedl
2001-11-07missing free and sync dss/rsa code.Markus Friedl
2001-11-07ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supportedMarkus Friedl
2001-11-07rpcgen is not nearly KNF, but it now generates close to KNF codeTheo de Raadt
2001-11-07pad using the padding field from the ssh2 packet instead of sendingMarkus Friedl