Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
a3bee867 by Quanah Gibson-Mount at 2020-07-03T15:15:34+00:00
Minor wording fix
- - - - -
49504c16 by Ondřej Kuzník at 2020-07-03T20:42:14+00:00
Fix whitespace in ppolicy.c
- - - - -
3e0447f4 by Ondřej Kuzník at 2020-07-03T20:42:14+00:00
ITS#7089 Skip lockout checks/modifications if password attribute missing
- - - - -
3ec005a0 by Ondřej Kuzník at 2020-07-03T20:42:14+00:00
ITS#7788 Report if there is a policy that applies
- - - - -
0b6ac3fd by Ondřej Kuzník at 2020-07-03T20:42:14+00:00
ITS#7788 Skip lockout processing if no policy applies
- - - - -
a030aacc by Ondřej Kuzník at 2020-07-03T20:42:14+00:00
ITS#7788 Allow pwdFailureTime tracking be disabled in policy
- - - - -
376d5d65 by Ondřej Kuzník at 2020-07-03T20:42:14+00:00
ITS#7084 ACL of 'manage' gives pasword administrator access
Password administrators can bypass safeModify, password quality checks
and trigger reset if policy instructs the server to.
- - - - -
e05c09b9 by Ondřej Kuzník at 2020-07-03T20:42:14+00:00
ITS#8762 Clear pwdFailureTime on unlock
- - - - -
5bf16496 by Ondřej Kuzník at 2020-07-03T20:42:14+00:00
ITS#7084, ITS#7089, ITS#7788 Update test to account for new functionality
- - - - -
c06ac436 by Quanah Gibson-Mount at 2020-07-03T17:23:14-07:00
ITS#9235 Merge libldap_r into libldap
- - - - -
a5c0b593 by Ryan Tandy at 2020-07-03T17:23:14-07:00
ITS#9235 Define LDAP_R_COMPILE iff building with threads
- - - - -
a10210db by Ryan Tandy at 2020-07-03T17:23:14-07:00
ITS#9235 Only compile libldap_r sources when LDAP_R_COMPILE
- - - - -
c4b6aad6 by Ryan Tandy at 2020-07-03T17:23:14-07:00
ITS#9235 Link test progs with thread libs
- - - - -
1f39b05f by Ryan Tandy at 2020-07-03T17:23:14-07:00
ITS#9235 Fix librewrite compile without threads
- - - - -
a5414507 by Ryan Tandy at 2020-07-03T17:24:16-07:00
ITS#9235 Add CI build without threads
- - - - -
a4474d35 by Ryan Tandy at 2020-07-03T17:24:16-07:00
ITS#9235 Delete LDAP_THREAD_SAFE
- - - - -
a95e65d0 by Ryan Tandy at 2020-07-03T17:24:16-07:00
ITS#9235 Update comments referring to libldap_r
- - - - -
fab49ef4 by Ryan Tandy at 2020-07-03T17:24:16-07:00
ITS#9235 Restore LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
- - - - -
e2a7ad39 by Ryan Tandy at 2020-07-04T00:38:36+00:00
ITS#9235 Disable slapd-mtread when NO_THREADS
- - - - -
9a74427e by Quanah Gibson-Mount at 2020-07-06T17:53:45+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
61c980e4 by Quanah Gibson-Mount at 2020-07-06T17:54:16+00:00
ITS#9235 - Regenerate configure
- - - - -
30 changed files:
- .gitignore
- .gitlab-ci.yml
- build/top.mk
- configure
- configure.in
- contrib/slapd-modules/acl/Makefile
- contrib/slapd-modules/addpartial/Makefile
- contrib/slapd-modules/adremap/Makefile
- contrib/slapd-modules/allop/Makefile
- contrib/slapd-modules/allowed/Makefile
- contrib/slapd-modules/authzid/Makefile
- contrib/slapd-modules/autogroup/Makefile
- contrib/slapd-modules/cloak/Makefile
- contrib/slapd-modules/comp_match/Makefile
- contrib/slapd-modules/denyop/Makefile
- contrib/slapd-modules/dsaschema/Makefile
- contrib/slapd-modules/dupent/Makefile
- contrib/slapd-modules/kinit/Makefile
- contrib/slapd-modules/lastbind/Makefile
- contrib/slapd-modules/lastmod/Makefile
- contrib/slapd-modules/noopsrch/Makefile
- contrib/slapd-modules/nops/Makefile
- contrib/slapd-modules/nssov/Makefile
- contrib/slapd-modules/passwd/Makefile
- contrib/slapd-modules/passwd/argon2/Makefile
- contrib/slapd-modules/passwd/pbkdf2/Makefile
- contrib/slapd-modules/passwd/sha2/Makefile
- contrib/slapd-modules/passwd/totp/Makefile
- contrib/slapd-modules/proxyOld/Makefile
- contrib/slapd-modules/samba4/Makefile
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e3e725cd41dcc993e75730…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e3e725cd41dcc993e75730…
You're receiving this email because of your account on git.openldap.org.
Ryan Tandy pushed to branch master at openldap / OpenLDAP
Commits:
c06ac436 by Quanah Gibson-Mount at 2020-07-03T17:23:14-07:00
ITS#9235 Merge libldap_r into libldap
- - - - -
a5c0b593 by Ryan Tandy at 2020-07-03T17:23:14-07:00
ITS#9235 Define LDAP_R_COMPILE iff building with threads
- - - - -
a10210db by Ryan Tandy at 2020-07-03T17:23:14-07:00
ITS#9235 Only compile libldap_r sources when LDAP_R_COMPILE
- - - - -
c4b6aad6 by Ryan Tandy at 2020-07-03T17:23:14-07:00
ITS#9235 Link test progs with thread libs
- - - - -
1f39b05f by Ryan Tandy at 2020-07-03T17:23:14-07:00
ITS#9235 Fix librewrite compile without threads
- - - - -
a5414507 by Ryan Tandy at 2020-07-03T17:24:16-07:00
ITS#9235 Add CI build without threads
- - - - -
a4474d35 by Ryan Tandy at 2020-07-03T17:24:16-07:00
ITS#9235 Delete LDAP_THREAD_SAFE
- - - - -
a95e65d0 by Ryan Tandy at 2020-07-03T17:24:16-07:00
ITS#9235 Update comments referring to libldap_r
- - - - -
fab49ef4 by Ryan Tandy at 2020-07-03T17:24:16-07:00
ITS#9235 Restore LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
- - - - -
e2a7ad39 by Ryan Tandy at 2020-07-04T00:38:36+00:00
ITS#9235 Disable slapd-mtread when NO_THREADS
- - - - -
30 changed files:
- .gitignore
- .gitlab-ci.yml
- build/top.mk
- configure.in
- contrib/slapd-modules/acl/Makefile
- contrib/slapd-modules/addpartial/Makefile
- contrib/slapd-modules/adremap/Makefile
- contrib/slapd-modules/allop/Makefile
- contrib/slapd-modules/allowed/Makefile
- contrib/slapd-modules/authzid/Makefile
- contrib/slapd-modules/autogroup/Makefile
- contrib/slapd-modules/cloak/Makefile
- contrib/slapd-modules/comp_match/Makefile
- contrib/slapd-modules/denyop/Makefile
- contrib/slapd-modules/dsaschema/Makefile
- contrib/slapd-modules/dupent/Makefile
- contrib/slapd-modules/kinit/Makefile
- contrib/slapd-modules/lastbind/Makefile
- contrib/slapd-modules/lastmod/Makefile
- contrib/slapd-modules/noopsrch/Makefile
- contrib/slapd-modules/nops/Makefile
- contrib/slapd-modules/nssov/Makefile
- contrib/slapd-modules/passwd/Makefile
- contrib/slapd-modules/passwd/argon2/Makefile
- contrib/slapd-modules/passwd/pbkdf2/Makefile
- contrib/slapd-modules/passwd/sha2/Makefile
- contrib/slapd-modules/passwd/totp/Makefile
- contrib/slapd-modules/proxyOld/Makefile
- contrib/slapd-modules/samba4/Makefile
- contrib/slapd-modules/smbk5pwd/Makefile
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5bf16496e42d57dcb1da11…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5bf16496e42d57dcb1da11…
You're receiving this email because of your account on git.openldap.org.