| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r321846: | araujo | 2017-08-25 | 1 | -0/+2 |
* | MFC r314451,r314452,r314453,r314456,r314457,r314458,r314459,r314460,r314461,r... | ngie | 2017-05-30 | 1 | -2/+2 |
* | MFC r305303: | bdrewery | 2017-01-03 | 1 | -0/+1 |
* | MFC r305148: | bdrewery | 2017-01-03 | 1 | -0/+25 |
* | MFC r309392, r309393 | araujo | 2016-12-12 | 5 | -14/+14 |
* | Bump date in both manpages. | araujo | 2016-06-07 | 1 | -1/+1 |
* | Add an entry on rc.conf(5) explaining the new options | araujo | 2016-06-07 | 1 | -1/+3 |
* | Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after free | truckman | 2016-05-25 | 3 | -5/+9 |
* | Simplify overengineered and buggy code that looked like as if it did | araujo | 2016-05-16 | 1 | -29/+18 |
* | When a group contains a non-existent user, make the warning | araujo | 2016-05-16 | 1 | -3/+2 |
* | Avoid indexing an array with a negative value. | truckman | 2016-05-13 | 1 | -1/+1 |
* | Use nitems instead of 'sizeof(mapnames) / sizeof(mapnames[0]'. | araujo | 2016-04-18 | 1 | -2/+2 |
* | Convert ypldap_addr list to a tailq(queue(3)). | araujo | 2016-04-13 | 3 | -39/+26 |
* | Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it can | araujo | 2016-04-13 | 1 | -0/+9 |
* | Set argument encode/result decode call backs for 'maplist' and 'all'. | araujo | 2016-03-04 | 1 | -0/+4 |
* | Implement the 'master' request. | araujo | 2016-03-04 | 1 | -1/+10 |
* | Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to be | araujo | 2016-01-22 | 1 | -9/+6 |
* | ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3). | araujo | 2016-01-13 | 2 | -3/+6 |
* | Remove a garbage printf used for debug. | araujo | 2015-12-15 | 1 | -3/+1 |
* | Remove the null checker before free. | araujo | 2015-12-15 | 1 | -2/+1 |
* | Remove wrong header and the NULL check before free(). | araujo | 2015-12-15 | 1 | -3/+1 |
* | EAGAIN handling for imsg_read. | araujo | 2015-12-15 | 3 | -5/+7 |
* | Add include of signal.h for signal() prototype. | rodrigc | 2015-11-16 | 1 | -0/+1 |
* | Replace __svc_fdset with svc_fdset. | rodrigc | 2015-11-16 | 1 | -5/+4 |
* | Do not use SA_LEN() to dereference sa_len. | rodrigc | 2015-11-16 | 1 | -2/+2 |
* | Add include of time.h for tzset() prototype. | rodrigc | 2015-11-16 | 1 | -0/+1 |
* | Replace __dead with __dead2. | rodrigc | 2015-11-16 | 2 | -3/+3 |
* | Add include of sys/param.h for MAXHOSTNAMELEN | rodrigc | 2015-11-16 | 5 | -0/+5 |
* | Replace __dead with __dead2. | rodrigc | 2015-11-16 | 1 | -2/+2 |
* | Replace HOST_NAME_MAX with MAXHOSTNAMELEN. | rodrigc | 2015-11-16 | 1 | -2/+2 |
* | Remove reference to EAI_NODATA. | rodrigc | 2015-11-16 | 1 | -1/+1 |
* | Add include of <string.h> for strlen() prototype. | rodrigc | 2015-11-16 | 1 | -0/+1 |
* | Convert Makefile to FreeBSD style. | rodrigc | 2015-11-16 | 1 | -8/+7 |
* | Import ypldap from OpenBSD. | rodrigc | 2015-11-16 | 15 | -0/+6789 |