aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings.Hiroki Sato2013-07-152-2/+6
* 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
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-2/+0
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
* Revert changes in r228790. It prevented the ypserv daemon from working withHiroki Sato2012-01-171-3/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+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
* Spelling fixes.Joel Dahl2010-08-011-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
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-2/+2
* To remove a server, one should use double backslash, and half of themDmitry Morozovsky2009-12-271-1/+1
* - Fix main() to use two separated sockets for the two transportsHiroki Sato2009-12-132-116/+300
* - In ypproc_all_2_svc(), yp_fork() is called only when !debug case.Jun Kuriyama2009-12-041-1/+4
* - Replace magic number with YPOLDVERS macro (which may be missed inJun Kuriyama2009-12-041-1/+1
* Support shadow.byname and shadow.byuid maps, protecting them byBrian Somers2009-06-253-27/+81
* Add -P <port> option to allow binding to a specific port.Matteo Riondato2008-02-032-3/+61
* o Re-arrange parentheses and fix a conition logic for !do_dns case.Maxim Konovalov2006-06-091-2/+2
* o Add /etc/shells to a source files list.Maxim Konovalov2006-06-081-0/+2
* o NIS clients ask for "shells" map not "shells.list".Maxim Konovalov2006-06-081-2/+1
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]Colin Percival2006-05-311-15/+22
* - Let make(1) track dependencies and regen netid map when needed.Ruslan Ermilov2006-04-131-8/+1
* Remove unused variables. int -> size_t for lenghts.Philippe Charnier2005-05-202-3/+2
* add targets for ipnodes.byname and ipnodes.byaddr which carriesHajimu UMEMOTO2005-05-021-0/+38
* fix typo in previos commit.Hajimu UMEMOTO2005-05-021-2/+2
* teach IPv6 to async DNS resolver in ypserv:Hajimu UMEMOTO2005-05-023-27/+61
* Use socklen_t where appropriate.Stefan Farfeleder2005-03-112-6/+10
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-3/+3
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Utilize FILES, SCRIPTS, and SYMLINKS. While here, fixed a bug inRuslan Ermilov2004-10-181-9/+8
* Sort SEE ALSO references (in dictionary order, ignoring case).Ruslan Ermilov2004-07-041-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Eliminated two dozens of superfluous cats and two r-cats (sorry, Jordan).Ruslan Ermilov2003-06-131-73/+51
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-037-28/+14
* style.Makefile(5)David E. O'Brien2003-04-041-2/+2
* Add a target for the creation of a /etc/shells map and add it toRobert Drehmel2003-03-211-2/+12
* ypserv(8) is now started from rc.dMike Makonnen2003-01-231-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-10/+6
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* The resolver library does a pretty acceptable set of domainMark Murray2002-09-201-19/+2
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-1/+1
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-2/+2
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-2/+2