summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap
Commit message (Collapse)AuthorAgeFilesLines
* Remove a garbage printf used for debug.araujo2015-12-151-3/+1
| | | | Approved by: bapt (mentor implicit)
* Remove the null checker before free.araujo2015-12-151-2/+1
| | | | | | Approved by: bapt (mentor) Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D4549
* Remove wrong header and the NULL check before free().araujo2015-12-151-3/+1
| | | | | | Approved by: bapt (mentor) Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D4548
* EAGAIN handling for imsg_read.araujo2015-12-153-5/+7
| | | | | | Approved by: bapt (mentor) Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D4547
* Add include of signal.h for signal() prototype.rodrigc2015-11-161-0/+1
|
* Replace __svc_fdset with svc_fdset.rodrigc2015-11-161-5/+4
| | | | FreeBSD lacks __svc_fdset and __svc_fdsetsize.
* Do not use SA_LEN() to dereference sa_len.rodrigc2015-11-161-2/+2
| | | | FreeBSD lacks the SA_LEN() macro.
* Add include of time.h for tzset() prototype.rodrigc2015-11-161-0/+1
|
* Replace __dead with __dead2.rodrigc2015-11-162-3/+3
| | | | FreeBSD lacks __dead.
* Add include of sys/param.h for MAXHOSTNAMELENrodrigc2015-11-165-0/+5
|
* Replace __dead with __dead2.rodrigc2015-11-161-2/+2
| | | | FreeBSD lacks __dead.
* Replace HOST_NAME_MAX with MAXHOSTNAMELEN.rodrigc2015-11-161-2/+2
| | | | FreeBSD lacks HOST_NAME_MAX.
* Remove reference to EAI_NODATA.rodrigc2015-11-161-1/+1
| | | | It does not exist on FreeBSD.
* Add include of <string.h> for strlen() prototype.rodrigc2015-11-161-0/+1
|
* Convert Makefile to FreeBSD style.rodrigc2015-11-161-8/+7
| | | | Add libopenbsd to link line for imsg.
* Import ypldap from OpenBSD.rodrigc2015-11-1615-0/+6789
ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a LDAP directory and thus providing support for users and groups stored in LDAP for the get{pw,gr}ent family of functions.
OpenPOWER on IntegriCloud