summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Condense the output to one line per removed user. For user's whoMike Makonnen2003-02-162-21/+56
* There is no sense to use random random() and arc4random() in the same program.Andrey A. Chernov2003-02-111-2/+1
* Revisit the shell special characters issue and settle it once-and-forall.Mike Makonnen2003-02-091-13/+19
* Change the behaviour of adduser to match the previous incarnation a little more.Adrian Chadd2003-02-081-2/+26
* Better gender-neutral language.Tony Finch2003-02-041-2/+2
* This is just a forced-commit to note that the previous commit addressesGarance A Drosehn2003-01-280-0/+0
* Changes so the 'pw' command will allow '$' as the last character in a useridGarance A Drosehn2003-01-281-14/+51
* back out logging to /var/log/adduserMax Khon2003-01-241-6/+0
* In interactive mode, ask the user if he/she wants to add anotherMike Makonnen2003-01-241-0/+18
* expr foo -> $((foo))Max Khon2003-01-231-2/+2
* - restore an ability to write log of added users (default toMax Khon2003-01-231-3/+13
* Do not loose trailing spaces when printing prompt messages.Max Khon2003-01-231-3/+3
* Do not expose password if it is empty and PWF_STANDARD format is requestedMax Khon2003-01-231-1/+2
* *blush*Mike Makonnen2003-01-231-8/+8
* Don't forget to properly quote input.Mike Makonnen2003-01-211-1/+1
* do not loose trailing space when asking uidMax Khon2003-01-201-1/+1
* Style cleanup.David E. O'Brien2002-12-301-11/+10
* Make WARNS=5 clean.David E. O'Brien2002-12-302-5/+3
* english(4) police.Jens Schweikhardt2002-12-272-5/+5
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-5/+5
* mdoc(7) police: more `The .Nm utility' + markup nit.Ruslan Ermilov2002-12-231-5/+5
* Move the NOTES section to DESCRIPTION. And correct some documentation whileTom Rhodes2002-12-201-11/+13
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-122-3/+3
* 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