Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
82f77687
Commit
82f77687
authored
Dec 21, 2010
by
Mark Andrews
Browse files
2993. [func] Dynamically grow adb hash tables. [RT #21186]
parent
72be2e56
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
82f77687
2993. [func] Dynamically grow adb hash tables. [RT #21186]
2992. [contrib] contrib/check-secure-delegation.pl: A simple tool
for looking at a secure delegation. [RT #22059]
...
...
lib/dns/adb.c
View file @
82f77687
This diff is collapsed.
Click to expand it.
lib/dns/include/dns/events.h
View file @
82f77687
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: events.h,v 1.5
5
2010/
05/10 23:50:55 tbox
Exp $ */
/* $Id: events.h,v 1.5
6
2010/
12/21 03:11:42 marka
Exp $ */
#ifndef DNS_EVENTS_H
#define DNS_EVENTS_H 1
...
...
@@ -72,6 +72,8 @@
#define DNS_EVENT_MANAGEKEYS (ISC_EVENTCLASS_DNS + 42)
#define DNS_EVENT_CLIENTRESDONE (ISC_EVENTCLASS_DNS + 43)
#define DNS_EVENT_CLIENTREQDONE (ISC_EVENTCLASS_DNS + 44)
#define DNS_EVENT_ADBGROWENTRIES (ISC_EVENTCLASS_DNS + 45)
#define DNS_EVENT_ADBGROWNAMES (ISC_EVENTCLASS_DNS + 46)
#define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0)
#define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment