Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits: e3905c98 by Ondřej Kuzník at 2021-12-14T16:30:54+00:00 ITS#9596 Let libldap keep explicit port 0 as that
- - - - - 544a7c88 by Ondřej Kuzník at 2021-12-14T16:30:54+00:00 ITS#9596 Allow slapd to listen on port 0
And have it update the listening socket names as the port gets assigned.
- - - - - b7390f17 by Ondřej Kuzník at 2021-12-14T16:30:54+00:00 ITS#9596 Let others wait on the startup readiness indication
- - - - - 2029248a by Ondřej Kuzník at 2021-12-14T16:30:54+00:00 ITS#9596 Introduce mod_harness module
- - - - - 40ef1b96 by Ondřej Kuzník at 2021-12-14T16:30:54+00:00 ITS#9596 First take on Python test suite
- - - - -
18 changed files:
- configure.ac - libraries/libldap/url.c - servers/slapd/daemon.c - servers/slapd/proto-slap.h - tests/Makefile.in - + tests/modules/Makefile.in - + tests/modules/mod-harness/Makefile.in - + tests/modules/mod-harness/config.c - + tests/modules/mod-harness/connection.c - + tests/modules/mod-harness/init.c - + tests/modules/mod-harness/mod-harness.h - + tests/python/.gitignore - + tests/python/__init__.py - + tests/python/backends.py - + tests/python/conftest.py - + tests/python/overlays.py - + tests/python/slapd.py - + tests/python/syncrepl.py
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e96bfd088e34cec005fa6f8...