aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw/pwupd.c
Commit message (Collapse)AuthorAgeFilesLines
* 1) Do not blindly ignore file update errors which may occur due to concurrentDavid Nugent1999-02-231-7/+38
| | | | | | | | | updating 2) Add -V <etcdir>, which allows maintaining user/group database in alternate locations other than /etc. Notes: svn path=/head/; revision=44229
* pwd_mkdb option '-c' was renamed to -C some weeks ago.Wolfram Schneider1998-02-111-4/+4
| | | | | | | | PR: bin/5715 Submitted by: dannyman <dannyman@arh0300.urh.uiuc.edu> Notes: svn path=/head/; revision=33259
* Use err(3) instead of local redefinition. Add rcsid string.Philippe Charnier1997-10-101-2/+5
| | | | Notes: svn path=/head/; revision=30259
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-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. Notes: svn path=/head/; revision=21673
* Remove duplicated #include.David Nugent1997-01-051-2/+1
| | | | Notes: svn path=/head/; revision=21319
* 1) 200 users per group limitation removed and pwDavid Nugent1996-12-211-2/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=20747
* Copyright update by the author, to be more in line with our sampleJoerg Wunsch1996-12-101-12/+6
| | | | | | | | | copyright. Submitted by: David Nugent Notes: svn path=/cvs2svn/branches/DAVIDN/; revision=20302
* Upgrade from the author, reflecting all my wishes resulting out of theJoerg Wunsch1996-12-091-0/+7
| | | | | | | | | | | sysinstall use of this tool (plus some bug fixes). 2.2 candidate... Submitted by: David Nugent <davidn@nserver.usn.blaze.net.au> Notes: svn path=/cvs2svn/branches/DAVIDN/; revision=20267
* pw(8) -- a backend utility to manage the user and group databases.Joerg Wunsch1996-12-091-0/+160
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> Notes: svn path=/cvs2svn/branches/DAVIDN/; revision=20253