Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-29 | build openssl instead of ssleay | Bob Beck | |
1999-09-28 | Debug code is one thing, commenting out pclose is another... | Marc Espie | |
1999-09-28 | Proper error output. | Hakan Olsson | |
1999-09-27 | Stand-alone package signer. | Marc Espie | |
Requires pgp for now, though the general scheme is generic. | |||
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 | |
- disable FreeBSD-specific packages organization per category | |||
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 | |
- remove unused variables | |||
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 | |
line. | |||
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 | |
home dir to make things consistent with what cron does when executing a normal command on behalf of the user. I originally didn't think this was worth doing but changed my mind. | |||
1999-08-29 | Add comment to remind people not to use args in MAILARGS that will | Todd C. Miller | |
cause sendmail to drop it's setuid privs. | |||
1999-08-28 | Run sendmail as the user corresponding to the crontab entry. | Todd C. Miller | |
This keeps a user from abusing sendmail via the MAILTO var. Had to drop -or0s from MAILARGS since that causes sendmail to drop its privs (contrary to the sendmail docs). | |||
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 | |
Gleaned from RedHat info. | |||
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 | |
manpage. | |||
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 | |
to ``set timeout''. This is useful for situations where your minimum call charge is (say) 5 minutes (like mine is) | |||
1999-08-17 | Set the close-on-exec flag for all unused descriptors when | brian | |
exec()ing other programs. | |||
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 | |
writable rather than not being writable at all. | |||
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 | |
Info provided by: Ollivier Robert <roberto@keltia.freenix.fr> | |||
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 | |
zero when calculating our throughput | |||
1999-08-05 | o Obsolete the undocumented ``set weight'' command. | brian | |
o If we're using RADIUS and the RADIUS mtu is less than our peers mru/mrru, reduce our mtu to this value for NetBSD too. o Make struct throughput's sample period dynamic and tweak the ppp version number to reflect the extra stuff being passed through the local domain socket as a result (MP mode). o Measure the current throughput based on the number of samples actually taken rather than on the full sample period. o Keep the throughput statisics persistent while being passed to another ppp invocation through the local domain socket. o When showing throughput statistics after the timer has stopped, use the stopped time for overall calculations, not the current time. Also show the stopped time and how long the current throughput has been sampled for. o Use time() consistently in throughput.c o Tighten up the ``show bundle'' output. o Introduce the ``set bandwidth'' command. o Rewrite the ``set autoload'' command. It now takes three arguments and works based on a rolling bundle throughput average compared against the theoretical bundle bandwidth over a given period (read: it's now functional). | |||
1999-08-04 | fix comment | Theo de Raadt | |