summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Make ppp exit on loss of carrier in -background mode.brian1997-05-051-2/+2
| | | | Submitted by: Jim Carroll <jim@carroll.com>
* Do not kill -HUP syslog if running in user mode (-r), it allowsache1997-05-051-4/+4
| | | | private user logs rotation without error diagnostics
* DOH! Fix package-extractor looping problem by moving some codejkh1997-05-051-6/+10
| | | | to the *proper* part of the loop.
* Adapt routing configuration glue to rc.conf format.jkh1997-05-056-42/+64
|
* Add in some more config file support -- add variables to shut uppst1997-05-057-51/+111
| | | | | | | | | sysinstall about the dangerously dedicated message, and other variables to allow pre-configuring the distribution sets. Still todo: add a variable to define an initial set of packages that should be loaded. Reviewed by: jkh
* Log each ppp line to separate /var/log/ppp.tunX.log instead mixing ofache1997-05-047-26/+35
| | | | all lines into single /var/log/ppp.log
* 1) Add yet one optional field: pid file to send SIGHUP to if log rotatedache1997-05-042-39/+103
| | | | | | | | | | | (good thing for apache f.e.) This change is backward compatible with old newsyslog.conf files. 2) Do not compress log if SIGHUP sending failed for some reason (f.e. pid file deleted). Newcoming messages will be lost otherwise. 3) Misc cleanup while I am here.
* Nobody ever seemed to be interested in reviewing these changes, and ijoerg1997-05-032-10/+284
| | | | | | | | | | | | | | | | | | found that my syslogd is now running them for several months... Add an option to syslogd to restrict the IP addresses that are allowed to log to this syslogd. It's too late to develop the inter-syslogd communications protocol mentioned in the BUGS section, some 10 years too late. Thus, restricting the IP address range is about the most effective change we can do if we want to allow incoming syslog messages at all. IMHO, we should encourage the system administrators to use this option, and thus provide a knob in /etc/rc.* for it, defaulting to -a 127.0.0.1/32 (just as a hint about the usage). Please state opinions about whether to merge this change into 2.2 or not (i've got it running on RELENG_2_2 anyway).
* Minor typo.max1997-05-021-2/+2
| | | | | PR: 3473 Submitted by: Josh Gilliam <soil@quick.net>
* Change "no" answer to "default" for login class, because "no" classache1997-05-011-3/+3
| | | | can exists and "default" class is really equal to empty class.
* Allow "no" answer on login class prompt override non-emptyache1997-05-011-2/+3
| | | | /etc/adduser.conf defaultclass with empty one
* 1. Deal with login classes nowache1997-05-012-14/+54
| | | | | 2. Turn on send_message by default for security reasons (mailbox must be pre-created)
* fixed minor typo, bumped to version 2.0.9fsmp1997-04-301-3/+3
|
* Back out msmith's recent commit which breaks using symbolic names for netmasks.pst1997-04-301-6/+5
| | | | | | Instead, reverse the order of the testing, so if a symbolic name starts with a digit, we'll see if we can make a network address out of it first. If that fails, then we'll call getnet...
* YAMF22jkh1997-04-292-4/+4
|
* add an Id line, minor mdoc fix upsjmg1997-04-292-35/+63
| | | | | | add ftp to list of facilities in syslog.conf Closes PR#3389 Submitted-by: Pius Fischer
* Fix so that amd can build with hesiod support.dfr1997-04-292-2/+3
| | | | Submitted by: Kevin Van Maren <vanmaren@marker.cs.utah.edu>
* Fix makefiles so they work without having to 'make depend'dfr1997-04-293-3/+6
|
* added mptable to directory list of usr.sbin programs.fsmp1997-04-291-5/+5
|
* add a userland program for SMP supportfsmp1997-04-293-0/+1234
| | | | mptable examines and displays the MP table of an SMP motherboard.
* Back out unnecessary overly-paranoid paranoia test from here too; yp_access()wpaul1997-04-281-12/+2
| | | | does the right thing already.
* Back out one of my paranoia tests from the last commit here; yp_access()wpaul1997-04-281-17/+1
| | | | | already deals with it appropriately. (You know you've been working too hard when you forget how your own code works.)
* Condition SO_PRIVSTATE twiddling on the definedness of SO_PRIVSTATE.wollman1997-04-281-1/+3
| | | | (This was done as a #ifdef to keep source compatibility between 2.2 and 3.0.)
* Adapt to rc.conf file format.jkh1997-04-289-46/+66
|
* Back out mount change here (which is the only branch it should havejkh1997-04-282-10/+2
| | | | occupied in the first place :)
* YAMF22jkh1997-04-284-12/+38
|
* Whoops -- code inspection showed I forgot to clean up getopt stringpst1997-04-261-2/+2
|
* Secure mode (-s) incorrectly disabled both sending and receiving of syslogpst1997-04-262-22/+15
| | | | packets over UDP. Secure boxes should still be able to send packets.
* Don't call getnetbyname() on a netmask. On a system with a slow netmsmith1997-04-231-2/+2
| | | | | connection, a large set of network exports could take many minutes to time out, giving the appearance of a total hang during boot.
* Removed inconsistent declaration of malloc(). `make world' with DESTDIRbde1997-04-231-2/+2
| | | | set to something other than "/" now actually works.
* Add a -2 flag to mountd to allow an admin to disable NFSv3 services.dfr1997-04-222-7/+20
| | | | This is handy for testing and possibly to work around busted v3 clients.
* Update the host filesystem so that it works with NFSv3dfr1997-04-223-37/+129
|
* Add a reconnect capability directing ppp to re-establishbrian1997-04-219-22/+136
| | | | | | | | | | | the connection after an unexpected loss of carrier: set reconnect timer ntries The man page warns against using this command when your timeout value is slightly more than the other sides :{} Suggested by: burton@bsampley.vip.best.com (Burton Sampley)
* Sync with 2.2 and clean up some tortured english that was added.jkh1997-04-2018-62/+263
|
* Fix typo in previous commitache1997-04-191-2/+2
|
* Unceremoneously discard HDLC frames with less than two bytes in them.phk1997-04-191-1/+7
| | | | | | | XXX: real fix: this could should check the number of bytes in the packet before accessing them. Found by: phkmalloc
* Fix make depend.dfr1997-04-193-1/+19
|
* Generate mount*.[ch] and nfs_prot*.[ch] from the .x files.dfr1997-04-1810-1593/+146
| | | | | | | | | | Delete bogus local versions of mount*.[ch] and nfs_prot*.[ch]. Use v3 protocol by default for NFS mounts. If v3 is not supported, v2 is used automatically. Add a new mount options for NFS, 'nfsv2' to allow the administrator to force the use of the older protocol. Document the new mount options and fix a couple of markup problems.
* Add FILES section to manpage.danny1997-04-162-2/+80
| | | | | Create /var/run/ttyXn.if interface file and /var/run/slX.pid PID file, following format of pppd(8).
* Suggested by: David Nugentdanny1997-04-163-10/+10
| | | | Use /etc/ppp/ppp.deny instead of /etc/ppp/ppp.disabled
* Fixed type mismatch caused by bogus prototypes. rpcgen for some reasonbde1997-04-151-2/+2
| | | | doesn't generate any prototypes for the functions to be registered.
* fix some typos, and some slight clean up...jmg1997-04-151-48/+57
| | | | Closes PR#3266
* fix a few typos..jmg1997-04-151-24/+27
| | | | Closed PR#3265
* fix a couple typos...jmg1997-04-151-3/+3
| | | | Closer PR#3264
* Reviewed by: Brian Somers <brian@freebsd.org>danny1997-04-154-28/+119
| | | | | | | | pppd now creates /var/run/ttyXn.if file containing the interface name; check that a 'login' user is not listed in /etc/ppp/ppp.disabled; check that a 'login' user's shell is listed in /etc/ppp/ppp.shells; make sure that passwordless 'login' logins are recorded in wtmp and utmp.
* Remove osreldate. I got the number wrong anyway :(brian1997-04-152-8/+2
|
* Make the next number redial ability configurable. Thebrian1997-04-147-55/+113
| | | | | | | | | "set redial pause [times]" command becomes "set redial end-pause[.next-pause] [times]" and next-pause defaults to 3 seconds. This keeps things backwards compatable. Suggested by: ache
* Allow forcing of local_ip:remote_ip in pap-secretsbrian1997-04-132-18/+64
| | | | | | | | and chap-secrets files. This allows specific users to have pre-allocated IP numbers while others get assigned dynamically. Submitted by: David Nugent <davidn@unique.usn.blaze.net.au>
* Make -background option attempt each phone number at mostbrian1997-04-134-13/+27
| | | | | once. Make -background ignore redial. Output exit value to syslog with "PPP Terminated" message.
* Only wait for the redial timeout when the last phone number in thebrian1997-04-123-55/+400
| | | | | | | | | | | list has been dialed. Alternate number dialing has no "pause". Suggested by: joerg Document this behaviour. Document that the number of dial attempts applies to the number of phone calls rather than the number of times each number is dialed. Add a missing .El. Give a decent description of how to connect to an ISP.
OpenPOWER on IntegriCloud