summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2000-06-14clarify tcp4/tcp6 interaction.Jun-ichiro itojun Hagino
2000-06-13Add ``set ifqueue'' to adjust the number of packets ppp buffers.brian
Handle an ``open'' correctly from state DATALINK_READY. Don't disable the autoload timer when bringing down the second last auto link or bringing up the last auto link. Allow ``set urgent none'' to disable IPTOS_LOWDELAY prioritisation. Honour ``set speed sync'' for ``!program'' links and use a udp socketpair between ppp and ``program''. HUP ``program'' when a ``!program'' link comes down. Don't complain about valid padded ppp frames, but complain and drop the data if the length claims to be more than the payload. Correct the umask when creating a new /etc/resolv.conf (when dns is enabled), and don't segfault when trying to rewrite the previous (non-existent) contents. Be more verbose about ``inappropriate peer'' messages in MP mode. Allow ``nat target MYADDR'' (to redirect incoming connections to the gateway). Pass everything through the NAT engine - let it decide if it wants it. Fix the return code when failing to create a tcp link
2000-06-12sync with latest kame traceroute6. print src address. -g (source route).Jun-ichiro itojun Hagino
dont choke with unexpected icmp6 packet.
2000-06-11newaliases(1) -> newaliases(8)Todd C. Miller
2000-06-11Merge libalias stuff from FreeBSD:brian
Ppp only really benefits from a bunch of typo fixes, transparent pptp support and ftp/EPRT support.
2000-06-09chown has moved to /sbinTodd C. Miller
2000-06-09chown moved into chmodMichael Shalayeff
2000-06-07Strip trailing slashes from dir names and give a reasonable error ifTodd C. Miller
what is specified on the command line is not a mount point or device.
2000-06-06Make quot work when passed a filesystem mount point like the documentationTodd C. Miller
leads one to believe. Also some -Wall and other cleanup.
2000-06-05correct option parser typo. -f, not -b.Jun-ichiro itojun Hagino
2000-06-03Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" fromTodd C. Miller
complaining "Can't ignore signal CHLD, forcing to default". Setting SIGCHLD to SIG_IGN means "don't provide exit status for my children" on some OSes which is not what we want--we just don't want to catch SIGCHLD since our parent does that for us.
2000-05-31sync with the latest kame code. insufficient len in malloc() call isJun-ichiro itojun Hagino
corrected.
2000-05-31Remove hard sentence breaks.Aaron Campbell
2000-05-29More text about config file format, some of it unfortunately at theAngelos D. Keromytis
expense of Theo's artistic expression.
2000-05-29start to describe config file formatTheo de Raadt
2000-05-24Fix apache configure assumption that helper scripts are executable.Bob Beck
(thanks binkertn@umich.edu). - Closes PR 1175
2000-05-24handle 64 bit arch in -f; janjaap@stack.nlTheo de Raadt
2000-05-23forgot to cvs add dump.[ch]Jun-ichiro itojun Hagino
strict prototype
2000-05-23sync with latest kame.Jun-ichiro itojun Hagino
- weaken logging priority for /etc/resolv.conf open failure - gather stats, emit stats by SIGUSR1 - use SIOCGIFMTU to get interface MTU (just a matter of #ifdef) From: "Todd T. Fries" <todd@fries.net>
2000-05-22Group command synopsis uses group...Marc Espie
2000-05-20typo; bsdiTheo de Raadt
2000-05-18Recurse down arch-dependent subdirs to grab manpages.Marc Espie
2000-05-18Prepare to recurse down usr.sbin to grab manpagesMarc Espie
2000-05-18don't overload rtm_flags with route6d-local flags. sync with latest kame.Jun-ichiro itojun Hagino
2000-05-16add creditsMarco S Hyman
2000-05-16correct p2p interface address handling.Jun-ichiro itojun Hagino
avoid memory leak. bzero() after malloc(). (sync from kame)
2000-05-15/etc/mail/aliasesTheo de Raadt
2000-05-12nasty bug in %f; espieTheo de Raadt
2000-05-07Correct a bad bug in m_prepend()brian
Submitted by: luoqi@FreeBSD.org
2000-05-05Forgot to update usage().Hakan Olsson
2000-05-05Make -G flag work for user{add,mod}.Hakan Olsson
2000-05-05#include <string.h>; <goeran@cdg.chalmers.se>Jakob Schlyter
2000-05-05Nip references to extract-in-placeMarc Espie
2000-05-05limit size of a password file entry (including &-expansion)Jakob Schlyter
replace a couple of strcpy with strlcpy
2000-05-05build without INET6; <goeran@cdg.chalmers.se>Jakob Schlyter
2000-05-04use _PASSWORD_LEN constantJakob Schlyter
adduser(); correct sync_uid_gid handling adduser(); initialize password correctly copydotfiles(); run chmod properly creategid(); cleanup groupmod(); add missing newline moduser(); do not overwrite shell with gecos moduser(); initialize password correctly read_defaults(); read default password from usermgmt.conf userdel(); initialize password correctly ok deraadt@.
2000-05-01skel now lives in /etcTodd C. Miller
2000-05-01- finish removing last pieces of in-place extraction.Marc Espie
- fix long time bug: call extract_plist even if not doing installation for real, since extract_plist knows how to handle that.
2000-04-30be more careful with strcpy/sprintf. From tcpdump.org. millert@ okEric Jackson
2000-04-29fix spec. PR1217Eric Jackson
2000-04-28Remove last remnants of @option preserve and @option extract-in-placeMarc Espie
We don't use these, and they are a bad idea anyway.
2000-04-28If symlinks to the package exist, remove them along with the package.Marc Espie
(current fix for flavors not being found as proper dependencies).
2000-04-27Crossreference newly added filesHans Insulander
2000-04-27This file should of course be documented as well.Hans Insulander
2000-04-27oopsHans Insulander
2000-04-27Manpages for /etc/afs/CellServDB and /etc/afs/ThisCellHans Insulander
2000-04-27add -T cnfp (code exists, missing from manpage)Jun-ichiro itojun Hagino
2000-04-26INET6Jakob Schlyter
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
2000-04-26Don't ever let pkg_add destroy existing files.Marc Espie
2000-04-26Consistency in error reports.Marc Espie
*always* tell them MD5Sum fails, because later, pkg_delete will complain about a bad package anyway, and the poor user won't be able to figure out what went wrong, and it's obviously too late since the package is gone already...