summaryrefslogtreecommitdiffstats
path: root/pw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lists follow a colon, not a semicolon.Dima Dorfman2002-06-301-1/+1
* `pw useradd' could be used with -w without -D option.SADA Kenji2002-06-261-0/+1
* Print a long with %ld not %d. (We possibly should be using %j here, butDavid Malone2002-06-241-1/+1
* In the words of the submitter:Dima Dorfman2002-04-051-1/+5
* Document the -7 option for usershow.Dima Dorfman2002-04-051-0/+9
* Merge a duplicate description of the -L option into the first one.Giorgos Keramidas2002-03-081-10/+2
* Use correct mode for temporary file.Jacques Vidrine2001-12-201-1/+1
* Change rmskey() to rmopie() - we don't have skey anymoreAndrey A. Chernov2001-10-191-6/+6
* For new users, create the home directory before sending the welcomeDima Dorfman2001-09-031-24/+24
* Unbreak group operations by reverting previous delta which removed theDima Dorfman2001-08-301-1/+1
* Properly initialize the random number generator in pw_getpass().Joerg Wunsch2001-08-211-0/+1
* Fix a typo in a variable name that made pw(8) coredump when usingJoerg Wunsch2001-08-211-1/+1
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-202-3/+3
* Handle snprintf() returning -1.Brian Somers2001-08-203-1/+7
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+1
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* Remove whitespace at EOL.Dima Dorfman2001-07-152-28/+28
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-4/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Don't override the default BINMODE.Ruslan Ermilov2001-07-051-2/+0
* Fix a harmless format string bogon and mark a function as __printflike().Kris Kennaway2001-07-052-2/+2
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* CND has been unused for two years, and RND has been unused for fiveDima Dorfman2001-06-191-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-3/+1
* Use %c for expire/change datesAndrey A. Chernov2001-03-211-2/+2
* mdoc(7) police: simplify bogus ``.Ql Fl'' constructs.Ruslan Ermilov2001-03-161-33/+33
* Document the lock and unlock commands. This fixes a segmentation fault.Dima Dorfman2001-03-141-0/+10
* Document the lock and unlock commands.Dima Dorfman2001-03-141-0/+32
* Switch from using rand() or random() to a stronger, more appropriate PRNGKris Kennaway2001-03-051-19/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+8
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Fix typo: s/memberhip/membership/Peter Wemm2001-01-021-1/+1
* Convert to use the <sys/queue.h> macros rather than fiddling with the queueBen Smithurst2000-12-292-4/+4
* Make the comment generated in /etc/pw.conf match realityDoug Barton2000-12-181-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-15/+15
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-222-3/+22
* Move test for -w flag outside of the code dealing with -D (defaults).David Nugent2000-07-201-2/+2