summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't rely on NULL being a pointer, add a cast before passing it to a variadicStefan Farfeleder2004-10-031-2/+2
* In fullpath_from_shell(), move the nologin detection before the cat | whilePeter Pentchev2004-09-231-7/+11
* Also, match the full path to the special nologin shell.Mike Makonnen2004-08-281-1/+2
* Remove useless .Pp. Typo: gcos -> gecos (as spelled in passwd(5)).Philippe Charnier2004-07-261-2/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Use strlcpy(3) to replace the idiomaticRobert Drehmel2004-06-173-30/+18
* Fix a bug which occurred when the home directory given by theRobert Drehmel2004-06-171-1/+2
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-131-34/+43
* Add note that rmuser will clean up any IPC mechanisms owned by the user.Christian S.J. Peron2004-06-081-0/+3
* Accept full path names in addition to base names for shells.Mike Makonnen2004-06-062-11/+16
* Fixed a typo.Ruslan Ermilov2004-06-041-2/+2
* Add humanize_number(3) to libutil for formating numbers into a humanPawel Jakub Dawidek2004-05-241-0/+11
* Don't depend on NULL's expansion being a pointer, cast it before it is passedStefan Farfeleder2004-05-181-3/+4
* Bring the description for login_getclassbyname in sync with the function'sDiomidis Spinellis2004-05-111-3/+4
* This manual page will not first appear in 4.10 as RELENG_4 has a differentTom Rhodes2004-04-071-1/+1
* Fix today's faux pas by:Tom Rhodes2004-03-301-16/+5
* 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