summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypbind (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* handle sa_len being 0 in SIOCGIFCONFderaadt1999-02-161-3/+5
|
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
|
* More man page fixes. Particularly fix uses of it's/its, affect/effect,aaron1998-09-071-2/+2
| | | | | then/than and such. Other miscellaneous problems fixed across these source files.
* oopsderaadt1998-08-151-3/+3
|
* realloc misusederaadt1998-08-151-5/+8
|
* document how to enable YP for each databasederaadt1998-05-121-1/+12
|
* update copyrightderaadt1998-03-231-2/+3
|
* Ifaliases.angelos1998-03-201-2/+4
|
* oopsderaadt1998-02-071-3/+3
|
* snprintfderaadt1998-02-071-10/+10
|
* Add missing code to make /etc/yp/<domain> files actually work (in all cases).downsj1998-02-071-2/+5
|
* $OpenBSD$deraadt1997-09-211-2/+1
|
* add -insecure flag for binding to non-reserved ypservs; problem from pjt@bsd1.phxlab.allied.com; PR#232deraadt1997-06-182-8/+16
|
* i have made a mistake, and i do not yet understand howderaadt1997-06-141-18/+4
|
* if >100 doms requested, start killing old ones to avoid starvation problemsderaadt1997-06-121-4/+18
|
* malloc checks. prevent starvation for > 100 active domain queries.deraadt1997-06-111-3/+15
|
* fcntl rightderaadt1997-05-061-3/+3
|
* doc /etc/yp/DOMAINNAME server list file betterderaadt1997-04-021-2/+5
|
* xid is a u_int32_tderaadt1997-04-021-9/+9
|
* re-init width each time through the loopderaadt1997-03-291-9/+10
|
* correct a typoderaadt1997-03-261-4/+4
|
* careful with name lengths and the xidderaadt1997-03-251-5/+9
|
* randomize xid modederaadt1997-02-011-3/+3
|
* avoid being too paranoid... make it work!deraadt1997-01-301-5/+5
|
* if at first-request-for-a-domain we discover a file /etc/yp/$domainnemederaadt1997-01-302-34/+146
| | | | | | to exist, use it as a list of valid servers instead of doing broadcasts. However, do not change the semantics of -ypset or -ypsetme. Based on the reasoning provided in netbsd pr#1759, lukem@supp.cpr.itg.telecom.com.au
* no need to recalc width before each selectderaadt1997-01-301-9/+9
|
* i wish i tested before every commitderaadt1997-01-301-3/+3
|
* domainname carederaadt1997-01-301-2/+5
|
* SIOCGIFCONF more carefullyderaadt1997-01-221-10/+22
|
* failures bomb, not seizederaadt1996-12-211-3/+3
|
* fix warningsderaadt1996-08-281-10/+21
|
* rmtcr_outval used by xdr_bool, so must be bool_tderaadt1996-07-251-3/+3
|
* commit check finish after work donederaadt1996-07-051-4/+3
|
* bind to localhost for ypsetmederaadt1996-07-011-8/+63
|
* even closer to the yp.x filederaadt1996-06-101-3/+3
|
* mod headersderaadt1996-06-082-2/+4
|
* duh, duh, duhderaadt1996-05-241-2/+2
|
* require ypserv to be on reserved portderaadt1996-05-141-1/+5
|
* ypbind will create /var/yp/binding automatically, prints a warning.deraadt1996-05-051-1/+6
|
* yp depends on /var/yp/bindings, not only /var/ypderaadt1996-04-291-3/+3
|
* uniquify xids; spell my name & address correctly; use yp.h instead ofderaadt1996-04-242-77/+150
| | | | | | | | yp_prot.h and deal with subsequent structure element name and type changes; deal with xdr_domainname() and friends changing types; rename service functions to *_2x() since they have non-standard calling interfaces; add usage(); flush /var/yp/binding/ directory at startup; prefer talking to a ypserv on the localhost
* From NetBSD: merge of 960317niklas1996-03-251-18/+22
|
* stop doing ptr<-->xid conversionsderaadt1995-10-183-14/+36
|
* initial import of NetBSD treederaadt1995-10-183-0/+946