summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the fixit floppy.jkh1999-02-156-53/+50
| | | | Clean up some of the media handling to use common routines.
* Cosmetic reformating.obrien1999-02-141-3/+8
|
* Put a convenient marker in rc.conf to show updates.jkh1999-02-144-8/+18
| | | | Better screen saver descriptions.
* Fix incorrect initial state for two variables.jkh1999-02-144-8/+8
|
* Include all the recent screen savers.jkh1999-02-142-4/+20
|
* Look in correct rc.conf file.jkh1999-02-142-5/+8
| | | | Submitted by: Kevin Street <street@iname.com
* Update to match ports reality.jkh1999-02-141-5/+5
|
* Add -e option and change unit to device access in lptcontrol.8nsouch1999-02-142-34/+26
| | | | | | Change unit to device access in lptcontrol.c. Now usage is lptcontrol -i | -p | -e [-d /dev/lpt?]
* Describe manual dialing in greater detail.brian1999-02-142-108/+268
| | | | | Mention more rfc numbers. Don't ``.Nm Ppp'' (just use ``.Nm'').
* rc.conf vars no longer "dirty" by default.jkh1999-02-142-4/+4
|
* Preserve existing rc.conf contents.jkh1999-02-142-8/+16
|
* Add "beep" subcommand.kuriyama1999-02-133-3/+82
| | | | | Obtained from: PAO3 Reviewed by: -current list
* Fix ufs mounting supportobrien1999-02-131-4/+4
| | | | | PR: 10044 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Update to current state of /etcjkh1999-02-131-17/+12
|
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-121-2/+2
|
* When executing a command as part of a dial/login/hangupbrian1999-02-123-8/+21
| | | | script, expand words in the same way as !bg does.
* Allow both old and new rc.conf syntax.jkh1999-02-121-2/+4
|
* /etc/ppp/ppp.*.sample -> /usr/share/examples/ppp/ppp.*.samplebrian1999-02-113-17/+17
|
* Add spanish mirrors to FTP menu.jkh1999-02-112-2/+10
|
* When resending chap challenges, resend the same challengebrian1999-02-1110-62/+404
| | | | | | | | | | | | | | | | | | | each time rather than making up a new one. Increase the authname/authkey max sizes to 100 characters. Allow ``authkey'' specifications beginning with ``!''. When a challenge is received, the text following the ``!'' is executed as a program (expanding stuff in the same way that ``sh'' and ``!bg'' do). The program is passed the peer name, peer challenge and local ``authname'' on standard input and is expected to output the name/key combination that should be used to build the CHAP response. This provides support for Secure ID cards (guess what I was given at work recently!) using CHAP. Examples will follow.
* The ypbind_setdom_2 procedure returns NULL in the success case. This iswpaul1999-02-101-2/+3
| | | | | | | | incorrect; returning NULL here means that the dispatcher won't send any response back to the caller, which means the caller will sit there waiting until it times out. I don't know how this ever worked before. The effect is that using 'ypset foo' to get the local ypbind to change servers would work, but would sit there hanging for a long time for no reason.
* Add some tweaks to hopefully fix a problem I've started to notice recently.wpaul1999-02-102-10/+20
| | | | | | | | | | | Under certain conditions (possibly associated with heavy load), ypserv will fork() child processes that don't exit like they're supposed to. I think this is because of some suspect logic in the ypproc_all procedure. I updated it to use what I hope is a more bulletproof approach. Also tweaked yp_svc_run() a little so that the 'are we a child?' test happens at every pass through the for(;;) loop, not just immediately after returning from svc_getreqset2().
* Write changes out to /etc/rc.conf again; rc.conf.site is dead!jkh1999-02-098-26/+30
|
* Added myself as maintainer.wosch1999-02-093-2/+11
|
* Patch to make mrouted more friendly with crunchgen.abial1999-02-081-4/+2
| | | | | Reviewed by: fenner, wollman Submitted by: luigi
* Don't assume a_name is a number just because the first characterdes1999-02-081-2/+4
| | | | | | | is a digit. PR: bin/9484 Submitted by: Matthew D. Fuller <fullermd@futuresouth.com>
* Fix mismerged error message.wollman1999-02-081-3/+2
| | | | Submitted by: charnier
* Correct server-side chap authentication comparisonbrian1999-02-071-2/+2
| | | | (broken with last commit).
* Remove forgotten diagnosticsbrian1999-02-071-3/+1
|
* If user selects X, also auto-select compat22 (for now).jkh1999-02-071-1/+3
|
* SMAILCF distro no longer exists.jkh1999-02-074-14/+8
|
* MaxHeaderLines is now MaxHeadersLength (in bytes)peter1999-02-071-1/+1
|
* Reshuffle a number of menus to be more navigable. Delete extrajkh1999-02-062-42/+40
| | | | Root Password entry (PR#9291 - Jack O'Neill).
* Teach IPXrouted to handle the internal net properly.jhay1999-02-062-18/+5
| | | | | PR: 9871 Submitted by: Boris Popov <bp@butya.kz>
* Ack! Correct a typo which crept into here and reshuffle the index backjkh1999-02-064-8/+8
| | | | into alphabetical order.
* Decouple pap & chap output routines from the correspondingbrian1999-02-0619-506/+788
| | | | | | | | | | | | | | | | | | | | | | | input routines and take advantage of the new init/continue interface in libradius. This allows a timely response on other links in an MP setup while RADIUS requests are in progress as well as the ability to handle other data from the peer in parallel. It should also make the future addition of PAM support trivial. While I'm in there, validate pap & chap header IDs if ``idcheck'' is enabled (the default) for other FSM packet types. NOTE: This involved integrating the generation of chap challenges and the validation of chap responses (and commenting what's going on in those routines). I currently have no way of testing ppps ability to respond to M$Chap CHALLENGEs correctly, so if someone could do the honours, it'd be much appreciated (it *looks* ok!). Sponsored by: Internet Business Solutions Ltd., Switzerland
* Add one more "escape" for marking internal variables.jkh1999-02-054-16/+16
|
* Totally change the way variables are accounted for in sysinstall.jkh1999-02-0530-435/+327
| | | | | | | | Now we know which variables are internal and which need to be backed to /etc/rc.conf.site. rc.conf is not touched now. Also kget kernel change information back properly and set up a loader.rc file to use it.
* Oops, really don't generate compiler warnings about missing braces.bde1999-02-051-3/+3
|
* Don't generate compiler warnings about missing braces.bde1999-02-051-3/+3
|
* Use O_RDONLY and O_RDWR for open() instead of number.kuriyama1999-02-058-16/+16
| | | | Encouraged by: Nate
* s/card.conf/pccard.conf/kuriyama1999-02-051-2/+2
|
* Update snapshot build machine names.jkh1999-02-052-8/+8
|
* Indicate that we're using XFree86 3.3.3.1jkh1999-02-054-106/+106
|
* Add a lot of additional keymaps to the appropriate menu.jkh1999-02-044-8/+30
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Fix the handling of certain devices.markm1999-02-041-3/+9
| | | | | | | | | | | | | | | Previously the foolowing lines would have broken: controller fdc0 at isa? disable port ? bio controller fdc0 at isa? disable port 0x100 bio While this would work: controller fdc0 at isa? disable port "IO_FD1" bio The first of the three lines is useful for making placeholder devices for PCMCIA-floppies, and the second is useful for non-standard hardware. The failure is a "(null)" string in ioconf.c that the compiler pukes on. Thanks to: Bruce Evans (bde@freebsd.org)
* Add compat22 distribution in anticipation of its appearance.jkh1999-02-044-9/+14
|
* Encode & Decode the PROTOCOMP fields correctly.brian1999-02-021-14/+41
| | | | | | | When NAKing the peer, get as close as we can to what he REQd. When the peer NAKs us, get as close as we can to what they NAKd with on our next REQ.
* Add a `default' feature to tzsetup for use in script-driven installationwollman1999-02-022-20/+86
| | | | | (if someone writes the other half). Also rewrite the man page in a more appropriate (formal) style.
* List palm pilot category.jkh1999-02-021-2/+3
|
OpenPOWER on IntegriCloud