Re: next step in synchronizing ber.c and ber.h

2018-06-28 Thread Robert Klein
On Thu, 28 Jun 2018 09:54:34 +0200 Claudio Jeker wrote: > On Wed, Jun 27, 2018 at 06:42:58PM -0400, Rob Pierce wrote: > > The following diff makes ber.c and ber.h identical across ldap, > > ldapd, and ypldap, and slightly reduces the diff with snmpd. > > > > It covers the evolution of a few scat

Re: next step in synchronizing ber.c and ber.h

2018-06-28 Thread Claudio Jeker
On Wed, Jun 27, 2018 at 06:42:58PM -0400, Rob Pierce wrote: > The following diff makes ber.c and ber.h identical across ldap, ldapd, and > ypldap, and slightly reduces the diff with snmpd. > > It covers the evolution of a few scattered enhancements, including: > > - sync proscription of indefini

next step in synchronizing ber.c and ber.h

2018-06-27 Thread Rob Pierce
The following diff makes ber.c and ber.h identical across ldap, ldapd, and ypldap, and slightly reduces the diff with snmpd. It covers the evolution of a few scattered enhancements, including: - sync proscription of indefinite length BER encoding - sync consistent presence of ber_free_element()