summaryrefslogtreecommitdiff
path: root/omapip
Commit message (Expand)AuthorAgeFilesLines
* - More version++ to 3.0.4b3 stuff.V3-0-4-BETA-3David Hankins2006-02-228-16/+16
* Backing out rt15075.David Hankins2006-02-158-20/+45
* - When writing a trace file, the file is now created with permissions 0600,David Hankins2005-10-101-2/+2
* - Several minor bugs, largely relating to treating 8-byte time values asDavid Hankins2005-10-101-3/+3
* Merge rt14960, impossible sanity check, as from the fellow identifyingDavid Hankins2005-10-061-5/+1
* - Pulling up rt15075 after review by sra. dmalloc() sets the regionDavid Hankins2005-08-268-38/+43
* Merge in rt15060 - 3 security considerations from "infamous42".David Hankins2005-08-111-3/+28
* - Merge in RT13103.David Hankins2004-11-245-28/+50
* - Log functions writing to stderr were adjusted to use the STDERR_FILENODavid Hankins2004-09-301-9/+9
* - One call to trace_write_packet_iov() counted the number of io vectorsDavid Hankins2004-09-301-1/+1
* - Changing documentation to match implementation of omapi secret values.David Hankins2004-09-241-2/+3
* - Omapi documentation is erroneous.David Hankins2004-09-241-1/+1
* - The correct place for iscprint.c to live. -lomapip turns out to be linkedDavid Hankins2004-09-212-2/+541
* - Harden omapi against null values passed in by clients.David Hankins2004-09-011-0/+2
* - The global variable 'cur_time' was centralized and is now uniformly of aDavid Hankins2004-07-103-2/+3
* Format String Audit findings.V3-0-1RC14David Hankins2004-06-171-1/+13
* - Use our own snprintf/vsnprintf functions if the system does not offer one.David Hankins2004-06-141-1/+2
* - MASSIVE copyright update.David Hankins2004-06-1022-602/+420
* - isc_result_totext changed to use a static buffer in the case of an unknownDavid Hankins2003-03-311-1/+4
* - copyright++David Hankins2003-01-142-2/+2
* - Remainder of memory leak patches from Bill Squier at ReefEdge, Inc.David Hankins2003-01-081-1/+7
* - Some missing va_ends added in, very old patch from Thomas Klausner.David Hankins2002-11-171-0/+2
* - Memory leak fixes from Bill Squier at ReefEdge, Inc. (groo@reefedge.com).David Hankins2002-11-041-0/+3
* Use conversion targets that are the right size. Do not assume ILP32.Murray2002-04-271-3/+3
* 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