Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
1c18f31d by Thomas Daniels at 2022-10-03T16:51:26+00:00
Remove 'h' and 'p' from options[] in client tools
The options -h and -p got removed from client tools in commit
66af4cfd5d3c559fcdf6d722b02fa66416b95f01. However, they were still
present in the options[] array in several client tools source files. So,
if one of those tools got executed with -h or -p followed by a value,
this lead to the error "unrecognized option -", without mentioning
which option was problematic. Removing 'h' and 'p' from options[] fixes
this.
- - - - -
9 changed files:
- clients/tools/ldapcompare.c
- clients/tools/ldapdelete.c
- clients/tools/ldapexop.c
- clients/tools/ldapmodify.c
- clients/tools/ldapmodrdn.c
- clients/tools/ldappasswd.c
- clients/tools/ldapsearch.c
- clients/tools/ldapvc.c
- clients/tools/ldapwhoami.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/1c18f31d1c992d69568b8b7…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/1c18f31d1c992d69568b8b7…
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:
1f99099c by Howard Chu at 2022-10-03T16:36:02+00:00
ITS#9924 slapo-deref: plug memleak
memory alloc'd by bvarray_dup must be freed by bvarray_free, not regular free.
- - - - -
d3a82358 by Quanah Gibson-Mount at 2022-10-03T16:36:28+00:00
ITS#9924
- - - - -
2 changed files:
- CHANGES
- servers/slapd/overlays/deref.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f723ab2bbac498f1a93412…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f723ab2bbac498f1a93412…
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:
40fb9a90 by Howard Chu at 2022-10-03T16:35:10+00:00
ITS#9924 slapo-deref: plug memleak
memory alloc'd by bvarray_dup must be freed by bvarray_free, not regular free.
- - - - -
37c8826a by Quanah Gibson-Mount at 2022-10-03T16:35:42+00:00
ITS#9924
- - - - -
2 changed files:
- CHANGES
- servers/slapd/overlays/deref.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/674113ddd9ede6b5f89cc9…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/674113ddd9ede6b5f89cc9…
You're receiving this email because of your account on git.openldap.org.