index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libutil
/
gr_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit correct tested fix for gr_util.c
db
2013-03-09
1
-46
/
+58
*
Cleanup gr_add() so it does not leak mem
db
2013-03-07
1
-52
/
+85
*
libutil: fix typo in comment for gr_fini.
mjg
2013-01-13
1
-1
/
+1
*
libutil: utilize strsep instead of strcat in a loop in gr_make
mjg
2013-01-13
1
-6
/
+10
*
libutil: move group_line_format into the scop of its only user.
mjg
2013-01-13
1
-2
/
+1
*
libutil: eliminate 'found' variable in gr_equal
mjg
2013-01-13
1
-8
/
+5
*
Simplify pointing dst after the end of all the gr_mem pointers in newgr
bapt
2012-12-28
1
-2
/
+1
*
errno = ENOMEM was supposed to be removed not return (NULL);
bapt
2012-12-28
1
-1
/
+1
*
malloc() sets errno to ENOMEM already.
bapt
2012-12-28
1
-5
/
+1
*
Do not leave parts of the new group uninitialized in gr_dup().
bapt
2012-12-28
1
-0
/
+4
*
avoid arithmetic on uintptr_t
bapt
2012-12-27
1
-1
/
+1
*
cast to uintptr_t to properly calculate offset
bapt
2012-12-27
1
-1
/
+1
*
Add O_CLOEXEC to flopen
bapt
2012-12-27
1
-1
/
+1
*
gr_dup: simplify duplication of group
bapt
2012-12-27
1
-21
/
+20
*
- Clean up previous gr_add use malloc instead of calloc
bapt
2012-12-27
1
-4
/
+3
*
New gr_add function to provide a clean and safe method to append a new member
bapt
2012-12-27
1
-0
/
+40
*
Use flopen(3) instead of open(2) + flock(2)
bapt
2012-12-27
1
-4
/
+2
*
only rename(2) after chmod(2) has succeed
bapt
2012-11-20
1
-7
/
+3
*
change mode the group file to 0644 after a successfull rename(2)
bapt
2012-11-20
1
-1
/
+8
*
backout r242319, racy and not done in the right place
bapt
2012-10-29
1
-9
/
+0
*
make pw_init and gr_init fail if the specified master password or group file is
bapt
2012-10-29
1
-0
/
+11
*
Modify pw_copy:
bapt
2011-12-15
1
-0
/
+296
*
Remove a dead store.
scf
2009-12-12
1
-2
/
+2
*
Fixed style issues with variable ordering and naming, spacing and
scf
2008-11-23
1
-75
/
+97
*
style(9) fixes.
scf
2008-11-11
1
-20
/
+14
*
Add four utility functions related to struct grp processing modeled in-part
scf
2008-04-23
1
-0
/
+234