summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Show dependencies in package menu.jkh1999-02-026-24/+111
| | | | | PR: 7454 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Don't allow root to specify non-existent labels onbrian1999-02-022-23/+29
| | | | | | the command line. Revise the error diagnostics so that invalid labels are reported immediately.
* Reimplement the previous fix (no response to PAP requests)brian1999-02-025-26/+20
| | | | | | at the authentication layer rather than at the PAP layer so that it also applies to CHAP (no response to CHAP challenges).
* Sigh. Fix capitalization bogon. Who had the pointy hat?wollman1999-02-021-2/+2
|
* Added xref to nologin(5).wosch1999-02-011-2/+3
|
* Added xref to nologin(8).wosch1999-02-011-1/+2
|
* Observe -U flag again, and use it in preference to getlogin(), ifwollman1999-02-011-4/+11
| | | | | | | the user is privileged. I believe this should address both concerns in PR 9729, and may also provide the desired behavior from PR 9485.
* Man, was I ever smoking crack when I wrote this. Don't free()jkh1999-02-012-16/+12
| | | | values I'm going to use again. :-}
* If we receive no answer from the server when sending PAPbrian1999-02-015-13/+28
| | | | requests, give up (don't sit there indefinitely).
* (1) Make usage() and SYNOPSIS agree with each other.billf1999-01-312-9/+8
| | | | | | | (2) Use 'device' instead of 'device name', there seems to be a precedent in /usr/share/man/man1 Prompted By: bde
* Mention the error when we fail to connect().brian1999-01-311-4/+10
|
* Consistantly use 'devicename' instead of varying between 'discname' andbillf1999-01-311-3/+3
| | | | 'devicename'.
* 1. Install /boot/loader correctly on boot.flpjkh1999-01-302-2/+6
| | | | 2. Back up old rc.conf.site if it exists.
* o Send a CHAP challenge of 16 random digits when RADIUS isbrian1999-01-292-40/+44
| | | | | | | | | | | | | | configured. This isn't strictly necessary according to the rfc, but it's suggested there.... o Don't forget to include our authname when sending a CHAP challenge when RADIUS is configured. o Don't supply the ``16'' representing the chap answer length to radius_Authenticate() - libradius does this for us. o When we successfully authenticate via radius_Authenticate(), continue with datalink_AuthOk() as expected. Sponsored by: Internet Business Solutions Ltd., Switzerland
* More support for Alpha installs.jkh1999-01-294-8/+60
| | | | Submitted by: dfr
* Reflect syslog(8)'s acceptance of either tabs or spaces.billf1999-01-282-10/+2
| | | | | PR: docs/9660 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
* Fix nasty bug where getpackagesite() will return an integer if it doesn'tbillf1999-01-281-2/+2
| | | | | know what revision of FreeBSD is being run. This case should never happen, but just in case.
* jkoshy forgot up update the heading date on the man page.wollman1999-01-281-2/+2
|
* MAINTAINER=brian@FreeBSD.orgbrian1999-01-281-1/+3
|
* Version 2.0 > 2.1 to reflection RADIUS additions.brian1999-01-281-3/+3
|
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-2838-193/+982
| | | | | | | | | | | | | | | | | | | details. Compiling with -DNORADIUS (the default for `release') removes support. TODO: The functionality in libradius::rad_send_request() needs to be supplied as a set of routines so that ppp doesn't have to wait indefinitely for the radius server(s). Instead, we need to get a descriptor back, select() on the descriptor, and ask libradius to service it when necessary. For now, ppp blocks SIGALRM while in rad_send_request(), so it misses PAP/CHAP retries & timeouts if they occur. Only PAP is functional. When CHAP is attempted, libradius complains that no User-Password has been specified... rfc2138 says that it *mustn't* be used for CHAP :-( Sponsored by: Internet Business Solutions Ltd., Switzerland
* Note that the 'owner.group' field is optional in the config file.jkoshy1999-01-271-3/+3
| | | | | PR: docs/9602 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
OpenPOWER on IntegriCloud