Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | no, not ssh | Theo de Raadt | |
1997-07-21 | setgid dialer | Theo de Raadt | |
1997-07-21 | Get rid of compilation warnings. | Angelos D. Keromytis | |
1997-07-21 | Fix compilation warning. | Angelos D. Keromytis | |
1997-07-20 | minor cleanup on the -d flag code | jdm | |
1997-07-20 | add -d flag for reporting active sessions at a specified point in time. | jdm | |
1997-07-19 | initialization overwrites program name parsing | Michael Shalayeff | |
1997-07-18 | fix; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-07-18 | Change jmp_buf to sigjmp_buf that I missed in the last sweep. | Todd C. Miller | |
1997-07-17 | Xr fix | Theo de Raadt | |
1997-07-17 | fix Xr | Theo de Raadt | |
1997-07-17 | fix Xr | Theo de Raadt | |
1997-07-17 | Add RIPEMD-160 (rmd160) support to OTP (s/key). | Todd C. Miller | |
1997-07-15 | Xr repair | Theo de Raadt | |
1997-07-15 | initxxx() routines return 1 on success, not zero. | kstailey | |
(ob-theo-style-commit-comment: "Argh! *sigh* not-nice!") | |||
1997-07-15 | keyboard() does not return an int | kstailey | |
1997-07-14 | Print the new input/output bytes for sipp-ah/sipp-esp/ipencap. | Angelos D. Keromytis | |
1997-07-14 | Don't call it a mask when it is a sigset_t (cosmetic changes only). | Todd C. Miller | |
1997-07-14 | Convert remaining sigsetmask() -> sigprocmask() (POSIX style) | Todd C. Miller | |
in collect.c and fix up some signal botches elsewhere. | |||
1997-07-14 | Adjusted the spaces a bit. | Angelos D. Keromytis | |
1997-07-14 | NOSTR -> NULL | Todd C. Miller | |
Use sigsetjmp/siglongjmp instead of sigjmp/longjmp for portability. | |||
1997-07-13 | bcopy() -> memcpy() and fix some casts. | Todd C. Miller | |
1997-07-13 | Update from 44.BSD-lite2 | Todd C. Miller | |
1997-07-13 | Show the new field in the encap sockaddrs. | Angelos D. Keromytis | |
1997-07-13 | Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own. | Todd C. Miller | |
- handle long lines safely (from NetBSD) - use puts/fputs and putchar/putc when it makes sense - use err/errx and warn/warnx when it makes sense - make return() and sizeof() style consisten - some more buffer safety | |||
1997-07-12 | We will need these flags soon enough... | Tobias Weingartner | |
1997-07-10 | NULL | kstailey | |
1997-07-09 | \n after clnt_sperrno() | Theo de Raadt | |