summaryrefslogtreecommitdiff
path: root/omapip
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Parameterize use of EDQUOT for SCO.Ted Lemon2001-04-091-0/+4
* Don't create a trace file if there's one there already.Ted Lemon2001-04-061-1/+1
* Fix a silly malloc bug in mrtrace.Ted Lemon2001-03-301-1/+1
* Get rid of local debug flag.Ted Lemon2001-03-141-1/+0
* Fix a solaris build problem.Ted Lemon2001-03-011-2/+2
* Fix up NetBSD/alpha build.Ted Lemon2001-02-261-6/+6
* Fix time snooper.Ted Lemon2001-02-221-8/+20
* Add support for logging random ID and fix various bugs in minires tracing.Ted Lemon2001-02-221-48/+245
* Move dst functionality into seperate libraryTed Lemon2001-02-221-2/+3
* Fix cross-platform compile warningsTed Lemon2001-02-175-10/+10
* - Get rid of the requirement that trace types be declared after trace_init()Ted Lemon2001-02-171-32/+52
* Fixed a number of format bugs: %d -> %ld, plus (long int) cast.Damien Neil2001-02-151-10/+15
* Fixes for several log_*() format bugs: %d -> %ld, plus a cast to (long int).Damien Neil2001-02-151-6/+7
* Fixed a typecast bug: the third argument of omapi_connection_array_extend()Damien Neil2001-02-151-1/+1
* Fixed a log format bug: %d -> %ld, plus a (long int) cast.Damien Neil2001-02-151-2/+2
* Initialize minires tracing.Ted Lemon2001-02-151-0/+1
* Add trace_snoop_time.Ted Lemon2001-02-151-1/+32
* Extend copyright year.Ted Lemon2001-02-151-1/+1
* Add minires trace support.Ted Lemon2001-02-151-2/+2
* Minires trace support.Ted Lemon2001-02-151-0/+291
* Call trace setup hooks for connection.c and buffer.c.Ted Lemon2001-02-151-0/+2
* Add tracing support for OMAPI accepts and for listener object instantiation.Ted Lemon2001-02-151-4/+5
* Add tracing support for OMAPI connects and disconnects.Ted Lemon2001-02-151-15/+222
* Add tracing support for OMAPI connection streams.Ted Lemon2001-02-151-4/+172
* Add some support for tracing connections.Ted Lemon2001-02-123-151/+313
* Support for extensible arrays.Ted Lemon2001-02-121-0/+153
* Support for tracing omapi and related connections.Ted Lemon2001-02-121-0/+614
* Add array.c and trace.c.Ted Lemon2001-02-121-3/+3
* Theoretically fancier reference count history printer (needs more work)Ted Lemon2001-01-251-10/+65
* Use ISC result codes instead of NS rcodes to report update errors.Ted Lemon2001-01-161-2/+7
* Oops, fix the cast from the previous commit so it actually helps.Ted Lemon2001-01-081-2/+1
* Fix a signed vs. unsigned problem.Ted Lemon2001-01-081-1/+2
* - Always decrement the reference count on an object before dereferencing it,Ted Lemon2000-12-281-0/+1
* Properly add ".SIG-ALG.REG.INT." to OMAPI key algorithms.Damien Neil2000-12-091-1/+7
* Fix omapi_protocol_connect() to properly return ISC_R_INCOMPLETEDamien Neil2000-12-091-6/+8
* Make error codes for DNS errors.Ted Lemon2000-11-281-0/+13
* Fix for bug #416: If a server hands dhclient an insanely largeDamien Neil2000-11-011-0/+7
* Tweak omapi_protocol_connect() so that authenticators are sent in theDamien Neil2000-10-301-1/+3
* Add omapi object initializer to object type structure.Ted Lemon2000-10-101-10/+19
* Call object initializer from omapi_object_initialize if there is one.Ted Lemon2000-10-101-0/+2
* Allow return result of ISC_R_UNCHANGED in omapi_update_object.Ted Lemon2000-10-011-1/+1
* Don't dump core when sending a name/value pair with a null value.Ted Lemon2000-10-011-0/+4
* Wrap some new debugging code with #ifdef DEBUG.Ted Lemon2000-09-291-0/+4
* Do better status checking when starting connections.Ted Lemon2000-09-291-3/+16
* Bounds check the output buffer in do_percentm.Ted Lemon2000-09-291-14/+19
* Correctly handle the case where the connection doesn't complete immediately.Ted Lemon2000-09-291-1/+1
* Panic commit.Ted Lemon2000-09-271-3/+33
* Move inet_aton to libomapiTed Lemon2000-09-202-2/+152