Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
f9d01f47 by Quanah Gibson-Mount at 2021-03-16T16:49:20+00:00
Return to engineering
- - - - -
c4085fdf by Howard Chu at 2021-10-26T16:40:38+01:00
ITS#9723 clear C_EOF on cursor with MDB_FIRST_DUP
- - - - -
f5138f29 by Quanah Gibson-Mount at 2021-10-26T16:34:16+00:00
ITS#9723
- - - - -
e2028b0d by Howard Chu at 2022-06-09T23:00:48+01:00
Fix spurious fallthru warning
- - - - -
8a764503 by moneromooo-monero at 2022-08-22T18:51:32+00:00
lmdb: catch non-LMDB negative errors before strerror
That should hopefully shut coverity up
- - - - -
4bb20ed0 by Mike Hommey at 2022-09-23T02:39:27+01:00
ITS#9030 - Use sys/cachectl.h rather than asm/cachectl.h on mips
It also contains the cacheflush function declaration.
- - - - -
b181666e by Quanah Gibson-Mount at 2022-09-26T16:52:55+00:00
ITS#9030
- - - - -
abe36745 by Mike Hommey at 2022-09-27T17:30:48+01:00
ITS#9919 - Mark infrequently used functions as cold rather than manually putting them in a separate section
- - - - -
ca7128ad by Quanah Gibson-Mount at 2022-10-03T16:40:10+00:00
ITS#9919
- - - - -
d87d682b by Quanah Gibson-Mount at 2022-10-04T14:23:03+00:00
Prepare for release (0.9.30)
- - - - -
9de1273a by Quanah Gibson-Mount at 2022-10-04T15:50:15+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9'
- - - - -
4 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_dump.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/1f1df15edd5707971e0cbc…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/1f1df15edd5707971e0cbc…
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:
f9d01f47 by Quanah Gibson-Mount at 2021-03-16T16:49:20+00:00
Return to engineering
- - - - -
c4085fdf by Howard Chu at 2021-10-26T16:40:38+01:00
ITS#9723 clear C_EOF on cursor with MDB_FIRST_DUP
- - - - -
f5138f29 by Quanah Gibson-Mount at 2021-10-26T16:34:16+00:00
ITS#9723
- - - - -
e2028b0d by Howard Chu at 2022-06-09T23:00:48+01:00
Fix spurious fallthru warning
- - - - -
8a764503 by moneromooo-monero at 2022-08-22T18:51:32+00:00
lmdb: catch non-LMDB negative errors before strerror
That should hopefully shut coverity up
- - - - -
4bb20ed0 by Mike Hommey at 2022-09-23T02:39:27+01:00
ITS#9030 - Use sys/cachectl.h rather than asm/cachectl.h on mips
It also contains the cacheflush function declaration.
- - - - -
b181666e by Quanah Gibson-Mount at 2022-09-26T16:52:55+00:00
ITS#9030
- - - - -
abe36745 by Mike Hommey at 2022-09-27T17:30:48+01:00
ITS#9919 - Mark infrequently used functions as cold rather than manually putting them in a separate section
- - - - -
ca7128ad by Quanah Gibson-Mount at 2022-10-03T16:40:10+00:00
ITS#9919
- - - - -
d87d682b by Quanah Gibson-Mount at 2022-10-04T14:23:03+00:00
Prepare for release (0.9.30)
- - - - -
18f6cc16 by Quanah Gibson-Mount at 2022-10-04T14:29:39+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_6
- - - - -
4 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_dump.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8b4c915a655373973a8347…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8b4c915a655373973a8347…
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:
f9d01f47 by Quanah Gibson-Mount at 2021-03-16T16:49:20+00:00
Return to engineering
- - - - -
c4085fdf by Howard Chu at 2021-10-26T16:40:38+01:00
ITS#9723 clear C_EOF on cursor with MDB_FIRST_DUP
- - - - -
f5138f29 by Quanah Gibson-Mount at 2021-10-26T16:34:16+00:00
ITS#9723
- - - - -
e2028b0d by Howard Chu at 2022-06-09T23:00:48+01:00
Fix spurious fallthru warning
- - - - -
8a764503 by moneromooo-monero at 2022-08-22T18:51:32+00:00
lmdb: catch non-LMDB negative errors before strerror
That should hopefully shut coverity up
- - - - -
4bb20ed0 by Mike Hommey at 2022-09-23T02:39:27+01:00
ITS#9030 - Use sys/cachectl.h rather than asm/cachectl.h on mips
It also contains the cacheflush function declaration.
- - - - -
b181666e by Quanah Gibson-Mount at 2022-09-26T16:52:55+00:00
ITS#9030
- - - - -
abe36745 by Mike Hommey at 2022-09-27T17:30:48+01:00
ITS#9919 - Mark infrequently used functions as cold rather than manually putting them in a separate section
- - - - -
ca7128ad by Quanah Gibson-Mount at 2022-10-03T16:40:10+00:00
ITS#9919
- - - - -
d87d682b by Quanah Gibson-Mount at 2022-10-04T14:23:03+00:00
Prepare for release (0.9.30)
- - - - -
2b9d9f9a by Quanah Gibson-Mount at 2022-10-04T14:29:14+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
- - - - -
4 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_dump.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5e6b9c773f1a9d9eb40fb7…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5e6b9c773f1a9d9eb40fb7…
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:
46c75746 by Thomas Daniels at 2022-10-03T20:41:00+00:00
ITS#9917 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.
- - - - -
794dd8fb by Quanah Gibson-Mount at 2022-10-03T20:41:18+00:00
ITS#9917
- - - - -
6fa3c838 by Quanah Gibson-Mount at 2022-10-03T20:41:53+00:00
ITS#9915 - Clarify quoting should only be used with slapd.conf configurations
- - - - -
5e6b9c77 by Quanah Gibson-Mount at 2022-10-03T20:42:18+00:00
ITS#9915
- - - - -
11 changed files:
- CHANGES
- 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
- doc/man/man5/slapo-unique.5
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d3a823582d0db6fa20c2cd…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d3a823582d0db6fa20c2cd…
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:
a8f7fd00 by Thomas Daniels at 2022-10-03T19:25:31+00:00
ITS#9917 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.
- - - - -
f5a0c417 by Quanah Gibson-Mount at 2022-10-03T19:26:22+00:00
ITS#9917
- - - - -
10 changed files:
- CHANGES
- 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/-/compare/37c8826aab68a5cdcdcb9c…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/37c8826aab68a5cdcdcb9c…
You're receiving this email because of your account on git.openldap.org.