summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Chekpoint (rewrote option, almost added directives, added samples)Francis Dupont2018-11-29542-334/+586982
|
* Checkpoint (fixed domain-name)Francis Dupont2018-11-296-6/+27
|
* Checkpoint (even it is usable) (add script to check json configs)Francis Dupont2018-11-2926-1418/+1945
|
* Checkpoint (finished 2nd pass)Francis Dupont2018-11-2956-220/+1603
|
* Checkpoint (split reduce code)Francis Dupont2018-11-2915-2541/+3828
|
* Checkpoint (2nd pass, parse.c, half expresssion)Francis Dupont2018-11-29712-19459/+3201
|
* Checkpoint (dbeugging groups)Francis Dupont2018-11-2917-40/+465
|
* Checkpoint (finishing 2nd pass)Francis Dupont2018-11-2966-4161/+5056
|
* Checkpoint (improve expression print using precedence)Francis Dupont2018-11-294-72/+390
|
* Checkpoint (did server-id, second pass at 75%)Francis Dupont2018-11-2992-124/+810
|
* Checkpoint (debugged shared networks)Francis Dupont2018-11-2927-20/+290
|
* Checkpoint (debugged classes)Francis Dupont2018-11-2935-50/+659
|
* Checkpoint (more tests, coded subclass)Francis Dupont2018-11-2935-255/+905
|
* Checkpoint (more tests)Francis Dupont2018-11-2987-24/+81360
|
* Checkpoint (2nd pass almost done, began tests)Francis Dupont2018-11-2917-123/+588
|
* Checkpoint (wrote doc, began group)Francis Dupont2018-11-297-32/+791
|
* Bugs fixes, a large config, etcFrancis Dupont2018-11-29670-115/+51342
|
* Missing samples directoryFrancis Dupont2018-11-296-0/+440
|
* Checkpoint (trying to get test-a.conf)Francis Dupont2018-11-294-89/+347
|
* Improvements of the dayFrancis Dupont2018-11-293-35/+253
|
* A few improvements (generated config passes)Francis Dupont2018-11-296-25/+236
|
* Added expression reduction (works for match/test in classes)Francis Dupont2018-11-299-166/+3317
|
* Some progress (e.g. can parse Dan's sample)Francis Dupont2018-11-2911-527/+724
|
* today checkpointFrancis Dupont2018-11-2916-264/+2057
|
* Progressed in pass 2Francis Dupont2018-11-293-34/+94
|
* Began 2nd passFrancis Dupont2018-11-299-306/+1324
|
* Main part doneFrancis Dupont2018-11-296-1524/+1103
|
* Did more than half of parse.c (generic)Francis Dupont2018-11-296-1676/+1199
|
* Finished confparse.c, still parse.c to doFrancis Dupont2018-11-2911-242/+9874
|
* Kea Migration Assistant (main and man skel, data tools)Francis Dupont2018-11-2912-64/+1770
|
* Fixed server option code point conflictFrancis Dupont2018-11-291-9/+9
|\
| * Solved conflictFrancis Dupont2018-11-291-9/+9
|/
* [master] Added configuration parameter, ping-cltt-secs (v4 operation only)Thomas Markwalder2018-09-265-112/+238
| | | | Merges in rt36283.
* [master] Correct BIND9 dns API call constantThomas Markwalder2018-09-262-4/+16
| | | | Merges in rt47757
* look for fetch as well as wgetMark Andrews2018-09-171-12/+24
|
* correctly look for --repo_host= and --repo_path=Mark Andrews2018-09-171-11/+17
|
* [master] Updated release notes.Thomas Markwalder2018-09-141-2/+8
|
* [master] Added includes of new BIND9 compatibility headers, updated util/bind.shThomas Markwalder2018-09-144-12/+39
| | | | Merges in rt48072.
* Added missing bracket (#47779)Francis Dupont2018-06-131-0/+1
|
* [master] f0 sanity check correctionsv4_4_1_f1Thomas Markwalder2018-02-213-44/+369
| | | | | | LICENSE - added MPL text README - removed RELEASE STATUS section RELNOTES - changed 4.4.x 4.4
* [master] Pre-release tag prep for 4.4.1: version #, copyright etc...v4_4_1Thomas Markwalder2018-02-209-22/+24
| | | | | | | | | | | | | Changes committed: modified: .gitignore modified: README modified: RELNOTES modified: configure modified: configure.ac modified: configure.ac+lt modified: configure.ac-base modified: configure.ac-lt modified: util/bind.sh
* [master] Correct buffer overrun in pretty_print_optionThomas Markwalder2018-02-103-5/+83
| | | | Merges in rt47139.
* [master] Corrected refcnt loss in option parsingThomas Markwalder2018-02-096-7/+128
| | | | Merges in 47140.
* [master] Correct delayed-ack 0 prohibiting active lease updates to lease fileThomas Markwalder2018-02-093-3/+13
| | | | Merges in 47141.
* [master] Add m4/README to distribution tarball to avoid ac_local() failsv4_4_0_f1Thomas Markwalder2018-01-294-2/+11
| | | | Merges in rt47075.
* [master] Pre-release tag prep for 4.4.0: version #, copyright etc...v4_4_0Thomas Markwalder2018-01-2611-24/+25
|
* [master] Includes DHCP4 option definitions for RFCs 4578,5071, and 5859Thomas Markwalder2018-01-264-20/+97
| | | | Merges in 47062
* [master] Fixed OpenBSD embedded bind9 build failureThomas Markwalder2018-01-122-2/+6
| | | | Merges in rt46971
* [master] Removed unused variable in absolute_path()Thomas Markwalder2018-01-121-1/+0
| | | | modified: common/print.c
* [master] Fixed relative file name crashThomas Markwalder2018-01-125-26/+64
| | | | Merges in rt46957