CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/05/11 11:46:02
Modified files:
share/man/man3 : intro.3
lib/libutil : Makefile Symbols.map shlib_version
usr.bin/ldap : Makefile aldap.h
usr.sbin/ldapd : Makefile aldap.h
usr.sbin/ldapctl: Makefile
usr.sbin/snmpd : Makefile snmpd.h traphandler.c util.c
usr.sbin/snmpctl: Makefile snmpclient.c
usr.sbin/ypldap: Makefile aldap.h
Added files:
lib/libutil : ber.3 ber.c ber.h
Removed files:
usr.bin/ldap : ber.c ber.h
usr.sbin/ldapd : ber.c ber.h
usr.sbin/snmpd : ber.3 ber.c ber.h
usr.sbin/ypldap: ber.c ber.h
Log message:
The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and
snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync
in ldap, ldapd, ypldap and snmpd.
This commit moves the BER API into /usr/lib/libutil. All current consumers
already link libutil. ldapd and snmpd regress passes, and release builds.
With help from tb@ and guenther@.
ok deraadt@, tb@