summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add two sprintf like functions to str.c, fix a bugMartin Nagy2009-01-142-7/+61
| | | | Bug in str__destroy() caused us to try to free a NULL pointer.
* Fix settings default value handling.Martin Nagy2009-01-142-12/+17
|
* Don't use obscure pointer arithmetics in settings.Martin Nagy2009-01-122-34/+25
|
* Fix copyright headers.Martin Nagy2009-01-125-2/+59
|
* Add a generic settings helper.Martin Nagy2009-01-093-1/+227
|
* Add util.h.Martin Nagy2009-01-093-10/+12
|
* Ignore vim swap files (*.swp)Martin Nagy2009-01-091-0/+1
|
* Fix up Makefile.Martin Nagy2009-01-091-14/+5
|
* - added ldapdb_create function which creates per-zone dns_db_t - document ↵Adam Tkac2008-12-181-10/+103
| | | | what should ldap zone manager do
* Cosmetic changes and macro fatal_error added.Martin Nagy2008-12-173-64/+64
|
* Added stub dns_db_t implementation.Adam Tkac2008-12-161-5/+518
|
* Add a string library.Martin Nagy2008-12-153-1/+365
|
* Add a dynamic_driver_destroy() function.Martin Nagy2008-12-151-0/+6
| | | | This function is mandatory and will be called by BIND on exit.
* Use common prefix _LD in header files.Martin Nagy2008-12-111-3/+3
|
* Add .gitignoreMartin Nagy2008-12-101-0/+3
|
* Initial import.Martin Nagy2008-12-106-0/+363
The driver for now only prints the argument list and then fails.