summaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind
AgeCommit message (Collapse)Author
2007-10-09missing newlines in printfsTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-01-02return proper server error on failed ypset. Inspired by freebsd; okOtto Moerbeek
deraadt@
2007-01-02Fix setting up the more specific binding for the ypsetmeOtto Moerbeek
functionality. We want to bind to the same ports as the general binding, but with a local address. with and ok deraadt@
2006-04-02#ifdef lint not LINTTheo de Raadt
2004-02-20ypbin creates /var/yp/binding/<domainname>.<version> and /var/run/ypbind.lockHenning Brauer
using open(2) with mode 0644 - however, these files _have_ to be world readable, and open's mode is subject to umask. do an explicit fchmod after open to set the mode to 0644 regardless of umask. ok maja@ deraadt@
2003-08-19very hairy modifications for dynamic fd_set handling. dynamic rpc fd_set'sTheo de Raadt
are just nasty; ok matthieu
2003-07-15protos and repairsTheo de Raadt
2003-06-25remove excess protoTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2002-11-21third person; margaridaTheo de Raadt
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-07-20try to make pingsock and rpcsock resv tooTheo de Raadt
2002-06-29ansiTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-29forgotten xid setting for additional domains; gregs@agilestorage.com, pr 2282Theo de Raadt
2001-11-05remove extra sys/signal.hTheo de Raadt
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-07-27Wall cleanupPeter Valchev
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-11avoid complex alignment constraint in SIOCGIFCONF,Jun-ichiro itojun Hagino
by using getifaddrs(3).
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-01-22ie. -> i.e.,Aaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-02-16handle sa_len being 0 in SIOCGIFCONFTheo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-08-15oopsTheo de Raadt
1998-08-15realloc misuseTheo de Raadt
1998-05-12document how to enable YP for each databaseTheo de Raadt
1998-03-23update copyrightTheo de Raadt
1998-03-20Ifaliases.Angelos D. Keromytis
1998-02-07oopsTheo de Raadt
1998-02-07snprintfTheo de Raadt
1998-02-07Add missing code to make /etc/yp/<domain> files actually work (in all cases).Jason Downs
1997-09-21$OpenBSD$Theo de Raadt
1997-06-18add -insecure flag for binding to non-reserved ypservs; problem from ↵Theo de Raadt
pjt@bsd1.phxlab.allied.com; PR#232
1997-06-14i have made a mistake, and i do not yet understand howTheo de Raadt
1997-06-12if >100 doms requested, start killing old ones to avoid starvation problemsTheo de Raadt
1997-06-11malloc checks. prevent starvation for > 100 active domain queries.Theo de Raadt
1997-05-06fcntl rightTheo de Raadt
1997-04-02doc /etc/yp/DOMAINNAME server list file betterTheo de Raadt
1997-04-02xid is a u_int32_tTheo de Raadt
1997-03-29re-init width each time through the loopTheo de Raadt
1997-03-26correct a typoTheo de Raadt