aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yp_main.c
Commit message (Expand)AuthorAgeFilesLines
* yp*: fix -fno-common buildKyle Evans2020-04-061-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Staticfy and constify some variables and clean up the code a bit to make itMarcelo Araujo2015-07-281-4/+2
* Fix a wrong memcpy of struct sockaddr.Hiroki Sato2013-07-121-3/+2
* Fix socket calls on error post-r243965.Kevin Lo2012-12-211-1/+1
* Revert changes in r228790. It prevented the ypserv daemon from working withHiroki Sato2012-01-171-3/+1
* - Fix style(9) bug I introduced in the last commitEitan Adler2011-12-211-1/+1
* - Remove extraneous null ptr deref checksEitan Adler2011-12-211-2/+5
* Protect NIS server with madvise(2) since this daemon is requiredGleb Smirnoff2011-10-251-0/+4
* Add missing argument for -h in usage.Jun Kuriyama2011-06-201-1/+1
* Simply ignore unsupported protocols listed in /etc/netconfig andHiroki Sato2010-01-201-4/+10
* Try a privileged port for binding whenever possible because theHiroki Sato2010-01-201-7/+12
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-2/+2
* - Fix main() to use two separated sockets for the two transportsHiroki Sato2009-12-131-115/+290
* - Replace magic number with YPOLDVERS macro (which may be missed inJun Kuriyama2009-12-041-1/+1
* Add -P <port> option to allow binding to a specific port.Matteo Riondato2008-02-031-2/+56
* Remove unused variables. int -> size_t for lenghts.Philippe Charnier2005-05-201-1/+0
* Use socklen_t where appropriate.Stefan Farfeleder2005-03-111-1/+1
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-8/+8
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-4/+4
* Don't call syslog() without a format string.Kris Kennaway2000-07-121-2/+2
* Remove a bogus include.Jeroen Ruigrok van der Werven2000-04-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add some extra checks to make sure that a child ypserv process doesn'tBill Paul1999-04-291-9/+13
* Add some tweaks to hopefully fix a problem I've started to notice recently.Bill Paul1999-02-101-3/+3
* Protect errno in signal handlers, like in portmap.Bill Paul1998-06-041-2/+8
* Fix a bug in the database handle caching. This has to do with the way theBill Paul1998-02-111-2/+2
* Typos in man page. Cosmetics in error strings.Philippe Charnier1997-10-291-23/+24
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Make the select() call work like the others in the system.. ie: don'tPeter Wemm1996-12-301-3/+5
* Fix harmless bug found by new pointer-to-function prototypes.Peter Wemm1996-12-301-4/+4
* More async resolver refinements:Bill Paul1996-12-251-4/+3
* Big round o changes:Bill Paul1996-12-221-4/+16
* Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doingBill Paul1996-12-031-1/+40
* This commit changes the YPPROC_ALL procecdure so that it handles requestsBill Paul1996-11-301-42/+3
* Small touch-ups -- no functional changes.Bill Paul1996-05-311-5/+6
* Performance enhancements (I hope) and new stuff:Bill Paul1996-04-281-3/+8
* Add support for NIS v1 client procedures. The following proceduresBill Paul1996-02-261-25/+14
* Add real securenets support. By default, ypserv now uses /var/yp/securenetsBill Paul1996-02-241-2/+9
* A few small tweaks related to ypxfr:Bill Paul1995-12-231-5/+5
* Import the new, non-GPL ypserv, written by yours truly. FunctionallyBill Paul1995-12-161-0/+315