summaryrefslogtreecommitdiffstats
path: root/pw/cpdir.c
Commit message (Collapse)AuthorAgeFilesLines
* Recommit everything, add chpass, improve history (except for a few files ↵Cameron Katri2021-05-021-1/+1
| | | | that git-filter-repo dislikes for some reason [_secure_path.c and login_cap.h])
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended.
* 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-0/+131
|
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-130/+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.
* 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>