summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Back out the fancy directory sorting, it's more pain that its worth,pst1997-08-131-27/+4
| | | | | and it's there in the CVS repository in case someone things that this idea is superkeen.
* Incorporate some ideas that came up during discussion with msmith.pst1997-08-132-50/+109
|
* Enable periodicpst1997-08-131-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r28112,pst1997-08-123-0/+174
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of periodic executable control program.pst1997-08-123-0/+174
|
* Use libalias.so.2.3.brian1997-08-111-1/+1
|
* Add a SEE ALSO for install.cfg sample script.jkh1997-08-112-2/+12
|
* Make some changes to the way the label editor reads script variablesjkh1997-08-1110-104/+1712
| | | | | | | | | | | | | | | so you don't need to re-enter it for each and every filesystem. Heads up! This change is incompatible with the previous scripting format, so those folks (all 2 of you) using config files should take a look at the changes to the sample install.cfg file for the diskLabelEditor's new calling syntax. Finally write a man page for this thing, documenting all of the above and more. I can't drive a stake through this thing's heart without properly documenting it first, so please consider this step #1 in that process (to be honest, sysinstall will also live on for some time in the 2.2. branch since it's unlikely that the new install tools will ever make it over there - they're strictly 3.0 material).
* Correct default log file name.brian1997-08-102-4/+4
| | | | | | PR: 4065 Prompted by: Steve Price <sprice@hiwaay.net> Submitted by: sjr1@flash.net
* - Buffer space problem found by Sergio Lenzi <lenzi@bsi.com.br>brian1997-08-105-92/+297
| | | | | | | | fixed. Natd now waits with select(2) for buffer space to become available if write fails. - Packet aliasing library upgraded to 2.2. Submitted by: Ari Suutari <suutari@iki.fi>
* Don't initialize structures from other variables; gcc -ansi -pedanticwpaul1997-08-101-6/+7
| | | | doesn't allow it. Use proper constants instead.
* Add #if __FreeBSD__ >= 3 around #include <net/if_var.h> so that thisrgrimes1997-08-061-1/+3
| | | | can compile under both FreeBSD 2.x and 3.x.
* Merge sendmail-8.8.7 changes from vendor branchpeter1997-08-043-36/+99
|
* Merge sendmail 8.8.7 changes from vendor branchpeter1997-08-0414-292/+626
|
* This commit was generated by cvs2svn to compensate for changes in r27876,peter1997-08-0423-259/+727
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail-8.8.7 onto vendor branch.peter1997-08-0440-587/+1452
| | | | | | | | Obtained from: ftp.sendmail.org
* | Use libalias.so.2.2brian1997-08-031-1/+1
| |
* | Zap antique #ifndef NEWVM code. This should be redone to use libkvmpeter1997-08-031-37/+0
| | | | | | | | someday.
* | config.new/config.8 seems to be new in Lite2. Remove it like the rest ofbde1997-08-031-167/+0
| | | | | | | | config.new.
* | README is for Lite2. We don't want it.bde1997-08-031-4/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r27850,bde1997-08-023-2/+174
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import Lite2's src/usr.sbin, except for timed. All changed filesbde1997-08-0234-191/+840
| | | | | | | | | | | | except one unimportant one have already left the vendor branch.
| * | This commit was manufactured by cvs2svn to create branch 'CSRG'.cvs2svn1997-03-111-0/+58
| | |
| * | Import some CSRG 4.4BSD-Lite2 components in order to fix the tree build.peter1997-03-113-161/+131
| | |
* | | Fix -p switch.davidn1997-08-011-2/+2
| | |
* | | Back out the changes to set the resolver timeout. All they seem to dojkh1997-08-011-25/+0
| | | | | | | | | | | | | | | | | | | | | is _break_ dns lookups entirely, and since reading the relevant docs and source code does not enlighten for now, I'll remove this until more basic research has been done into controlling the resolver's timeout values.
* | | Update wlconfig to match new Wavelan (wl) driver.msmith1997-08-012-8/+139
| | | | | | | | | | | | Submitted by: Jim Binkley <jrb@cs.pdx.edu>
* | | Remove extraneous prototypes.brian1997-08-011-3/+1
| | |
* | | Nologin is also a valid 'invalid' shellpst1997-07-311-2/+2
| | |
* | | Fiddle with DNS options so that queries are also controlled byjkh1997-07-311-1/+26
| | | | | | | | | | | | | | | | | | | | | the MEDIA_TIMEOUT variable. Just -current for now on this one as I'm still wanting to play with this a bit and see what the ramifications of doing this are. Requested by: pst
* | | Make serial console based installs actually work by:jkh1997-07-318-18/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Detecting the split /dev/ttyv0 / /dev/console case, e.g. you've booted with the -h flag and you have a VGA card also. 2. Adding an extra "menu" for selecting terminal type and adding ANSI to the list of compiled-in terms. 3. Opening the proper file descriptors before disowning ourselves. Requested by: pst
* | | Set up the alias address before executingbrian1997-07-291-3/+3
| | | | | | | | | | | | the contents of ppp.linkup.
* | | Modify rpc.yppasswdd to use the new AF_LOCAL transport in the RPC librarywpaul1997-07-297-449/+104
| | | | | | | | | | | | | | | instead of its own kludged up version. This makes the special 'superuser-only' update procedure work just like a real RPC service.
* | | Two minor, pedantic fixes from bde for my last pedantic fixes, plusimp1997-07-2910-33/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the following from recent OpenBSD changes. These changes (and all I've made) should be merged back into 2.2 when they are vetted in -current. common.c: OpenBSD 1.7: mickey: #if __STDC__ --> #ifdef __STDC__ displayq.c: OpenBSD 1.8: deraadt: 1 byte oflows; millert rmjob.c: OpenBSD 1.8: deraadt: 1 byte oflows; millert cmds.c: OpenBSD 1.9: grr: restore traditional "all" keyword option - see lpc(8) [[ This makes lpc status all work again -- imp ]] printjob.c: OpenBSD 1.17: deraadt: use sendmail -t OpenBSD 1.16: mickey: #if __STDC__ --> #ifdef __STDC__ OpenBSD 1.15: deraadt: 1 byte oflow; Don.Lewis@tsc.tdk.com recvjob.c: OpenBSD 1.11: mickey: #if __STDC__ --> #ifdef __STDC__ lpr.c: OpenBSD 1.19: mickey: #if __STDC__ --> #ifdef __STDC__ Obtained from: OpenBSD
* | | Fix boatloads of buffer overflows from the OpenBSD tree.imp1997-07-299-100/+151
| | | | | | | | | | | | | | | Be pedantic about always using sizeof(blah) vs sizeof (blah) or sizeof blah. Obtained from:OpenBSD
* | | Allow hosts specified by IP number (avoidingbrian1997-07-282-9/+22
| | | | | | | | | | | | | | | a DNS lookup) Update doc including the [host:]port syntax.
* | | Make compile with rev. 1.101 of ncr.c, which added support forse1997-07-281-13/+13
| | | | | | | | | | | | loading of the SCIPTS microcode into the NCR on-chip RAM.
* | | Fix for PR #4147: apparently BIND now returns a status of NO_RECOVERYwpaul1997-07-281-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at the end of gethostanswer()/getanswer()/whatever where it used to return TRY_AGAIN. This breaks the domain list traversal in ypserv's async DNS lookup module: it would only retry using the domain(s) from the 'domain' or 'search' lines in /etc/resolv.conf if __dns_getanswer() returned TRY_AGAIN. Changed the test so that either TRY_AGAIN or NO_RECOVERY will work. This seemed to me the best solution in the event somebody tries to compile this code on an older system with a different version of BIND. (You shouldn't do that of course, but then there's a lot of things in the world that you shouldn't do and people do them anyway.)
* | | Fix file descriptor leaks.brian1997-07-281-4/+8
| | |
* | | Count the "proto" arg after a single address,brian1997-07-271-2/+4
| | | | | | | | | | | | | | | Check correctly for "deny" packets. Submitted by: Dave Bodenstab <imdave@mcs.net>
* | | Add a simple example section.wosch1997-07-271-1/+9
| | |
* | | Fix a bug in the async DNS resolver that can crash ypserv. yp_prune_dnsq()wpaul1997-07-271-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is not sane: if the TTL on a pending but unanswered query hits 0 and the circular queue entry is removed and free()d, the for() loop may still try to use the entry pointer (which now points at no longer valid memory). usually, deleting only the last entry off the end of the queue worked, but if more than one was deleted, the server would crash. I changed things a bit so this shouldn't happen anymore. Also arranged to call the prune routine a bit more often.
* | | Adjust for changes in data structures brought into ncr.c rev. 1.100.se1997-07-251-6/+21
| | |
* | | Add ref to sysmouse(4).wosch1997-07-251-2/+3
| | |
* | | Add ref to vidcontrol(1).wosch1997-07-241-0/+3
| | |
* | | Add ref to moused(8).wosch1997-07-241-1/+3
| | |
* | | Delete dead test code.wosch1997-07-241-13/+1
| | |
* | | Don't try to ioctl(,TIOCOUTQ,) on a closedbrian1997-07-241-5/+6
| | | | | | | | | | | | | | | descriptor. Reported by: Stephane Raimbault <stephane@cybersurf.net>
* | | index -> strchr and rindex -> strrchr to reduce the number of gratuitousimp1997-07-237-19/+19
| | | | | | | | | | | | | | | | | | diffes with NetBSD/OpenBSD. These changes seem to predate the NetBSD/OpenBSD split, so it is hard to give proper credit for them. Obtained from: OpenBSD.
* | | YAMF22 - /boot.foo fixups.jkh1997-07-232-2/+20
| | | | | | | | | | | | | | | Also close PR#4151 by running newaliases (forgot to mention this in my RELENG_2_2 commit, but it's there).
OpenPOWER on IntegriCloud