| Age | Commit message (Expand) | Author |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-12-10 | Modify the licences of code written by Theo De Raadt from a 4-clause | agc |
| 2003-11-17 | Apply patch proposted to tech-userlevel on Sun, 12 Oct 2003: | bouyer |
| 2003-09-05 | width needs to be updated before each loop, because svc_maxfd may have | bouyer |
| 2002-07-06 | ANSIfy, remove __P(), unifdef __STDC__. | wiz |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-02 | Improve markup in once place, sort SEE ALSO, use standard headers. | wiz |
| 2002-01-19 | Whitespace nits. | wiz |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-01-11 | use LOG_WARNING for warnings and LOG_ERR for fatal errors | lukem |
| 2000-12-20 | __CONCAT does token pasting, not string concatnation. if something like: | cgd |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-04-11 | use getifaddrs, to avoid complicated alignment constraint in SIOCGIFCONF. | itojun |
| 2000-02-20 | avoid 64bit alignment issue with SIOCGIFCONF (packed struct access). | itojun |
| 1999-08-16 | Spell "privilege" correctly (correct spelling from Jonathan Stone). | simonb |
| 1999-06-06 | Use pidfile(3). | thorpej |
| 1999-02-12 | <sys/fcntl.h> -> <fcntl.h> | kleink |
| 1998-08-21 | note 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-13 | minor KNF nits. | mrg |
| 1998-02-12 | revert; we can't break the existing ABI and API | lukem |
| 1998-02-10 | use u_int32_t instead of u_long | lukem |
| 1998-01-23 | * -insecure is for binding to insecure *servers*, not insecure *clients*. | lukem |
| 1997-10-25 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-18 | enable WARNS=1 by default, but disable in unclean 3rd party code | lukem |
| 1997-10-06 | clarify that "domainname" in various pathnames is the actual domain name | lukem |
| 1997-10-06 | use WARNS?=1 not WARNS=1 , cleanup manpage typo | lukem |
| 1997-07-30 | Fix files using old TNF copyright notice | jtc |
| 1997-07-18 | Fix typo in previous. | thorpej |
| 1997-07-18 | Cast pointers to u_long before casting to another integral type. | thorpej |
| 1997-07-18 | Teensy change to use WARNS. | thorpej |
| 1997-07-07 | * use _yp_invalid_domain() (from libc) to validate the domainnames | lukem |
| 1996-10-02 | Change name of ypservers file to /var/yp/binding/domain.ypservers. | thorpej |
| 1996-10-01 | .ypservers -> ypservers, to match Solaris 2.5 | thorpej |
| 1996-10-01 | Add Luke Mewburn's support for a .ypservers file, which contains a list | thorpej |
| 1996-07-25 | xdr_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-09 | Fix a misplaced #endif - if DEBUG wasn't defined, ypbind would never | thorpej |
| 1996-06-22 | Code cleanups. | christos |
| 1996-06-03 | Fix typo that can cause ypbind to assume an error when one doesn't | thorpej |
| 1996-06-03 | Fix buglet in ypbindproc_domain_2() which caused: | thorpej |
| 1996-05-29 | Pull down yp/xdr fixes from release branch. | thorpej |
| 1996-05-13 | RCS id police. | thorpej |
| 1996-03-30 | apply patch from PR 2085: don't treat XIDs and domain mapping pointers | cgd |
| 1996-02-28 | Copyright assigned to The NetBSD Foundation. | thorpej |
| 1995-04-21 | really nasty hack for the alpha. bigtime XXX | cgd |
| 1995-01-15 | Daemonify only after the bind has been completed, and use daemon(). | mycroft |
| 1995-01-15 | Closer to KNF, ANSI, and POSIX. | mycroft |
| 1995-01-06 | Recompute `width' before each select(), as the value of `svc_maxfd' can | pk |
| 1994-12-30 | Avoid getdtablesize(3). Also, remove some useless FD_CLR()s. | mycroft |