Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-20 | ypbin creates /var/yp/binding/<domainname>.<version> and /var/run/ypbind.lock | Henning 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-19 | very hairy modifications for dynamic fd_set handling. dynamic rpc fd_set's | Theo de Raadt | |
are just nasty; ok matthieu | |||
2003-07-15 | protos and repairs | Theo de Raadt | |
2003-06-25 | remove excess proto | Theo de Raadt | |
2003-06-02 | remove terms 3 and 4 of some of my licences | Theo de Raadt | |
2002-09-06 | use more socklen_t; pvalchev | Theo de Raadt | |
2002-07-20 | try to make pingsock and rpcsock resv too | Theo de Raadt | |
2002-06-29 | ansi | Theo de Raadt | |
2002-05-30 | minor KNF | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-02-16 | Part 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-29 | forgotten xid setting for additional domains; gregs@agilestorage.com, pr 2282 | Theo de Raadt | |
2001-11-05 | remove extra sys/signal.h | Theo de Raadt | |
2001-07-27 | Wall cleanup | Peter Valchev | |
2000-04-11 | avoid complex alignment constraint in SIOCGIFCONF, | Jun-ichiro itojun Hagino | |
by using getifaddrs(3). | |||
1999-02-16 | handle sa_len being 0 in SIOCGIFCONF | Theo de Raadt | |
1998-08-15 | oops | Theo de Raadt | |
1998-08-15 | realloc misuse | Theo de Raadt | |
1998-03-23 | update copyright | Theo de Raadt | |
1998-03-20 | Ifaliases. | Angelos D. Keromytis | |
1998-02-07 | oops | Theo de Raadt | |
1998-02-07 | snprintf | Theo de Raadt | |
1998-02-07 | Add missing code to make /etc/yp/<domain> files actually work (in all cases). | Jason Downs | |
1997-06-18 | add -insecure flag for binding to non-reserved ypservs; problem from ↵ | Theo de Raadt | |
pjt@bsd1.phxlab.allied.com; PR#232 | |||
1997-06-14 | i have made a mistake, and i do not yet understand how | Theo de Raadt | |
1997-06-12 | if >100 doms requested, start killing old ones to avoid starvation problems | Theo de Raadt | |
1997-06-11 | malloc checks. prevent starvation for > 100 active domain queries. | Theo de Raadt | |
1997-05-06 | fcntl right | Theo de Raadt | |
1997-04-02 | xid is a u_int32_t | Theo de Raadt | |
1997-03-29 | re-init width each time through the loop | Theo de Raadt | |
1997-03-26 | correct a typo | Theo de Raadt | |
1997-03-25 | careful with name lengths and the xid | Theo de Raadt | |
1997-02-01 | randomize xid mode | Theo de Raadt | |
1997-01-30 | avoid being too paranoid... make it work! | Theo de Raadt | |
1997-01-30 | if at first-request-for-a-domain we discover a file /etc/yp/$domainneme | Theo de Raadt | |
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 | |||
1997-01-30 | no need to recalc width before each select | Theo de Raadt | |
1997-01-30 | i wish i tested before every commit | Theo de Raadt | |
1997-01-30 | domainname care | Theo de Raadt | |
1997-01-22 | SIOCGIFCONF more carefully | Theo de Raadt | |
1996-12-21 | failures bomb, not seize | Theo de Raadt | |
1996-08-28 | fix warnings | Theo de Raadt | |
1996-07-25 | rmtcr_outval used by xdr_bool, so must be bool_t | Theo de Raadt | |
1996-07-05 | commit check finish after work done | Theo de Raadt | |
1996-07-01 | bind to localhost for ypsetme | Theo de Raadt | |
1996-06-10 | even closer to the yp.x file | Theo de Raadt | |
1996-06-08 | mod headers | Theo de Raadt | |
1996-05-24 | duh, duh, duh | Theo de Raadt | |
1996-05-14 | require ypserv to be on reserved port | Theo de Raadt | |
1996-05-05 | ypbind will create /var/yp/binding automatically, prints a warning. | Theo de Raadt | |
1996-04-24 | uniquify xids; spell my name & address correctly; use yp.h instead of | Theo de Raadt | |
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 |