summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap/ypldap_dns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't manipulate hdr.len, it's used internally by libutil now; ok florian@otto2017-04-171-4/+5
* Use memset(3) instead of bzero(3)mestre2016-11-291-2/+2
* convert ypldap_addr list to a tailqjmatthew2016-04-101-13/+10
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* pledge for ypldap is easy because it's purely a network program.jmatthew2015-11-151-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Since the event(s) passed to a callback can be a mask of all eventskrw2014-07-131-8/+8
* Close connection/remove event handler when msgbuf_write() hits ankrw2014-07-131-4/+7
* don't leak ypldap_addr structures when doing dns lookupsjmatthew2012-03-161-3/+9
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-2/+2
* fix fatal calls, that they will report function names from which they arezinovik2010-04-011-2/+2
* Sync with relayd:eric2009-06-061-13/+15
* Do the DNS resolution in a seperate process. A lot of code is copied from ntpd.aschrijver2008-10-281-0/+241