[WIP] Winbindd DNS update integration.
- C 99.2%
- Makefile 0.8%
| tests | ||
| .dir-locals.el | ||
| .gitignore | ||
| ad_dns_client.c | ||
| ad_dns_client.h | ||
| common.c | ||
| common.h | ||
| COPYING | ||
| dconf.c | ||
| dconf.h | ||
| dns.c | ||
| dns.h | ||
| dns_common.c | ||
| dns_common.h | ||
| dns_message.c | ||
| dns_message.h | ||
| dns_question.c | ||
| dns_question.h | ||
| dns_resource_record.c | ||
| dns_resource_record.h | ||
| kerberos.c | ||
| kerberos.h | ||
| ldap.c | ||
| ldap.h | ||
| list.c | ||
| list.h | ||
| log.c | ||
| log.h | ||
| Makefile | ||
| net.c | ||
| net.h | ||
| README.org | ||
| winbind.c | ||
| winbind.h | ||
| winbindd_dnsupdate.c | ||
Winbind DNS Update
This is a work-in-progress implementation of DNS update functionality for Samba
winbind (winbindd) service, written in plain C.
Build instructions
git clone https://altlinux.space/artyom-poptsov/winbind-dnsupdate.git cd winbind-dnsupdate make -j$(nproc)
Building and running tests
To build and run tests you need libcheck installed on your system.
The test runner can be started as follows:
make tests make check