Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-27 | move recover script ala 1.79. | Jason Downs | |
1997-07-27 | sync | Jason Downs | |
1997-07-27 | Update to 1.79 and install as vi/ex/view. | Jason Downs | |
1997-07-27 | Don't build vim. | Jason Downs | |
1997-07-27 | A bit of KNF | Todd C. Miller | |
1997-07-27 | - Do coarse locking on /etc/skeykeys so we don't clobber | Todd C. Miller | |
an entry that is being updated. | |||
1997-07-27 | -Wall | Todd C. Miller | |
1997-07-27 | Xr rcmd 3 | Theo de Raadt | |
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | user err(3) | Michael Shalayeff | |
1997-07-25 | user err(3) | Michael Shalayeff | |
1997-07-25 | use err(3), some -Wall | Michael Shalayeff | |
1997-07-25 | Updates from NetBSD (lukem) include -Wall cleanup. | Todd C. Miller | |
More -W* cleanup and in_port_t usage by me. | |||
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | more to the point err. msg. | kstailey | |
1997-07-25 | proper progname grok | Michael Shalayeff | |
proper printing for uptime < 1min | |||
1997-07-25 | make CIA fit | Michael Shalayeff | |
make interface names fit | |||
1997-07-25 | map3270 is a path, not a name. msaitoh@spa.is.uec.ac.jp | Todd C. Miller | |
1997-07-25 | -T to display seconds, from jhawk netbsd-pr#1548 | Michael Shalayeff | |
1997-07-25 | Protect users from themselves. | Todd C. Miller | |
1997-07-24 | tempnam(3) goes bye bye. | Todd C. Miller | |
1997-07-24 | Replace 3 tempnam()'s with mkstemp. The two left look tricky. | Todd C. Miller | |
1997-07-24 | no content-length is OK; cato@ulysses.df.lth.se | Theo de Raadt | |
1997-07-24 | Add -a (audit all users) flag and do our pipes. | Todd C. Miller | |
1997-07-24 | argh | Theo de Raadt | |
1997-07-23 | AppleTalk specifics | denny | |
1997-07-23 | Use _PATH_SKEYKEYS and fix a typo. | Todd C. Miller | |
1997-07-23 | Use _PATH_SKEYKEYS | Todd C. Miller | |
1997-07-23 | close keyfile nicely. | Todd C. Miller | |
1997-07-23 | Add a seteuid() just in case someone decides to make this setuid | Todd C. Miller | |
by some uid other than 0. | |||
1997-07-23 | Add AppleTalk support. TODO: route.c does not handle netranges. | denny | |
1997-07-23 | copyright | Todd C. Miller | |
1997-07-23 | Replace skeyaudit.sh with a setuid binary (necessary for mode 0600 skeykeys) | Todd C. Miller | |
1997-07-23 | Add skeyinfo and skeyaudit. | Todd C. Miller | |
1997-07-23 | exit() not return() | Todd C. Miller | |
1997-07-23 | Replace skeyinfo.sh with a setuid binary (necessary for mode 0600 /etc/skeykeys) | Todd C. Miller | |
1997-07-23 | arg parsing bug in compat code; kh@mogami-wire.co.jp | Theo de Raadt | |
1997-07-23 | Update for new <sys/mbuf.h> | denny | |
1997-07-22 | incfile() needs to lock the mail spool so it doesn't get partial messages. | Todd C. Miller | |
Noticed by Theo. | |||
1997-07-22 | locking is done differently now | Theo de Raadt | |
1997-07-22 | grabh() now returns SIGINT if it was interrupted (previously always | Todd 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-22 | Only 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-22 | Use our rcmdsh(3) and support $RSH. | Todd C. Miller | |
1997-07-22 | Release signals when we get an error condition in incfile(). | Todd C. Miller | |
1997-07-22 | Fix _PATH_REMSH for real. We have <paths.h> so use it and define | Todd C. Miller | |
_PATH_REMSH to _PATH_RSH. | |||
1997-07-22 | Define _PATH_REMSH to _PATH_RSH | Todd C. Miller | |
1997-07-21 | make it less sensitive to incredibly bad indentation; shigio@wafu.netgate.net | Theo de Raadt | |