summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Improve usage message and document "-u" option to select one of multiplese1995-09-141-18/+22
| | | | NCR controller cards.
* Remove unconditional unlink at startup and conditionalised the unlink at exitpaul1995-09-111-3/+5
| | | | | | | | | so that it only unlinks the file if syslogd knows it created it. If the path specified for the socket already exists then syslogd will now exit with an "address already in use" error which is more sensible than blindly unlinking the existing filename. This stops syslogd -d foo/bar from unlinking foo/bar if it's a real file.
* Fix a bug that prevented %'s and \'s from being passed to the programjoerg1995-09-101-2/+11
| | | | | | invoked. Submitted by: fenner@parc.xerox.com (Bill Fenner)
* Be gentle and allow both magic's (the own one and the other side'sjoerg1995-09-091-2/+5
| | | | | | | one) as a valid answer to an echo request. This makes the log less noisy when connecting to Trumpet Winsock or FreeBSD 2.0.5's pppd. :) Submitted by: melvin@zytek.com (Stephen Melvin)
* Recode mask logic to use inet_ntoa() so host routes are valid.pst1995-09-061-5/+5
|
* Correct the manpage for the -o flag. Formerly it was a single flag, nowats1995-09-031-5/+9
| | | | | it requires a version number for the flag. Also correct the manpage to tell the user ntpdate now uses version 3 as default.
* Initialize the group list so that any filter programs that arempp1995-09-022-2/+18
| | | | run by lpd are not run with root's groups.
* 1. Do not log the password itself to ppp.log ( Mr. Rich Murphey )amurai1995-09-027-32/+141
| | | | | | | | | 2. Add ability to execute shell commands and suspend back into invoking shell (Mr. J Wunsch) Reviewed by: amurai@spec.co.jp Submitted by: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Rich Murphey <rich@lamprey.utmb.edu>
* Add support for printking Kerberos v4 packets (file I forgot to add)wollman1995-08-291-0/+294
| | | | Obtained from: John Hawkinson <jhawk@mit.edu> by way of comp.protocols.kerberos
* Add support for printing Kerberos v4 packets.wollman1995-08-292-3/+12
|
* Wash hands and datastructures before transplanting drivers in the kernel.phk1995-08-291-6/+12
| | | | Now pseudo-quasi-semi-works with my modem.
* Check for expired passwords before allowing access to the system.mpp1995-08-282-2/+10
|
* Don't be needlessly verbose in the pkg_create.jkh1995-08-281-4/+2
|
* A bunch of small bug-fixes, doesn't quite work yet, but I'm getting closer.phk1995-08-283-28/+14
| | | | At least it doesn't core-dump now.
* Make the play-pen searching routine even more agile in tryingjkh1995-08-261-1/+3
| | | | to create a /usr/tmp dir if it makes sense to do so.
* Fixed bug with decoding RIP packets - removed unnecessary ntohs()'s fordg1995-08-261-3/+3
| | | | the sa_family.
* Use size_t properly in all fs size ops. This kills a bugjkh1995-08-263-7/+5
| | | | | | encountered by someone who had his /tmp on a partition with 3.7GB of free space! Spotted by: Francisco Rosich Viana <rosich@power.ci.uv.es>
* Shut a bunch of warnings.phk1995-08-2513-147/+192
|
* Add a couple of makefiles.phk1995-08-252-0/+8
|
* Add code to work around FreeBSD's nfs symlink cache.dfr1995-08-243-4/+20
| | | | Obtained from: amd-upl102
* The userland part of Andrew McRae's PCMCIA/PCCARD code.phk1995-08-2436-0/+10277
| | | | | | | | | This is not quite finished yet, and therefore I have not added it to the usr.sbin/Makefile yet. I collected a bunch of Andrews small programs into one: pccardc /phk Reviewed by: phk Submitted by: Andrew McRae <andrew@mega.com.au>
* Clean up compilation warning.pst1995-08-232-9/+1
|
* Clean up compilation warnings.pst1995-08-235-11/+13
|
* Fix up warning about const being lost.pst1995-08-231-2/+2
|
* Recognize a new debug option.. "optim" - for watching the L_RINT bypasspeter1995-08-221-2/+2
| | | | and hotchar selection.
* Typo.. SIOGIFCONF -> SIOCGIFCONFpeter1995-08-211-1/+1
|
* Sigh.. The patches to make ndc read /etc/sysconfig to find the correctpeter1995-08-211-2/+16
| | | | arguments to named got lost somewhere..
* This commit was generated by cvs2svn to compensate for changes in r10145,peter1995-08-201-0/+127
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the missing man page for the new command "ndc" to finish thepeter1995-08-201-0/+127
| | | | | | | | | | | | import of 4.9.3. This man page was produced by sed from the real version before import, but I didn't have much choice.. This is needed to enable the ndc target to complete a "make install"
* | Update the DNS tools from 4.9.3-b9 -> 4.9.3-b24peter1995-08-204-22/+74
| |
* | This commit was generated by cvs2svn to compensate for changes in r10142,peter1995-08-201-3/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update 4.9.3.beta9p1 -> 4.9.3-beta24peter1995-08-2011-41/+205
| |
| * Update 4.9.3.beta9p1 -> 4.9.3-beta24peter1995-08-201-155/+297
| |
* | Update bind 4.9.3-beta9p1 to bind 4.9.3-beta24peter1995-08-202-156/+310
| |
* | Update 4.9.3.b9p1 tools to 4.9.3.b24peter1995-08-206-26/+40
| | | | | | | | | | Note: new program, "ndc", similar to gated's gdc. This provides a superset of named.reload and named.restart.
* | This commit was generated by cvs2svn to compensate for changes in r10137,peter1995-08-201-0/+72
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update 4.9.3.beta9p1 -> 4.9.3-beta24peter1995-08-203-9/+77
| |
* | Merge in delta from 4.9.3.b9 -> 4.9.3.b24.peter1995-08-2025-1334/+3478
| | | | | | | | Much of the "-j" merge was clean, except for $Id$ and other trivial changes.
* | This commit was generated by cvs2svn to compensate for changes in r10134,peter1995-08-203-19/+40
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Bind-4.9.3-beta24peter1995-08-2031-1324/+3390
| | | | | | | | | | | | | | | | | | Yes, there will be conflicts on just about every file. There is a significant mainline after the initial import, and the "-j" merge conflicts on the $Id$ lines... Yuck! (These comments apply to the rest of the imports) Obtained from: Paul Vixie <paul@vix.com>
| * This commit was manufactured by cvs2svn to create branch 'VIXIE'.cvs2svn1994-09-227-0/+1296
| |
* | Add the cdcontrol program by Serge Vakulenko. It's my understandingjkh1995-08-184-6/+776
| | | | | | | | | | | | | | that this is a superset of cdplay, and perhaps it's time to send cdplay into the bit bucket if this works well. According to the docs, it has a friendlier command structure, command line interface etc. Submitted by: Serge Vakulenko <vak@cronyx.ru>
* | Merge in the remaining differences from 8.6.11 to 8.6.12.peter1995-08-173-9/+7
| | | | | | | | | | | | | | Note that conf.c, although there was an import conflict, it did not require intervention, as it was the $Id$ tag. It would have become rev 1.8 on checkout so there's no point changing it from 1.7 to 1.1.1.3 as the "-j" option wanted to do.. Trust me.. :-)
* | This commit was generated by cvs2svn to compensate for changes in r10088,peter1995-08-175-8/+19
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import Sendmail v8.6.12, onto the CSRG(!) branch.peter1995-08-179-18/+27
| | | | | | | | | | | | A seperate commit to fix the conflicts wil follow.
* | | Here are patches to add full multicast support to rwhod, and an updated manjkh1995-08-172-16/+196
| | | | | | | | | | | | | | | | | | page. I tried all three modes (rwhod, rwhod -m, rwhod -m 32) on a machine with 2 ethernet interfaces and they all worked. Submitted by: Bill Fenner <fenner@parc.xerox.com>
* | | Some fixes to make this "TMPDIR agile".jkh1995-08-172-20/+38
| | | | | | | | | | | | Submitted by: jmacd + some of my own fixes.
* | | Add skeleton manpage, so that make world works......peter1995-08-142-8/+49
| | | | | | | | | | | | | | | Correct the naming of the thing.. it's sicontrol, not siconfig as I'm used to..
* | | Small NIS tweak: frob pw_error() a little so that it can say eitherwpaul1995-08-131-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | 'NIS information unchanged' or '/etc/master.passwd unchanged' depending on which was is being modified (conditional on -DYP). This is to save me the trouble of writing a whole other error routine (nis_error()?) for the upcoming changes to passwd and chpass.
* | | Add sicontrol.. I hope this is the right way..peter1995-08-131-4/+4
| | |
OpenPOWER on IntegriCloud