mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-03 20:40:08 -05:00
329. [func] omapi_auth_register() now takes a size_t argument for
the length of a key's secret data. Previously
OMAPI only stored secrets up to the first NUL byte.
|
||
|---|---|---|
| .. | ||
| include | ||
| .cvsignore | ||
| api | ||
| auth.c | ||
| connection.c | ||
| data.c | ||
| generic.c | ||
| handle.c | ||
| lib.c | ||
| listener.c | ||
| Makefile.in | ||
| message.c | ||
| object.c | ||
| protocol.c | ||
| result.c | ||
| string.c | ||
| value.c | ||
| version.c | ||