Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
8584c582 by Steve Langasek at 2026-04-05T19:30:39+00:00
ITS#8890 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.
- - - - -
15 changed files:
- contrib/slapd-modules/smbk5pwd/smbk5pwd.c
- libraries/libldap/os-ip.c
- libraries/libldap/os-local.c
- libraries/libldap/result.c
- servers/slapd/back-asyncmeta/add.c
- servers/slapd/back-asyncmeta/compare.c
- servers/slapd/back-asyncmeta/config.c
- servers/slapd/back-asyncmeta/delete.c
- servers/slapd/back-asyncmeta/meta_result.c
- servers/slapd/back-asyncmeta/modify.c
- servers/slapd/back-asyncmeta/modrdn.c
- servers/slapd/back-ldap/bind.c
- servers/slapd/bind.c
- servers/slapd/overlays/dds.c
- servers/slapd/overlays/pcache.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/8584c58272f50667c519b23…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/8584c58272f50667c519b23…
You're receiving this email because of your account on git.openldap.org. Manage all notifications: https://git.openldap.org/-/profile/notifications | Help: https://git.openldap.org/help
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
ee33f39f by OndÅ™ej KuznÃk at 2026-03-31T15:45:17+00:00
ITS#10278 Port testsuite to python-ldap
- - - - -
fecf3889 by OndÅ™ej KuznÃk at 2026-03-31T15:45:17+00:00
ITS#9596 Do not delete test data unless requested
- - - - -
a1feec16 by OndÅ™ej KuznÃk at 2026-03-31T15:45:17+00:00
ITS#9596 Also load backends that aren't compiled in
- - - - -
455b58fb by OndÅ™ej KuznÃk at 2026-03-31T15:45:17+00:00
ITS#9596 Request only DN for now
- - - - -
24d6949a by OndÅ™ej KuznÃk at 2026-03-31T15:45:17+00:00
ITS#9596 Allow monitor to be loaded
- - - - -
4 changed files:
- tests/python/backends.py
- tests/python/overlays.py
- tests/python/slapd.py
- tests/python/syncrepl.py
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a6be90c6c335779e23d697…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a6be90c6c335779e23d697…
You're receiving this email because of your account on git.openldap.org. Manage all notifications: https://git.openldap.org/-/profile/notifications | Help: https://git.openldap.org/help