Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
760406ee by Greg Burd at 2023-10-23T19:12:47+00:00
ITS#10089 - Allow caller to determine if the process should exit or not when the regex is found to be problematic.
- - - - -
b857c538 by Howard Chu at 2023-10-23T19:12:56+00:00
ITS#10089 - Use ConfigArgs in slapi config parsing
- - - - -
f58a44f6 by Howard Chu at 2023-10-23T19:13:05+00:00
ITS#10089 - Use ConfigArgs in ACL parsing
For better error propagation back to config clients, also
remove unconditional use of stderr.
parse_acl() was only partially converted, the rest remains to be done.
- - - - -
7b693aad by Greg Burd at 2023-10-23T19:13:15+00:00
ITS#10089 - convert Debug to use config args
- - - - -
a97e4a72 by Quanah Gibson-Mount at 2023-10-23T19:13:34+00:00
ITS#10089
- - - - -
4d9424cb by Ondřej Kuzník at 2023-10-23T19:16:01+00:00
ITS#10091 Do not allow dynlist being configured as global
- - - - -
7408111a by Quanah Gibson-Mount at 2023-10-23T19:16:48+00:00
ITS#10091
- - - - -
b3c54393 by Ondřej Kuzník at 2023-10-23T19:18:27+00:00
ITS#10074 Fix type mismatches in lloadd
- - - - -
e8ba0219 by Quanah Gibson-Mount at 2023-10-23T19:19:24+00:00
ITS#10074
- - - - -
11 changed files:
- CHANGES
- servers/lloadd/libevent_support.c
- servers/lloadd/module_init.c
- servers/slapd/aci.c
- servers/slapd/aclparse.c
- servers/slapd/bconfig.c
- servers/slapd/overlays/dynlist.c
- servers/slapd/proto-slap.h
- servers/slapd/slap.h
- servers/slapd/slapi/plugin.c
- servers/slapd/slapi/proto-slapi.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e2c8d0531cb05005449d41…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e2c8d0531cb05005449d41…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
56438b06 by Greg Burd at 2023-10-23T19:10:33+00:00
ITS#10089 - Allow caller to determine if the process should exit or not when the regex is found to be problematic.
- - - - -
05da840a by Howard Chu at 2023-10-23T19:10:53+00:00
ITS#10089 - Use ConfigArgs in slapi config parsing
- - - - -
b939195a by Howard Chu at 2023-10-23T19:11:07+00:00
ITS#10089 - Use ConfigArgs in ACL parsing
For better error propagation back to config clients, also
remove unconditional use of stderr.
parse_acl() was only partially converted, the rest remains to be done.
- - - - -
160d272b by Greg Burd at 2023-10-23T19:11:20+00:00
ITS#10089 - convert Debug to use config args
- - - - -
ced8a99e by Quanah Gibson-Mount at 2023-10-23T19:12:26+00:00
ITS#10089
- - - - -
7bdba66e by Ondřej Kuzník at 2023-10-23T19:15:57+00:00
ITS#10091 Do not allow dynlist being configured as global
- - - - -
efdaa00a by Quanah Gibson-Mount at 2023-10-23T19:16:22+00:00
ITS#10091
- - - - -
7a647521 by Ondřej Kuzník at 2023-10-23T19:18:23+00:00
ITS#10074 Fix type mismatches in lloadd
- - - - -
756fa91a by Quanah Gibson-Mount at 2023-10-23T19:19:31+00:00
ITS#10074
- - - - -
11 changed files:
- CHANGES
- servers/lloadd/libevent_support.c
- servers/lloadd/module_init.c
- servers/slapd/aci.c
- servers/slapd/aclparse.c
- servers/slapd/bconfig.c
- servers/slapd/overlays/dynlist.c
- servers/slapd/proto-slap.h
- servers/slapd/slap.h
- servers/slapd/slapi/plugin.c
- servers/slapd/slapi/proto-slapi.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/35f2205a490b9bbef18c76…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/35f2205a490b9bbef18c76…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
e9a033ff by Quanah Gibson-Mount at 2023-09-26T17:20:15+00:00
ITS#10057 - homedir: Fix config attribute name
Fix config attribute name for olcHomedirArchivePath
- - - - -
589f6545 by Quanah Gibson-Mount at 2023-09-26T17:20:56+00:00
ITS#10057
- - - - -
375d21a9 by Howard Chu at 2023-09-26T17:22:07+00:00
ITS#9952 libldap: use atexit for TLS teardown
- - - - -
d48d2d41 by Quanah Gibson-Mount at 2023-09-26T17:23:15+00:00
ITS#9952
- - - - -
3d431b80 by Ondřej Kuzník at 2023-09-26T17:25:46+00:00
ITS#10068 keep our own copy of the DN
- - - - -
85e13b49 by Quanah Gibson-Mount at 2023-09-26T17:28:06+00:00
ITS#10068
- - - - -
d06bfb1f by Ondřej Kuzník at 2023-10-09T20:24:09+00:00
ITS#10070 Allow running without a valid resolv.conf file
- - - - -
160972fe by Quanah Gibson-Mount at 2023-10-09T20:25:07+00:00
ITS#10070
- - - - -
c9a72f74 by Nadezhda Ivanova at 2023-10-09T20:26:24+00:00
ITS#10076 suffixmassage in back-asyncmeta does not handle empty remote suffix correctly
- - - - -
9579d8a5 by Quanah Gibson-Mount at 2023-10-09T20:26:53+00:00
ITS#10076
- - - - -
7f1bfb0e by Ondřej Kuzník at 2023-10-09T20:28:33+00:00
ITS#10083 Do not mess with a connection that's dying already
- - - - -
35f2205a by Quanah Gibson-Mount at 2023-10-09T20:28:57+00:00
ITS#10083
- - - - -
8 changed files:
- CHANGES
- doc/man/man5/slapo-homedir.5
- libraries/libldap/init.c
- libraries/libldap/tls2.c
- servers/lloadd/daemon.c
- servers/lloadd/upstream.c
- servers/slapd/back-asyncmeta/map.c
- servers/slapd/back-null/null.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/eadf41458ce532fd025723…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/eadf41458ce532fd025723…
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:
032adfbe by Quanah Gibson-Mount at 2023-09-26T17:21:07+00:00
ITS#10057 - homedir: Fix config attribute name
Fix config attribute name for olcHomedirArchivePath
- - - - -
43f3b1bb by Quanah Gibson-Mount at 2023-09-26T17:21:27+00:00
ITS#10057
- - - - -
5f87a709 by Howard Chu at 2023-09-26T17:23:05+00:00
ITS#9952 libldap: use atexit for TLS teardown
- - - - -
d7827ca8 by Quanah Gibson-Mount at 2023-09-26T17:23:21+00:00
ITS#9952
- - - - -
17a805c3 by Ondřej Kuzník at 2023-09-26T17:28:15+00:00
ITS#10068 keep our own copy of the DN
- - - - -
b342fc8c by Quanah Gibson-Mount at 2023-09-26T17:28:30+00:00
ITS#10068
- - - - -
255e66b4 by Ondřej Kuzník at 2023-10-09T20:24:17+00:00
ITS#10070 Allow running without a valid resolv.conf file
- - - - -
e074882c by Quanah Gibson-Mount at 2023-10-09T20:25:21+00:00
ITS#10070
- - - - -
423be855 by Nadezhda Ivanova at 2023-10-09T20:26:59+00:00
ITS#10076 suffixmassage in back-asyncmeta does not handle empty remote suffix correctly
- - - - -
b4cfa65b by Quanah Gibson-Mount at 2023-10-09T20:27:06+00:00
ITS#10076
- - - - -
399eac41 by Ondřej Kuzník at 2023-10-09T20:29:15+00:00
ITS#10083 Do not mess with a connection that's dying already
- - - - -
e2c8d053 by Quanah Gibson-Mount at 2023-10-09T20:29:22+00:00
ITS#10083
- - - - -
8 changed files:
- CHANGES
- doc/man/man5/slapo-homedir.5
- libraries/libldap/init.c
- libraries/libldap/tls2.c
- servers/lloadd/daemon.c
- servers/lloadd/upstream.c
- servers/slapd/back-asyncmeta/map.c
- servers/slapd/back-null/null.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/03cea80c9b0473aa91ec0c…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/03cea80c9b0473aa91ec0c…
You're receiving this email because of your account on git.openldap.org.