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
Commit message (
Expand
)
Author
Age
Files
Lines
*
When pidptr was passed as NULL to pidfile_open(3), we were returning
pjd
2013-03-14
1
-13
/
+18
*
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
2
-53
/
+86
*
Fixed documented prototype of kinfo_getproc(3).
ru
2013-03-01
1
-2
/
+2
*
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
2
-2
/
+2
*
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
2
-5
/
+4
*
New gr_add function to provide a clean and safe method to append a new member
bapt
2012-12-27
2
-0
/
+42
*
Use flopen(3) instead of open(2) + flock(2)
bapt
2012-12-27
2
-9
/
+4
*
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
*
Fix typo
bapt
2012-11-03
1
-1
/
+1
*
Correct attribution.
des
2012-10-31
1
-3
/
+8
*
Minor mdoc and language fixes.
joel
2012-10-30
1
-3
/
+2
*
Removed unnecessary bits in the header that shows where I stole the template
bapt
2012-10-30
1
-3
/
+0
*
Document the pw_util(3) functions
bapt
2012-10-30
2
-1
/
+299
*
backout r242319, racy and not done in the right place
bapt
2012-10-29
2
-18
/
+0
*
make pw_init and gr_init fail if the specified master password or group file is
bapt
2012-10-29
2
-0
/
+20
*
Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3)
bapt
2012-09-12
1
-1
/
+1
*
Switch the default password hash from md5 to sha512.
des
2012-06-19
1
-1
/
+1
*
Revert user comparison back to user names as some user can share uids (root/toor
bapt
2012-06-19
1
-6
/
+13
*
Finally nuke auth.conf, nine years after it was deprecated. The only
des
2012-06-12
5
-127
/
+7
*
Document that we also support sha256 and sha512.
des
2012-06-08
1
-1
/
+3
*
General mdoc(7) and typo fixes.
gjb
2012-05-12
1
-1
/
+2
*
mdoc: terminate quoted strings.
joel
2012-03-30
1
-53
/
+53
*
mandoc complains loudly when <TAB>s are misused in columnated lists. Fix
joel
2012-03-29
1
-1
/
+1
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
2
-4
/
+4
*
mdoc: sort prologue macros.
joel
2012-03-26
2
-2
/
+2
*
This string should be quoted.
joel
2012-03-26
1
-1
/
+1
*
mdoc: terminate quoted strings.
joel
2012-03-26
1
-21
/
+21
*
Fix various typos in manual pages.
gjb
2012-02-25
1
-2
/
+2
*
Set the O_CLOEXEC flag when opening the pidfile to avoid leaking the
ghelmer
2012-02-20
1
-1
/
+1
*
Detect file modification properly by using tv_nsec.
ed
2012-02-10
1
-1
/
+2
*
Fix NULL ptr dereference in setusercontext if pwd is null,
eadler
2012-02-09
1
-3
/
+6
*
Add a comment to the example that pidfile_* functions can handle pfh being NULL.
pjd
2012-02-08
1
-0
/
+5
*
Note that calling pidfile_write(3) multiple times is fine.
pjd
2012-02-08
1
-1
/
+4
*
Using the O_CLOEXEC flag on open(2) caused the pidfile lock to be lost
ghelmer
2012-02-06
1
-1
/
+1
*
Consensus between bde and pjd seemed to be that if the function names
ghelmer
2012-01-26
1
-8
/
+8
*
Make the comments consistent (capitalization, punctuation, and
ghelmer
2012-01-26
1
-6
/
+10
*
Restore the parenthesis that are necessary around the constant values.
ghelmer
2012-01-26
1
-7
/
+7
[next]