summaryrefslogtreecommitdiff
path: root/omapip
Commit message (Expand)AuthorAgeFilesLines
* Fix a small think-o that was causing a core dump.Ted Lemon2001-10-301-1/+1
* Add rc_flags argument to omapi_object_type_register.Ted Lemon2001-10-182-26/+35
* new_hash_table: store the pointer to the new table.Ted Lemon2001-10-171-1/+2
* Make hash table types specific to the object being hashed.Ted Lemon2001-10-172-38/+55
* Fix a couple of obscure core dumps.Ted Lemon2001-10-111-3/+3
* Prevent an obscure core dump.Ted Lemon2001-10-041-4/+6
* Turn into a troff man page source file.Ted Lemon2001-06-261-120/+182
* Get rid of the trace_listeners and omapi_connections arrays on exit.Ted Lemon2001-06-221-0/+6
* - Add a function to free omapi types on exit.Ted Lemon2001-06-221-0/+13
* - Fix two races where a hash table dereference can double back on itself ifTed Lemon2001-06-221-6/+59
* Fix up memory reference tags.Ted Lemon2001-06-221-4/+4
* Add a function to free omapi_arrays.Ted Lemon2001-06-221-0/+19
* - Fix usage of rc_register.Ted Lemon2001-06-221-34/+82
* Add ability to free all trace-related memory on exit.Ted Lemon2001-06-201-0/+30
* Make dump_rc_history specific.Ted Lemon2001-06-201-1/+1
* Don't make DEBUG_MALLOC_POOL print a bunch of junk.Ted Lemon2001-06-201-1/+1
* Fix some omissions in free_hash_table.Ted Lemon2001-06-201-5/+7
* Fix bugs in connection tracing.Ted Lemon2001-06-202-13/+25
* - Make dump_rc_history specific.Ted Lemon2001-06-201-19/+105
* - When freeing hash table, free all the buckets as well, and if possible,Ted Lemon2001-06-051-1/+15
* - Let the lookup function check for keys if needed. This allows objectsTed Lemon2001-05-311-6/+0
* Make null values work correctly. Wipe out null values when flags are cleare...Ted Lemon2001-05-311-35/+49
* Add an io_state iterator function.Ted Lemon2001-05-311-0/+16
* When no lookup keys are provided, can't look up an authenticator object.Ted Lemon2001-05-311-1/+4
* - When sending a message, reference it to the protocol object on which itTed Lemon2001-05-191-7/+15
* Dereference some more objects when destroying a message.Ted Lemon2001-05-191-4/+6
* If waiter gets a disconnect message, flag object as ready with ECONNRESET.Ted Lemon2001-05-191-0/+7
* Add CONNRESET and UNKNOWNATTRIBUTE.Ted Lemon2001-05-192-2/+4
* Don't dereference value if none was sent.Ted Lemon2001-05-181-1/+2
* allow generic object to not track changes.Ted Lemon2001-05-181-3/+39
* Make includes/isc-dhcp.Ted Lemon2001-05-171-1/+2
* includes/isc -> includes/isc-dhcpTed Lemon2001-05-172-4/+6
* Make it compile without debugging enabled.Ted Lemon2001-05-121-3/+10
* Clean up a bunch of memory leaks in OMAPITed Lemon2001-05-115-42/+135
* Oops, get rid of a not-quite-blank line.Ted Lemon2001-05-021-1/+1
* Add a strcasecmp for comparing omapi_data_type_t's.Ted Lemon2001-05-021-0/+25
* Do a case-insensitive compare on the key algorithm name.Ted Lemon2001-05-021-3/+3
* Return key unknown when key lookup fails.Ted Lemon2001-05-021-1/+1
* Cosmetic fix.Ted Lemon2001-05-021-1/+1
* Need error message translation for omapi as well.Ted Lemon2001-05-022-2/+330
* Return connection failure status codes.Ted Lemon2001-05-021-4/+27
* Don't continue to try to trace if we can't open the tracefile.Ted Lemon2001-04-241-1/+1
* Don't allow writes on a closed connection.Ted Lemon2001-04-201-0/+6
* Undo previous change.Ted Lemon2001-04-201-4/+0
* If an IO descriptor goes bad, stop waiting on it.Ted Lemon2001-04-201-6/+28
* - If we get an ECONNRESET, drop the connection immediately - don'tTed Lemon2001-04-201-1/+1
* If we find an active IO object with a bad descriptor, unregister it.Ted Lemon2001-04-181-0/+4
* Don't do refcount tracing on dmalloc/dfree unless the user asks for it.Ted Lemon2001-04-161-0/+4
* Arf... these are nroff output, but I don't have the original troff source.Ben Cottrell2001-04-121-0/+192
* Don't require a const (prevents a compile error on solaris).Ted Lemon2001-04-091-2/+2