summaryrefslogtreecommitdiffstats
path: root/pw/grupd.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Speed up pw operations that edit /etc/group or /etc/passwdAlan Somers2016-11-181-0/+1
* Close some file descriptor leaks in pwAlan Somers2016-10-211-0/+3
* Cleanup a bit includesBaptiste Daroussin2015-08-021-3/+1
* Add a new global struct pwconf to store etcpath, rootdir and struct userconfBaptiste Daroussin2015-06-071-18/+4
* Remove uneeded intermediate variableBaptiste Daroussin2015-05-311-4/+1
* Remove some uneeded headersBaptiste Daroussin2015-05-091-4/+0
* Simplify string duplication: use strdup instead of malloc + strcpyEitan Adler2012-12-051-6/+5
* Teach pw(8) about how to use pw/gr API to reduce code duplicationBaptiste Daroussin2012-10-301-0/+129
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-171/+0
* Unbreak group operations by reverting previous delta which removed theDima Dorfman2001-08-301-1/+1
* Handle snprintf() returning -1.Brian Somers2001-08-201-1/+1
* Clean up error handling in fileupdate(), which now returns 0 on successDavid Nugent1999-10-261-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 1) Do not blindly ignore file update errors which may occur due to concurrentDavid Nugent1999-02-231-4/+43
* Use err(3) instead of local redefinition. Add rcsid string.Philippe Charnier1997-10-101-3/+5
* 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
* 1) 200 users per group limitation removed and pwDavid Nugent1996-12-211-21/+45
* Copyright update by the author, to be more in line with our sampleJoerg Wunsch1996-12-101-12/+6
* pw(8) -- a backend utility to manage the user and group databases.Joerg Wunsch1996-12-091-0/+111