summaryrefslogtreecommitdiffstats
path: root/pw/cpdir.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unneeded headersBaptiste Daroussin2016-03-261-1/+0
| | | | Found by 'include-what-you-use'
* Cleanup a bit includesBaptiste Daroussin2015-08-021-6/+1
|
* Rework the home directory creation and copy or the skel content to use *atBaptiste Daroussin2015-07-121-77/+75
| | | | | | | | | functions This allows to simplify the code a bit for -R by not having to keep modifying path and also prepare the code to improve support -R in userdel While here, add regression tests for the functionality
* readlink len-1Kevin Lo2012-02-141-1/+1
|
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-4/+4
|
* Stop hard-coding default directory mode as 0777.Jung-uk Kim2011-03-081-1/+2
|
* Do the right thing with symlinks in the skeleton directory.Lukas Ertl2007-03-301-1/+7
| | | | PR: bin/63659
* Remove unused variables.Stefan Farfeleder2005-04-091-4/+1
|
* Support propogation of file flags when building a homedir from theDavid Nugent2000-07-131-6/+17
| | | | | | | skeleton directory. sprintf() -> snprintf() cleanup. PR: bin/8756 Submitted by: "Nickolay N. Dudorov" <nnd@itfs.nsk.su>
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
|
* Use err(3) instead of local redefinition. Add rcsid string.Philippe Charnier1997-10-101-8/+11
|
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
|
* 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.
* Copyright update by the author, to be more in line with our sampleJoerg Wunsch1996-12-101-12/+6
| | | | | | copyright. Submitted by: David Nugent
* Upgrade from the author, reflecting all my wishes resulting out of theJoerg Wunsch1996-12-091-0/+1
| | | | | | | | sysinstall use of this tool (plus some bug fixes). 2.2 candidate... Submitted by: David Nugent <davidn@nserver.usn.blaze.net.au>
* pw(8) -- a backend utility to manage the user and group databases.Joerg Wunsch1996-12-091-0/+118
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>