Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-05 | resolv_sort_srv_reply: remove unnecessary mem_ctx | Pavel Březina | 1 | -1/+1 | |
2013-07-23 | Remove unused constant. | Michal Zidek | 1 | -2/+0 | |
2013-05-07 | Actually use the index parameter in resolv_get_sockaddr_address_index | Jakub Hrozek | 1 | -2/+3 | |
2013-05-03 | dyndns: New option dyndns_update_ptr | Jakub Hrozek | 1 | -2/+5 | |
https://fedorahosted.org/sssd/ticket/1832 While some servers, such as FreeIPA allow the PTR record to be synchronized when the forward record is updated, other servers, including Active Directory, require that the PTR record is synchronized manually. This patch adds a new option, dyndns_update_ptr that automatically generates appropriate DNS update message for updating the reverse zone. This option is off by default in the IPA provider. Also renames be_nsupdate_create_msg to be_nsupdate_create_fwd_msg | |||||
2013-05-03 | resolver: Return PTR record as string | Jakub Hrozek | 1 | -0/+4 | |
This is a requirement to update the PTR records. Includes a unit test. | |||||
2013-04-10 | resolv: add resolv_discover_srv request to resolv utils | Pavel Březina | 1 | -0/+13 | |
2013-04-10 | resolv: add resolv_get_domain request to resolv utils | Pavel Březina | 1 | -0/+14 | |
2013-04-03 | Centralize resolv_init, remove resolv context list | Jakub Hrozek | 1 | -1/+1 | |
2013-04-03 | Init failover with be_res options | Jakub Hrozek | 1 | -5/+0 | |
2011-07-11 | Allow returning arbitrary address from resolv_hostent as string | Jakub Hrozek | 1 | -1/+6 | |
2011-07-11 | Split reading resolver family order into a separate function | Jakub Hrozek | 1 | -0/+8 | |
2011-07-11 | Do not hardcode default resolver timeout | Jakub Hrozek | 1 | -0/+2 | |
2011-06-30 | Add sockaddr_storage to sdap_service | Sumit Bose | 1 | -0/+4 | |
2011-06-15 | Switch resolver to using resolv_hostent and honor TTL | Jakub Hrozek | 1 | -25/+31 | |
2011-06-15 | Add new resolv_hostent data structure and utility functions | Jakub Hrozek | 1 | -0/+29 | |
2011-06-02 | Add utility function to return IP address as string | Jakub Hrozek | 1 | -0/+3 | |
2010-04-30 | Sort SRV replies according to RFC 2782 | Jakub Hrozek | 1 | -0/+4 | |
RFC 2782 defines a way to sort replies to a SRV query. In short, the algorithm sorts all replies by priority and then does a weight-based selection for every priority level. For details, please see the sections "Usage rules" for overview of the algorithm and section "The 'Weight' field" for description on the weight selection. | |||||
2010-02-22 | Restrict family lookups | Jakub Hrozek | 1 | -1/+9 | |
Adds a new option that tells resolver which address family to prefer or use exclusively. Fixes: #404 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+95 | |
Also update BUILD.txt |