Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-23 | Replace skeyinfo.sh with a setuid binary (necessary for mode 0600 /etc/skeykeys) | Todd C. Miller | |
1997-07-23 | Mode 0600 /etc/skeykeys | Todd C. Miller | |
1997-07-23 | AppleTalk support based on netatalk-1.4a2 and FreeBSD. | denny | |
1997-07-23 | netatalk, based on the 1.4a2 dist from the University of Michigan. | denny | |
The sys/netatalk files rely heavily on previous work done on FreeBSD, and to a lesser extent NetBSD. | |||
1997-07-23 | arg parsing bug in compat code; kh@mogami-wire.co.jp | Theo de Raadt | |
1997-07-23 | Better handling for AppleTalk, and netatalk in particular. | denny | |
Handle native Ethertalk phase 1 & 2 as well as the localtalk encapsulation a la Kinetics FastPath previously handled. | |||
1997-07-23 | Update for new <sys/mbuf.h> | denny | |
1997-07-23 | Update from 4.4lite2 (needed for netatalk, others). | denny | |
This changes the def of some of the MT_ flags. Lite2 did it for unknown reason. | |||
1997-07-23 | Increase max hashname length for rmd160. | Todd C. Miller | |
1997-07-22 | add ipsec | Theo de Raadt | |
1997-07-22 | cleanup | Theo de Raadt | |
1997-07-22 | setpgid 2 | Theo de Raadt | |
1997-07-22 | non-VJ; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
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 | setproctitle less | Theo de Raadt | |
1997-07-22 | now that ipmon daemon(3)s, remove ampersand | kstailey | |
1997-07-22 | daemonize if using syslog(3) | kstailey | |
1997-07-22 | tabify, use NULL for ptr ops, not 0 | kstailey | |
1997-07-22 | re-tabify (angelos!) | kstailey | |
1997-07-22 | talk about grok | Niels Provos | |
1997-07-22 | make startkey grok more, make users grok more + tiny protocol fixes. | Niels Provos | |
1997-07-22 | Added support for reading db files created by sendmail -bi. This is the | Mats O Jansson | |
first step to support mail.aliases and mail.byaddr in ypserv. -moj | |||
1997-07-22 | range error fix; mckusick@McKusick.COM | Theo de Raadt | |
1997-07-22 | start the photuris daemon per default. hilfe. | Niels Provos | |
1997-07-22 | default startup files. simple. | Niels Provos | |
1997-07-22 | permit numbers at start of hostname; leres@ee.lbl.gov | Theo de Raadt | |
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 | use /sys/conf/GENERIC | Theo de Raadt | |
1997-07-21 | make it less sensitive to incredibly bad indentation; shigio@wafu.netgate.net | Theo de Raadt | |
1997-07-21 | be quiet | Theo de Raadt | |
1997-07-21 | long stuff; netbsd | Theo de Raadt | |
1997-07-21 | include file with proto | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-21 | proper errno | Michael Shalayeff | |
1997-07-21 | proper include | Michael Shalayeff | |
1997-07-21 | do opendir for dirs only | Michael Shalayeff | |
1997-07-21 | indent (; | Michael Shalayeff | |
supply fake arg for boot() in testing main() | |||
1997-07-21 | correct 'hd' device handling | Michael Shalayeff | |
search for DOSTYP_NETBSD in case there is no DOSTYP_OPENBSD in mbr | |||
1997-07-21 | add nbdevs for the size of table of block devises' names | Michael Shalayeff | |
remove bogus codeseg | |||
1997-07-21 | SCSI copy optimizations | Per Fogelstrom | |