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
*
Eliminate double whitespace.
ru
2004-07-03
1
-1
/
+1
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
14
-29
/
+52
*
Humanize_number(3) is a part of libutil.
pjd
2004-05-25
1
-0
/
+2
*
You want to include libutil.h, not util.h.
trhodes
2004-05-25
1
-4
/
+7
*
Add humanize_number(3) to libutil for formating numbers into a human
pjd
2004-05-24
4
-4
/
+312
*
Don't depend on NULL's expansion being a pointer, cast it before it is passed
stefanf
2004-05-18
1
-3
/
+4
*
Fix and clarify unparsable sentence.
dds
2004-05-11
1
-3
/
+3
*
Bring the description for login_getclassbyname in sync with the function's
dds
2004-05-11
2
-8
/
+28
*
Back out the "clean_environment()" function from libutil.
kientzle
2004-02-29
3
-211
/
+4
*
Add the clean_environment call to libutil.h also.
kientzle
2004-02-26
1
-0
/
+2
*
Add a clean_environment call to libutil.
kientzle
2004-02-26
3
-4
/
+211
*
Bump the major version on libtuil. libutil now relies on the mac_*
rwatson
2003-11-12
1
-1
/
+1
*
Remove __NETBSD_SYSCALLS.
tjr
2003-10-29
1
-6
/
+0
*
(mostly) Clean up some const warnings here. The code takes some liberties
peter
2003-10-26
1
-8
/
+9
*
ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
markm
2003-10-18
17
-137
/
+120
*
Remove a GCC specifig CFLAG. We should be using WARNS=? for this.
markm
2003-10-18
1
-1
/
+1
*
mdoc(7): Properly mark C headers.
ru
2003-09-10
2
-2
/
+2
*
style.Makefile(5)
obrien
2003-08-18
1
-1
/
+1
*
Stage 3 of dynamic root support. Make all the libraries needed to run
gordon
2003-08-17
1
-0
/
+1
*
Tidy up. Sort headers.
markm
2003-06-14
13
-56
/
+53
*
Backout last commit. It is redundant in -CURRENT.
murray
2003-05-05
1
-5
/
+1
*
Note that the idletime setting is not enforced.
murray
2003-05-04
1
-1
/
+5
*
Document the login-backoff and login-retries capabilities.
murray
2003-05-04
1
-0
/
+5
*
Add vmemoryuse to the list.
trhodes
2003-04-26
1
-0
/
+1
*
Brucify.
des
2003-04-10
1
-4
/
+8
*
Correctly detect the case where a password entry was changed while we were
des
2003-04-09
1
-2
/
+7
*
Apply the correct fix for bin/50679: don't mess around with process groups
des
2003-04-09
1
-13
/
+19
*
Band-aid for the "^C kills the editor" problem. I haven't yet found the
des
2003-04-08
1
-10
/
+6
*
The .Fn function
charnier
2003-03-24
12
-31
/
+53
*
Make pw_edit() use /bin/sh to interpret the EDITOR environment
das
2003-03-17
1
-2
/
+12
*
Re-document unimplemented capabilities that were removed in the last
das
2003-03-05
1
-0
/
+57
*
- Document the fact that we now use pam_passwdqc(8) to check
das
2003-03-03
1
-58
/
+16
*
mdoc(7) police: markup laundry.
ru
2003-02-23
1
-1
/
+3
*
Now return NULLified struct in case of empty config file
ache
2003-01-27
1
-6
/
+9
*
Handle read errors
ache
2003-01-27
1
-3
/
+6
*
Add (unsigned char) cast to ctype macros
ache
2003-01-19
1
-13
/
+31
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
english(4) police.
schweikh
2002-12-27
2
-2
/
+2
*
Document the `label' capability.
chris
2002-11-22
1
-0
/
+2
*
Oops. Some ut_time stuff slipped through the cracks. These turned out
peter
2002-11-17
2
-2
/
+4
*
Add LOGIN_SETMAC to the list of flags that can't be set without class
rwatson
2002-11-12
1
-1
/
+1
*
Use "deprecated" instead of "depreciated" where appropriate.
sheldonh
2002-10-30
1
-1
/
+1
*
Don't forget to '\n'-terminate new entries. This unbreaks chpass -a.
des
2002-10-29
1
-1
/
+2
*
If LOGIN_SETMAC is set and MAC is enabled in the kernel, then see
rwatson
2002-10-23
1
-0
/
+27
*
Zap now-unused SHLIB_MINOR
peter
2002-09-28
1
-1
/
+0
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
2
-2
/
+2
*
Add LOGIN_SETMAC, which will indicate to the user context management code
rwatson
2002-08-16
1
-1
/
+2
*
Whitespace cleanup--it's not style(9), but it is consistent. Prep
rwatson
2002-08-11
1
-3
/
+3
*
mdoc(7) police: spelling.
ru
2002-08-09
1
-1
/
+1
*
Add additional field 'overwrite' to login_vars. It mainly needed to handle
ache
2002-06-28
1
-10
/
+11
[next]