summaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind
AgeCommit message (Expand)Author
2000-04-11use getifaddrs, to avoid complicated alignment constraint in SIOCGIFCONF.itojun
2000-02-20avoid 64bit alignment issue with SIOCGIFCONF (packed struct access).itojun
1999-08-16Spell "privilege" correctly (correct spelling from Jonathan Stone).simonb
1999-06-06Use pidfile(3).thorpej
1999-02-12<sys/fcntl.h> -> <fcntl.h>kleink
1998-08-21note that messages are send to syslog daemon using facility LOG_DAEMON.bouyer
1998-08-21- Makes ypbind use syslog() (with LOG_DAEMON) instead of warn()/err().bouyer
1998-07-13minor KNF nits.mrg
1998-02-12revert; we can't break the existing ABI and APIlukem
1998-02-10use u_int32_t instead of u_longlukem
1998-01-23* -insecure is for binding to insecure *servers*, not insecure *clients*.lukem
1997-10-25use CPPFLAGS instead of CFLAGSlukem
1997-10-18enable WARNS=1 by default, but disable in unclean 3rd party codelukem
1997-10-06clarify that "domainname" in various pathnames is the actual domain namelukem
1997-10-06use WARNS?=1 not WARNS=1 , cleanup manpage typolukem
1997-07-30Fix files using old TNF copyright noticejtc
1997-07-18Fix typo in previous.thorpej
1997-07-18Cast pointers to u_long before casting to another integral type.thorpej
1997-07-18Teensy change to use WARNS.thorpej
1997-07-07* use _yp_invalid_domain() (from libc) to validate the domainnameslukem
1996-10-02Change name of ypservers file to /var/yp/binding/domain.ypservers.thorpej
1996-10-01.ypservers -> ypservers, to match Solaris 2.5thorpej
1996-10-01Add Luke Mewburn's support for a .ypservers file, which contains a listthorpej
1996-07-25xdr_bool wants a bool_t (which happens to be an int32_t on our port)ws
1996-07-09-DDEAMON is no longer used, so remove it from CFLAGS.thorpej
1996-07-09Fix a misplaced #endif - if DEBUG wasn't defined, ypbind would neverthorpej
1996-06-22Code cleanups.christos
1996-06-03Fix typo that can cause ypbind to assume an error when one doesn'tthorpej
1996-06-03Fix buglet in ypbindproc_domain_2() which caused:thorpej
1996-05-29Pull down yp/xdr fixes from release branch.thorpej
1996-05-13RCS id police.thorpej
1996-03-30apply patch from PR 2085: don't treat XIDs and domain mapping pointerscgd
1996-02-28Copyright assigned to The NetBSD Foundation.thorpej
1995-04-21really nasty hack for the alpha. bigtime XXXcgd
1995-01-15Daemonify only after the bind has been completed, and use daemon().mycroft
1995-01-15Closer to KNF, ANSI, and POSIX.mycroft
1995-01-06Recompute `width' before each select(), as the value of `svc_maxfd' canpk
1994-12-30Avoid getdtablesize(3). Also, remove some useless FD_CLR()s.mycroft
1994-12-23be a bit more careful with types, and prototype scope.cgd
1994-12-22specify man pages the new way.cgd
1994-10-28man page from Jason Thorpederaadt
1994-09-28create ypbind.lock filederaadt
1994-09-20force first binding poll automatically -- someone will need it very soon!deraadt
1994-07-16Keep a server even if we lost contact when noone else is availablews
1994-07-14changes from <ws@tools.de> to do selective pinging of servers.deraadt
1994-07-02from wolfgang, various further cleanup, andderaadt
1994-07-01improved rebinding from ws@tools.dederaadt
1994-05-25correct copyrightderaadt
1994-02-18kill bindirscgd
1993-12-03sunos compatible /var/yp/binding/ files.deraadt