Package: ldap2zone / 0.2-9+deb9u1

Metadata

Package Version Patches format
ldap2zone 0.2-9+deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_fix default location.patch | (download)

ldap2bind | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fixed location of default file
 .
 ldap2zone (0.2-3) unstable; urgency=low
 .
   * Fixed installation of default file
0002_ldap_host_param.patch | (download)

ldap2bind | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix wrong variable name
0003_heap corruption.patch | (download)

ldap2zone.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix too short memory allocation.
0004_revert broken zones.patch | (download)

ldap2bind | 26 21 + 5 - 0 !
1 file changed, 21 insertions(+), 5 deletions(-)

 keep old zone if new one break bind setup
 If bind reject the zone file, revert to the previous version and
 log an error to syslog, instead of breaking the DNS setup completely.
0005_stable zone ordering.patch | (download)

ldap2zone.c | 18 12 + 6 - 0 !
1 file changed, 12 insertions(+), 6 deletions(-)

 make output stable.
 Make sure the zone ordering is the same every time, no matter what ordering
 the LDAP server provided.  Rewrite the program to keep the "stack" sorted
 instead of appending LDAP replies to the end.
0006_avoid signed unsigned warning.patch | (download)

ldap2zone.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use size_t instead of int to avoid signed/unsigned warning
 Inspired by commit eae6833f5e7318d84399f48931490d98d4a76ac1 found on 
 <URL: https://github.com/FransUrbo/bind9-ldap >.
0007_hardening.patch | (download)

Makefile | 12 11 + 1 - 0 !
1 file changed, 11 insertions(+), 1 deletion(-)

 enable hardening
0008_unused variables.patch | (download)

ldap2zone.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 remove unused variables sizelimit and timeout.
 Get rid of the last compiler warnings by removing unused variables.
0009_support ldapi uris.patch | (download)

ldap2bind | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
0010_cron silent unconfigured.patch | (download)

ldap2bind | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
0011_evaluate run deploy var.patch | (download)

ldap2bind | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 really give functionality to the run_deploy env var
0012_update man page.patch | (download)

ldap2bind.1 | 20 9 + 11 - 0 !
1 file changed, 9 insertions(+), 11 deletions(-)

 update ldap2bind man page after /etc/default/ldap2zone has been turned into an example file.
2001_debian defaults.patch | (download)

ldap2bind | 26 26 + 0 - 0 !
1 file changed, 26 insertions(+)

 set some sensible defaults (derived from /etc/default/ldap2zone)
0013_fix wrong var usage.patch | (download)

ldap2zone.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use correct variable in while loop (msgid -> msgidp)