summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't forget the -r on the second password prompt.Mike Makonnen2003-06-201-1/+1
* Tidy up. Sort headers.Mark Murray2003-06-142-10/+9
* The .Xr utility. Spelling. Put NIS under .TnPhilippe Charnier2003-06-081-11/+19
* Add information about the log file.Tom Rhodes2003-05-081-0/+10
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].David E. O'Brien2003-05-032-2/+3
* Brucify.Dag-Erling Smørgrav2003-04-101-4/+8
* Correctly detect the case where a password entry was changed while we wereDag-Erling Smørgrav2003-04-091-2/+7
* Avoid clobbering the gecos field, as we intend to use the original later.Dag-Erling Smørgrav2003-04-091-3/+10
* Apply the correct fix for bin/50679: don't mess around with process groupsDag-Erling Smørgrav2003-04-091-13/+19
* Band-aid for the "^C kills the editor" problem. I haven't yet found theDag-Erling Smørgrav2003-04-081-10/+6
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* Document the -g option in the usage message.Mike Makonnen2003-03-231-0/+1
* Add a -g option to specify a default login group.Mike Makonnen2003-03-202-10/+22
* o initialize a couple of local flags so the user can re-edit groupsMike Makonnen2003-03-191-2/+8
* Make pw_edit() use /bin/sh to interpret the EDITOR environmentDavid Schultz2003-03-171-2/+12
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-9/+9
* Update copyright.Mike Makonnen2003-02-162-6/+2
* 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