]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
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.
1999-07-06  Ted Lemon- Compute max-lease-time outside of conditional so...
1999-07-06  Ted LemonDocument binary-to-ascii, leased-address and reverse.
1999-07-06  Ted LemonAdd a -s flag to specify the broadcast destination...
1999-07-06  Ted LemonUse limited_broadcast global instead of INADDR_BROADCAST.
1999-07-06  Ted LemonDeclare limited_broadcast global.
1999-07-06  Ted LemonFix some pastos in new expression evaluators.
1999-07-06  Ted LemonFix some pastos.
1999-07-06  Ted Lemon- Pull a change from the 2.0 branch to make 'X' options...
1999-07-06  Ted LemonReverse output of conversion routine.
1999-07-06  Ted LemonAdd binary-to-ascii, leased-address and reverse tokens.
1999-07-06  Ted LemonAdd a -s flag to specify the server IP address (handy...
1999-07-06  Ted LemonDocument new (I use the term new loosely) command-line...
1999-07-02  Ted LemonPervasive changes to support leased_address, reverse...
1999-07-02  Ted LemonIn one-lease-per-client, don't re-release expired leases.
1999-07-02  Ted LemonSupport one-lease-per-client.
1999-07-01  Ted LemonGet BIND includes from site.conf if needed.
1999-07-01  Ted LemonName service update routines, from Irina Goble, by...
1999-07-01  Ted LemonFix a parenthetification error.
1999-07-01  Ted LemonName server update hooks.
1999-07-01  Ted Lemon- Record ddns information.
1999-07-01  Ted LemonDeclare db_printable.
1999-07-01  Ted LemonParse DNS update tokens if provided.
1999-07-01  Ted LemonGet BIND includes from site.conf if needed.
1999-07-01  Ted Lemon- Conditionalize definition of byte order constants...
1999-07-01  Ted Lemon- Include files required by nsupdate if enabled.
next