summaryrefslogtreecommitdiffstats
path: root/pw
Commit message (Expand)AuthorAgeFilesLines
* Correctly set the password file mode after renaming in NIS modeBaptiste Daroussin2012-11-201-0/+2
* Teach pw(8) about how to use pw/gr API to reduce code duplicationBaptiste Daroussin2012-10-3013-88/+1888
* Do not treat empty name as an uid 0Baptiste Daroussin2012-10-011-1/+2
* Remove useless atoi(3), previous strspn(3) makes sure that a_name->val is aBaptiste Daroussin2012-10-011-2/+1
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-09-281-0/+214
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-1/+5
* readlink len-1Kevin Lo2012-02-141-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-0/+131
* - document the -l option to usermodEitan Adler2011-12-221-0/+1008
* In usr.sbin/pw/pw_user.c, use the correct printf length modifier for aDimitry Andric2011-12-171-1/+1
* Backout r223115 which potentially caused a POLA violation, by restoringXin LI2011-07-311-1/+1
* Don't attempt to create the base directory when -d is specified.Xin LI2011-06-151-0/+1272
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-1023-6310/+0
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Make pw(8) build without <utmp.h>.Ed Schouten2009-12-061-5/+0
* Use arc4random_uniform() to avoid "modulo bias"Andrey A. Chernov2008-08-161-55/+2
* Before updating the password database, the pw(8) utility first performs aJohn Baldwin2008-07-171-1/+2
* - Increase the size of the salt in pw(8) from 8 to 32 (same as in pam_unix(8)).Antoine Brodin2008-05-271-5/+7
* Add the groupmod '-d' option to pw to allow the deletion of existing usersSean Farley2008-02-233-16/+92
* style(9) (verified no object changes)Sean Farley2008-02-232-3/+2
* Clarify in what formats the grouplist for the '-G' switch may be accepted.Mike Makonnen2008-01-251-1/+1
* Do the right thing with symlinks in the skeleton directory.Lukas Ertl2007-03-301-1/+7
* Accept passwords which contain whitespace.Lukas Ertl2007-03-301-1/+1
* Add home directory creation mode to pw.conf(5) and be a bitLukas Ertl2007-03-306-9/+38
* Add -M argument to usage() output.Lukas Ertl2007-03-301-0/+2
* Introduce the new option -M to allow to set the permissions ofLukas Ertl2007-03-263-8/+31
* Better mdoc(7). Bump doc date.Tom Rhodes2006-10-091-3/+3
* Note the naming convention of files in share/skel and explain the "dot"Tom Rhodes2006-10-091-0/+8
* o Fix groupadd getopt line and make 'pw groupadd -o' work.Maxim Konovalov2006-09-181-1/+1
* Change /home symbolic link, so it will point to usr/home instead of /usr/home.Pawel Jakub Dawidek2005-07-311-1/+5
* Remove unused variables.Stefan Farfeleder2005-04-091-4/+1
* The variable `arglist' has internal linkage in pw.c, don't declare it as externStefan Farfeleder2005-02-101-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-56/+56
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Don't rely on NULL being a pointer, add a cast before passing it to a variadicStefan Farfeleder2004-10-031-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* 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
* Shift file locking to source file instead of temp file. This fixesKen Smith2004-03-082-8/+5
* Add a `-H <fd>' option that is like `-h <fd>', but accepts an alreadyIan Dowse2004-01-114-22/+52
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* 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
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* There is no sense to use random random() and arc4random() in the same program.Andrey A. Chernov2003-02-111-2/+1
* Changes so the 'pw' command will allow '$' as the last character in a useridGarance A Drosehn2003-01-281-14/+51
* Do not expose password if it is empty and PWF_STANDARD format is requestedMax Khon2003-01-231-1/+2
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-22/+45
* de-__P()Alfred Perlstein2002-07-113-51/+51