summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-23Replace skeyinfo.sh with a setuid binary (necessary for mode 0600 /etc/skeykeys)Todd C. Miller
1997-07-23Mode 0600 /etc/skeykeysTodd C. Miller
1997-07-23AppleTalk support based on netatalk-1.4a2 and FreeBSD.denny
1997-07-23netatalk, 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-23arg parsing bug in compat code; kh@mogami-wire.co.jpTheo de Raadt
1997-07-23Better 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-23Update for new <sys/mbuf.h>denny
1997-07-23Update 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-23Increase max hashname length for rmd160.Todd C. Miller
1997-07-22add ipsecTheo de Raadt
1997-07-22cleanupTheo de Raadt
1997-07-22setpgid 2Theo de Raadt
1997-07-22non-VJ; msaitoh@spa.is.uec.ac.jpTheo de Raadt
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-22setproctitle lessTheo de Raadt
1997-07-22now that ipmon daemon(3)s, remove ampersandkstailey
1997-07-22daemonize if using syslog(3)kstailey
1997-07-22tabify, use NULL for ptr ops, not 0kstailey
1997-07-22re-tabify (angelos!)kstailey
1997-07-22talk about grokNiels Provos
1997-07-22make startkey grok more, make users grok more + tiny protocol fixes.Niels Provos
1997-07-22Added support for reading db files created by sendmail -bi. This is theMats O Jansson
first step to support mail.aliases and mail.byaddr in ypserv. -moj
1997-07-22range error fix; mckusick@McKusick.COMTheo de Raadt
1997-07-22start the photuris daemon per default. hilfe.Niels Provos
1997-07-22default startup files. simple.Niels Provos
1997-07-22permit numbers at start of hostname; leres@ee.lbl.govTheo de Raadt
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-21use /sys/conf/GENERICTheo de Raadt
1997-07-21make it less sensitive to incredibly bad indentation; shigio@wafu.netgate.netTheo de Raadt
1997-07-21be quietTheo de Raadt
1997-07-21long stuff; netbsdTheo de Raadt
1997-07-21include file with protoTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-21proper errnoMichael Shalayeff
1997-07-21proper includeMichael Shalayeff
1997-07-21do opendir for dirs onlyMichael Shalayeff
1997-07-21indent (;Michael Shalayeff
supply fake arg for boot() in testing main()
1997-07-21correct 'hd' device handlingMichael Shalayeff
search for DOSTYP_NETBSD in case there is no DOSTYP_OPENBSD in mbr
1997-07-21add nbdevs for the size of table of block devises' namesMichael Shalayeff
remove bogus codeseg
1997-07-21SCSI copy optimizationsPer Fogelstrom