Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare the tree for conversion to autoconf. | Martin Nagy | 2009-03-30 | 1 | -1707/+0 |
| | | | | All source files are now moved to src/ and the old Makefile is removed. | ||||
* | Add a convenience macro for isc_mem_allocate(). | Martin Nagy | 2009-03-25 | 1 | -11/+2 |
| | |||||
* | Refactoring related to isc_buffer_t. | Martin Nagy | 2009-03-25 | 1 | -3/+2 |
| | |||||
* | Fix problems with dnsname_to_dn() (rewrite). | Martin Nagy | 2009-03-25 | 1 | -11/+107 |
| | |||||
* | Better conversion of DN to dnsname. | Martin Nagy | 2009-03-23 | 1 | -1/+1 |
| | | | | | We now don't need the root DN in order to make the conversion. Instead, we only look for RDNs with objectClass "idnsName". | ||||
* | Discard entries from cache after updating in LDAP. | Martin Nagy | 2009-03-16 | 1 | -2/+0 |
| | |||||
* | Fix memory leak. | Adam Tkac | 2009-03-16 | 1 | -0/+1 |
| | |||||
* | Some cosmetic changes in ldap_helper.c | Martin Nagy | 2009-03-16 | 1 | -11/+6 |
| | |||||
* | Use isc_mem_allocate when we call isc_mem_free. | Adam Tkac | 2009-03-16 | 1 | -3/+16 |
| | |||||
* | Modify functions - rdatalist is always exactly one item (not list). | Adam Tkac | 2009-03-16 | 1 | -60/+40 |
| | |||||
* | Add write-back support. | Martin Nagy | 2009-03-16 | 1 | -1/+239 |
| | |||||
* | Add support for SASL and simple authentication. | Martin Nagy | 2009-03-16 | 1 | -23/+156 |
| | |||||
* | Integrate the caching support. | Martin Nagy | 2009-03-14 | 1 | -0/+5 |
| | |||||
* | Get rid of useless debugging output. | Martin Nagy | 2009-03-14 | 1 | -15/+0 |
| | |||||
* | Check return value from dns_name_fromtext. Free zone name only if it was ↵ | Adam Tkac | 2009-03-02 | 1 | -1/+2 |
| | | | | allocated. | ||||
* | Set update ACLs for zones to "any" by default. | Adam Tkac | 2009-03-02 | 1 | -0/+7 |
| | |||||
* | Fix memory leaks resulted from creating rdatasets. | Martin Nagy | 2009-02-18 | 1 | -9/+18 |
| | | | | | We use kind of a hack really. We overwrite each created rdataset's methods by our own that will free the resources. | ||||
* | Enable reading from LDAP. | Martin Nagy | 2009-02-18 | 1 | -275/+449 |
| | |||||
* | Add another LDAP helper functions. | Martin Nagy | 2009-02-13 | 1 | -0/+242 |
| | |||||
* | Add zone manager. | Martin Nagy | 2009-02-12 | 1 | -44/+156 |
| | | | | | | Zone manager will take care of periodical checks for new zones and will add them when they appear. For now, zones are only added at start time, no periodical checks yet. | ||||
* | Add helper functions for LDAP attributes. | Martin Nagy | 2009-01-19 | 1 | -29/+117 |
| | |||||
* | Added ldapdb_rdatalist_* functions. | Adam Tkac | 2009-01-19 | 1 | -0/+221 |
| | | | | | | | | First function (ldapdb_rdatalist_get) is the core of search functions. It returns all RRs with specified name. Second function (ldapdb_rdatalist_destroy) is "helper" function and is used to destroy returned ldapdb_rdatalist_t. Third function is the ldapdb_rdatalist_findrdatatype function which returns rdatalist with specified rdtype. | ||||
* | Add LDAP helper routines. | Martin Nagy | 2009-01-14 | 1 | -0/+419 |