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
/
usr.sbin
/
ypserv
/
yp_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staticfy and constify some variables and clean up the code a bit to make it
araujo
2015-07-28
1
-4
/
+2
*
Fix a wrong memcpy of struct sockaddr.
hrs
2013-07-12
1
-3
/
+2
*
Fix socket calls on error post-r243965.
kevlo
2012-12-21
1
-1
/
+1
*
Revert changes in r228790. It prevented the ypserv daemon from working with
hrs
2012-01-17
1
-3
/
+1
*
- Fix style(9) bug I introduced in the last commit
eadler
2011-12-21
1
-1
/
+1
*
- Remove extraneous null ptr deref checks
eadler
2011-12-21
1
-2
/
+5
*
Protect NIS server with madvise(2) since this daemon is required
glebius
2011-10-25
1
-0
/
+4
*
Add missing argument for -h in usage.
kuriyama
2011-06-20
1
-1
/
+1
*
Simply ignore unsupported protocols listed in /etc/netconfig and
hrs
2010-01-20
1
-4
/
+10
*
Try a privileged port for binding whenever possible because the
hrs
2010-01-20
1
-7
/
+12
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
1
-2
/
+2
*
- Fix main() to use two separated sockets for the two transports
hrs
2009-12-13
1
-115
/
+290
*
- Replace magic number with YPOLDVERS macro (which may be missed in
kuriyama
2009-12-04
1
-1
/
+1
*
Add -P <port> option to allow binding to a specific port.
matteo
2008-02-03
1
-2
/
+56
*
Remove unused variables. int -> size_t for lenghts.
charnier
2005-05-20
1
-1
/
+0
*
Use socklen_t where appropriate.
stefanf
2005-03-11
1
-1
/
+1
*
Use __FBSDID over rcsid[]. Protect copyright[] where needed.
obrien
2003-05-03
1
-4
/
+2
*
ANSIfy and remove some dead code.
des
2002-02-06
1
-8
/
+8
*
Apply the following mechanical transformations in preparation for
des
2002-02-06
1
-4
/
+4
*
Don't call syslog() without a format string.
kris
2000-07-12
1
-2
/
+2
*
Remove a bogus include.
asmodai
2000-04-29
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add some extra checks to make sure that a child ypserv process doesn't
wpaul
1999-04-29
1
-9
/
+13
*
Add some tweaks to hopefully fix a problem I've started to notice recently.
wpaul
1999-02-10
1
-3
/
+3
*
Protect errno in signal handlers, like in portmap.
wpaul
1998-06-04
1
-2
/
+8
*
Fix a bug in the database handle caching. This has to do with the way the
wpaul
1998-02-11
1
-2
/
+2
*
Typos in man page. Cosmetics in error strings.
charnier
1997-10-29
1
-23
/
+24
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-3
/
+3
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-2
/
+2
*
Make the select() call work like the others in the system.. ie: don't
peter
1996-12-30
1
-3
/
+5
*
Fix harmless bug found by new pointer-to-function prototypes.
peter
1996-12-30
1
-4
/
+4
*
More async resolver refinements:
wpaul
1996-12-25
1
-4
/
+3
*
Big round o changes:
wpaul
1996-12-22
1
-4
/
+16
*
Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing
wpaul
1996-12-03
1
-1
/
+40
*
This commit changes the YPPROC_ALL procecdure so that it handles requests
wpaul
1996-11-30
1
-42
/
+3
*
Small touch-ups -- no functional changes.
wpaul
1996-05-31
1
-5
/
+6
*
Performance enhancements (I hope) and new stuff:
wpaul
1996-04-28
1
-3
/
+8
*
Add support for NIS v1 client procedures. The following procedures
wpaul
1996-02-26
1
-25
/
+14
*
Add real securenets support. By default, ypserv now uses /var/yp/securenets
wpaul
1996-02-24
1
-2
/
+9
*
A few small tweaks related to ypxfr:
wpaul
1995-12-23
1
-5
/
+5
*
This commit was generated by cvs2svn to compensate for changes in r12891,
wpaul
1995-12-16
1
-0
/
+315