summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1999-09-29build openssl instead of ssleayBob Beck
1999-09-28Debug code is one thing, commenting out pclose is another...Marc Espie
1999-09-28Proper error output.Hakan Olsson
1999-09-27Stand-alone package signer.Marc Espie
Requires pgp for now, though the general scheme is generic.
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
- disable FreeBSD-specific packages organization per category
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
- remove unused variables
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
line.
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
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-29Add comment to remind people not to use args in MAILARGS that willTodd C. Miller
cause sendmail to drop it's setuid privs.
1999-08-28Run 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-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
Gleaned from RedHat info.
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
manpage.
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
to ``set timeout''. This is useful for situations where your minimum call charge is (say) 5 minutes (like mine is)
1999-08-17Set the close-on-exec flag for all unused descriptors whenbrian
exec()ing other programs.
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
writable rather than not being writable at all.
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
Info provided by: Ollivier Robert <roberto@keltia.freenix.fr>
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
zero when calculating our throughput
1999-08-05o 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-04fix commentTheo de Raadt