summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-11-29typoMichael Shalayeff
2001-11-29Restore historic behavior:Todd C. Miller
2001-11-28Some minor format beautification from FreeBSD and add the AUTHORSTodd C. Miller
2001-11-28from FreeBSD:Todd C. Miller
2001-11-28remove unused varEric Jackson
2001-11-28Catch SIGINT in sendmessage() so user can interupt a long messageTodd C. Miller
2001-11-28Fix typo; SIGTTIN where SIGINT meant and rename a variable for clarity.Todd C. Miller
2001-11-27Fix uninitialized variable introduced in rev 1.40; found by lebel@Todd C. Miller
2001-11-26fix AF_INET6 dgram socket printing (missing curly brace)Jun-ichiro itojun Hagino
2001-11-25Well, since I can't do my mondo openssl commitBob Beck
2001-11-25snprintf makes me happyTheo de Raadt
2001-11-24handle NL terminated pid files correctly, OK deraadt@Marco S Hyman
2001-11-24argh! i messed something up!Theo de Raadt
2001-11-24half finished KNFTheo de Raadt
2001-11-24Fix a couple of printf().Miod Vallat
2001-11-23back out changes that break kernel compiles. good testing jobmk install!Theo de Raadt
2001-11-23fix signal races. use sysctl() instead of kvm where possible, and then KNFTheo de Raadt
2001-11-23oops. Thx mpech@Marc Espie
2001-11-23greater care at reading pidfiles; millert okTheo de Raadt
2001-11-23Revert change to Popen() to only wrap command in a shell if itTodd C. Miller
2001-11-22Remove broken interrupt handler.Marc Espie
2001-11-22Explicitly mark nodes whose commands have been filled withMarc Espie
2001-11-22Bad .IMPSRC.Marc Espie
2001-11-22volatile sig_atomic_tMarkus Friedl
2001-11-22o) fix return value;Mike Pechkin
2001-11-22don't use "\n" in fatal()Kevin Steves
2001-11-21Fix the fix. Thanks obj/Marc Espie
2001-11-21Not an implicit source. If it's ever used except to check the dependency,Marc Espie
2001-11-21o kill strcpy()Todd C. Miller
2001-11-21more on passphrase construction; ok markus@Kevin Steves
2001-11-21fix arg reversal that was introduced during ANSIficationTodd C. Miller
2001-11-21mem leakMarkus Friedl
2001-11-21Fix extern decl of version missed in previous commit.Todd C. Miller
2001-11-21o ANSIfyTodd C. Miller
2001-11-20In private version of popen(), only wrap a command to be run in aTodd C. Miller
2001-11-20Major signal overhaul. We no longer longjmp all over the place.Todd C. Miller
2001-11-19more than typoTheo de Raadt
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