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
/
getpwent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
YP/NIS code: remove unnecessary endgrent() calls which can cause fail on
ache
1999-10-16
1
-5
/
+3
*
Fix longstanding bug "unused stayopen" introduced in rev1.11
ache
1999-10-16
1
-2
/
+6
*
Don't forget to reset _pw_stepping_yp to 0 before returning. Fixes a bug
des
1999-09-06
1
-0
/
+1
*
Apply patch for PR #12008: remember to reset _yp_enabled flag in
wpaul
1999-06-04
1
-0
/
+2
*
Partial fix for the forking problem: if we can't access the master maps,
des
1999-03-27
1
-4
/
+11
*
Restore old semantics (broken in rev 1.47's buffer overflow fix).
eivind
1998-12-17
1
-1
/
+3
*
Prevent buffer overflow in getpwnam()
msmith
1998-10-29
1
-2
/
+2
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
1
-1
/
+1
*
Don't initialize NIS until it is really necessary. Now, in case of network
dt
1998-09-15
1
-55
/
+71
*
XOpen says the void setpwent(void) is correct. Also call setpassent(0)
steve
1998-02-01
1
-7
/
+2
*
Many places in the code NULL is used in integer context, where
phk
1997-09-18
1
-2
/
+2
*
Fix yet a minor stylistic nit from Bruce.
wosch
1997-09-15
1
-4
/
+4
*
Potential bufferflow in getpwent(), getpwnam() and getpwuid()
wosch
1997-09-14
1
-2
/
+7
*
Remove minor warning (for -Wall -Wshadow); clarifies code.
davidn
1997-03-26
1
-3
/
+3
*
Merge from Lite2:
peter
1997-03-11
1
-14
/
+13
*
Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) bad
wpaul
1997-03-10
1
-1
/
+1
*
Small yet significant tweaks/cleanups:
wpaul
1996-12-27
1
-5
/
+7
*
Add support for detecting and hopefully using the passwd.adjunct.byname
wpaul
1996-12-03
1
-13
/
+65
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-3
/
+7
*
Grrrr... yet another variation on Murphy's Law: the best way to find
wpaul
1996-05-07
1
-1
/
+0
*
Very minor tweak:
wpaul
1996-04-29
1
-1
/
+1
*
NIS cleanups and fixes, the next generation.
wpaul
1996-04-16
1
-259
/
+259
*
Getpwent() and getservent() can wind up calling free() with
mpp
1996-01-29
1
-1
/
+0
*
Minor cleanup, mostly unused vars and missing #includes.
phk
1995-10-22
1
-1
/
+1
*
Another tweak/speedup pass:
wpaul
1995-10-11
1
-62
/
+80
*
getgrent.c: adjust _nextypgroup() slightly so that it continues processing
wpaul
1995-09-05
1
-3
/
+6
*
getpwent.c: turn the code that checks the override caches into a
wpaul
1995-09-02
1
-70
/
+65
*
Do the same sanity checking in _pw_breakout_yp() that we do in
wpaul
1995-06-26
1
-16
/
+19
*
Make _havemaster() use yp_first() (again) instead of yp_order() to
wpaul
1995-06-17
1
-2
/
+6
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-0
/
+9
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-4
/
+4
*
in _freecaches(): strdup() allocates us memory -- remember to free it.
wpaul
1995-04-22
1
-10
/
+18
*
Head off potential core dump in _havemaster() (we don't need to free any
wpaul
1995-04-15
1
-4
/
+1
*
Better conformance to SunOS behavior: if we can't match a user to one
wpaul
1995-04-14
1
-2
/
+8
*
getpwent.c: fix problem with emacs dumping core when NIS is enabled. Also
wpaul
1995-04-04
1
-16
/
+20
*
Use yp_order() instead of yp_first() in _havemaster() to check for the
wpaul
1995-03-27
1
-7
/
+7
*
Add calls to endgrent() and endnetgrent() to the end of _createcaches().
wpaul
1995-03-25
1
-0
/
+2
*
Yikes! Fix stupid mistake I made in last commit that made getpwent() ignore
wpaul
1995-03-24
1
-9
/
+12
*
As per Justin T. Gibbs's request, agument the +@netgroup/-@netgroup
wpaul
1995-03-24
1
-36
/
+72
*
Very important sanity checks: today I clobbered all four NIS servers on
wpaul
1995-03-23
1
-6
/
+8
*
Lots of fixes/improvements in the +user substitution handling:
wpaul
1995-03-23
1
-52
/
+39
*
Small cleanups:
wpaul
1995-03-23
1
-39
/
+44
*
Phew! Done at last: getpwent now understands +@netgroup/-@netgroup directives
wpaul
1995-03-23
1
-9
/
+212
*
Collapsed _masterpw_breakout_yp() and _pw_breakout_yp() into a
wpaul
1995-02-05
1
-72
/
+20
*
Fixed a rather serious bug that presents itself when FreeBSD is configured
wpaul
1995-02-03
1
-2
/
+16
*
Fix for that last fix... pass the hat. :)
wpaul
1995-02-01
1
-2
/
+1
*
Small fix to _getyppass(): sometimes we can construct the wrong mapname
wpaul
1995-02-01
1
-1
/
+2
*
Some changes for YP password map handling:
wpaul
1995-01-31
1
-6
/
+114
*
Fix unbalanced #endif introduced by yesterday's change.
wollman
1995-01-19
1
-1
/
+1
*
Prevent sites from shooting themselves in the foot while enabling/disabling
wollman
1995-01-17
1
-1
/
+1
[next]