summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
1998-07-04more typosTodd C. Miller
1998-07-04typo; jon@oaktree.co.ukTheo de Raadt
1998-06-28Don't assume sizeof(long) == 4brian
1998-06-28Treat a printer as remote iff RM is not us or RP is set and it doesn't match theAngelos D. Keromytis
1998-06-27More u_long -> u_int32_tbrian
1998-06-27Fix ``sizeof(u_long) == 4'' errors.brian
1998-06-27No way, not yet. You did not even test, did you, davidTheo de Raadt
1998-06-26Don't depend on sizeof(u_long) == 4.brian
1998-06-26convert DLT_LOOP header to network-order u_int32_tTheo de Raadt
1998-06-26make it 21 total log devsTheo de Raadt
1998-06-25check the amount of data we've gotMichael Shalayeff
1998-06-25add cisco netflow proto printing; not tested w/ version 5, but should work an...Michael Shalayeff
1998-06-25Kill SORT_RESPONSE. Die! Die! Die!Jason Downs
1998-06-25handle no swap caseTheo de Raadt
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-06-20Handle case where rc.conf exists but has no named_chroot.Jason Downs
1998-06-19print correct status bar; blank@fox.uni-trier.deTheo de Raadt
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-12Correct arg hackbrian
1998-06-12warn when ../../../ appears in include directive, since includes are relative...David Leonard
1998-06-11bogus use of variable for two purposes; guido@gvr.orgTheo de Raadt
1998-06-11handle IPSec processed packets (DLT_ENC) in libpcap, display them withNiels Provos
1998-06-10clear flag before pw_scan(); lukemTheo de Raadt
1998-06-08cleanTheo de Raadt
1998-06-07Use a width of 0 rather than 32 when HISADDR is 0.0.0.0.brian
1998-06-07Fix previous commit. bit 1 is the execute bit, not the read bit *blush*brian
1998-06-07buf oflowTheo de Raadt
1998-06-07Make ppp world-readable so that root can get at it overbrian
1998-06-04add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.comTheo de Raadt
1998-06-03snarf named_chroot out of rc.conf instead of using hard-coded chroot dirTodd C. Miller
1998-06-03zero sigaction before useTheo de Raadt
1998-06-03use sigsetops, and do cross-block signal handlersTheo de Raadt
1998-06-03use sigemptyset()Theo de Raadt
1998-06-03fix a bunch of sloppy c usesTheo de Raadt
1998-06-03document that "file" should be an abs-path; noted by zappaman@bsdsun.compsci....Theo de Raadt
1998-06-03typos; josh@quick.netTheo de Raadt
1998-06-03teach adduser about /sbin/nologinTheo de Raadt
1998-06-02don't define _PATH_TMPDIR as nothing uses it anymoreTodd C. Miller
1998-06-02add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; most...Theo de Raadt
1998-06-02fddi byte order for addresses; mattTheo de Raadt
1998-05-31fix pathsTodd C. Miller
1998-05-31update pathsTodd C. Miller
1998-05-25missing :; tvTheo de Raadt
1998-05-24typoTodd T. Fries
1998-05-24add missing #endif, magnus stahre <ms@xy.org>Todd C. Miller
1998-05-23make default location of named.boot and named-xfer /var/namedTodd C. Miller
1998-05-23support for easy chroot'ing to /var/named and install named-xfer in /var/name...Todd C. Miller
1998-05-23make 'ndc status' work for non-rootTodd C. Miller
1998-05-22stash argv in pid file like sendmail does so we can restart w/ args. also ma...Todd C. Miller