summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb/pwd_mkdb.8
Commit message (Collapse)AuthorAgeFilesLines
* Add endianness support.ru2005-02-281-5/+6
| | | | | | | | | | | While version 4 entries are architecture-independent, we also store old (version 3) entries in native byte order. Also, the hash itself is created in a native byte order. With this change, pwd_mkdb(8) can be used to cross-build *pwd.db files for another architecture. Tested on: i386, amd64, alpha, sparc64
* Sort sections.ru2005-01-181-17/+17
|
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-4/+0
| | | | (with permission of addtional copyright holders where appropriate)
* Add support for ignoring locking failures. This is only enabled whenimp2004-07-211-0/+11
| | | | | | | | | | you've specified a directory. It is intended to be used in building custom releases over NFS where locking may be unreliable at best and there is no contention that the locking is designed to arbitrate. Other uses of this flag are discouraged. Document same in usage and man page (including the warning about unwise). Sponsored by: Timing Solutions
* Mechanically kill hard sentence breaks.ru2004-07-021-5/+10
|
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* The .Nm utilitycharnier2002-07-141-4/+6
|
* Consistancy check: s/file system/filesystem/gtrhodes2002-05-161-1/+1
|
* 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!
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS insheldonh1999-12-021-7/+9
| | | | | | | | | | | the environment. This allows big ID warnings to be suppressed for vipw and chpass as well. Since the environment variable test is only performed for callers of pw_scan() that do not set pw_big_ids_warning, the test can still be overriden. Currently, chpass and pwd_mkdb are the only users of pw_scan() and neither of them overrides the environment variable test.
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add asheldonh1999-11-151-0/+7
| | | | | | | | | suitably ominous warning in the manual page. The diff applied is not the one provided in the attributed PR. PR: 13344 Reviewed by: bde
* Back out previous commit. I mistook passing commentary from bde forsheldonh1999-08-311-8/+0
| | | | | | review. Requested by: bde
* Only issue a warning for the first occurrence of a UID > USHRT_MAX andsheldonh1999-08-301-0/+8
| | | | | | | the first occurrence of a GID > USHRT_MAX. PR: 13344 Reviewed by: bde
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* PR: bin/3478dillon1998-12-131-0/+7
| | | | | | | | | | | | | | Have pwd_mkdb lock the source file while rebuilding the database. When called by programs such as vipw, the source file is a temporary file and this does not conflict with the lock on /etc/master.passwd already held by vipw. When run manually, however, master.passwd is typically specified as the argument and the locking prevents other programs from messing with master.passwd during the database rebuild. Also pwd_mkdb uses a blocking exclusive lock as it may be called from a script. The -N option was added to cause pwd_mkdb to get the lock non-blocking and exit with an error if the attempt fails, again useful for scripts.
* Allow specification of cache-size to pwd_mkdbphk1998-04-191-0/+9
| | | | | | PR: 5193 Reviewed by: phk Submitted by: Nick Hilliard <nick@foobar.org>
* Rename the pwd_mkdb(8) option '-c' to '-C' for better compatiblitywosch1998-01-101-2/+2
| | | | with BSD/OS.
* Staticize usage(). Cosmetics.charnier1997-10-101-8/+8
|
* Document the -u option.mpp1997-04-041-1/+6
| | | | Forgotten by: guido
* New option: [-c]wosch1996-08-191-0/+4
| | | | | Check if the password file is in the correct format. Do not change, add, or remove any files.
* Added the -d <directory> functionality to allow construction of thegpalmer1994-09-071-4/+8
| | | | password databases somewhere other than /etc.
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+128
OpenPOWER on IntegriCloud