Age | Commit message (Collapse) | Author |
|
OK reyk@
|
|
ber_add_string, ber_add_nstring, and ber_add_bitstring to allocate and
copy the provided buffer instead of just attaching it to the ber
element. this may add some overhead but fixes and avoids some bugs
with static buffers and simplifies the ber api again.
From Matthew at Dempsky dot org
With input from claudio@
|
|
sets the be_free flag (which is required in some cases). this will
make it easier because it is done manually at some places in the code.
discussed with dlg
|
|
allocated ber write buffer after using it. extend the ber api with a
ber_free() function to do the required cleanup.
Thanks to Will Backman (bitgeist at yahoo dot com) for testing and for
figuring out that there was a memleak.
|
|
|
|
|
|
for OpenBSD. SNMP is a necessary evil. This is work in progress, don't
expect too much from it yet.
ok deraadt@
|