summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an adduser.conf manual page.Tom Rhodes2004-03-303-3/+211
* Sychronize with reality: nologin(8) is now in /usr/sbinColin Percival2004-03-301-3/+3
* o Add an -S option to not attempt to ascertain the validity of a shell.Mike Makonnen2004-03-162-13/+59
* Shift file locking to source file instead of temp file. This fixesKen Smith2004-03-082-8/+5
* Typo fix.Marc Fonvieille2004-03-031-1/+1
* Make rmuser now also remove ipc resources. Also, fix a few minorJens Schweikhardt2004-02-291-4/+18
* Add the clean_environment call to libutil.h also.Tim Kientzle2004-02-261-0/+2
* Remove unused includes. Make it WARNS=6 friendly. Concerning bin/2442, makePhilippe Charnier2004-01-184-21/+39
* add missing endusershell() call. Original version was incorrect.Philippe Charnier2004-01-181-1/+3
* Add a `-H <fd>' option that is like `-h <fd>', but accepts an alreadyIan Dowse2004-01-114-22/+52
* (mostly) Clean up some const warnings here. The code takes some libertiesPeter Wemm2003-10-261-8/+9
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray2003-10-185-74/+79
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-101-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Do not compare unsigned int values with ULONG_MAX. The comparison isAlexander Kabaev2003-07-111-2/+2
* Typo.Mike Makonnen2003-06-241-1/+1
* s/warn/info/Mike Makonnen2003-06-201-1/+1
* Add support for the special shell nologin.Mike Makonnen2003-06-202-5/+44
* Update my email address.Mike Makonnen2003-06-202-2/+2
* 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