Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
e006994d by Ryan Tandy at 2020-04-28T11:21:17-07:00
Fix slaptest in test077
The libtool wrapper scripts lose argv[0] when exec'ing the real binary.
In the CI Docker container, where the build runs as root, this was
actually starting a real slapd on the default port.
Outside Docker, running as a non-root user, this slapd would just fail
to start, and wouldn't convert the config either.
Using "slapd -Tt" fixes the issue but also prints a warning from
slaptest since the database hasn't been initialized yet.
Dynamic config isn't actually used in this test script, so let's just
run slapd off the config file directly.
- - - - -
59bdc815 by Ryan Tandy at 2020-04-28T11:24:48-07:00
Convert test077 to LDIF config
- - - - -
7dfbcfa1 by Ryan Tandy at 2020-04-28T11:24:48-07:00
Fix typos
- - - - -
78cfaa3c by Ryan Tandy at 2020-04-28T11:27:49-07:00
Fix minor issues in test077 script
- - - - -
4 changed files:
- doc/man/man3/ldap_get_option.3
- − tests/data/slapd-sasl-gssapi.conf
- tests/scripts/defines.sh
- tests/scripts/test077-sasl-gssapi
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fd23680a447b9efe1a481d…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fd23680a447b9efe1a481d…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
bcb0af62 by Howard Chu at 2020-04-17T02:46:10+01:00
ITS#6745 slapd daemon: use separate emfile mutex
- - - - -
db404baf by Ryan Tandy at 2020-04-16T19:35:53-07:00
ITS#9226 Fix link order for rewrite program on MinGW
- - - - -
c5acb1d3 by Howard Chu at 2020-04-17T21:00:07+01:00
ITS#9209 fix test
- - - - -
7985626f by Chris Zagar at 2020-04-17T21:01:05+00:00
ITS#9087 - Change hard-coded windres to $(RC) to support mingw cross-compiling
- - - - -
84ab23f3 by Ryan Tandy at 2020-04-17T21:39:52+00:00
ITS#9087 Let configure detect cross windres tool
- - - - -
bfb20d3e by Ryan Tandy at 2020-04-17T16:08:54-07:00
ITS#9087 Regenerate configure
- - - - -
94ef2c9b by Howard Chu at 2020-04-18T01:30:08+01:00
ITS#9209 quote test argument
- - - - -
8e3e85e3 by Isaac Boukris at 2020-04-19T11:10:50+03:00
auth: add SASL/GSSAPI tests
- - - - -
3dd0d77d by Isaac Boukris at 2020-04-19T11:10:50+03:00
gitlab: add krb5 packages for gssapi tests and a second build
- - - - -
a019e7fe by Quanah Gibson-Mount at 2020-04-20T21:38:01+00:00
ITS#9207 - Remove MozNSS code and documentation
- - - - -
8505f774 by Quanah Gibson-Mount at 2020-04-20T21:38:01+00:00
Update to drop NON_BLOCKING ifdefs that were only really for moznss
- - - - -
58b89e09 by Quanah Gibson-Mount at 2020-04-20T21:42:11+00:00
ITS#9207 - regenerate
- - - - -
1f4d4c95 by Quanah Gibson-Mount at 2020-04-22T00:37:23+00:00
ITS#9230 - Update truncate man page information for 2.5 and later
- - - - -
bc9a9286 by Quanah Gibson-Mount at 2020-04-22T14:49:10+00:00
ITS#6740 - Always enable rewrite
- - - - -
21e48fad by Quanah Gibson-Mount at 2020-04-22T16:11:33+00:00
ITS#6740 - regenerate configure
- - - - -
82c8d3eb by Ryan Tandy at 2020-04-22T16:18:50+00:00
ITS#8772 Remove --with-threads=mach option
- - - - -
eadba4d0 by Ryan Tandy at 2020-04-22T16:18:50+00:00
ITS#8224 Use AS_HELP_STRING to indent configure options consistently
- - - - -
a2882e5e by Ryan Tandy at 2020-04-22T16:18:50+00:00
ITS#8224 Simplify --disable-slapd logic
- - - - -
5144fba8 by Ryan Tandy at 2020-04-22T16:18:50+00:00
ITS#8224 Simplify slapd minimal built-in backend check
--enable-slapd=auto is now implicitly handled the same as =yes.
- - - - -
2678a32a by Ryan Tandy at 2020-04-22T16:18:50+00:00
ITS#8224 Consolidate configure options validation
- - - - -
0c4ee60a by Ryan Tandy at 2020-04-22T11:31:01-07:00
ITS#8224 Regenerate configure
- - - - -
96fedda6 by Quanah Gibson-Mount at 2020-04-22T18:59:38+00:00
ITS#5573 - Expose contextCSN, entryCSN in subschema entry
- - - - -
3cd50fa8 by Isaac Boukris at 2020-04-23T21:00:39+02:00
ITS#9189 rework sasl-cbinding support
Add LDAP_OPT_X_SASL_CBINDING option to define the binding type to use,
defaults to "none".
Add "tls-endpoint" binding type implementing "tls-server-end-point" from
RCF 5929, which is compatible with Windows.
Fix "tls-unique" to include the prefix in the bindings as per RFC 5056.
- - - - -
7b0017ad by Isaac Boukris at 2020-04-23T21:00:39+02:00
ITS#9189 add channel-bindings tests
- - - - -
e9543da9 by Ryan Tandy at 2020-04-23T13:19:33-07:00
ITS#9215 Define _XOPEN_SOURCE for glibc only
- - - - -
4cac398b by Isaac Boukris at 2020-04-23T22:28:51+00:00
ITS#9189 - initialize ldo_sasl_cbinding in LDAP_LDO_SASL_NULLARG
Reported-by: Ryan Tandy @ryan
- - - - -
4c545ee0 by Isaac Boukris at 2020-04-25T22:50:52+02:00
ITS#9242 - ifdef tls-endpoint code in openssl pre 0.9.8
- - - - -
34918d4e by Ryan Tandy at 2020-04-25T17:02:07-07:00
Fix export syntax compatibility with older sh
- - - - -
df46c07a by Ryan Tandy at 2020-04-26T01:46:43+00:00
ITS#6035 Skip test076 if chosen SASL mech not supported
- - - - -
5c0efb9c by Howard Chu at 2020-04-27T03:41:12+01:00
ITS#9176 Add TLS SNI support to libldap
Implemented for OpenSSL, GnuTLS just stubbed
- - - - -
10cc52ca by Ryan Tandy at 2020-04-27T16:21:12+00:00
ITS#7573 Create regression test
- - - - -
8f174209 by Ryan Tandy at 2020-04-27T16:21:12+00:00
ITS#7573 Fix back-perl dynamic config with threaded slapd
- - - - -
b8f34888 by Howard Chu at 2020-04-27T18:25:49+01:00
ITS#9176 check for numeric addrs before passing SNI
- - - - -
4265849b by Howard Chu at 2020-04-27T18:54:02+01:00
ITS#9176 check for failure setting SNI
- - - - -
e96f90e2 by Ryan Tandy at 2020-04-27T11:01:01-07:00
ITS#9176 Implement SNI for GnuTLS
- - - - -
4a50fa74 by Ryan Tandy at 2020-04-27T20:06:52+00:00
ITS#9215 Fix previous commit
- - - - -
0578202a by Ryan Tandy at 2020-04-27T21:41:29+00:00
Skip MIT setup if krb5kdc not installed
- - - - -
af5b31b2 by Quanah Gibson-Mount at 2020-04-27T23:25:19+00:00
2.5 version updates
- - - - -
d38d48fc by Howard Chu at 2020-04-28T13:58:15+00:00
ITS#9202 limit depth of nested filters
Using a hardcoded limit for now; no reasonable apps
should ever run into it.
- - - - -
fd23680a by Howard Chu at 2020-04-28T16:33:41+01:00
ITS#9215 fix for glibc again
- - - - -
34b9ba94 by Quanah Gibson-Mount at 2020-04-30T16:40:07+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
30 changed files:
- .gitignore
- .gitlab-ci.yml
- configure
- configure.in
- doc/guide/admin/appendix-changes.sdf
- doc/guide/admin/appendix-common-errors.sdf
- doc/guide/admin/appendix-recommended-versions.sdf
- doc/guide/admin/appendix-upgrading.sdf
- doc/guide/admin/aspell.en.pws
- doc/guide/admin/install.sdf
- doc/guide/admin/intro.sdf
- doc/guide/admin/monitoringslapd.sdf
- doc/guide/admin/overlays.sdf
- doc/guide/admin/replication.sdf
- doc/guide/admin/tls.sdf
- doc/guide/preamble.sdf
- doc/man/man3/ldap_get_option.3
- doc/man/man5/ldap.conf.5
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd.conf.5
- doc/man/man8/slapindex.8
- include/ldap.h
- include/ldap_pvt.h
- include/portable.hin
- libraries/libldap/Makefile.in
- libraries/libldap/cyrus.c
- libraries/libldap/init.c
- libraries/libldap/ldap-int.h
- libraries/libldap/ldap-tls.h
- libraries/libldap/tls2.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3ca7f20b3578cf0aceb71a…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3ca7f20b3578cf0aceb71a…
You're receiving this email because of your account on git.openldap.org.