Edit

IABSD.fr/src/usr.bin/ldap

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2019-10-24 12:39:26
    Hash : 696b5899
    Message : The ber_* namespace is used by liblber since time immemorial, so move our BER API to the unused ober_* prefix to avoid some breakage in ports. Problem diagnosed by jmatthew with ber_free() in samba, but there are many others as pointed out by sthen. tests & ok rob ok sthen (who had an almost identical diff for libutil) "go head hit it" deraadt