[Pkg-openldap-devel] [openldap] annotated tag 2.4.44+dfsg-1 created (now 0a6d974)
Ryan Tandy
rtandy-guest at moszumanska.debian.org
Thu Nov 17 15:28:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
rtandy-guest pushed a change to annotated tag 2.4.44+dfsg-1
in repository openldap.
at 0a6d974 (tag)
tagging 56aedc1db4fa19aca944d50f74d2e720d74380ec (commit)
replaces 2.4.42+dfsg-2
tagged by Ryan Tandy
on Mon Nov 14 19:00:29 2016 -0800
- Log -----------------------------------------------------------------
openldap 2.4.44+dfsg-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCgAGBQJYKnpSAAoJECKfzxL11mu2JTIP/ivRawosHHVyDa7wntv4FCfB
Cg9HL1B5TQHKMwKe+FvSmOlVsRi/Af4fc1mBQ3RFoSV/gaXxUfGZIi+hL9JGWLgZ
C5V20KauJWISULzkmuIGBAxXebOeDoNeEfR9naVKDPo7xrkLoAsFp0o3ofNHrc5G
ADFSrEtklQ6FCqzMfEwU1cab9cPdG/+XKq0u+2YCWcJewBe+P3wzP68dz01uc7h/
Tx52exm8XFIyUQUyWUApJbrgzuAT2L+DctIyRWJQzSMMv4C6kbBP5wEi9/Ogo6QJ
76E4bT/j3EP6U+p+594rzEmMg++wCadNomRdnoKBKC0rrGMcwSKANvCh11iY0D3I
gMLIhsbJDZv6FyHlbyqML1xA8lpyWbIiB/4io3k4CGeKUQYwaZWZ4Ar7durO4mEW
jBygZHDM2Yrz3jDxXbvh1VkVHQU4c9LBuh5rgsqQEufy1bpEnbsrXF23QT4y4yfB
r7Dl1HKdomDYXexBswdzrM95WUxS0IcQz6XL2cmpjrwwNQqCEeeBlzeK1JkmiO50
4Gxcb2Aj8cYo9x8diHpGQJWjMVF2JBXo/WMsJ1TzvrazHqw5qkVpWkVspd8JEp10
pqi32hdGcq94GI1GCZGj7DLuzdJPMwgSzfMlWlUlA4oBBOpGCAf/bGdNJZXC0BZV
9CHNcC75kELvJ7rnv5ph
=SEbA
-----END PGP SIGNATURE-----
David Barbour (1):
ITS#7994 Access to current transaction ID.
Hallvard Furuseth (39):
ITS#7377 mdb_env_init_meta(): Catch calloc error
ITS#8263 streamline prev patch
For ITS#7789: Ensure mapsize >= pages in use.
Try to avoid an invalid datafile after failed init
Copy some env flags to txn. Factor out flags.
Cleanup MDB_env.me_txn0.
Set/clear mp_pad, md_pad (MDB_DUPFIXED data size).
Whitespace (align with mdb.master)
Add MDB_USE_POSIX_MUTEX.
Support robust mutexes/locks. Add mdb_mutex_t etc.
mdb_env_get_flags(): Hide internal flags
Use mdb_cmp_long() for FREE_DBI
mdb_drop0(): Omit scanning DUPSORT sub-DB leaves
mdb_txn_begin() cleanup
Simpler mdb_txn_commit().
Simpler mdb_node_shrink()
Simpler mdb_drop().
Simpler flag/DBI checks and MDB_DEBUG
Add DB_USRVALID, to avoid 'dbi == FREE_DBI' tests
More ESECT declarations
Simpler mdb_node_add()
Factor me_metas[toggle] out to mdb_env_pick_meta()
Move code into mdb_txn_end(). Was mdb_txn_reset0.
Catch most uses of finished/parent txns.
Cleanup: Drop !mt_dbxs hack, use MDB_TXN_FINISHED
ITS#7377 Always notice env error on txn startup.
ITS#7377 Catch mdb_put() to blocked/read-only txns
Kill magic numbers for NUM_METAS, databases
Simpler mdb_env_write_meta()
Fix typo in mdb_tassert().
ITS#8292 Fix ldif-filter, drop workaround for bug
ITS#7209 Default MDB_DSYNC = O_SYNC if no O_DSYNC
ITS#7209
ITS#8312 Fix loose pages in commit(nested txn)
CURSOR_TMP_[UN]TRACK() -> WITH_CURSOR_TRACKING()
mdb_dbi_open(): Catch strdup failure
ITS#8334 Fix MDB_APPENDDUP vs. rewrite(single item)
ITS#8334, mdb_copy
ITS#7992 Fix memleak in prev change
Heiko Becker (2):
ITS#8168 Allow passing AR to make
ITS#8169 Allow passing mandir to make install
Howard Chu (127):
Another MDB_APPEND doc tweak
Return to release engineering
ITS#8185 add pwdMaxRecordedFailure
Fix copy/paste error in prev commit
ITS#8185 fix OID collision
ITS#8185 missing schema reference
ITS#8220 restore refint performance
ITS#8218 zero filter after freeing
ITS#8082 plug benign memleak
ITS#8220 fix prev commit
ITS#8173 fix SEGV after failed retry
Doc tweak - MDB_RESERVE / DUPSORT incompat
ITS#8231 fix ITS#8042 regression
ITS#8232 avoid redundant abandon processing
ITS#8233 reject lines with unbalanced quotes
ITS#8240 remove obsolete assert
Revert "ITS#8240"
Revert "Revert "ITS#8240""
ITS#8237 fix ITS#7589 regression
ITS#7377, 8237
ITS#8244 skip client controls in ldap_back_entry_get()
ITS#8249 add option to return search entry
ITS#8233 (#8251)
ITS#8221 don't merge branch pages needlessly
ITS#8221, #8256
ITS#8221 fix typos
ITS#8259 fix usage ordering
ITS#8258 fix rebalance/split
ITS#8258
ITS#8261 change sl_mem_detach to sl_mem_setctx
ITS#8262 add ldap_build_*_req functions
ITS#8262 more
ITS#8264 fix cursor_del cursor tracking
ITS#8263 fix cursor tracking in cursor_put
ITS#7771 fix cursor tracking on fake pages
ITS#8263, 8264, 7771, 8270
More misc updates
ITS#8273 Windows file:// URL fixup
ITS#8277 simpler check for syncrepl on config DB
ITS#8280 Fix Windows EOL in test output
ITS#8281 fix delta-mmr with interrupted refresh
ITS#8281 more for prev commit
Cleanup
ITS#8284 olcRelay needs quotes
ITS#8216 Windows compat
ITS#8216 fix ldif-filter invocation
ITS#8289 fix mod Increment with inherited attr type
ITS#8295 fix Windows microsecond timer
ITS#8294 avoid symbol clash with other crypto libs
ITS#8294 more for prev commit
Add MDB_NO_ROBUST to disable Robust Mutexes
Use MDB_USE_ROBUST not MDB_NO_ROBUST
ITS#8299 fix page_merge cursor fixup
ITS#8238 fix DUPFIXED page_split
ITS#8238, #8299
ITS#8300 fix rebalance after node_move
ITS#8300 fix node_move
ITS#8300
ITS#8300 more for node_move fixups
ITS#8300 simplify
ITS#8300 more for node_move
ITS#8301 remove assert in ber_get_next
ITS#8304 fix page_merge
ITS#8304
Tweak robust mutex detection for glibc
ITS#8310 fix mdb_rebalance cursor fixup
ITS#8310
ITS#8295 more for prev commit
ITS#8311 fix page_split from update_key
ITS#8311 add comment
ITS#8311
ITS#8313 more for ITS#8062
ITS#8315 fix ovpage_free
ITS#8312, 8313, 8315
ITS#8316 cursor fixup in page_merge
Refix root split check from 5da67968afb599697d7557c13b65fb961ec408dd
Silence some valgrind uninit warnings
ITS#8300 more for prev commit
ITS#8321 Fix del/dupsort
ITS#8321 don't skip fixups on splitting cursors
ITS#8321 fix mdb_cursor_chk()
ITS#8321 fix mdb_cursor_shadow()
ITS#8321 fix mdb_cursor_put
ITS#8321 track temporary cursors
ITS#8321 simplify page_split fixups
ITS#8321 reorganize page_split fixups
ITS#8316, 8321
ITS#8319, 8320
ITS#8323 Fix nested commit
ITS#8321 deinit empty cursors
ITS#8321 Fix mdb_cursor_set
ITS#8321 mdb_put cursor needs tracking too
ITS#8321 page_touch - don't fixup the cursor we just touched
ITS#8321 More cursor fixup
Cleanup C_DEL flag usage
ITS#8321 fix ambiguity in cursor_put fixup
ITS#8323
ITS#8168, 8169
ITS#8321 cleanup unused var
Release 0.9.17
Return to releng
ITS#8169 more Makefile tweaks
ITS#8169, #8330
ITS#7992 cleanup
Add Getting Started doc
ITS#7992 cleanup, new docs, mdb_dbi_open cleanup
MDB_RESERVE doc
ITS#8336 fix page_search_root assert on FreeDB
ITS#8336
ITS#8327 fix ppolicy_get_default
ITS#8329 finish prev commit
ITS#8337 fix missing olcDbChecksum config attr
MinGW warning cleanup: _MSC_VER -> _WIN32.
Fixups for env_copy with large files
ITS#8351 fix accesslog callback init
Update WRITEMAP doc
ITS#8355 fix subcursors
ITS#8355, doc update
ITS#8363 Fix off-by-one in mdb_midl_shrink
ITS#8363
ITS#8354 fix syncprov abandon
ITS#8354 tweak prev commit
ITS#8354 move abandon check
ITS#8360 fix ad info after failed txn
Happy New Year
ITS#8365 partially revert ITS#8281
Release 0.9.18
Ignacio Casal Quinteiro (1):
ITS#8270 win32: fix conversion error with MSVC
Luca Bruno (2):
ITS#8198 Fix an always-true check
ITS#8198 Optionally use libnettle instead of OpenSSL for crypto
Luke Yeager (1):
ITS#8256 Create install directories if needed
Orivej Desh (2):
ITS#8319 mdb_load: explain readline and mdb_cursor_put errors
ITS#8320 mdb_load: fix loading data from simple text files
Oskari Timperi (1):
ITS#7992 assume Windows paths are UTF-8
Paul Terry (1):
ITS#8329 Add the id_query config item.
Pavel Medvedev (2):
ITS#8067 add ssize_t typedef for MSVC
ITS#8069 char* strings on Windows are ASCII
Quanah Gibson-Mount (73):
Return to release engineering
ITS#8185, ITS#8133
ITS#8220
ITS#8218
ITS#8082
ITS#8173
Fix wording for ITS8082
ITS#8198
ITS#8231
ITS#8232
ITS#8233
ITS#7537
ITS#8234
ITS#8235
ITS#7889
ITS#7964
ITS#8240
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#7897
ITS#8244
ITS#8249
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8273
mdb is the recommended backend to OpenLDAP
ITS#8277
ITS#8280
ITS#8281
ITS#8284
ITS#8216
ITS#8289
ITS#8292
ITS#8295
ITS#8294
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8301
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8297 sleep before checking contextCSN values
ITS#8297
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Prep for release
Return to RE
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8327
ITS#8329
ITS#8337
ITS#8351
ITS#8354
ITS#8360
ITS 8362 - Fix link to BerkeleyDB download location
ITS 8362 - Drop link to BDB altogether.
ITS#8362
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Switch example slapd.conf to use mdb instead of bdb
Add maxsize parameter for mdb examples
Another BDB to MDB bit
Convert quickstart guide to cn=config
Minor fix BDB -> MDB
Happy New Year!
ITS#8226 limit size of read txns in searches
ITS#8226
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8365
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Prep for release
Fix documentation changes to remove extra :
Ryan Tandy (46):
ITS#8133 avoid mods during dds_db_open
ITS#8198 use #elif instead of #else for gnutls cases
Add bug and CVE references retroactively
ITS#7537 release entry on failure
ITS#8234 revert to default policy on failure
ITS#8235 fix compiler warnings
ITS#7889 add olcDropUnrequested to olcRwmConfig
ITS#7964 avoid double-unescaping rewrite rules
ITS#7897 fix admin guide syncrepl TLS defaults
Imported Upstream version 2.4.43+dfsg
Merge tag 'upstream/2.4.43+dfsg'
New upstream release.
Add pwdMaxRecordedFailure to our ppolicy.schema
Update libldap-2.4-2.symbols with ldap_build_*_req
Mark the build target in debian/rules as phony
Correct the clean rule for pw-sha2
Imported Upstream version 2.4.44+dfsg
Merge tag 'upstream/2.4.44+dfsg'
Update changelog to 2.4.44
Refresh d/patches/no-AM_INIT_AUTOMAKE
Fix a typo in po/ca.po
Remove Build-Depends on libslp-dev
Ensure /var/run/slapd exists when starting slapd
Only create pidfile directory when starting slapd
Remove allow_ldap_v2 debconf setting
Refresh debconf templates
Close #815571 in changelog
Move ldap.conf and manpage to libldap-common (#330695)
Update OpenLDAP copyright and license
Update VCS URIs to canonical form
Add ${misc:Depends} to libldap-common
Override license-problem-non-free-RFC error
Fix another fold marker in slapd.scripts-common
Handle upgrading the ppolicy schema
Apply reproducible build patch (#833179)
Add preinst prompt to update ppolicy schema
Fix quoting typo
Fix po-debconf translate! flags
Refresh debconf translation templates
Build smbk5pwd without heimdal
Adjust slapd.NEWS spacing to match old entries
Bring back slapd.conf helpers
Comment 'smbk5pwd-enable krb5' on upgrade
Include scripts-common in smbk5pwd scripts
Prevent upgrading with smbk5pwd+krb5 enabled in cn=config
Release 2.4.44+dfsg-1
Sebastien Launay (1):
ITS#8330 Fix robust mutex detection for glibc 2.10 and 2.11
leo at yuriev.ru (2):
ITS#7971 mdb_txn_renew0(): Fix new readers slots.
ITS#7969 Use __sync_synchronize()
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git
More information about the Pkg-openldap-devel
mailing list