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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Just when you thought it was safe...
wpaul
1995-08-07
1
-13
/
+188
*
Don't depend on bogusly-installed <tzfile.h>.
wollman
1995-08-05
1
-1
/
+1
*
Null terminate all strings returned by the dummy uname() routine,
mpp
1995-07-31
2
-18
/
+26
*
Fix the synopsis of signal() again. Now it is uglier but correct.
bde
1995-07-16
1
-2
/
+2
*
Do the same sanity checking in _pw_breakout_yp() that we do in
wpaul
1995-06-26
1
-16
/
+19
*
Fix for a potential problem reported by a user I bumped into on IRC
wpaul
1995-06-26
1
-9
/
+14
*
Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' and
wpaul
1995-06-23
1
-7
/
+43
*
Don't cast void functions to void.
hsu
1995-06-20
4
-7
/
+7
*
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
25
-124
/
+124
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-1
/
+1
*
Parse ^? now, our termcap use it and some termcaps from other
ache
1995-05-14
1
-1
/
+5
*
Fix bracket error for LogMask
ache
1995-05-02
1
-1
/
+1
*
Added function and man page for ftok(3), used in conjunction with
joerg
1995-05-01
2
-0
/
+135
*
Small fix for the following problems:
wpaul
1995-04-29
1
-2
/
+10
*
in _freecaches(): strdup() allocates us memory -- remember to free it.
wpaul
1995-04-22
1
-10
/
+18
*
Fix bugs in opendir():
bde
1995-04-21
1
-9
/
+23
*
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
*
Add err_set_file() and err_set_exit() functions to make it possible for
wollman
1995-04-13
2
-18
/
+64
*
Add missing header reference
ache
1995-04-09
1
-0
/
+1
*
The man page setmode(3) declares `void setmode' when it should be
joerg
1995-04-05
1
-1
/
+1
*
getpwent.c: fix problem with emacs dumping core when NIS is enabled. Also
wpaul
1995-04-04
3
-21
/
+34
*
Clear IGNPAR in cfmakeraw() instead of set it.
ache
1995-03-29
1
-2
/
+2
*
Use yp_order() instead of yp_first() in _havemaster() to check for the
wpaul
1995-03-27
1
-7
/
+7
*
scandir(3) didn't transfer d_type, and d_ino is called d_fileno now.
phk
1995-03-25
1
-1
/
+2
*
Add calls to endgrent() and endnetgrent() to the end of _createcaches().
wpaul
1995-03-25
1
-0
/
+2
*
Make sanity checks saner: don't let setnetgrent() or innetgr() swallow
wpaul
1995-03-24
1
-2
/
+8
*
Change strtok() to strsep(), using strtok() can cause memory corruption
ache
1995-03-24
1
-16
/
+29
*
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
*
Don't let setnetgrent() operate on a null or empty group name: it can
wpaul
1995-03-23
1
-0
/
+4
*
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
*
Use better/stronger/faster NIS lookup code: by using yp_match() instead of
wpaul
1995-03-21
1
-44
/
+14
*
Whoops: expanding netgroups that reference multiple netgroups doesn't
wpaul
1995-03-19
1
-1
/
+1
*
Two major changes:
wpaul
1995-03-19
1
-4
/
+71
*
Fix 'putting +: in /etc/group causes many programs to dump core' bug
wpaul
1995-03-18
1
-1
/
+11
*
stdio.h --> unistd.h
ache
1995-03-09
1
-1
/
+1
*
Explain the full story, and make it understandable too.
phk
1995-02-25
1
-2
/
+7
*
fix the synopsis to show
phk
1995-02-24
1
-5
/
+1
*
Add missing #include <time.h> with time() prototype
ache
1995-02-24
1
-0
/
+1
*
Bruce pointed out, that a misleading warning would be issued
se
1995-02-17
1
-1
/
+1
*
Protect against duplicate gids in group list (as could be the
se
1995-02-17
1
-2
/
+5
*
Backed out Keith Bostic's getcwd/$PWD hack. It is causing things to break
dg
1995-02-07
2
-31
/
+6
*
Document the getenv(PWD) feature.
phk
1995-02-05
1
-1
/
+7
*
Collapsed _masterpw_breakout_yp() and _pw_breakout_yp() into a
wpaul
1995-02-05
1
-72
/
+20
[next]