aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
Commit message (Expand)AuthorAgeFilesLines
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-4/+4
* Remove a bogus include.Jeroen Ruigrok van der Werven2000-04-291-1/+0
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-5/+10
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-012-34/+68
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-232-16/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2813-13/+13
* Modify yp_mkdb so that it only checks for bogus '+' and '-' charactersBill Paul1999-08-221-7/+7
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
* Fix typo (missing double quote)Nick Hibma1999-06-241-2/+2
* Close PR #10971: flush the database cache after forking in ypproc_all_2_svc()Bill Paul1999-04-301-0/+8
* Close PR #10970: exit at the end of ypproc_all_2_svc() instead of returning.Bill Paul1999-04-301-3/+10
* Add some extra checks to make sure that a child ypserv process doesn'tBill Paul1999-04-293-18/+30
* Close PR #11122: check key length before calling strncmp()Bill Paul1999-04-141-3/+4
* Fix reference to rpc.yppasswdd.Guy Helmer1999-03-021-2/+2
* Add a reference to the ypinit(8) command.Guy Helmer1999-02-231-1/+7
* Add some tweaks to hopefully fix a problem I've started to notice recently.Bill Paul1999-02-102-10/+20
* Sort cross references.Wolfram Schneider1998-08-311-2/+2
* DNS lookups for partially qualified hosts didn't work right. I was tryingBill Paul1998-08-101-5/+2
* A comment in /usr/src/usr.sbin/ypserv/Makefile.ypPoul-Henning Kamp1998-07-221-4/+3
* Allow blank lines in /var/yp/securenets.Dag-Erling Smørgrav1998-07-151-2/+3
* If we get back too much data to fit in result, return NULL. This avoidsWarner Losh1998-06-091-1/+5
* Protect errno in signal handlers, like in portmap.Bill Paul1998-06-041-2/+8
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-2/+2
* Removed bogus dependencies of generated .c files on generated headers.Bruce Evans1998-05-101-3/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-232-4/+4
* Fixed `make -jN' for large N, as usual. Too usual for yp programs.Bruce Evans1998-03-061-2/+2
* *sigh* I will not commit late at night. I will not commit late at night.Bill Paul1998-02-211-2/+1
* Arghhh.... another missing backslash. Yes, I feel stupid.Bill Paul1998-02-201-2/+2
* Doh! Replace backslash that got eaten by gremlins in the last commit.Bill Paul1998-02-181-2/+2
* Close PR #2206: fix the services.byname target so that it can handleBill Paul1998-02-131-5/+7
* Fix a bug in the database handle caching. This has to do with the way theBill Paul1998-02-114-12/+16
* Fix Makefile.yp so that it no longer creates a temporary file calledBill Paul1998-02-041-83/+47
* Allow comments to begin with multiple '#' characters.Steve Price1998-01-251-22/+22
* Some touchups courtesy of Philippe Charnier.Bill Paul1997-11-162-13/+18
* Add a ypinit script and man page (script lifted from OpenBSD and haquedBill Paul1997-11-104-14/+673
* Fix typo: 129.168.128.0 -> 192.168.128.0Justin M. Seger1997-11-011-2/+2
* Typos in man page. Cosmetics in error strings.Philippe Charnier1997-10-299-133/+182
* Don't initialize structures from other variables; gcc -ansi -pedanticBill Paul1997-08-101-6/+7
* Fix for PR #4147: apparently BIND now returns a status of NO_RECOVERYBill Paul1997-07-281-3/+4
* Fix a bug in the async DNS resolver that can crash ypserv. yp_prune_dnsq()Bill Paul1997-07-271-4/+9
* Fix a very stupid heap corruption bug: in ypproc_match_2_svc(), whenBill Paul1997-07-211-9/+7
* Back out one of my paranoia tests from the last commit here; yp_access()Bill Paul1997-04-281-17/+1
* fix some typos, and some slight clean up...John-Mark Gurney1997-04-151-48/+57
* Add a sanity test to ypproc_xfr_2_svc(): check that the map and domainBill Paul1997-04-101-8/+48
* 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-2211-16/+16
* Two small tweaks:Bill Paul1997-02-091-3/+3
* Close PR# 2645: add curly braces where my fevered brain in collusionBill Paul1997-02-061-1/+2
* Typo.Thomas Gellekum1997-02-041-1/+1
* Fix bug that slipped through last big round of changes: sometimesBill Paul1997-01-201-1/+6