summaryrefslogtreecommitdiffstats
path: root/lib/libutil/gr_util.c
Commit message (Expand)AuthorAgeFilesLines
* commit correct tested fix for gr_util.cdb2013-03-091-46/+58
* Cleanup gr_add() so it does not leak memdb2013-03-071-52/+85
* libutil: fix typo in comment for gr_fini.mjg2013-01-131-1/+1
* libutil: utilize strsep instead of strcat in a loop in gr_makemjg2013-01-131-6/+10
* libutil: move group_line_format into the scop of its only user.mjg2013-01-131-2/+1
* libutil: eliminate 'found' variable in gr_equalmjg2013-01-131-8/+5
* Simplify pointing dst after the end of all the gr_mem pointers in newgrbapt2012-12-281-2/+1
* errno = ENOMEM was supposed to be removed not return (NULL);bapt2012-12-281-1/+1
* malloc() sets errno to ENOMEM already.bapt2012-12-281-5/+1
* Do not leave parts of the new group uninitialized in gr_dup().bapt2012-12-281-0/+4
* avoid arithmetic on uintptr_tbapt2012-12-271-1/+1
* cast to uintptr_t to properly calculate offsetbapt2012-12-271-1/+1
* Add O_CLOEXEC to flopenbapt2012-12-271-1/+1
* gr_dup: simplify duplication of groupbapt2012-12-271-21/+20
* - Clean up previous gr_add use malloc instead of callocbapt2012-12-271-4/+3
* New gr_add function to provide a clean and safe method to append a new memberbapt2012-12-271-0/+40
* Use flopen(3) instead of open(2) + flock(2)bapt2012-12-271-4/+2
* only rename(2) after chmod(2) has succeedbapt2012-11-201-7/+3
* change mode the group file to 0644 after a successfull rename(2)bapt2012-11-201-1/+8
* backout r242319, racy and not done in the right placebapt2012-10-291-9/+0
* make pw_init and gr_init fail if the specified master password or group file isbapt2012-10-291-0/+11
* Modify pw_copy:bapt2011-12-151-0/+296
* Remove a dead store.scf2009-12-121-2/+2
* Fixed style issues with variable ordering and naming, spacing andscf2008-11-231-75/+97
* style(9) fixes.scf2008-11-111-20/+14
* Add four utility functions related to struct grp processing modeled in-partscf2008-04-231-0/+234
OpenPOWER on IntegriCloud