aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap/ldapclient.c
Commit message (Expand)AuthorAgeFilesLines
* ypldap(8): Fix a typo in a debug messageGordon Bergling2025-11-191-1/+1
* base: do a sweep of setgroups() that mean to clear the supplementariesKyle Evans2025-07-261-1/+1
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* ypldap: Remove set but unused variables.John Baldwin2023-06-201-2/+2
* Use memset(3) instead of bzero(3).Marcelo Araujo2016-12-021-4/+4
* Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after freeDon Lewis2016-05-251-2/+0
* Convert ypldap_addr list to a tailq(queue(3)).Marcelo Araujo2016-04-131-24/+13
* Remove a garbage printf used for debug.Marcelo Araujo2015-12-151-3/+1
* EAGAIN handling for imsg_read.Marcelo Araujo2015-12-151-3/+5
* Add include of signal.h for signal() prototype.Craig Rodrigues2015-11-161-0/+1
* Do not use SA_LEN() to dereference sa_len.Craig Rodrigues2015-11-161-2/+2
* Import ypldap from OpenBSD.Craig Rodrigues2015-11-161-0/+704