summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap
Commit message (Expand)AuthorAgeFilesLines
* Simplify overengineered and buggy code that looked like as if it didaraujo2016-05-161-29/+18
* When a group contains a non-existent user, make the warningaraujo2016-05-161-3/+2
* Avoid indexing an array with a negative value.truckman2016-05-131-1/+1
* Use nitems instead of 'sizeof(mapnames) / sizeof(mapnames[0]'.araujo2016-04-181-2/+2
* Convert ypldap_addr list to a tailq(queue(3)).araujo2016-04-133-39/+26
* Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it canaraujo2016-04-131-0/+9
* Set argument encode/result decode call backs for 'maplist' and 'all'.araujo2016-03-041-0/+4
* Implement the 'master' request.araujo2016-03-041-1/+10
* Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to bearaujo2016-01-221-9/+6
* ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3).araujo2016-01-132-3/+6
* Remove a garbage printf used for debug.araujo2015-12-151-3/+1
* Remove the null checker before free.araujo2015-12-151-2/+1
* Remove wrong header and the NULL check before free().araujo2015-12-151-3/+1
* EAGAIN handling for imsg_read.araujo2015-12-153-5/+7
* Add include of signal.h for signal() prototype.rodrigc2015-11-161-0/+1
* Replace __svc_fdset with svc_fdset.rodrigc2015-11-161-5/+4
* Do not use SA_LEN() to dereference sa_len.rodrigc2015-11-161-2/+2
* Add include of time.h for tzset() prototype.rodrigc2015-11-161-0/+1
* Replace __dead with __dead2.rodrigc2015-11-162-3/+3
* Add include of sys/param.h for MAXHOSTNAMELENrodrigc2015-11-165-0/+5
* Replace __dead with __dead2.rodrigc2015-11-161-2/+2
* Replace HOST_NAME_MAX with MAXHOSTNAMELEN.rodrigc2015-11-161-2/+2
* Remove reference to EAI_NODATA.rodrigc2015-11-161-1/+1
* Add include of <string.h> for strlen() prototype.rodrigc2015-11-161-0/+1
* Convert Makefile to FreeBSD style.rodrigc2015-11-161-8/+7
* Import ypldap from OpenBSD.rodrigc2015-11-1615-0/+6789
OpenPOWER on IntegriCloud