summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
1999-09-23Typo fixes.Alex Feldman
1999-09-22do not know how to fix, doc it at leastTheo de Raadt
1999-09-21print ESP/AH packet length; <ho@openbsd.org>Jakob Schlyter
1999-09-21Typo fix (invalud -> invalid); mason@netbsd.orgAlex Feldman
1999-09-20- get http:// and ftp:// treated in a uniform way,Marc Espie
1999-09-17fix usage() stringkstailey
1999-09-16bring more inline with tcpdump 3.4Brad Smith
1999-09-16delcare esp_print and radius_printBrad Smith
1999-09-16remove unused variablesBrad Smith
1999-09-16change some white space to tabsBrad Smith
1999-09-16add braces to avoid ambiguous elseBrad Smith
1999-09-16remove unused variablesBrad Smith
1999-09-163.3 -> 3.4Brad Smith
1999-09-16add raw supportBrad Smith
1999-09-16- #if __STDC__ --> #ifdef __STDC__Brad Smith
1999-09-16#if __STDC__ --> #ifdef __STDC__Brad Smith
1999-09-14Tidying and spellingPaul Janzen
1999-09-06Send password to encrypt(1) via stdin. millert@ okAlex Feldman
1999-09-02Treat kern.hostid as a u_int, and clean up parsing of integers on the commandPaul Janzen
1999-09-01move brconfig to /sbin, where it belongsTheo de Raadt
1999-08-31remove a superfluous spaceAaron Campbell
1999-08-30in cron_popen(), do an initgroups, setlogin() and chdir to the user'sTodd C. Miller
1999-08-29Add comment to remind people not to use args in MAILARGS that willTodd C. Miller
1999-08-28Run sendmail as the user corresponding to the crontab entry.Todd C. Miller
1999-08-28Fix potential buf oflow in log routines. Adapted from am-utils patch.Todd C. Miller
1999-08-27Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS arguments.Todd C. Miller
1999-08-26Make it clear that "amq -M" mounts are disabled and kill some dead code.Todd C. Miller
1999-08-26Don't document the disabled -M flagTodd C. Miller
1999-08-26Align mbufs to sizeof(long), not 4brian
1999-08-22Add crossref to mailer.conf(5) so users might know that there is such aJakob Schlyter
1999-08-22Allow authkey to be changed independently of the current phase.brian
1999-08-19domain name changekstailey
1999-08-18Mention ``alias enable no'', not ``alias enable off''.brian
1999-08-17Implement a minimum idle time value as an optional second argumentbrian
1999-08-17Set the close-on-exec flag for all unused descriptors whenbrian
1999-08-16slight cleanupArtur Grabowski
1999-08-11HAVE_FDDITheo de Raadt
1999-08-10If we receive an IPCP protocol reject, bring it down.brian
1999-08-09Change printf formats %q[du] -> %ll[du]brian
1999-08-09Insist that ppp.conf and it's parent directories aren't `other'brian
1999-08-09Fixup interface walking, and do not be upset when seeing non-ethernet ifsNiklas Hallqvist
1999-08-08Don't log_Printf(..., buf) in case buf contains %sbrian
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-08-06If the clock is put back, ensure that we don't end up dividing bybrian
1999-08-05o Obsolete the undocumented ``set weight'' command.brian
1999-08-04fix commentTheo de Raadt
1999-08-03Reorganise ppp's usage to avoid some mandoc limitations.brian
1999-08-02Mention that ospf is a possible filter protocol.brian
1999-08-02Fallback to sendmail if /etc/mailer.conf is missing.Jakob Schlyter
1999-08-02IndentationJakob Schlyter