summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1998-11-18correct strtol() mess around rpc version numbersTheo de Raadt
1998-11-18paramters -> parameters (but this whole page needs to be redone, hopefully soon)Aaron Campbell
1998-11-15put userdir back; "disabled" keyword is to be used insteadTheo de Raadt
1998-11-14put bootpd.dump in /var/run, not /tmp, to avoid /tmp raceTodd C. Miller
1998-11-13put p option in getopt(); garath@code.ridgefield.orgTheo de Raadt
1998-11-12make dirs in /usr/share/sendmail owned by group wheel to match mtreeTodd C. Miller
1998-11-10hash & cache hostnames; garath@code.ridgefield.orgTheo de Raadt
1998-11-10fix htdocs path; evanc@concer.toTheo de Raadt
1998-11-10Don't forget to initialise dbuff when debugging.brian
1998-11-08Explain what the command line switches do and what thebrian
various prompts signify.
1998-11-08Fix a few typosbrian
Submitted by: Forgotten (sorry)
1998-11-08usr.sbin/ man page repairs, a-iAaron Campbell
1998-11-07Nasty hack to add execute permission to helper scripts if they don'tTodd C. Miller
have it. I don't think hacking apache's configure mechanism is the correct approach for us, since it would just have to be redone for every import (and it requires more than just changing Configure). I don't think the read-only case is an issue since on a CD-ROM the permissions should be correct (I believe it is only ctm that doesn't update modes).
1998-11-06Set PATH before running ConfigureTodd C. Miller
1998-11-05Don't delete the primary interface address whenbrian
``iface clean'' is used in auto mode while there are no active links.
1998-11-03Back out previous change, the problem is Linux-specific. To quote Wietse ↵Todd C. Miller
'On UNIX systems with a BSD TCP/IP protocol stack, the accept() call does not return until the three-way handshake completes.'
1998-10-31If the CBCP callee offsers no callback, send our configuredbrian
response anyway. This is what Win95 does, despite it not being documented in the cbcp spec.... Reported by: Bill <petheram@acm.org>
1998-10-31Allow multiple systems (config labels) on the commandbrian
line and in the ``load'' & ``dial'' commands. The last label loaded becomes the current label name. Only require a label for -auto mode.
1998-10-31Catch other cases where the accept(2) can fail.Todd C. Miller
Works around a DOS attack noted by Michal Zalewski <lcamtuf@IDS.PL>. Patch by Nick Andrew <nick@ZETA.ORG.AU>.
1998-10-30fix usage()Michael Shalayeff
1998-10-29Don't call PacketAliasIn() when we turn around packets destinedbrian
for our interface address. We're about to call ip_Input() anyway, and ip_Input() does the PacketAliasIn(). Stack trace provided by: Cameron Grant <gandalf@vilnya.demon.co.uk>
1998-10-29provide an option to retreive battery life estimate in minutesMichael Shalayeff
from Martin Forseen <maf@firedoor.se> some corrections from me.
1998-10-29fix for those boxens like hppa which do not supply boot file nameMichael Shalayeff
so we have to decide for 'em, like open the first file from the list in the config. kids tested mother approved.
1998-10-29Catch up with the latest ppp updates/fixes:brian
- Add enable/disable proxyall to proxy arp an entire subnet (smaller than class C) - Add ``set {send,recv}pipe for controlling socket buffers. - Fix the infamous ``first connection'' problem where the process that causes an auto dial to an ISP that assigns a dynamic IP never connects (due to the bound socket IP being changed on the tun iface). See ``enable/disable iface-alias'' and ``iface ...'' in the man page. - Add PROCESSID as a substitution string when running commands. - Add ``set proctitle'' for changing argv0. You can use all the command substitutions here too (eg ``set proctitle ppp: USER INTERFACE''). - Add a missing untimeout as soon as the chat expect string is received rather than waiting for the next expect to happen. - Be less restrictive about when auth{name,key}, enddisc, shortseq and mrru can be changed. - Improve some diagnostics. - Don't send a DELAY field with CBCP_NONUM messages (as per the spec). - Emphasise how to make callback optional in the man page. - Allow the caller to request no callback if they're allowed choose the number anyway. - Set our CBCP RESPONSE fsm id according to the REQ, moan if the peer gets the response id wrong (but continue anyway). - Shuffle the ``set ?'' output back a column so that broken terminals that can't display 80 columns *and* a '\n' will look ok. - If DES is compiled out, be more verbose about why CHAP 0x80 was rejected.
1998-10-29use correct ioctl for flushing; garath@code.ridgefield.orgTheo de Raadt
1998-10-28uninitialized variable; hgweigand@wiesbaden.netsurf.deTodd C. Miller
1998-10-28fix ? usage handling; route@resentment.infonexus.comTheo de Raadt
1998-10-17Stricter anti-spam measures; mostly from Eric's knecht.mcThorsten Lockert
1998-10-16Die quietly if the open fails with ENXIOJason Wright
1998-10-16fix path to regdef.h on pmaxMats O Jansson
1998-10-14solve < > or - in password problemTheo de Raadt
1998-10-13Sync with recent NetBSD changes:Marco S Hyman
- use snprintf in place of sprintf - code cleanup - Package -> package_t, PackingList -> plist_t Also: remove files that haven't been linked in a while Pass -q to mtree so it is quiet in the presence of symlinks
1998-10-12*UNTESTED* Makefile change that may work on the arc and pmax.Bob Beck
*this needs to be tested by someone who has one!!*
1998-10-11Enforce valid Message-Id to help stop spammersTodd C. Miller
1998-10-11Apache 1.3.3 merge + proxy_segv fixBob Beck
1998-10-10Apache Configure script can bomb if Configuration.tmpl newer thanBob Beck
Configuration. Modify makefile not to care and disable offending test in Configure.
1998-10-07build ssleayTheo de Raadt
1998-10-06compile ssleay hereTheo de Raadt
1998-10-06crank RLIMIT_DATA, seems to be necessary for some peopleTodd C. Miller
1998-10-06fixTheo de Raadt
1998-10-06use /usr/bin/lndirTheo de Raadt
1998-10-04Say no to realloc leaks.Bob Beck
1998-10-041.3.2 versions of conf filesBob Beck
1998-10-01Fix template (rong file before) and fix clean target for new dirs.Bob Beck
1998-10-01fix conflict.Bob Beck
simplify a bit
1998-10-01simplify a bitBob Beck
1998-10-01minor change makes building in tree much easier.Bob Beck
1998-10-01update for 1.3.2Bob Beck
1998-10-01fix retarded default pathsBob Beck
1998-10-01Config and wrapper for 1.3.2.Bob Beck