summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1997-07-27move recover script ala 1.79.Jason Downs
1997-07-27syncJason Downs
1997-07-27Update to 1.79 and install as vi/ex/view.Jason Downs
1997-07-27Don't build vim.Jason Downs
1997-07-27A bit of KNFTodd C. Miller
1997-07-27- Do coarse locking on /etc/skeykeys so we don't clobberTodd C. Miller
an entry that is being updated.
1997-07-27-WallTodd C. Miller
1997-07-27Xr rcmd 3Theo de Raadt
1997-07-25use err(3)Michael Shalayeff
1997-07-25user err(3)Michael Shalayeff
1997-07-25user err(3)Michael Shalayeff
1997-07-25use err(3), some -WallMichael Shalayeff
1997-07-25Updates from NetBSD (lukem) include -Wall cleanup.Todd C. Miller
More -W* cleanup and in_port_t usage by me.
1997-07-25use err(3)Michael Shalayeff
1997-07-25use err(3)Michael Shalayeff
1997-07-25use err(3)Michael Shalayeff
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-25more to the point err. msg.kstailey
1997-07-25proper progname grokMichael Shalayeff
proper printing for uptime < 1min
1997-07-25make CIA fitMichael Shalayeff
make interface names fit
1997-07-25map3270 is a path, not a name. msaitoh@spa.is.uec.ac.jpTodd C. Miller
1997-07-25-T to display seconds, from jhawk netbsd-pr#1548Michael Shalayeff
1997-07-25Protect users from themselves.Todd C. Miller
1997-07-24tempnam(3) goes bye bye.Todd C. Miller
1997-07-24Replace 3 tempnam()'s with mkstemp. The two left look tricky.Todd C. Miller
1997-07-24no content-length is OK; cato@ulysses.df.lth.seTheo de Raadt
1997-07-24Add -a (audit all users) flag and do our pipes.Todd C. Miller
1997-07-24arghTheo de Raadt
1997-07-23AppleTalk specificsdenny
1997-07-23Use _PATH_SKEYKEYS and fix a typo.Todd C. Miller
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
by some uid other than 0.
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
Noticed by Theo.
1997-07-22locking is done differently nowTheo de Raadt
1997-07-22grabh() now returns SIGINT if it was interrupted (previously alwaysTodd C. Miller
returned 0 and the return val was always ignored). Add gethfromtty() to get a header (using grabh) from the tty and quit on two ^C's. Use gethfromtty() when getting Subject, Cc, and Bcc headers so we can quit nicely. Closes PR #291. Don't use longs where it doesn't make sense.
1997-07-22Only require 2 ^C's at Subject: prompt to quit as it is supposed to.Todd C. Miller
Also in Subject: prompt, when we get that first ^C re-prompt for the Subject: like SunOS does so the user knows what is going on.
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
_PATH_REMSH to _PATH_RSH.
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