2000-08-24 |
Ted Lemon | Lots of changes to clean up handling of various failove... |
commit | commitdiff | tree |
2000-08-24 |
Ted Lemon | POTENTIAL_CONFLICT_NIC -> RESOLUTION_INTERRUPTED. |
commit | commitdiff | tree |
2000-08-24 |
Ted Lemon | Add argument to find_lease. |
commit | commitdiff | tree |
2000-08-24 |
Ted Lemon | - Add a bunch of support for all the funny recovery... |
commit | commitdiff | tree |
2000-08-24 |
Ted Lemon | - Add support for some new states from the 07 draft. |
commit | commitdiff | tree |
2000-08-24 |
Ted Lemon | Add declarations for all kinds of cool new failover... |
commit | commitdiff | tree |
2000-08-24 |
Ted Lemon | potential-conflict-nic -> resolution_interrupted, per... |
commit | commitdiff | tree |
2000-08-24 |
Ted Lemon | potential-conflict-nic -> resolution_interrupted, per... |
commit | commitdiff | tree |
2000-08-23 |
Damien Neil | Fix bug #253, which could cause the server to segfault... |
commit | commitdiff | tree |
2000-08-22 |
Damien Neil | Added log() statement to allow logging from config... |
commit | commitdiff | tree |
2000-08-22 |
Damien Neil | Fixes bug #246. |
commit | commitdiff | tree |
2000-08-17 |
Ted Lemon | Use /var/state/dhcp on Linux 2.2. |
commit | commitdiff | tree |
2000-08-17 |
Ted Lemon | Use unsigned char instead of u_char. |
commit | commitdiff | tree |
2000-08-17 |
Ted Lemon | Fix a compile warning. |
commit | commitdiff | tree |
2000-08-17 |
Damien Neil | Install the ISC header files required to get omapi... |
commit | commitdiff | tree |
2000-08-15 |
Ted Lemon | - Do the commit using the newly-computed lease paramete... |
commit | commitdiff | tree |
2000-08-15 |
Ted Lemon | - Set peer state to potential_conflict when there is... |
commit | commitdiff | tree |
2000-08-14 |
Damien Neil | Added a number of (#ifdef-guarded) debugging statements. |
commit | commitdiff | tree |
2000-08-14 |
Damien Neil | Fix assorted code which assumes that leases will always... |
commit | commitdiff | tree |
2000-08-12 |
Damien Neil | Removed a spurious & which was causing attempts to... |
commit | commitdiff | tree |
2000-08-11 |
Damien Neil | Added some typecasts in printf() statements to make... |
commit | commitdiff | tree |
2000-08-08 |
Damien Neil | Changed printf "%*s" format to "%.*s". |
commit | commitdiff | tree |
2000-08-08 |
Damien Neil | To print a non-NUL terminated string, use "%.*s", not... |
commit | commitdiff | tree |
2000-08-08 |
Damien Neil | The size of the OMAPI group object was being assigned as |
commit | commitdiff | tree |
2000-08-07 |
Damien Neil | Don't turn on security for OMAPI connections if no... |
commit | commitdiff | tree |
2000-08-03 |
Damien Neil | Changed several variables from char* to const char... |
commit | commitdiff | tree |
2000-08-03 |
Damien Neil | Added authentication support. |
commit | commitdiff | tree |
2000-08-03 |
Damien Neil | Remove an unneeded memset() that caused a null-pointer... |
commit | commitdiff | tree |
2000-08-03 |
Damien Neil | Added authentication support. The tsig_key structure... |
commit | commitdiff | tree |
2000-08-01 |
Damien Neil | Moved hash.c from libdhcp to libomapi, in anticipation... |
commit | commitdiff | tree |
2000-08-01 |
Damien Neil | Moved convert.c from libdhcp to libomapi. (libomapi... |
commit | commitdiff | tree |
2000-08-01 |
Damien Neil | Fix a bug in buffer_dereference where the buffer refcou... |
commit | commitdiff | tree |
2000-07-27 |
Ted Lemon | Reference count binding scopes. Align IP headers... |
commit | commitdiff | tree |
2000-07-20 |
Ted Lemon | Fix a pasto in the code to set the broadcast address... |
commit | commitdiff | tree |
2000-07-20 |
Ted Lemon | Make the "can't bind" error message more helpful. |
commit | commitdiff | tree |
2000-07-20 |
Ted Lemon | Initialize the environment rather than using temporary... |
commit | commitdiff | tree |
2000-07-17 |
Ted Lemon | Support environment variables to control locations... |
commit | commitdiff | tree |
2000-07-17 |
Ted Lemon | Enforce proper alignment of packet buffers. |
commit | commitdiff | tree |
2000-07-15 |
Damien Neil | Changed all uses of omapi_message_allocate() to omapi_m... |
commit | commitdiff | tree |
2000-07-10 |
Damien Neil | Tweak object dereferencing: I believe dereferencing... |
commit | commitdiff | tree |
2000-07-10 |
Damien Neil | Properly initialize 'last' when removing I/O objects... |
commit | commitdiff | tree |
2000-07-09 |
Ted Lemon | - Fix a bug where the first host declaration with a... |
commit | commitdiff | tree |
2000-07-09 |
Ted Lemon | Document setting value of parameters through expressions. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Disable debugging in production code. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Update prototypes. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | - Support a per-type allocator that is called prior... |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | - Reference expression lists as we walk them, just... |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Maintain a free list of leases if compact leases are... |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Adjust arguments to omapi_object_type_register |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | - Fix some bugs in the lease timeout code. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | - Redo support for ddns-updates flag. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Fix handling of client-hostname. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | - Fix parsing of 'next binding state'. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Return a result code when we find a cached or predeclar... |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Disable failover by default. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Declare lease states in dhcpd.h. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Remove obsolete use of now-uninitialized variable. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | - Make and and or evaluate only the lhs if the lhs... |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Add support for arbitrary parenthetical expressions. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Don't dereference the lease on_expiry pointer if it... |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Correctly set lease state when none is specified. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Use result code from res_findzonecut. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Return record count as well as result code. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Fix res_findzonecut prototype. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Enlarge default hash table size. |
commit | commitdiff | tree |
2000-07-06 |
Ted Lemon | Use compact leases by default. |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | Update prototypes |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | Get rid of some debugging statements |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | - Dereference leases after hashing them. |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | Clarify the wording on the need for shared-network... |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | Add prototypical support for writing persistent billing... |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | - Give the lease a binding state if it doesn't have... |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | Use object free routine if provided. |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | Add name server result codes. |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | Update prototypes |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | Have find_dns_zone return a result code. |
commit | commitdiff | tree |
2000-07-05 |
Ted Lemon | Use a cleverer regexp to extract OS minor version number. |
commit | commitdiff | tree |
2000-06-30 |
Ted Lemon | For non-failover pools, always allocate off the free... |
commit | commitdiff | tree |
2000-06-30 |
Ted Lemon | Don't build executables named test. |
commit | commitdiff | tree |
2000-06-30 |
Ted Lemon | Fix a couple of cases where the first host wouldn't... |
commit | commitdiff | tree |
2000-06-29 |
Ted Lemon | Fix some debugging code so it compiles on Solaris. |
commit | commitdiff | tree |
2000-06-29 |
Ted Lemon | Put some extra paranoia in logging subroutines. |
commit | commitdiff | tree |
2000-06-29 |
Ted Lemon | Add support for gcc2-free BSD/os 4.1. |
commit | commitdiff | tree |
2000-06-29 |
Ted Lemon | Fix another signed vs. unsigned char pointer issue. |
commit | commitdiff | tree |
2000-06-28 |
Ted Lemon | Fix parameters for dynamic bootp lease limits. |
commit | commitdiff | tree |
2000-06-28 |
Ted Lemon | Correctly quote shell meta-characters. |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Use interface_allocate to allocate command-line interfaces. |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Fix a signed vs. unsigned char pointer mismatch. |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Fix an unprotected call to failover_print. |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Don't listen on an OMAPI port unless configured to... |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | When debugging malloc on an object, be sure it has... |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Use mkstemp on freebsd... |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Add an omapi port config parameter to client config... |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Quote shell special characters. |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Make the hash functions work usefully for hash table... |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Add 'omapi' keyword |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Allocate hash buckets in clumps. Fix a bug in a call... |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Don't listen on an OMAPI port unless one is specified... |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Parse an OMAPI port out of the config file. |
commit | commitdiff | tree |
2000-06-24 |
Ted Lemon | Test for work.sysname, not just sysname. |
commit | commitdiff | tree |
next |