Package: openldap / 2.6.10+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
openldap | 2.6.10+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debian version | (download) |
build/version.sh |
2 1 + 1 - 0 ! |
replace upstream version with debian version in version strings |
man slapd | (download) |
doc/man/man8/slapd.8 |
17 8 + 9 - 0 ! |
--- |
slapi errorlog file | (download) |
servers/slapd/slapi/slapi_overlay.c |
2 1 + 1 - 0 ! |
--- |
ldapi socket place | (download) |
include/ldap_defaults.h |
2 1 + 1 - 0 ! |
--- |
wrong database location | (download) |
doc/man/man5/slapd-config.5 |
2 1 + 1 - 0 ! |
--- |
index files created as root | (download) |
doc/man/man8/slapindex.8 |
4 4 + 0 - 0 ! |
--- |
sasl default path | (download) |
include/ldap_defaults.h |
2 2 + 0 - 0 ! |
--- |
getaddrinfo is threadsafe | (download) |
libraries/libldap/os-ip.c |
6 0 + 6 - 0 ! |
--- |
do not second guess sonames | (download) |
libraries/libldap/cyrus.c |
23 0 + 23 - 0 ! |
--- |
contrib makefiles | (download) |
contrib/slapd-modules/passwd/Makefile |
2 1 + 1 - 0 ! |
--- |
fix build top mk | (download) |
build/top.mk |
2 1 + 1 - 0 ! |
--- |
switch to lt_dlopenadvise to get RTLD_GLOBAL set.diff | (download) |
servers/slapd/module.c |
16 15 + 1 - 0 ! |
switch to lt_dlopenadvise() so back_perl can be opened with rtld_global. Open all modules with RTLD_GLOBAL, needed so that back_perl can load non-trivial Perl extensions that require symbols from back_perl.so itself. Bug-Debian: http://bugs.debian.org/327585 |
set maintainer name | (download) |
build/mkversion |
7 1 + 6 - 0 ! |
--- |
64 bit time t compat.patch | (download) |
contrib/slapd-modules/smbk5pwd/smbk5pwd.c |
6 3 + 3 - 0 ! |
handle sizeof(time_t) > sizeof(long) in format strings 64-bit time_t means that on some architectures, time_t is now larger than a long, and making some references in format strings incorrect. To avoid truncation or other size mismatch issues, always cast to a long long and read using %lld. . Fixes an assertion failure detected during build-time tests on armhf: slapd: ../../../../../servers/slapd/overlays/dds.c:422: dds_op_add: Assertion `bv.bv_len < sizeof( ttlbuf )' failed. |
cross.patch | (download) |
configure.ac |
8 4 + 4 - 0 ! |
--- |
ppm cross.patch | (download) |
contrib/slapd-modules/ppm/Makefile |
13 7 + 6 - 0 ! |
--- |