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
/
libc
/
gen
/
getgrent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
getgrent() and friends should set errno if there is an error.
kientzle
2004-05-17
1
-0
/
+3
*
Back out the `hiding' of strlcpy and strlcat. Several people
nectar
2003-05-01
1
-2
/
+2
*
`Hide' strlcpy and strlcat (using the namespace.h / __weak_reference
nectar
2003-04-29
1
-2
/
+2
*
When using `compat' mode, be sure to re-dispatch setpwent, endpwent,
nectar
2003-04-25
1
-0
/
+29
*
``Strong typing is a crutch for people with weak memories.''
nectar
2003-04-22
1
-3
/
+3
*
Repair a bug in which a faulty group entry (one with only 2 colons)
nectar
2003-04-20
1
-8
/
+6
*
The default if nsswitch.conf(5) is not present is supposed to be the
nectar
2003-04-18
1
-1
/
+1
*
= Implement thread-safe versions of the getpwent(3) and getgrent(3)
nectar
2003-04-17
1
-557
/
+971
*
If realloc(3) fails in copyline(), do not make matters worse by
robert
2003-03-19
1
-6
/
+11
*
Remove unused variable: sz.
tjr
2003-01-04
1
-2
/
+0
*
* Remove __P and convert to ANSI prototypes.
obrien
2002-02-01
1
-16
/
+13
*
Fixed world breakage due to missing include of <sys/cdefs.h> in previous
bde
2002-01-31
1
-1
/
+5
*
Fix FreeBSD IDs.
obrien
2002-01-30
1
-4
/
+2
*
Fix mostly harmless typo:
nectar
2000-12-17
1
-1
/
+1
*
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
nectar
2000-09-06
1
-375
/
+528
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
1
-3
/
+3
*
Allow comments in group database.
wosch
1997-03-08
1
-2
/
+2
*
Small yet significant tweaks/cleanups:
wpaul
1996-12-27
1
-3
/
+5
*
Use dynamic allocated buffers instead static buffers. No member or
wosch
1996-12-25
1
-19
/
+91
*
Add a missing #ifdef YP/#endif pair so that this module will
wpaul
1996-12-21
1
-0
/
+2
*
Apply patch to fix +group YP overrides and prevent SEGV on badly
wpaul
1996-09-05
1
-8
/
+47
*
Minor cleanup, mostly unused vars and missing #includes.
phk
1995-10-22
1
-2
/
+4
*
Some NIS bug stomping:
wpaul
1995-10-06
1
-24
/
+41
*
getgrent.c: adjust _nextypgroup() slightly so that it continues processing
wpaul
1995-09-05
1
-1
/
+4
*
getpwent.c: turn the code that checks the override caches into a
wpaul
1995-09-02
1
-2
/
+7
*
Fix for a potential problem reported by a user I bumped into on IRC
wpaul
1995-06-26
1
-9
/
+14
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Small fix for the following problems:
wpaul
1995-04-29
1
-2
/
+10
*
getpwent.c: fix problem with emacs dumping core when NIS is enabled. Also
wpaul
1995-04-04
1
-2
/
+5
*
Fix 'putting +: in /etc/group causes many programs to dump core' bug
wpaul
1995-03-18
1
-1
/
+11
*
My implementation of YP group file support, modeled after the
wollman
1994-09-20
1
-6
/
+210
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+181