aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap
Commit message (Expand)AuthorAgeFilesLines
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-2/+2
* Use memset(3) instead of bzero(3).Marcelo Araujo2016-12-024-13/+13
* String terminators are called NUL, not NULL, also the variableMarcelo Araujo2016-12-021-1/+1
* DIRDEPS_BUILD: Update dependencies after a 'make bootstrap-tools'.Bryan Drewery2016-09-021-0/+1
* DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery2016-08-311-0/+25
* Do not allow whitespace in macro names.Marcelo Araujo2016-07-111-0/+8
* Bump date in both manpages.Marcelo Araujo2016-06-071-1/+1
* Add an entry on rc.conf(5) explaining the new optionsMarcelo Araujo2016-06-071-1/+3
* Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after freeDon Lewis2016-05-253-5/+9
* Simplify overengineered and buggy code that looked like as if it didMarcelo Araujo2016-05-161-29/+18
* When a group contains a non-existent user, make the warningMarcelo Araujo2016-05-161-3/+2
* Avoid indexing an array with a negative value.Don Lewis2016-05-131-1/+1
* Use nitems instead of 'sizeof(mapnames) / sizeof(mapnames[0]'.Marcelo Araujo2016-04-181-2/+2
* Convert ypldap_addr list to a tailq(queue(3)).Marcelo Araujo2016-04-133-39/+26
* Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it canMarcelo Araujo2016-04-131-0/+9
* Set argument encode/result decode call backs for 'maplist' and 'all'.Marcelo Araujo2016-03-041-0/+4
* Implement the 'master' request.Marcelo Araujo2016-03-041-1/+10
* Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to beMarcelo Araujo2016-01-221-9/+6
* ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3).Marcelo Araujo2016-01-132-3/+6
* Remove a garbage printf used for debug.Marcelo Araujo2015-12-151-3/+1
* Remove the null checker before free.Marcelo Araujo2015-12-151-2/+1
* Remove wrong header and the NULL check before free().Marcelo Araujo2015-12-151-3/+1
* EAGAIN handling for imsg_read.Marcelo Araujo2015-12-153-5/+7
* Add include of signal.h for signal() prototype.Craig Rodrigues2015-11-161-0/+1
* Replace __svc_fdset with svc_fdset.Craig Rodrigues2015-11-161-5/+4
* Do not use SA_LEN() to dereference sa_len.Craig Rodrigues2015-11-161-2/+2
* Add include of time.h for tzset() prototype.Craig Rodrigues2015-11-161-0/+1
* Replace __dead with __dead2.Craig Rodrigues2015-11-162-3/+3
* Add include of sys/param.h for MAXHOSTNAMELENCraig Rodrigues2015-11-165-0/+5
* Replace __dead with __dead2.Craig Rodrigues2015-11-161-2/+2
* Replace HOST_NAME_MAX with MAXHOSTNAMELEN.Craig Rodrigues2015-11-161-2/+2
* Remove reference to EAI_NODATA.Craig Rodrigues2015-11-161-1/+1
* Add include of <string.h> for strlen() prototype.Craig Rodrigues2015-11-161-0/+1
* Convert Makefile to FreeBSD style.Craig Rodrigues2015-11-161-8/+7
* Import ypldap from OpenBSD.Craig Rodrigues2015-11-1615-0/+6789