freebsd-nq/usr.sbin/ypldap
Marcelo Araujo 3bf7d9a6eb ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3).
This commit, fix a core dump on ypldap(8) related with memory allocation.
Also an example of how to set the ypldap.conf(5) properly is added to
examples files.

A new user _ypldap is required to be able to run ypldap(8) as well as
in a chroot mode.

Reviewed by:	rodrigc (mentor), bjk
Approved by:	bapt (mentor)
Relnotes:	Yes
Sponsored by:	gandi.net
Differential Revision:	https://reviews.freebsd.org/D4744
2016-01-13 01:49:35 +00:00
..
aldap.c Remove the null checker before free. 2015-12-15 15:42:42 +00:00
aldap.h
ber.c Remove wrong header and the NULL check before free(). 2015-12-15 15:41:09 +00:00
ber.h
entries.c Add include of sys/param.h for MAXHOSTNAMELEN 2015-11-16 17:06:33 +00:00
ldapclient.c Remove a garbage printf used for debug. 2015-12-15 15:46:14 +00:00
log.c Add include of time.h for tzset() prototype. 2015-11-16 17:08:51 +00:00
Makefile
parse.y Add include of sys/param.h for MAXHOSTNAMELEN 2015-11-16 17:06:33 +00:00
yp.c ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3). 2016-01-13 01:49:35 +00:00
ypldap_dns.c EAGAIN handling for imsg_read. 2015-12-15 15:37:58 +00:00
ypldap.8
ypldap.c EAGAIN handling for imsg_read. 2015-12-15 15:37:58 +00:00
ypldap.conf.5 ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3). 2016-01-13 01:49:35 +00:00
ypldap.h Replace __dead with __dead2. 2015-11-16 17:03:52 +00:00