summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Remove a comment that should not have been committed.roberto2000-06-291-2/+0
|
* Further protection against comments in /etc/{passwd,group}brian2000-06-281-4/+6
| | | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> PR: 14269
* kldload ng_ether if we need to.brian2000-06-281-2/+8
|
* Fix description of `-i' and `-w' options.wollman2000-06-271-23/+34
| | | | | | Fix spelling of `TeX'. Move historical formats into a separate list, to make thier cruftiness clear.
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-276-123/+41
|
* Don't dereference NULL in the userdel case.davidn2000-06-261-1/+1
|
* Tiny manual correction; add mention of Kerberos 5.markm2000-06-252-0/+4
|
* As rndcontrol is no longer needed, punt it to the attic.markm2000-06-255-404/+0
|
* Don't assign an MTU based on the peers first-link MRU in MP mode.brian2000-06-241-5/+4
| | | | Use the peers MRRU as we're supposed to.
* Localize ctype too.ache2000-06-242-3/+3
| | | | Add weekday to showuser expired fields
* MFPAO vis Iwasaki-san on the train from Tokyo to Osaka.imp2000-06-241-0/+16
| | | | | | | Document "reset", "iosize" and "memsize". The code for these was merged in some time ago. Reviewed by: iwasaki-san
* Fix a printf-style arg cast (again)brian2000-06-231-1/+2
|
* e.g. -> e.g.,brian2000-06-232-4/+4
| | | | Obtained from: OpenBSD
* Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.brian2000-06-232-10/+11
| | | | | | | The only change in the default functionality should be that the output reports are slightly more verbose WRT files deleted. Not objected to by: freebsd-arch
* Correct PPPoE in multi-link modebrian2000-06-221-1/+1
| | | | Submitted by: jason@OpenBSD.org
* Localize time/date.ache2000-06-225-23/+27
| | | | | Use ISO 8601 date in logs. Fix wrong argument type in ctype functions.
* Use %Ef instead of hardcoded %b %eache2000-06-221-1/+1
|
* Allow Nm to expand gracefully instead of hard-coding an argument.sheldonh2000-06-221-2/+2
|
* Fix more HTML -> mdoc transcription errors.sheldonh2000-06-222-2/+3
| | | | Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Allow those of us who have to print through LPRng spoolers to sendwollman2000-06-212-7/+64
| | | | spooler options using `Z' control-file lines and the `-Z' flag.
* Doubling the size of MAXSIZE because of large delta indigestion.chuckr2000-06-211-1/+1
| | | | Submitted by: Stefan Esser.
* When the 'msg' command is used from the command line, check for aarchie2000-06-203-45/+70
| | | | | | synchronous reply, and display it (if any) before exiting. Requested by: phk
* Remove ``nat pptp'' as this is now done transparently by libalias.brian2000-06-206-74/+1
|
* Allow padding in LQR ECHO requestsbrian2000-06-201-2/+3
| | | | Problem found by: Tomaz Borstnar <tomaz.borstnar@over.net>
* Don't mis-match interface names in iface_Create()brian2000-06-191-2/+3
| | | | Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
* Fix a comment botch which broke buildworld.green2000-06-191-0/+2
|
* Bring the ancontrol buffer oflows fixes here too.roberto2000-06-181-2/+2
| | | | Submitted by: Aaron Campbell <aaron@openbsd.org>
* Fix potential buffer overflows (even if ancontrol is not setuid).roberto2000-06-181-13/+10
| | | | Submitted by: Aaron Campbell <aaron@cs.dal.ca> from OpenBSD
* Fix building with -DDEBUG.roberto2000-06-183-3/+5
|
* Fix a printf-style format errorbrian2000-06-181-1/+1
|
* Fix obvious braino in assignment statement. usermod -g should work again.davidn2000-06-181-1/+1
| | | | | PR: 17877 Submitted by: pius@zyan.com
* Be a little more strict about handling command line args. This allows user anddavidn2000-06-181-4/+6
| | | | | | group names like 'help' 'mod' 'user' 'group' etc. to work correctly without requiring the -n style invocation. PR: misc/17069
* Fix a long-standing bug in the rename case previously masked by another bugdavidn2000-06-181-2/+10
| | | | just fixed in .db file updating.
* Second and hopefully final fix to .db sync when renaming a user; we must rundavidn2000-06-181-4/+12
| | | | | | | a full reindex in this case to remove the old record. #ifdef -u capability since this is available on FreeBSD only. PR: bin/16418 Problem pointed out by: Masachika ISHIZUKA <ishizuka@ish.org>
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-176-16/+43
|
* Handle comments and empty lines when generating YP passwd and group filesbrian2000-06-151-4/+8
| | | | | PR: 14269 Submitted by: howard@ee.utah.edu
* Argh! I broke the static hints parser at the last minute on freefall whenpeter2000-06-141-1/+1
| | | | | | | I added the $FreeBSD$ (commented) line. Fix: 1: s/break/continue/ 2: will somebody please shoot me! :-]
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-1310-639/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Warner Losh's "hint" driver to decode ascii strings to fill the resource table at boot time. config(8) no longer generates an ioconf.c table - ie: the configuration no longer has to be compiled into the kernel. You can reconfigure your isa devices with the likes of this at loader(8) time: set hint.ed.0.port=0x320 userconfig will be rewritten to use this style interface one day and will move to /boot/userconfig.4th or something like that. It is still possible to statically compile in a set of hints into a kernel if you do not wish to use loader(8). See the "hints" directive in GENERIC as an example. All device wiring has been moved out of config(8). There is a set of helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98) that extract the 'at isa? port foo irq bar' from the old files and produces a hints file. If you install this file as /boot/device.hints (and update /boot/defaults/loader.conf - You can do a build/install in sys/boot) then loader will load it automatically for you. You can also compile in the hints directly with: hints "device.hints" as well. There are a few things that I'm not too happy with yet. Under this scheme, things like LINT would no longer be useful as "documentation" of settings. I have renamed this file to 'NOTES' and stored the example hints strings in it. However... this is not something that config(8) understands, so there is a script that extracts the build-specific data from the documentation file (NOTES) to produce a LINT that can be config'ed and built. A stack of man4 pages will need updating. :-/ Also, since there is no longer a difference between 'device' and 'pseudo-device' I collapsed the two together, and the resulting 'device' takes a 'number of units' for devices that still have it statically allocated. eg: 'device fe 4' will compile the fe driver with NFE set to 4. You can then set hints for 4 units (0 - 3). Also note that 'device fe0' will be interpreted as "zero units of 'fe'" which would be bad, so there is a config warning for this. This is only needed for old drivers that still have static limits on numbers of units. All the statically limited drivers that I could find were marked. Please exercise EXTREME CAUTION when transitioning! Moral support by: phk, msmith, dfr, asmodai, imp, and others
* A few more hard-sentence breaks.brian2000-06-132-22/+28
|
* Hard sentence breaks and trailing space tidy-upsbrian2000-06-112-1054/+1708
| | | | Obtained from: OpenBSD
* Don't oan about padding charactersbrian2000-06-111-2/+0
|
* Add ``set ifqueue'' to control the size of the outgoing packetbrian2000-06-116-2/+57
| | | | | | | queue. Doing ``set ifqueue 0'' and ``set urgent none'' will allow full use of luigi's WF2Q code. Requested by: luigi
* A checkpoint of a part of a work-in-progress. Some more cleanups forpeter2000-06-106-68/+52
| | | | | | | | config(8). This commit allows control of the creation of the #include "foo.h" files. We now only create them explicitly when needed. BTW; these are mostly bad because they usually imply static limits on numbers of units for devices. eg: struct mysoftc sc[NFOO]; These static limits have Got To Go.
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYbrian2000-06-086-5/+30
| | | | | | prioritisation. Requested by: luigi
* Prevent a non-exploitable remote buffer overflow.kris2000-06-081-3/+3
| | | | | | Reported by: twitch <twitch@vicar.org> Submitted by: Guido van Rooij <guido@gvr.org> Reviewed by: security-officer
* Fix db syncronization when username is changed with -l under usermod.davidn2000-06-061-1/+1
| | | | | | | | pw(8) was calling pwd_mkdb -u oldusername instead of newusername, so the update appears to have failed until the next full pwd_mkdb syncronization. PR: bin/16418
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardnyan2000-06-0517-38/+310
| | | | | | | | | | | | | | boot.flp and plain boot.flp. - Clean up crunchgen related routine. - Add PC-98 support. TODO: o Documentation o Fix some messages for PC-98 o Decrease the size of fixit.flp to 1.2MB o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html) No response from jkh
* Specify a trigger address of 0.0.0.0 here so that we can sucessfullybrian2000-06-051-1/+1
| | | | | | | negotiate with broken ppp implementations that won't supply an IP number unless we suggest 0.0.0.0 Noted by: Andrew Parry <andrew.parry@db.com>
* Fix typo.asmodai2000-06-041-1/+1
| | | | | PR: 18845 Submitted by: Kevin <kevin@ns1.stcp.net>
* Install mailer.conf as ${BINOWN}, ${BINGRP}, rather than root:wheel. Thishoek2000-06-041-4/+4
| | | | | | | lets unprivileged installworld: almost work first try and always work second. BINOWN isn't quite right for this, but it's not really worth creating a MAILOWN for this.
OpenPOWER on IntegriCloud