openldap/servers/slapd/back-mdb
Ryan Tandy 38f9dd2fb8 ITS#7878 Replace uint32_t with unsigned in back-mdb
init.c: align mi_dbenv_flags and flags with mdb_dbi_open, which declares
flags as unsigned int.

search.c: align mi_rtxn_size with ARG_UINT; adjust ww_ctx.nentries to
silence a warning about signed/unsigned comparison.

config.c: parse checkpoint config more carefully. Reject negative or
unreasonably large values for kbytes and minutes. Ensure both values are
parsed successfully before making any changes.

Fixes a compilation failure under MinGW, where stdint.h types are not
implicitly pulled in by other headers.
2020-04-14 10:04:33 -07:00
..
add.c Remove LDAP_X_TXN and rename accordingly 2020-01-28 12:09:09 +00:00
attr.c Happy New Year! 2020-01-09 16:50:21 +00:00
back-mdb.h ITS#7878 Replace uint32_t with unsigned in back-mdb 2020-04-14 10:04:33 -07:00
bind.c Happy New Year! 2020-01-09 16:50:21 +00:00
compare.c Happy New Year! 2020-01-09 16:50:21 +00:00
config.c ITS#7878 Replace uint32_t with unsigned in back-mdb 2020-04-14 10:04:33 -07:00
delete.c Remove LDAP_X_TXN and rename accordingly 2020-01-28 12:09:09 +00:00
dn2entry.c Happy New Year! 2020-01-09 16:50:21 +00:00
dn2id.c Happy New Year! 2020-01-09 16:50:21 +00:00
extended.c Happy New Year! 2020-01-09 16:50:21 +00:00
filterindex.c Happy New Year! 2020-01-09 16:50:21 +00:00
id2entry.c ITS#8040 - Fix missing ifdefs for LAZY_COMMIT 2020-02-02 19:00:34 +00:00
idl.c Happy New Year! 2020-01-09 16:50:21 +00:00
idl.h Happy New Year! 2020-01-09 16:50:21 +00:00
index.c Happy New Year! 2020-01-09 16:50:21 +00:00
init.c ITS#7878 Replace uint32_t with unsigned in back-mdb 2020-04-14 10:04:33 -07:00
key.c Happy New Year! 2020-01-09 16:50:21 +00:00
Makefile.in Happy New Year! 2020-01-09 16:50:21 +00:00
modify.c Remove LDAP_X_TXN and rename accordingly 2020-01-28 12:09:09 +00:00
modrdn.c Remove LDAP_X_TXN and rename accordingly 2020-01-28 12:09:09 +00:00
monitor.c ITS#9154 back-mdb add number of entries to cn=monitor 2020-01-18 12:53:07 +00:00
nextid.c Happy New Year! 2020-01-09 16:50:21 +00:00
operational.c Happy New Year! 2020-01-09 16:50:21 +00:00
proto-mdb.h Happy New Year! 2020-01-09 16:50:21 +00:00
referral.c Happy New Year! 2020-01-09 16:50:21 +00:00
search.c ITS#7878 Replace uint32_t with unsigned in back-mdb 2020-04-14 10:04:33 -07:00
tools.c Happy New Year! 2020-01-09 16:50:21 +00:00