summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle files with IFS characters (spaces) in their names whenTim J. Robbins2002-12-091-7/+3
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-042-182/+272
* Replace the perl versions of adduser and rmuser with shell script versions.Scott Long2002-12-037-2291/+1458
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-271-3/+4
* Clarify the unique groups scheme by mentioning that the 002 umaskTony Finch2002-11-081-3/+5
* Don't forget to '\n'-terminate new entries. This unbreaks chpass -a.Dag-Erling Smørgrav2002-10-291-1/+2
* Don't try to dereference a NULL pw pointer. This would happen whenJoerg Wunsch2002-10-291-1/+1
* Do not allow empty GIDs for non-NIS entries.Maxim Konovalov2002-10-111-0/+7
* Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NISMaxim Konovalov2002-10-021-2/+2
* Disqualify UID/GID with non-numeric character.Maxim Konovalov2002-09-251-3/+13
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Add LOGIN_SETMAC, which will indicate to the user context management codeRobert Watson2002-08-161-1/+2
* Fix conjugation of exists and add full stops to the messages I changed.David Malone2002-08-111-2/+2
* Whitespace cleanup--it's not style(9), but it is consistent. PrepRobert Watson2002-08-111-3/+3
* The .Nm utilityPhilippe Charnier2002-07-143-37/+67
* de-__P()Alfred Perlstein2002-07-113-51/+51
* Consistently use FBSDIDDavid E. O'Brien2002-06-302-3/+3
* Lists follow a colon, not a semicolon.Dima Dorfman2002-06-301-1/+1
* `pw useradd' could be used with -w without -D option.SADA Kenji2002-06-261-0/+1
* Print a long with %ld not %d. (We possibly should be using %j here, butDavid Malone2002-06-241-1/+1
* Be more clear in error messages.Nick Hibma2002-06-231-4/+9
* If no old_pw was passed to pw_copy, compare just the name.Dag-Erling Smørgrav2002-05-081-1/+2
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-0811-1216/+317
* Add passwd manipulation code based on parts of vipw and chpass.Dag-Erling Smørgrav2002-05-082-82/+433
* Use `The .Nm utility'Philippe Charnier2002-04-191-10/+15
* Make mppath and masterpasswd pointers instead of arrays, and initializeDag-Erling Smørgrav2002-04-171-2/+4
* Remove bogus reference to _use_yp.Dag-Erling Smørgrav2002-04-151-9/+1
* Const poisoning.Ruslan Ermilov2002-04-083-14/+14
* Rename a couple of local variables to avoid warnings.Dag-Erling Smørgrav2002-04-061-26/+26
* In the words of the submitter:Dima Dorfman2002-04-051-1/+5
* Document the -7 option for usershow.Dima Dorfman2002-04-051-0/+9
* Fix vendor ID.David Malone2002-03-301-2/+4
* Minor post warns stuff.David Malone2002-03-303-19/+14
* Fix warns, ANSIfy, use __FBSDID(), sort headers.Mark Murray2002-03-249-155/+114
* Fix a style(9) error. Put the vendor version control string back in.Crist J. Clark2002-03-241-0/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+1
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-8/+7
* remove __PWarner Losh2002-03-223-20/+21
* Remove __P() usage.David E. O'Brien2002-03-212-64/+64
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Fix a bug that prevents "00" being used as a valid year. Why bother inCrist J. Clark2002-03-181-1/+1
* It was possible for an unprivileged user to tie up the passwordCrist J. Clark2002-03-183-25/+64
* Bring a comment in line with the code, and fix some spelling errorsDima Dorfman2002-03-091-4/+3
* Merge a duplicate description of the -L option into the first one.Giorgos Keramidas2002-03-081-10/+2
* Remove a bogus cast.Dag-Erling Smørgrav2002-03-061-1/+1
* #include <stddef.h> for the definition of NULL instead of depending onBruce Evans2002-02-251-1/+3
* Found a single point where rmuser(8) wasn't robust to strangeYaroslav Tykhiy2002-02-111-1/+1
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-23/+13
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-062-9/+9
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein2002-02-051-5/+19