| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Validate input of pw usermod -h and pwusermod -H | Baptiste Daroussin | 2015-07-04 | 1 | -0/+2 |
| | | | | | | | | Push the code that set the password into a separate function to improve readability Add regression tests about pw usermod -h and pw usermod -H | ||||
| * | Fix generating configuration file | Baptiste Daroussin | 2015-06-07 | 1 | -0/+1 |
| | | |||||
| * | Fix duplicate checking | Baptiste Daroussin | 2015-06-07 | 1 | -0/+1 |
| | | |||||
| * | In case of rename validate the length of the new name | Baptiste Daroussin | 2015-06-07 | 1 | -0/+1 |
| | | | | | Check early that the new name fits MAXLOGNAME and store it in pwconf | ||||
| * | Handle -7 via gloval pwconf | Baptiste Daroussin | 2015-06-07 | 1 | -0/+1 |
| | | |||||
| * | Handle pretty print (-P) via global pwconf | Baptiste Daroussin | 2015-06-07 | 1 | -0/+1 |
| | | |||||
| * | Handle dryrun (-N) via global pwconf | Baptiste Daroussin | 2015-06-07 | 1 | -0/+2 |
| | | |||||
| * | Sort headers | Baptiste Daroussin | 2015-06-07 | 1 | -2/+2 |
| | | |||||
| * | Add a new global struct pwconf to store etcpath, rootdir and struct userconf | Baptiste Daroussin | 2015-06-07 | 1 | -4/+32 |
| | | | | | | Do not add anymore -R and -V to arglist Add an error message if both -V and -R are set in arguments | ||||
| * | New pw -R rootdir option | Baptiste Daroussin | 2015-06-03 | 1 | -0/+4 |
| | | | | | | | | | This allows to set an alternate root directory in which the users/groups will be manipulated Requested by: gjb, ian Tested by: gjb | ||||
| * | Remove dead declaration | Baptiste Daroussin | 2015-05-29 | 1 | -1/+0 |
| | | | | | | PR: 195928 MFC after: 2 days | ||||
| * | Remove extendline definition | Baptiste Daroussin | 2015-05-10 | 1 | -3/+0 |
| | | | | | Remove now unused PWBUFSZ define | ||||
| * | Teach pw(8) about how to use pw/gr API to reduce code duplication | Baptiste Daroussin | 2012-10-30 | 1 | -0/+121 |
| | | | | | MFC after: 2 months | ||||
| * | Create the altix project branch. The altix project will add support | Marcel Moolenaar | 2010-03-10 | 1 | -160/+0 |
| | | | | | | | | for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting is a two-module system, consisting of a base compute module and a CPU expansion module. SGI's NUMAFlex architecture can be an excellent platform to test CPU affinity and NUMA-aware features in FreeBSD. | ||||
| * | de-__P() | Alfred Perlstein | 2002-07-11 | 1 | -42/+42 |
| | | |||||
| * | Portability fixes for other bsd4.4 derivatives. | David Nugent | 2000-01-15 | 1 | -5/+9 |
| | | |||||
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| | | |||||
| * | 1) Do not blindly ignore file update errors which may occur due to concurrent | David Nugent | 1999-02-23 | 1 | -4/+79 |
| | | | | | | | updating 2) Add -V <etcdir>, which allows maintaining user/group database in alternate locations other than /etc. | ||||
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| | | |||||
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
| * | 1) 200 users per group limitation removed and pw | David Nugent | 1996-12-21 | 1 | -5/+7 |
| | | | | | | | | will handle lines of any length in /etc/group. 2) Fixed bug with usermod -d not updating user's home directory. 3) Minor formatting display changes/fixes with *show -P. | ||||
| * | Copyright update by the author, to be more in line with our sample | Joerg Wunsch | 1996-12-10 | 1 | -12/+6 |
| | | | | | | | copyright. Submitted by: David Nugent | ||||
| * | pw(8) -- a backend utility to manage the user and group databases. | Joerg Wunsch | 1996-12-09 | 1 | -0/+85 |
| sysinstall's new User&group menu will use it, hence it's a 2.2 candidate despite of providing new functionality. Submitted by: David L. Nugent, <davidn@blaze.net.au> | |||||
