summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix -auto breakage introduced with the last commit.brian2000-07-111-1/+1
|
* Fix an off-by-one error which breaks this (detected by malloc flags):green2000-07-111-1/+1
| | | | the line being read in was terminated one byte too late.
* removed 'ifndef ADVAPI' partsume2000-07-102-33/+5
| | | | Obtained from: KAME
* Activate mld6query.ume2000-07-101-0/+1
|
* This commit was generated by cvs2svn to compensate for changes in r62914,ume2000-07-103-0/+376
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * mld6query sends an IPv6 multicast listener discovery (MLD) query packetume2000-07-103-0/+376
| | | | | | toward the specified multicast address. Obtained from: KAME
* Nm/Xr cleanup. requested by jp-manitojun2000-07-102-20/+20
|
* use advanced API (-DADVAPI).itojun2000-07-091-1/+1
| | | | From: tkatayam@pi.titech.ac.jp (KATAYAMA, Takeo)
* Typo: "is unreliably by default" to "is unreliable by default".dannyboy2000-07-081-1/+1
| | | | | PR: 19411 Submitted by: Benno Rice <benno@netizen.com.au>
* Sync with latest KAME.ume2000-07-071-58/+128
| | | | Obtained from: KAME
* o Log the (payload/size) of all packet types, not just TCP packetsbrian2000-07-078-33/+157
| | | | | | | | | | | | | | | | | | | o If the new ``filter-decapsulation'' is enabled, delve into UDP packets that contain 0xff 0x03 as the first two bytes, and if we recognise it as PROTO_IP, decapsulate it for the purpose of filter checking. If we recognise it as PROTO_<anything else> mention this for logging purposes only. This change is aimed at people running PPPoUDP where the UDP traffic is being sent over another PPP link. It's desireable to have the top level link connected all the time, but to have the bottom level link capable of decapsulating the traffic and comparing the payload against the filters, thus allowing ``set filter dial ...'' to work in tunnelled environments. The caveat here is that the top ppp cannot employ any compression layers without making the data unreadable for the bottom ppp. ``disable deflate pred1 vj'' and ``deny deflate pred1 vj'' is suggested.
* New option "-s" to query size of the installed package(s).sobomax2000-07-075-2/+69
| | | | | | | PR: 19445 Submitted by: sobomax Reviewed by: knu Approved by: silence
* Sync with latest KAMEkris2000-07-073-19/+16
| | | | Obtained from: KAME
* Sync with latest KAMEkris2000-07-072-43/+68
| | | | Obtained from: KAME
* Correct setproctitle() callbrian2000-07-061-1/+1
| | | | Obtained from: OpenBSD
* Make compilable.ume2000-07-061-0/+1
| | | | Reported by: Ollivier Robert <roberto@eurocontrol.fr>
* Add two files missing from the KAME synckris2000-07-062-0/+249
| | | | Submitted by: Eric Sabban <esabban@pacbell.net>
* Correct style bugskris2000-07-063-6/+6
|
* Sync with latest KAME code.kris2000-07-0658-2391/+1555
| | | | Obtained from: KAME
* Sync with latest KAMEkris2000-07-0628-968/+1246
| | | | Obtained from: KAME
* Sync with latest KAMEkris2000-07-0517-446/+984
| | | | Obtained from: KAME
* Sync with latest KAME.kris2000-07-057-149/+388
| | | | Obtained from: KAME
* Sync with latest KAME.kris2000-07-057-143/+343
| | | | Obtained from: KAME
* Sync with latest KAME code.kris2000-07-052-136/+388
| | | | Obtained from: KAME
* Sync with latest KAME.kris2000-07-058-163/+331
| | | | Obtained from: KAME
* sync with more recent KAME tree. handles scoped IPv6 notation.itojun2000-07-052-39/+109
| | | | | supports "delete" subcommand. corrects PR 19663.
* Replace phk's commit with code from my local tree which I happenjkh2000-07-052-2/+6
| | | | to like better (it's commented and easier to read).
* sync with latest kame tree. more stable, p2p advert is correcteditojun2000-07-054-141/+445
|
* sync with latest kame treeitojun2000-07-042-126/+372
|
* synchronize with latest kame tree.itojun2000-07-049-353/+543
| | | | | behavior change: policy syntax was changed. you may need to update your setkey(8) configuration files.
* Ignore all md disks, installing on them would be particularly pointless.phk2000-07-042-4/+12
| | | | Its not fatal to find hardware we don't know.
* Yellow hat this way: forgot cvs add.phk2000-07-031-0/+103
|
* Experiemntal ascii based device configuration mechanism.phk2000-07-033-1/+3
| | | | This may or may not survive, decision will be made well before 5.0-R
* Fix breakage introduced by bypassing update for additional 'mod'davidn2000-07-031-0/+1
| | | | | | | functionality when nothing had actually changed; -d changes would not set the 'something had changed flag'. Actually test for a change in homedir. PR: bin/19649
* Explicitly state that mountd can be made to re-read the exports file,sheldonh2000-07-031-0/+19
| | | | | | even though this may seem obvious to some folks. Requested by: obrien
* Add ftp4.fr.freebsd.org (aka altair.worldonline.fr) and ftp5.fr.freebsd.orgroberto2000-07-022-0/+8
| | | | | | (aka ns1.bsdfr.org) Strong MFC 4.1 candidate.
* Call login_close() to prevent parent from memory leaking in someache2000-07-022-0/+4
| | | | cases due to vfork()
* Prevent user from breaking his limits and restrictions orache2000-07-013-4/+61
| | | | | | | abusing sendmail by any other way via MAILTO tag (since sendmail is running from daemon). Now run sendmail from user, as any other cron user command. Obtained from: Inspired by OpenBSD, but implementation is different
* Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS argumentsache2000-07-011-0/+1
| | | | Obtained from: OpenBSD popen.c v1.3
* Enable SIGCHLD to stop childs complaining to SIG_IGN of it.ache2000-07-011-1/+1
| | | | | | It helps perl f.e. Obtained from: OpenBSD do_command.c v1.7
* Quit on EOF from terminal instead of redisplaying the prompt.mph2000-06-301-1/+1
|
* Remove a comment that should not have been committed.roberto2000-06-291-2/+0
|
* Further protection against comments in /etc/{passwd,group}brian2000-06-281-4/+6
| | | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> PR: 14269
* kldload ng_ether if we need to.brian2000-06-281-2/+8
|
* Fix description of `-i' and `-w' options.wollman2000-06-271-23/+34
| | | | | | Fix spelling of `TeX'. Move historical formats into a separate list, to make thier cruftiness clear.
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-276-123/+41
|
* Don't dereference NULL in the userdel case.davidn2000-06-261-1/+1
|
* Tiny manual correction; add mention of Kerberos 5.markm2000-06-252-0/+4
|
* As rndcontrol is no longer needed, punt it to the attic.markm2000-06-255-404/+0
|
* Don't assign an MTU based on the peers first-link MRU in MP mode.brian2000-06-241-5/+4
| | | | Use the peers MRRU as we're supposed to.
OpenPOWER on IntegriCloud