summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-149-15/+50
|
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.ru2001-08-131-8/+18
|
* mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.ru2001-08-131-1/+2
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-1310-13/+16
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-133-19/+14
|
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-135-59/+31
| | | | Approved by: jkh
* Use normal menus instead of radio lists, which seems to be more logicaleric2001-08-122-22/+22
| | | | after the libdialog changes.
* Preprocess ppp.8.m4 into ppp.8, taking into account any compile timebrian2001-08-113-5763/+46
| | | | | | | | | options used to build ppp. Currently, this is a no-op and only handles LOCALNAT and LOCALRAD cases. This will be used for the upcoming ipv6 changes, and allows a shared man page between OpenBSD and FreeBSD.
* Somewhere along the way, configSecurityModerate() lost it's "int"rwatson2001-08-112-0/+2
| | | | | | return value. Spotted by: gratuitous use of diff during MFC process
* o Reduce the number of offered security profiles, as we now have a morerwatson2001-08-107-171/+36
| | | | | | | | | | | | | | | | | conservative default, and actually prompt specifically for inetd rather than handling it as a side effect of the security profile. Update the help file to reflect this change. o Rename "Fascist" to "Extreme" in the source code, to match the names presented to the user. o Remove portmap and inetd from profile management. Portmap is now disabled by default, but automatically turned on if a feature requires it (such as NFS, etc). This is an MFC candidate for 4.4-RELEASE. Reviewed by: freebsd-arch@FreeBSD.org Approved by: re@FreeBSD.org MFC after: 2 days
* Change copyright to BSD-style copyright.brian2001-08-102-35/+48
| | | | Ok'd by: Gabor Kincses <gabor@acm.org>
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-1014-37/+35
|
* mdoc(7) police: fixed the "new sentence" bogons.ru2001-08-102-3/+6
|
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-108-11/+11
| | | | with a trailing zero-width space: `e.g.\&'.
* mdoc(7) police: fix markup and a SYNOPSIS bug from revision 1.24.ru2001-08-101-98/+150
|
* Incorporate feedback about the level of security that WEP gives you:imp2001-08-101-8/+19
| | | | | | | | | | Not much, but it is better than nothing as it discourages the extremely lazy. Please read the actual text (the last text was softer than the commit message about it) before giving me feedback. Also, in the last commit I also tagged the newly optional elements in the command line as optional.
* Return DITEM_SUCCESS from configInetd(), as apparently a success orrwatson2001-08-102-0/+2
| | | | | | failure value is expected. Spotted by: gcc
* Add a note that says:imp2001-08-091-20/+69
| | | | | | | | | | | | WEP IS INSECURE. DO NOT USE IT. and point people to details on the attack: http://www.cs.rice.edu/~astubble/wep/wep_attack.html and recommend people use ipsec instead if possible. Approved by: kris Mandoc police: Please do your worst. I'd like to merge similar text into ancontrol and ifconfig.
* Do not delete 'goto ours' routes when using -c option.sumikawa2001-08-091-0/+5
| | | | Obtained from: KAME
* Expand the usage info to include the possible options for -i,dougb2001-08-091-2/+2
| | | | and fix the printf so that the line actually gets printed.
* Don't free memory that was never allocated. This fixes a core dump indd2001-08-091-1/+0
| | | | | | | the case where both the config file and the default MTA don't exist. PR: 29521 Submitted by: marius@alchemy.franken.de
* Make menu text match menu button labels.eric2001-08-082-2/+2
|
* Whack this code with the Blessed Wand of Stack Protection.kris2001-08-081-1/+1
| | | | MFC After: 1 week
* can not -> cannotsheldonh2001-08-085-5/+5
|
* mdoc(7) police: expand plain text xrefs.ru2001-08-081-1/+3
|
* mdoc(7) police:ru2001-08-0727-189/+196
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Apply pending /etc/ttys changes before calling editor on itache2001-08-072-0/+2
| | | | Approved by: rwatson
* mdoc(7) police: markup nits.ru2001-08-071-5/+12
|
* mdoc(7) police: removed hard sentence breaks.ru2001-08-071-3/+5
|
* s/should must/must/ plus markup nit.ru2001-08-071-2/+2
|
* In preparation for MFC of sysinstall changes to edit /etc/ttys inrwatson2001-08-076-8/+8
| | | | | | | post-install config, reduce the potential confusion from the existence of both configTTYs and configTtys by renaming configTTYs to configEtcTtys. While this is not a C naming conflict, it was probably a poor choice of names on my part.
* Hopefully squish the problem of mm creating sendmail files indougb2001-08-071-1/+3
| | | | | | | | the source tree once and for all. Pointed out by: A cast of thousands Reviewed by: asmodai
* Recognise @option directives instead of falling through to the defaultkris2001-08-061-0/+6
| | | | | | "unknown command" clause. PR: 29262
* printed current sequence number of the SA. accordingly, changedume2001-08-061-2/+2
| | | | | | | | into sadb_x_sa2_sequence from sadb_x_sa2_reserved3 in the sadb_x_sa2 structure. Also the output of setkey is changed. sequence number of the sadb is replaced to the end of the output. Obtained from: KAME
* Fix logic error resulting in incorrect calculation of login timejon2001-08-051-2/+2
| | | | | | PR: bin/4204 Submitted by: Anatoly A. Orehovsky <tolik@www.tomsk.su> MFC after: 4 weeks
* It's bad enough to capitalize the name of the executable at thedd2001-08-041-1/+1
| | | | | beginning of the sentence, but at the very least it shouldn't be done in the middle of a sentence!
* Don't clobber CFLAGS.markm2001-08-041-1/+1
| | | | Submitted by: bde
* Make use of the new features of libdevstat to allow iostat to work ontmm2001-08-043-94/+151
| | | | | | | | | crash dumps, and make it use sysctl for all data retrievals in the "live" case (i.e. when not using iostat on a crash dump). Remove setgid kmem for the iostat executable, it is not needed any more after these changes. Reviewed by: ken
* Convert to using the same method of detecting the secure directory as othergshapiro2001-08-031-2/+3
| | | | | | usr.sbin programs. Noted by: markm
* Miscellaneous fixes.sheldonh2001-08-031-7/+6
| | | | In particularly, the -h and -m flags were incorrectly described.
* Warn when a CHAP81 SUCCESS packet is invalid due to an incorrect S= value.brian2001-08-031-2/+2
|
* Fix a few bugs, some of which I introduced in recent commits:iedowse2001-08-022-13/+11
| | | | | | | | | | - clean_mtab(): Actually use the strdup'd version of the host that we go to the trouble of creating. - do_umntall/do_umount: Don't return success if clnt_create() fails. Don't access a client pointer after it has been destroyed. Remember to destroy the authentication information we created.
* The wrong-last-byte bug on win98 chap responses is also in winMEbrian2001-08-021-1/+1
|
* exists(../../crypto) --> exists(${.CURDIR}/../../crypto)sobomax2001-08-021-1/+1
| | | | MFC after: 1 month
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.jon2001-08-021-1/+1
| | | | | | PR: bin/28274 Submitted by: John Hein <jhein@timing.com> MFC after: 1 month
* Allow configTtys() be called several times - set VAR_CONSTERM to "NO" afterache2001-08-021-0/+4
| | | | operation done.
* Fix a cryptoless world by disconnecting libmp from the build when there is nosobomax2001-08-021-1/+4
| | | | | | | | | | | crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to be disconnected. IMO it is merely a workaround, the proper solution is to move libmp to src/crypto where it belongs and use libgmp for the cryptoless builds instead. Missed by: dd
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : ↵sobomax2001-08-027-23/+15
| | | | | | | | DEF_LOG_DIR)" with macro. MFC after: 1 month
* Cosmetics: kill blank lines at the end of file.sobomax2001-08-021-2/+0
| | | | MFC after: 1 month
* Usability tweak:sobomax2001-08-024-30/+30
| | | | | | | | | Use '' quotes instead of `' to delimit names of files and packages in warning and error messages, because it is easier to cut-n-paste name in question that way (single click) without confusing the shell. And yes, I know that it is less eye-candy... MFC after: 1 month
OpenPOWER on IntegriCloud