Wlodek Wencel
49a7fb582d
copy rights update
2022-01-25 16:24:16 +01:00
Tomek Mrugalski
f6b8f48d16
[ #189 ] Whitespace fixes in opened files
2022-01-20 12:04:28 +01:00
Tomek Mrugalski
429a56d73c
[ #189 ] ISC address updated
2022-01-20 12:04:28 +01:00
Thomas Markwalder
7512d88b9f
[master] Replaced licensing text with MPL licensing text throughout
2017-07-12 09:23:23 -04:00
Francis Dupont
66e800337e
Merged #32744 (out of memory)
2017-03-08 14:58:20 +01:00
Shawn Routhier
10b7683e58
[master] Update dmalloc to use a size_t as an argument
...
Update dmalloc to use a size_t as an argument which will
bring it in line with the call it makes to malloc and
avoid possible truncation.
2016-07-27 10:41:26 -07:00
Shawn Routhier
edad9be5cd
[master] Remove vix.com and nominum.com
...
Remove old information from copyrights and
man pages.
2014-01-26 10:52:15 -08:00
Shawn Routhier
67b2cb451b
[master]
...
Update the memory leakage debug code to work with v6.
2012-09-19 14:27:44 -07:00
Shawn Routhier
4a5098e93f
Add code to clear the pointer to an object in an OMAPI handle when the
...
object is freed due to a dereference. [ISC-Bugs #21306 ]
2010-09-07 22:59:23 +00:00
Shawn Routhier
badc999d0e
Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472 ]
2010-06-11 22:13:44 +00:00
Shawn Routhier
a47d63362f
Update copyright years
2009-11-24 02:06:57 +00:00
Shawn Routhier
98bf16077d
Support for asynchronous ddns per ticket 19216 - convert to using isclib and
...
dnslib.
2009-10-28 04:12:30 +00:00
Shawn Routhier
2c85ac9b24
Switch isc urls from http to https and correct sw to services or software
...
for new web site as appropirate.
2009-07-23 18:52:21 +00:00
David Hankins
95fd7038a2
- Memory leak in the load_balance_mine() function is fixed. This would
...
leak ~20-30 octets per DHCPDISCOVER packet while failover was in use
and in normal state. [ISC-Bugs #19548 ]
- Various compilation fixes have been included for the memory related
DEBUG #defines in includes/site.h. [ISC-Bugs #19548 ]
2009-04-07 19:55:52 +00:00
Shane Kerr
28868515f6
Code cleanup to remove warnings from "gcc -Wall".
...
See RT ticket #16988 for more.
2007-07-13 06:43:43 +00:00
David Hankins
706792c9d3
Copyright++
2007-05-19 19:16:28 +00:00
David Hankins
fe5b0fdd70
- Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]
...
- RELNOTES/README++
- s/wether/whether/ in dhcp-options.5 manpage edits.
2007-05-19 18:47:15 +00:00
David Hankins
88cd8aca9e
- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence
...
robie).
2006-02-24 23:16:32 +00:00
David Hankins
98311e4ba9
MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are
...
now synced as of tag V3-0-3-BETA-1.
2005-03-17 20:15:29 +00:00
Ted Lemon
d758ad8cac
Merge changes between 3.0rc7 and 3.0rc8pl2.
2001-06-27 00:31:20 +00:00
Ted Lemon
31bbee784c
Sync with 3.0rc7
2001-05-17 19:04:09 +00:00
Ted Lemon
8206384cd8
Don't do refcount tracing on dmalloc/dfree unless the user asks for it.
2001-04-16 22:19:20 +00:00
Ted Lemon
0ae2319345
Theoretically fancier reference count history printer (needs more work)
2001-01-25 08:27:20 +00:00
Ted Lemon
f5985f55bf
- Always decrement the reference count on an object before dereferencing it,
...
so that if there's a dangling pointer, it's caught at dereference time.
2000-12-28 23:22:43 +00:00
Ted Lemon
c509341958
Call object initializer from omapi_object_initialize if there is one.
2000-10-10 22:59:37 +00:00
Damien Neil
01a4c2a2a9
Tweak object dereferencing: I believe dereferencing object chains were not
...
being freed correctly. (This duplicates a change made by Tale in revision
1.8 of the BIND9 object.c.)
2000-07-10 17:05:18 +00:00
Ted Lemon
b1b044759a
- Support a per-type allocator that is called prior to trying dmalloc,
...
so that objects can maintain free lists.
2000-07-06 22:43:32 +00:00
Ted Lemon
7cec271f9a
Use object free routine if provided.
2000-07-05 07:29:56 +00:00
Ted Lemon
524c92851c
When debugging malloc on an object, be sure it has no special free routine.
2000-06-24 06:27:04 +00:00
Ted Lemon
20916cae75
- Fix all the OMAPI objects in the DHCP server and client that weren't
...
being correctly reference-counted.
- Make and use object-specific allocators.
- Add reference/dereference support to hash functions and to timeout
functions.
2000-05-16 23:03:49 +00:00
Ted Lemon
df9ff0a119
Add support for omapi_addr_list_t.
2000-05-01 23:47:08 +00:00
Ted Lemon
49733f31d3
Go back to the BSD license.
2000-03-17 04:00:32 +00:00
Ted Lemon
996a9e8520
Fix up handling of bogus dereferences.
2000-01-27 23:20:03 +00:00
Ted Lemon
b4f786d47e
- In reference count history, remember the address where the reference
...
is stored as well as the address of the thing referenced.
2000-01-27 22:20:29 +00:00
Ted Lemon
46c38f9c5b
When complaining about freeing unknown memory, use the name of the caller.
2000-01-26 17:25:24 +00:00
Ted Lemon
c258c7a224
Use malloc, not dmalloc, within dmalloc. :')
2000-01-26 16:00:08 +00:00
Ted Lemon
4bd8800e89
Fix compilation errors introduced in the last set of checkins.
2000-01-26 14:56:18 +00:00
Ted Lemon
6592de2c75
New malloc debug scheme.
2000-01-25 01:26:25 +00:00
Ted Lemon
abf550084b
Initialize head of buffers in allocator, just to be sure.
1999-10-19 15:35:16 +00:00
Ted Lemon
6a4c4be871
Seperate public and private object declarations.
1999-10-08 03:43:15 +00:00
Ted Lemon
b1b7b521fe
Get a clean compile with all known gcc warnings.
1999-10-07 06:36:35 +00:00
Ted Lemon
581e37e47f
Debugging sweep, added some new functionality
1999-09-08 01:48:56 +00:00
Ted Lemon
61b844bfd7
Omapi library, initial checkin
1999-09-02 00:32:56 +00:00