summaryrefslogtreecommitdiffstats
path: root/lib/libutil/ober_read_elements.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spellingjsg2021-03-121-3/+3
|
* Create ERRORS section for ober_read_elements.martijn2020-09-041-6/+29
| | | | | Tweaks and OK tb@ OK jmc@
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-241-0/+220
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