summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw
Commit message (Expand)AuthorAgeFilesLines
* Do the right thing with symlinks in the skeleton directory.le2007-03-301-1/+7
* Accept passwords which contain whitespace.le2007-03-301-1/+1
* Add home directory creation mode to pw.conf(5) and be a bitle2007-03-306-9/+38
* Add -M argument to usage() output.le2007-03-301-0/+2
* Introduce the new option -M to allow to set the permissions ofle2007-03-263-8/+31
* Better mdoc(7). Bump doc date.trhodes2006-10-091-3/+3
* Note the naming convention of files in share/skel and explain the "dot"trhodes2006-10-091-0/+8
* o Fix groupadd getopt line and make 'pw groupadd -o' work.maxim2006-09-181-1/+1
* Change /home symbolic link, so it will point to usr/home instead of /usr/home.pjd2005-07-311-1/+5
* Remove unused variables.stefanf2005-04-091-4/+1
* The variable `arglist' has internal linkage in pw.c, don't declare it as externstefanf2005-02-101-1/+1
* Sort sections.ru2005-01-181-56/+56
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Don't rely on NULL being a pointer, add a cast before passing it to a variadicstefanf2004-10-031-2/+2
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
* Use strlcpy(3) to replace the idiomaticrobert2004-06-173-30/+18
* Fix a bug which occurred when the home directory given by therobert2004-06-171-1/+2
* Shift file locking to source file instead of temp file. This fixeskensmith2004-03-082-8/+5
* Add a `-H <fd>' option that is like `-h <fd>', but accepts an alreadyiedowse2004-01-114-22/+52
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* The .Xr utility. Spelling. Put NIS under .Tncharnier2003-06-081-11/+19
* Add information about the log file.trhodes2003-05-081-0/+10
* style.Makefile(5)obrien2003-04-041-1/+1
* There is no sense to use random random() and arc4random() in the same program.ache2003-02-111-2/+1
* Changes so the 'pw' command will allow '$' as the last character in a useridgad2003-01-281-14/+51
* Do not expose password if it is empty and PWF_STANDARD format is requestedfjoe2003-01-231-1/+2
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
* The .Nm utilitycharnier2002-07-141-22/+45
* de-__P()alfred2002-07-113-51/+51
* Lists follow a colon, not a semicolon.dd2002-06-301-1/+1
* `pw useradd' could be used with -w without -D option.sada2002-06-261-0/+1
* Print a long with %ld not %d. (We possibly should be using %j here, butdwmalone2002-06-241-1/+1
* In the words of the submitter:dd2002-04-051-1/+5
* Document the -7 option for usershow.dd2002-04-051-0/+9
* Merge a duplicate description of the -L option into the first one.keramida2002-03-081-10/+2
* Use correct mode for temporary file.nectar2001-12-201-1/+1
* Change rmskey() to rmopie() - we don't have skey anymoreache2001-10-191-6/+6
* For new users, create the home directory before sending the welcomedd2001-09-031-24/+24
* Unbreak group operations by reverting previous delta which removed thedd2001-08-301-1/+1
* Properly initialize the random number generator in pw_getpass().joerg2001-08-211-0/+1
* Fix a typo in a variable name that made pw(8) coredump when usingjoerg2001-08-211-1/+1
* Handle snprintf() returning < 0 (not just -1)brian2001-08-202-3/+3
* Handle snprintf() returning -1.brian2001-08-203-1/+7
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+1
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
* Remove whitespace at EOL.dd2001-07-152-28/+28
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-092-4/+0
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Don't override the default BINMODE.ru2001-07-051-2/+0
* Fix a harmless format string bogon and mark a function as __printflike().kris2001-07-052-2/+2
OpenPOWER on IntegriCloud