Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add two sprintf like functions to str.c, fix a bug | Martin Nagy | 2009-01-14 | 2 | -7/+61 | |
| | | | | Bug in str__destroy() caused us to try to free a NULL pointer. | |||||
* | Fix settings default value handling. | Martin Nagy | 2009-01-14 | 2 | -12/+17 | |
| | ||||||
* | Don't use obscure pointer arithmetics in settings. | Martin Nagy | 2009-01-12 | 2 | -34/+25 | |
| | ||||||
* | Fix copyright headers. | Martin Nagy | 2009-01-12 | 5 | -2/+59 | |
| | ||||||
* | Add a generic settings helper. | Martin Nagy | 2009-01-09 | 3 | -1/+227 | |
| | ||||||
* | Add util.h. | Martin Nagy | 2009-01-09 | 3 | -10/+12 | |
| | ||||||
* | Ignore vim swap files (*.swp) | Martin Nagy | 2009-01-09 | 1 | -0/+1 | |
| | ||||||
* | Fix up Makefile. | Martin Nagy | 2009-01-09 | 1 | -14/+5 | |
| | ||||||
* | - added ldapdb_create function which creates per-zone dns_db_t - document ↵ | Adam Tkac | 2008-12-18 | 1 | -10/+103 | |
| | | | | what should ldap zone manager do | |||||
* | Cosmetic changes and macro fatal_error added. | Martin Nagy | 2008-12-17 | 3 | -64/+64 | |
| | ||||||
* | Added stub dns_db_t implementation. | Adam Tkac | 2008-12-16 | 1 | -5/+518 | |
| | ||||||
* | Add a string library. | Martin Nagy | 2008-12-15 | 3 | -1/+365 | |
| | ||||||
* | Add a dynamic_driver_destroy() function. | Martin Nagy | 2008-12-15 | 1 | -0/+6 | |
| | | | | This function is mandatory and will be called by BIND on exit. | |||||
* | Use common prefix _LD in header files. | Martin Nagy | 2008-12-11 | 1 | -3/+3 | |
| | ||||||
* | Add .gitignore | Martin Nagy | 2008-12-10 | 1 | -0/+3 | |
| | ||||||
* | Initial import. | Martin Nagy | 2008-12-10 | 6 | -0/+363 | |
The driver for now only prints the argument list and then fails. |