summaryrefslogtreecommitdiffstats
path: root/libutil
Commit message (Expand)AuthorAgeFilesLines
* When passwd or group information is changed (by pw, vipw, chpass, ...)Renato Botelho2015-07-022-3/+21
* revert r283969,283970 not needed anymore after r283981Baptiste Daroussin2015-06-042-29/+3
* Add a pw_mkdb2(3) function which does the same thing as pw_mkdb(3) exceptBaptiste Daroussin2015-06-032-3/+29
* Export a list of VM objects in the system via a sysctl. The list can beJohn Baldwin2015-05-271-0/+2
* gr_equal(): Fix a crash that could occur if the first group's member listMark Johnston2015-01-251-15/+10
* Fix renaming a group via the gr_copy functionBaptiste Daroussin2014-10-281-5/+12
* libutil: Use O_CLOEXEC for internal file descriptors from open().Jilles Tjoelker2013-08-281-0/+819
* commit correct tested fix for gr_util.cDiane Bruce2013-03-091-46/+58
* Cleanup gr_add() so it does not leak memDiane Bruce2013-03-072-53/+86
* libutil: fix typo in comment for gr_fini.Mateusz Guzik2013-01-131-1/+1
* libutil: utilize strsep instead of strcat in a loop in gr_makeMateusz Guzik2013-01-131-6/+10
* libutil: move group_line_format into the scop of its only user.Mateusz Guzik2013-01-131-2/+1
* libutil: eliminate 'found' variable in gr_equalMateusz Guzik2013-01-131-8/+5
* Simplify pointing dst after the end of all the gr_mem pointers in newgrBaptiste Daroussin2012-12-281-2/+1
* errno = ENOMEM was supposed to be removed not return (NULL);Baptiste Daroussin2012-12-281-1/+1
* malloc() sets errno to ENOMEM already.Baptiste Daroussin2012-12-281-5/+1
* Do not leave parts of the new group uninitialized in gr_dup().Baptiste Daroussin2012-12-281-0/+4
* avoid arithmetic on uintptr_tBaptiste Daroussin2012-12-271-1/+1
* cast to uintptr_t to properly calculate offsetBaptiste Daroussin2012-12-271-1/+1
* Add O_CLOEXEC to flopenBaptiste Daroussin2012-12-272-2/+2
* gr_dup: simplify duplication of groupBaptiste Daroussin2012-12-271-21/+20
* - Clean up previous gr_add use malloc instead of callocBaptiste Daroussin2012-12-272-5/+4
* New gr_add function to provide a clean and safe method to append a new memberBaptiste Daroussin2012-12-272-0/+42
* Use flopen(3) instead of open(2) + flock(2)Baptiste Daroussin2012-12-272-9/+4
* 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-292-18/+0
* make pw_init and gr_init fail if the specified master password or group file isBaptiste Daroussin2012-10-292-0/+20
* Revert user comparison back to user names as some user can share uids (root/toorBaptiste Daroussin2012-06-191-6/+13
* Detect file modification properly by using tv_nsec.Ed Schouten2012-02-101-1/+2
* Consensus between bde and pjd seemed to be that if the function namesGuy Helmer2012-01-261-8/+8
* Make the comments consistent (capitalization, punctuation, andGuy Helmer2012-01-261-6/+10
* Restore the parenthesis that are necessary around the constant values.Guy Helmer2012-01-261-7/+7
* Fix more disorder in prototypes and constants.Guy Helmer2012-01-161-46/+43
* Move struct pidfh definition into pidfile.c, and leave a forward declarationGuy Helmer2012-01-121-12/+6
* More prototype formatting fixes, struct member formatting fixes,Guy Helmer2012-01-121-10/+17
* Fix prototype formatting (indentation, long lines, and continued lines).Guy Helmer2012-01-111-23/+30
* Fix namespace issues with prototype parameter names.Guy Helmer2012-01-111-32/+32
* Fix forward structure declaration and prototype disorder.Guy Helmer2012-01-111-34/+33
* Constify arguments.Pawel Jakub Dawidek2012-01-111-1/+1
* Add pidfile_fileno() to obtain the file descriptor for an openGuy Helmer2012-01-101-0/+1
* Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwdBaptiste Daroussin2012-01-052-1/+16
* Modify pw_copy:Baptiste Daroussin2011-12-153-1/+1198
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-0/+5
* Don't duplicate define the stdint types.David E. O'Brien2011-05-051-10/+1
* Add support for IEE/IEC (and now also SI) power of two notions ofXin LI2011-04-121-0/+236
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-108-2297/+0
* Remove login(3), logout(3) and logwtmp(3) from libutil.Ed Schouten2010-01-131-4/+0
* Remove a dead store.Sean Farley2009-12-121-2/+2
* Make <libutil.h> work when included by itself.Ed Schouten2009-12-021-0/+28