summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1997-07-23Use _PATH_SKEYKEYSTodd C. Miller
1997-07-23close keyfile nicely.Todd C. Miller
1997-07-23Add a seteuid() just in case someone decides to make this setuidTodd C. Miller
1997-07-23Add AppleTalk support. TODO: route.c does not handle netranges.denny
1997-07-23copyrightTodd C. Miller
1997-07-23Replace skeyaudit.sh with a setuid binary (necessary for mode 0600 skeykeys)Todd C. Miller
1997-07-23Add skeyinfo and skeyaudit.Todd C. Miller
1997-07-23exit() not return()Todd C. Miller
1997-07-23Replace skeyinfo.sh with a setuid binary (necessary for mode 0600 /etc/skeykeys)Todd C. Miller
1997-07-23arg parsing bug in compat code; kh@mogami-wire.co.jpTheo de Raadt
1997-07-23Update for new <sys/mbuf.h>denny
1997-07-22incfile() needs to lock the mail spool so it doesn't get partial messages.Todd C. Miller
1997-07-22locking is done differently nowTheo de Raadt
1997-07-22grabh() now returns SIGINT if it was interrupted (previously alwaysTodd C. Miller
1997-07-22Only require 2 ^C's at Subject: prompt to quit as it is supposed to.Todd C. Miller
1997-07-22Use our rcmdsh(3) and support $RSH.Todd C. Miller
1997-07-22Release signals when we get an error condition in incfile().Todd C. Miller
1997-07-22Fix _PATH_REMSH for real. We have <paths.h> so use it and defineTodd C. Miller
1997-07-22Define _PATH_REMSH to _PATH_RSHTodd C. Miller
1997-07-21make it less sensitive to incredibly bad indentation; shigio@wafu.netgate.netTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-21no, not sshTheo de Raadt
1997-07-21setgid dialerTheo de Raadt
1997-07-21Get rid of compilation warnings.Angelos D. Keromytis
1997-07-21Fix compilation warning.Angelos D. Keromytis
1997-07-20minor cleanup on the -d flag codejdm
1997-07-20add -d flag for reporting active sessions at a specified point in time.jdm
1997-07-19initialization overwrites program name parsingMichael Shalayeff
1997-07-18fix; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-07-18Change jmp_buf to sigjmp_buf that I missed in the last sweep.Todd C. Miller
1997-07-17Xr fixTheo de Raadt
1997-07-17fix XrTheo de Raadt
1997-07-17fix XrTheo de Raadt
1997-07-17Add RIPEMD-160 (rmd160) support to OTP (s/key).Todd C. Miller
1997-07-15Xr repairTheo de Raadt
1997-07-15initxxx() routines return 1 on success, not zero.kstailey
1997-07-15keyboard() does not return an intkstailey
1997-07-14Print the new input/output bytes for sipp-ah/sipp-esp/ipencap.Angelos D. Keromytis
1997-07-14Don't call it a mask when it is a sigset_t (cosmetic changes only).Todd C. Miller
1997-07-14Convert remaining sigsetmask() -> sigprocmask() (POSIX style)Todd C. Miller
1997-07-14Adjusted the spaces a bit.Angelos D. Keromytis
1997-07-14NOSTR -> NULLTodd C. Miller
1997-07-13bcopy() -> memcpy() and fix some casts.Todd C. Miller
1997-07-13Update from 44.BSD-lite2Todd C. Miller
1997-07-13Show the new field in the encap sockaddrs.Angelos D. Keromytis
1997-07-13Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.Todd C. Miller
1997-07-12We will need these flags soon enough...Tobias Weingartner
1997-07-10NULLkstailey
1997-07-09\n after clnt_sperrno()Theo de Raadt