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
/
quotafile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use strlcpy() instead of strncpy() to ensure that qf->fsname is NUL
truckman
2016-05-13
1
-1
/
+1
*
libutil: Use O_CLOEXEC for internal file descriptors from open().
jilles
2013-08-28
1
-3
/
+5
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-1
/
+1
*
Debugging nits found while testing the new 64-bit quota code.
mckusick
2010-03-16
1
-16
/
+18
*
Add and document the quota_convert function which converts between the
mckusick
2009-12-28
1
-2
/
+97
*
Minor bugs turned up during conversion of quotacheck.
mckusick
2009-12-27
1
-6
/
+7
*
Add and document new quoat_on and quota_off functions.
mckusick
2009-11-16
1
-2
/
+16
*
Add quota_maxid which returns the maximum user (or group) identifier
mckusick
2009-10-20
1
-4
/
+22
*
Further extend the quotafile API.
des
2009-09-26
1
-32
/
+69
*
Style
des
2009-09-25
1
-6
/
+6
*
Update the quotafile library to manage both active quotas via the
mckusick
2009-02-14
1
-88
/
+191
*
Make hasquota thread safe.
mckusick
2009-02-13
1
-9
/
+8
*
Move hasquota() function to libutil.
mckusick
2009-02-13
1
-2
/
+54
*
Bug fixes found from using these functions in edquota.
mckusick
2009-02-10
1
-2
/
+2
*
WIP
des
2009-01-30
1
-0
/
+272