summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap/ypldap_dns.c
AgeCommit message (Expand)Author
2017-04-17don't manipulate hdr.len, it's used internally by libutil now; ok florian@Otto Moerbeek
2016-11-29Use memset(3) instead of bzero(3)Ricardo Mestre
2016-04-10convert ypldap_addr list to a tailqJonathan Matthew
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-15pledge for ypldap is easy because it's purely a network program.Jonathan Matthew
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-13Since the event(s) passed to a callback can be a mask of all eventsKenneth R Westerback
2014-07-13Close connection/remove event handler when msgbuf_write() hits anKenneth R Westerback
2012-03-16don't leak ypldap_addr structures when doing dns lookupsJonathan Matthew
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-04-01fix fatal calls, that they will report function names from which they arezinovik
2009-06-06Sync with relayd:Eric Faurot
2008-10-28Do the DNS resolution in a seperate process. A lot of code is copied from ntpd.aschrijver