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