Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-14 | Whoops. Remember to update usage when changing the way defualt handling is | gene | |
done. | |||
1997-12-14 | Invoke raging paranoia on strcpy's that should be strncpy's. | gene | |
These should be checked in all but one case anyway, but you never know. | |||
1997-12-14 | Inspired by changes in NetBSD but done a different way. | gene | |
pkg_info by itself acts as if -a -I were given, and when no flags are passed with package names, -I is implied. | |||
1997-12-14 | sync | Theo de Raadt | |
1997-12-14 | also install mdoc pages as mandoc | Theo de Raadt | |
1997-12-14 | Vixie style DNS RBL lookups for the the antispam jihad crowd. | Bob Beck | |
1997-12-14 | bob is probably still in school for remedial spelling lessons | Theo de Raadt | |
1997-12-13 | s/rfdc0/rfd0c/ | ryker | |
1997-12-13 | further cleanup | Theo de Raadt | |
1997-12-13 | further cleanup | Theo de Raadt | |
1997-12-13 | permit TMPDIR override; sef | Theo de Raadt | |
1997-12-13 | spelling; peter@clari.net.au | Theo de Raadt | |
1997-12-13 | s/crooted/chrooted/ | Michael Shalayeff | |
1997-12-12 | Diskless root mounts were ro too long | Niklas Hallqvist | |
1997-12-12 | Put options in right order and remove references to compile time flags | Bob Beck | |
1997-12-12 | use .Nm nicely | Theo de Raadt | |
1997-12-12 | fix typos | Theo de Raadt | |
1997-12-12 | Man pages. | Bob Beck | |
1997-12-12 | Make compile on systems where NBPG is not a constant | Niklas Hallqvist | |
1997-12-12 | remove the scary comment about a pencil | Theo de Raadt | |
1997-12-12 | correct documentation on the Gregorian Reformation change | Theo de Raadt | |
1997-12-12 | Fixed spelling in a comment. | gene | |
1997-12-12 | This should be the last cleanup for today. *yawn* | Artur Grabowski | |
1997-12-12 | cleanup, check pointers, fix strcpy's, etc. | Artur Grabowski | |
1997-12-12 | clean up, check pointer, remove strcpys, etc.. | Artur Grabowski | |
I should really get a monkey to do these things. | |||
1997-12-12 | Clean up, check pointers, etc. | Artur Grabowski | |
1997-12-12 | if final cat or mv fails, fail out | Theo de Raadt | |
1997-12-12 | pid is pid_t | Theo de Raadt | |
1997-12-12 | no longer setuid; netbsd | Theo de Raadt | |
1997-12-12 | permit non-root to use RTM_GET, but no other calls; netbsd | Theo de Raadt | |
1997-12-12 | default to violating the RFC wrt the PORT command. Use -P to conform to the | Theo de Raadt | |
RFC and possibly open up non-OpenBSD boxes in a trust relationship on your network to possible ftp bounce attacks... | |||
1997-12-12 | careful about redefining TRUE and FALSE | Theo de Raadt | |
1997-12-12 | bad man pages, to be replaced | Theo de Raadt | |
1997-12-12 | fix non-i386 case | Theo de Raadt | |
1997-12-12 | add smtpd. | Bob Beck | |
1997-12-12 | Build directories and makefile for smtpd | Bob Beck | |
1997-12-12 | Obtuse smtpd v 2.0 source tree import | Bob Beck | |
1997-12-12 | Another upgrade of kth-krb + many fixes of strcpys and unchecked pointers. | Artur Grabowski | |
1997-12-11 | sync | Theo de Raadt | |
1997-12-11 | Fix rename in a better way | Constantine Sapuntzakis | |
1997-12-11 | do not clear setuid/setgid for *chmod(-1,-1); pointed out by provos | Theo de Raadt | |
1997-12-11 | Hook user-level ppp and pppctl. | brian | |
1997-12-11 | Hook the sample ppp configuration files. | brian | |
1997-12-11 | Add group `network'. | brian | |
This group is intended for use by network daemons such as ppp, pppd and slattach. These programs will be mode 4550 and group network (soon), allowing the sys-admin control over who manipulates interface configurations and routing tables. | |||
1997-12-11 | oops -- local change leaked out (but it doesn't hurt anything) | Jim Rees | |
1997-12-11 | Earlier patch broke rename. Disalbed it temporarily as I search for a solution. | Constantine Sapuntzakis | |
1997-12-11 | don't panic in apmopen if apm not configured | Jim Rees | |
1997-12-10 | move error count to xfer struct | Jim Rees | |
(see bug list in wdc.c change log) | |||
1997-12-10 | Compute blkno in ata_start routine instead of wdstart | Jim Rees | |
(see bug list in wdc.c change log) | |||
1997-12-10 | Fix three bugs: | Jim Rees | |
ata_start doesn't retry operation after unwedge ata_start gets block number wrong on restarted op infinite loop on hard disk error due to sc_errors reset in RECAL |