]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1999-09-09  Ted LemonAdd a new warning for EGCS on NetBSD.
1999-09-08  Ted LemonInitialize RNG. Initialize OMAPI listener and DHCP...
1999-09-08  Ted LemonSupport dynamically-created host entries.
1999-09-08  Ted LemonAdd omapi support.
1999-09-08  Ted LemonDebugging sweep, added some new functionality
1999-09-08  Ted LemonAdd some more errors
1999-09-08  Ted LemonAdd OpenBSD support.
1999-09-08  Ted LemonSupport 'never' as a possible lease expiry time.
1999-09-08  Ted LemonLots of OMAPI-related changes.
1999-09-08  Ted LemonHeader file for dhcpctl library.
1999-09-08  Ted LemonMucho fixups
1999-09-08  Ted LemonAdd test program for dhcpctl
1999-09-08  Ted LemonSupport referring to hosts by name and recording them...
1999-09-08  Ted LemonUse OMAPI dispatcher
1999-09-08  Ted LemonMake interfaces OMAPI objects.
1999-09-08  Ted LemonMake ranlib optional.
1999-09-08  Ted LemonNew OpenBSD support.
1999-09-08  Ted LemonAdd support for setting hostname
1999-09-08  Ted LemonAdd OMAPI library.
1999-09-08  Ted LemonAdd some more information to the Solaris information.
1999-09-08  Ted LemonAdd unixware support. Add LIBMANDIR. Add OpenBSD...
1999-09-08  Ted LemonOMAPI interface for ISC DHCP server objects.
1999-09-02  Ted LemonAdjust some pointers
1999-09-02  Ted LemonDhcpctl control library
1999-09-02  Ted LemonOmapi library, initial checkin
1999-09-02  Ted Lemonomapi include files.
1999-09-02  Ted Lemonlibisc include files (stolen, pro tem)
1999-09-02  Ted LemonAdd dhcpctl and omapi subdirectories
1999-08-19  Ted LemonFix some lease time problems. Fix subclass permit...
1999-08-01  Ted Lemon- Add a static operator indicating whether the client...
1999-07-31  Ted LemonChange behaviour of concat so that any null argument...
1999-07-31  Ted LemonDocument changes to concat.
1999-07-31  Ted LemonAllow concat to take an arbitrary number of arguments.
1999-07-31  Ted LemonFlag expr_known as a boolean expression.
1999-07-31  Ted Lemon.ssd.example.net -> .in-addr.arpa in example.
1999-07-31  Ted LemonPreliminary documentation for the dns-update function...
1999-07-31  Ted Lemonpermit -> allow in example.
1999-07-31  Ted Lemon- Use reference-counting allocators to allocate the...
1999-07-31  Ted Lemon- Rototill expression evaluation function prototypes.
1999-07-31  Ted Lemon- Rototill function prototypes.
1999-07-31  Ted LemonUpdate version.
1999-07-31  Ted Lemon- Update prototypes in universe structure.
1999-07-31  Ted Lemon- Make a place to hang the incoming packet in the lease...
1999-07-31  Ted Lemon- Regularize expression evaluation calls so that they...
1999-07-31  Ted Lemon- Fix up expression evaluation calls.
1999-07-31  Ted Lemonerror -> log_fatal (again!)
1999-07-31  Ted Lemon- Fix up calls to evaluate_boolean_expression.
1999-07-31  Ted Lemon- Make converted_length and binary_to_ascii work correctly.
1999-07-31  Ted Lemon- Fix several cases where a refcounted memory allocator...
1999-07-31  Ted Lemon- Fix two stupid bugs that caused filename and server_n...
1999-07-31  Ted LemonFurther clarify Linux CONFIG_PACKET/CONFIG_FILTER README.
1999-07-21  Ted Lemonconfig-option is a data expression (from Brian Murrell).
1999-07-21  Ted LemonAdd seperate implementation for config-option.
1999-07-21  Ted Lemon- Remove NUL from end of host-name option after checkin...
1999-07-21  Ted Lemon- Enhance dns-update evaluation.
1999-07-20  Ted LemonMore documentation for classes.
1999-07-20  Ted Lemon- Add unknown-clients as an alternative to unknown...
1999-07-20  Ted LemonBetter document the data_string structure.
1999-07-20  Ted Lemon- Undo a mistaken change to parse_if_statement that...
1999-07-20  Ted LemonFix another bug that Brian cleverly tracked down.....
1999-07-19  Ted LemonRecognize pick-first-value and host-decl-name as data...
1999-07-19  Ted LemonDocument pseudo-interfaces.
1999-07-19  Ted LemonA bug fix from Brian Murrell for a problem in host...
1999-07-19  Ted Lemonpick-first-value expression was being set up incorrectly.
1999-07-19  Ted Lemon- Make lease-time a numeric expression, and make dns...
1999-07-19  Ted Lemon- Don't try to deallocate data associated with a partia...
1999-07-19  Ted LemonIntern lease-time token correctly.
1999-07-19  Ted LemonSome more fixes from Brian Murrell.
1999-07-19  Ted LemonA few tweaks to make lease-time more correct.
1999-07-19  Ted LemonBrian Murrel's latest dns update implementation - more...
1999-07-18  Ted LemonAdd a section documenting event support.
1999-07-18  Ted LemonAdd support for 'on commit' and (partially) 'on release'.
1999-07-18  Ted LemonAdd support for 'on commit'.
1999-07-18  Ted LemonAdd static_lease_dereference prototype.
1999-07-18  Ted LemonConditionalize use of snprintf.
1999-07-18  Ted LemonDocument the lease-time, host-decl-name and pick-first...
1999-07-18  Ted LemonUpdate the credits for the Dynamic DNS support.
1999-07-18  Ted LemonMake bind library inclusion more configurable.
1999-07-17  Ted LemonWhen dereferencing a statement, dereference anything...
1999-07-17  Ted LemonFix statement parsing calls.
1999-07-17  Ted LemonFix a leftover thinko in the statement copy support...
1999-07-16  Ted LemonMassive rototill to support some new DDNS features.
1999-07-13  Ted LemonFix some silly mistakes in Linux versioning update.
1999-07-13  Ted LemonChanges to make builds work on HP-UX with ANSI compiler.
1999-07-13  Ted Lemon- For Linux, compute major and minor version instead...
1999-07-13  Ted LemonAdd a more informative message to the interface/declara...
1999-07-12  Ted LemonParse ddns state in leases even if DDNS support is...
1999-07-12  Ted LemonGet host-name from packet, not from server configuration.
1999-07-07  Ted LemonDocumentation for anonymous CVS
1999-07-07  Ted LemonRegenerate. V3-BETA-1-PATCH-0
1999-07-07  Ted LemonUpdate changelog and document the interim ddns update...
1999-07-07  Ted LemonDocument one-lease-per-client.
1999-07-07  Ted LemonDocument if_tr.h problem. Document Dynamic DNS update...
1999-07-07  Ted LemonUpdate calls to evaluate_option_cache. Fix commenting...
1999-07-07  Ted LemonApply some nsupdate.c fixes from Brian Murrell.
1999-07-07  Ted LemonFix fallback_discard ifdefs again.
1999-07-07  Ted LemonSupport nsupdate with --with-nsupdate in ./configure.
1999-07-07  Ted LemonUpdate version.
1999-07-06  Ted LemonFix up ifdefs for USE_SOCKET_FALLBACK.
1999-07-06  Ted LemonRegularize TOKEN_NOT vs. NOT.
next