Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
7796aaeb by Howard Chu at 2021-01-28T18:26:41+00:00
ITS#8662 Add -a append option to mdb_load
To allow reloading of custom-sorted DBs from mdb_dump
- - - - -
bedc82a2 by Howard Chu at 2021-01-28T18:28:32+00:00
ITS#8662
- - - - -
51a29155 by Quanah Gibson-Mount at 2021-02-04T20:46:33+00:00
Prepare for release (0.9.28)
- - - - -
40585b48 by Howard Chu at 2021-02-09T23:41:11+00:00
ITS#9461 refix ITS#9376
Was setting C_DEL flag gratuitously
- - - - -
257847ab by Howard Chu at 2021-02-09T23:42:03+00:00
Return to Engineering, ITS#9461
- - - - -
f9c5b466 by Howard Chu at 2021-02-11T11:34:57+00:00
ITS#9461 fix typo
- - - - -
56609fb5 by Quanah Gibson-Mount at 2021-02-18T20:32:28+00:00
ITS#9469 - Typo fixes
- - - - -
f8891d51 by Howard Chu at 2021-03-14T17:51:38+00:00
ITS#9376 simplify
- - - - -
b167701f by Howard Chu at 2021-03-14T17:51:52+00:00
ITS#9500 fix regression from ITS#8662
- - - - -
b807a63f by Quanah Gibson-Mount at 2021-03-15T16:14:56+00:00
ITS#9500
- - - - -
8ad7be25 by Quanah Gibson-Mount at 2021-03-16T16:41:19+00:00
Prepare for release (0.9.29)
- - - - -
37dc70fe by Quanah Gibson-Mount at 2021-03-16T16:46:30+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
- - - - -
5 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_load.1
- libraries/liblmdb/mdb_load.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d798ac2a472c832ba8e82b…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d798ac2a472c832ba8e82b…
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:
8ad7be25 by Quanah Gibson-Mount at 2021-03-16T16:41:19+00:00
Prepare for release (0.9.29)
- - - - -
34f8a212 by Quanah Gibson-Mount at 2021-03-16T16:45:26+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
- - - - -
2 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/lmdb.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/025ea56238f59b27a3274e…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/025ea56238f59b27a3274e…
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:
40585b48 by Howard Chu at 2021-02-09T23:41:11+00:00
ITS#9461 refix ITS#9376
Was setting C_DEL flag gratuitously
- - - - -
257847ab by Howard Chu at 2021-02-09T23:42:03+00:00
Return to Engineering, ITS#9461
- - - - -
f9c5b466 by Howard Chu at 2021-02-11T11:34:57+00:00
ITS#9461 fix typo
- - - - -
56609fb5 by Quanah Gibson-Mount at 2021-02-18T20:32:28+00:00
ITS#9469 - Typo fixes
- - - - -
a44706f6 by Quanah Gibson-Mount at 2021-02-26T23:09:06+00:00
ITS#7508 - fix website build
- - - - -
171e0d89 by Ondřej Kuzník at 2021-03-01T10:28:53+00:00
ITS#9382 ldapvc doesn't set any LDAP controls with -E
- - - - -
805cc450 by Quanah Gibson-Mount at 2021-03-01T18:36:38+00:00
ITS#9483 - Add dummy value for WITH_TLS_TYPE
- - - - -
05b1b468 by Quanah Gibson-Mount at 2021-03-02T16:12:05+00:00
ITS#9480 - Update example configurations to include monitor db
- - - - -
bab02ea4 by Ondřej Kuzník at 2021-03-02T18:15:58+00:00
ITS#9270 Additional information on indexing
- - - - -
be13da69 by Quanah Gibson-Mount at 2021-03-02T19:08:25+00:00
ITS#9270 - Fix typo in prev commit
- - - - -
6bfdb034 by Ondřej Kuzník at 2021-03-02T19:08:50+00:00
ITS#8215 Some more slapmodify manpage tweaks
- - - - -
fc0cb887 by Quanah Gibson-Mount at 2021-03-02T19:56:51+00:00
Revert "ITS#8977 - Remove documentation for idlexp"
This reverts commit a40f6bff894d02603d74eef35bd1a7ae1993537e.
- - - - -
1e3e6cdd by Tero Saarni at 2021-03-02T20:00:55+00:00
ITS#9288 crash if back-ldap rebind fails
- - - - -
99efeda0 by Ondřej Kuzník at 2021-03-02T20:00:55+00:00
ITS#9288 Do no change tainted status on failed retry
It seems refcnt == 0 connections are tainted only if they were just
removed from cache.
- - - - -
455dd54b by Ryan Tandy at 2021-03-02T20:51:09+00:00
ITS#9484 Include portable.h in contrib passwd modules
- - - - -
56823973 by Ondřej Kuzník at 2021-03-03T10:37:19+00:00
ITS#8345 Remove LDIF_KLUDGE and defer defaults to _wrap()
- - - - -
2b4e8acd by James Rine at 2021-03-03T19:57:10+00:00
Change UAF moto in documentation to "Naturally Inspiring"
- - - - -
17abe7e7 by Howard Chu at 2021-03-04T17:03:20+00:00
ITS#9491 plug memctx leak - frontend already clears it
- - - - -
5d5f4318 by Quanah Gibson-Mount at 2021-03-04T17:11:35+00:00
ITS#9490 - Add keepalive settings to ldap.conf
- - - - -
9894e6c8 by Quanah Gibson-Mount at 2021-03-04T18:08:57+00:00
ITS#4799 -- Delete missed bits for Kerberos from 2006 cleanup
- - - - -
7c37f14b by Quanah Gibson-Mount at 2021-03-04T19:00:45+00:00
ITS#4799 - Regenerate configure
- - - - -
f2481c8d by Konstantin Andreev at 2021-03-04T19:05:23+00:00
ITS#9446 - Correctly parse gecos field
- - - - -
76142803 by Quanah Gibson-Mount at 2021-03-04T20:43:08+00:00
ITS#7990 - add section on hashing cleartext passwords
- - - - -
932d18fd by Quanah Gibson-Mount at 2021-03-04T21:44:38+00:00
ITS#8724 - Note that paged results is stripped
- - - - -
7a8f7c6e by Quanah Gibson-Mount at 2021-03-05T15:59:17+00:00
ITS#9490 - Fix typo
- - - - -
b91491a8 by Paul B. Henson at 2021-03-08T18:10:41+00:00
ITS#9481 - fix proxyp when IPv6 disabled
- - - - -
891fc1e1 by Quanah Gibson-Mount at 2021-03-08T18:10:41+00:00
ITS#9481 - Fix cases when IPv6 support is disabled
- - - - -
539e8105 by Ondřej Kuzník at 2021-03-09T17:16:24+00:00
Export $TESTDIR so that children know where they can write
- - - - -
d41b35b8 by Quanah Gibson-Mount at 2021-03-09T17:22:42+00:00
ITS#9260 - Reference conn-pool-max option in related man pages
- - - - -
9d5267e1 by Quanah Gibson-Mount at 2021-03-09T19:12:49+00:00
ITS#9079 - Fix minor issues with slapo-unique man page
- - - - -
180f5b62 by Quanah Gibson-Mount at 2021-03-09T20:49:42+00:00
ITS#9482 - Fix possiblity of uninitialized data being returned in slapi plugin
- - - - -
28a04795 by Howard Chu at 2021-03-10T00:18:59+00:00
ITS#9479 asyncmeta: fix hanging ops
Two separate problems
1) ops that never got sent because of a pending Bind
2) errors that never got returned because of an active op
- - - - -
535e2795 by Howard Chu at 2021-03-10T01:30:32+00:00
ITS#9479 re-enable asyncmeta in ci
- - - - -
c7763538 by Quanah Gibson-Mount at 2021-03-10T23:21:08+00:00
ITS#9453 - Make pw argon2 official
- - - - -
616e5bf1 by Howard Chu at 2021-03-11T09:31:41+00:00
ITS#9498 connection_next: fix validity check
- - - - -
2fcfeb83 by Quanah Gibson-Mount at 2021-03-11T19:24:25+00:00
ITS#8742 - Bring slapd.conf.5 and slapd-config.5 in sync
- - - - -
cae02685 by Quanah Gibson-Mount at 2021-03-12T16:00:59+00:00
ITS#9453 - Regenerate configure
- - - - -
d67f5cea by Howard Chu at 2021-03-14T14:28:38+00:00
ITS#9500 fix regression from ITS#8662
- - - - -
f8891d51 by Howard Chu at 2021-03-14T17:51:38+00:00
ITS#9376 simplify
- - - - -
b167701f by Howard Chu at 2021-03-14T17:51:52+00:00
ITS#9500 fix regression from ITS#8662
- - - - -
b807a63f by Quanah Gibson-Mount at 2021-03-15T16:14:56+00:00
ITS#9500
- - - - -
91a51591 by Quanah Gibson-Mount at 2021-03-15T16:31:55+00:00
ITS#8773 - Add slapo-deref.5 man page
- - - - -
641ecb41 by Quanah Gibson-Mount at 2021-03-15T16:31:55+00:00
ITS#8773 - Add test for slapo-deref overlay
- - - - -
f2e6efed by Ondřej Kuzník at 2021-03-15T16:31:55+00:00
ITS#5768 Avoid extraneous newlines in deref printing
- - - - -
267fe028 by Quanah Gibson-Mount at 2021-03-15T19:02:27+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9'
- - - - -
5f935298 by Tero Saarni at 2021-03-15T19:03:59+00:00
ITS#9419 fix comparison
- - - - -
4e0f0a31 by Quanah Gibson-Mount at 2021-03-15T20:30:07+00:00
ITS#8889 - Clarify loglevel and debug level portions of admin guide.
- - - - -
3eea13bd by Hugh McMaster at 2021-03-15T21:39:55+00:00
ITS#8996 - Generate and install a pkg-config file for the liblber library
- - - - -
baee6c47 by Hugh McMaster at 2021-03-15T21:39:55+00:00
ITS#8996 - Generate and install a pkg-config file for the libldap library
- - - - -
c9ee2ccd by Quanah Gibson-Mount at 2021-03-15T23:14:08+00:00
ITS#8996 - Regenerate configure
- - - - -
025ea562 by Quanah Gibson-Mount at 2021-03-15T23:15:08+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
30 changed files:
- .gitlab-ci.yml
- build/lib.mk
- build/top.mk
- clients/tools/common.c
- clients/tools/ldapvc.c
- configure
- configure.ac
- contrib/slapd-modules/passwd/apr1.c
- − contrib/slapd-modules/passwd/argon2/Makefile
- contrib/slapd-modules/passwd/kerberos.c
- contrib/slapd-modules/passwd/netscape.c
- doc/devel/toolargs
- doc/guide/admin/Makefile
- doc/guide/admin/aspell.en.pws
- doc/guide/admin/overlays.sdf
- doc/guide/admin/runningslapd.sdf
- doc/guide/admin/slapdconf2.sdf
- doc/guide/admin/slapdconfig.sdf
- doc/guide/admin/troubleshooting.sdf
- doc/guide/admin/tuning.sdf
- doc/man/man1/ldapsearch.1
- doc/man/man5/ldap.conf.5
- doc/man/man5/slapd-asyncmeta.5
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd-ldap.5
- doc/man/man5/slapd-mdb.5
- doc/man/man5/slapd-meta.5
- doc/man/man5/slapd-ndb.5
- doc/man/man5/slapd-wt.5
- doc/man/man5/slapd.access.5
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5e50978e13f109b599fbff…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5e50978e13f109b599fbff…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
3eea13bd by Hugh McMaster at 2021-03-15T21:39:55+00:00
ITS#8996 - Generate and install a pkg-config file for the liblber library
- - - - -
baee6c47 by Hugh McMaster at 2021-03-15T21:39:55+00:00
ITS#8996 - Generate and install a pkg-config file for the libldap library
- - - - -
5 changed files:
- build/lib.mk
- configure.ac
- libraries/Makefile.in
- + libraries/liblber/lber.pc.in
- + libraries/libldap/ldap.pc.in
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/4e0f0a311dd691b3ffbfd1…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/4e0f0a311dd691b3ffbfd1…
You're receiving this email because of your account on git.openldap.org.