History log of /freebsd-current/usr.sbin/ypldap/entries.c
Revision Date Author Comments
# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# 8457b7f4 20-Jun-2023 John Baldwin <jhb@FreeBSD.org>

ypldap: Remove set but unused variables.

Some of these were reported by GCC, others reported by clang.


# 4271417a 31-Jul-2017 Marcelo Araujo <araujo@FreeBSD.org>

Log when we have finished pushing users and groups.

Obtained from: OpenBSD (rev 1.4)
MFC after: 3 weeks.


# 66b5c05d 16-Nov-2015 Craig Rodrigues <rodrigc@FreeBSD.org>

Add include of sys/param.h for MAXHOSTNAMELEN


# 9e7c127f 16-Nov-2015 Craig Rodrigues <rodrigc@FreeBSD.org>

Import ypldap from OpenBSD.

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.