summaryrefslogtreecommitdiffstats
path: root/libutil/gr_util.c
Commit message (Expand)AuthorAgeFilesLines
* New gr_add function to provide a clean and safe method to append a new memberBaptiste Daroussin2012-12-271-0/+40
* Use flopen(3) instead of open(2) + flock(2)Baptiste Daroussin2012-12-271-4/+2
* only rename(2) after chmod(2) has succeedBaptiste Daroussin2012-11-201-7/+3
* change mode the group file to 0644 after a successfull rename(2)Baptiste Daroussin2012-11-201-1/+8
* backout r242319, racy and not done in the right placeBaptiste Daroussin2012-10-291-9/+0
* make pw_init and gr_init fail if the specified master password or group file isBaptiste Daroussin2012-10-291-0/+11
* Modify pw_copy:Baptiste Daroussin2011-12-151-0/+546
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-250/+0
* Remove a dead store.Sean Farley2009-12-121-2/+2
* Fixed style issues with variable ordering and naming, spacing andSean Farley2008-11-231-75/+97
* style(9) fixes.Sean Farley2008-11-111-20/+14
* Add four utility functions related to struct grp processing modeled in-partSean Farley2008-04-231-0/+234