Commits on Source
222
abdf8aab
Bump version to 1.4.1.0
Jan 24, 2019
614ab2a2
Issue 50041 - CLI and WebUI - Add memberOf plugin functionality
Jan 28, 2019
341eeabd
Ticket 50151 - lib389 support cli add/replace/delete on objects
Jan 29, 2019
af9bb720
Bump version to 1.4.1.1
Jan 30, 2019
ae39d1f0
Ticket 50159 - sssd and config display
Feb 01, 2019
1c5f0605
Ticket 50184 - Add cli tool parity to dsconf/dsctl
Feb 01, 2019
84dba178
Ticket 50140 - Use high ports in container installs
Feb 01, 2019
cd908573
Ticket 50177 - import task should not be deleted too rapidely after import...
Feb 01, 2019
9408b94d
Ticket 50165 - Fix issues with dscreate
Feb 01, 2019
24271fe6
Ticket 50111: Use pkg-config to detect icu
Feb 03, 2019
e09725e7
Ticket 49658 - In replicated topology a single-valued attribute can diverge
Feb 05, 2019
d8a94c28
Ticket 50195 - improve selinux error messages in interactive
Feb 06, 2019
ff94e562
Ticket 50197 - Container integration improvements
Feb 06, 2019
e580506d
Ticket 49873 - Contention on virtual attribute lookup
Feb 06, 2019
cab38f97
Ticket 50155 - password history check has no way to just check the current password
Feb 07, 2019
d68b131e
Issue:50211 - Making an actual Anonymous type in lib389/idm/account.py
Feb 11, 2019
8e2da5db
Ticket 50199 - disable perl by default
Feb 12, 2019
6714c456
Issue: 50170 - composable object types for nsRole in lib389
Feb 14, 2019
e373f392
Ticket 50208 - make instances mark off based on dse.ldif not sysconfig
Feb 15, 2019
ddf79e62
Issue: 50112 Port ACI test suit from TET to python3(Aci Atter)
Feb 18, 2019
39d13101
Issue:50112 - Port ACI test suit from TET to python3(valueaci)
Feb 18, 2019
2031ed0d
Ticket 50224 - warnings on deprecated API usage
Feb 19, 2019
459f7383
Issue: 50112 - Port ACI test suit from TET to python3(modify)
Feb 20, 2019
bc3ea14c
Issue: 50227 - Making an cosClassicDefinition type in src/lib389/lib389/cos.py
Feb 21, 2019
5262f50b
Issue: 50219 - Add generic filter to DSLdapObjects
Feb 25, 2019
6963780b
Ticket 50213 - fix list instance issue
Feb 25, 2019
47c42590
Ticket 50236 - memberOf should be more robust
Feb 26, 2019
b30295a7
Ticket 50238 - Failed modrdn can corrupt entry cache
Feb 26, 2019
45e84745
Ticket 50243 - refint modrdn stress test
Feb 27, 2019
752801b8
Ticket 50215 - UI - implement Database Tab in reachJS
Feb 27, 2019
eb1b5c51
Ticket 50232 - export creates not importable ldif file
Feb 28, 2019
fb5ae2ca
Ticket 50197 - Container init tools
Mar 01, 2019
0f918de1
Ticket 50197 - Container integration part 2
Mar 01, 2019
c6054d12
Issue 50246 - Fix the regression in old control tools
Mar 01, 2019
f1661548
Ticket 50230 - improve ioerror msg when not root/dirsrv
Mar 04, 2019
e6e18004
Issue 49029 - [RFE] improve internal operations logging
Mar 05, 2019
2c5f34d6
Issue: 50253 - Making an nsManagedRoleDefinition type in src/lib389/lib389/idm/nsrole.py
Mar 06, 2019
0ad1dd2e
Ticket 50257 - lib389 - password policy user vs subtree checks are broken
Mar 05, 2019
47045414
Ticket 50234 - one level search returns not matching entry
Mar 06, 2019
eed079c0
Issue 50197 - Fix dscreate regression
Mar 06, 2019
d79fea60
Ticket 49655 - remove doap file
Mar 06, 2019
28fe1601
Ticket 50137 - create should not check in non-stateful mode for exist
Mar 08, 2019
00dfb129
Ticket 49575 - Indicate autosize value errors and corrective actions
Mar 08, 2019
118f8a2f
Issue 50263 - LDAPS port not listening after installation
Mar 08, 2019
46e28cb4
Issue 50041 - Add CLI functionality for special plugins
Mar 08, 2019
5563e770
Issue: 50112 - Port ACI test suit from TET to python3(Global Group)
Mar 11, 2019
9f3344a3
Ticket 50208 - lib389- Fix issue with list all instances
Mar 11, 2019
a703d101
Ticket 50273 - reduce default replicaton agmt timeout
Mar 11, 2019
813030cc
Ticket 50259 - implement dn construction test
Mar 12, 2019
656a6c93
Issue: 50112 - Port ACI test suit from TET to python3(Search)
Mar 12, 2019
f59ddfbc
Issue 50276 - 389-ds-console is not built on RHEL8 if cockpit_dist is already present
Mar 13, 2019
703ee9b0
Ticket 49667 - 49668 - remove old spec files
Mar 13, 2019
5bc92e99
Ticket 50255 - Port password policy test to use DSLdapObject
Mar 14, 2019
7ba8a80c
Ticket 50260 - backend txn plugins can corrupt entry cache
Mar 14, 2019
6d0ba294
Ticket 49873: (cont) Contention on virtual attribute lookup
Mar 14, 2019
208111a3
Ticket 49715 - extend account functionality
Mar 14, 2019
da7d2de1
Ticket 50282 - OPERATIONS ERROR when trying to delete a group with automember members
Mar 15, 2019
d318d060
Ticket 50077 - Do not automatically turn automember postop modifies on
Mar 15, 2019
c7da16fb
Ticket 49561 - MEP plugin, upon direct op failure, will delete twice the same managed entry
Mar 18, 2019
33fbced2
Ticket 50260 - Invalid cache flushing improvements
Mar 18, 2019
0a4ee32c
Ticket 50265: the warning about skew time could last forever
Mar 21, 2019
37f919a7
Ticket 50300 - Fix memory leak in automember plugin
Mar 22, 2019
28a5ddbd
Ticket 49463 After cleanALLruv, replication is looping on keep alive DEL
Mar 25, 2019
395a4a26
Ticket 50289 - Fix various database UI issues
Mar 25, 2019
24f8b6d9
Issue:50112 - Port ACI test suit from TET to python3(misc and syntax)
Mar 25, 2019
09965c45
Issue 50292 - Fix Plugin CLI and UI issues
Mar 26, 2019
38d4e523
Ticket 49873 - (cont 2nd) Contention on virtual attribute lookup
Mar 27, 2019
235bde93
Ticket 49873 - (cont 3rd) cleanup debug log
Mar 28, 2019
5d76a244
Use PKG_CHECK_MODULES to detect the event library
Mar 29, 2019
f56f78db
Use PKG_CHECK_MODULES to detect the nspr library
Mar 29, 2019
a7f1dd08
Use PKG_CHECK_MODULES to detect the nss library
Mar 29, 2019
d6a32479
Use PKG_CHECK_MODULES to detect the cmocka library
Mar 29, 2019
5203410c
Use PKG_CHECK_MODULES to detect the pcre library
Mar 29, 2019
9f5f29a7
m4/doxygen.m4: Fix spelling of Doxygen in a message
Mar 29, 2019
40ca6e97
configure.ac: Remove unpaired parentheses from two help strings
Mar 29, 2019
a2ebc6d5
configure.ac: Add missing comma to an AC_ARG_ENABLE macro
Mar 29, 2019
e50466ee
Use PKG_CHECK_MODULES to detect the libsasl2 library
Mar 29, 2019
9d6531aa
Use pkg-config from the host system to better support cross-compiling
Mar 29, 2019
773e8989
Use PKG_CHECK_MODULES to detect the kerberos library
Mar 29, 2019
11309bf3
Use PKG_CHECK_MODULES to detect the systemd library
Mar 29, 2019
6c2bb66f
Ticket 50308 - Fix memory leaks for repeat binds and replication
Mar 29, 2019
1808f317
Ticket 50308 - Revise memory leak fix
Mar 29, 2019
9a126614
Bump version to 1.4.1.2
Mar 29, 2019
223846df
Ticket 49390 - improve compare and cn=config compare tests
Apr 02, 2019
bc207222
Ticket 50310 - fix sasl header include
Apr 02, 2019
7a0b8ae5
Issue 50032 - Fix deprecation warnings in tests
Apr 02, 2019
38515800
Ticket 50240 - Improve task logging
Apr 02, 2019
593a7180
Ticket 50240 - Improve task logging
Apr 02, 2019
c9d65282
Ticket 50306 - Move connection config inside struct
Apr 02, 2019
78003de2
Ticket 50303 - Add task creation date to task data
Apr 02, 2019
73d18c8e
Ticket 50303 - Add task creation date to task data
Apr 02, 2019
0319ec02
Issue 49915 - Add regression test
Apr 04, 2019
018c8364
Ticket 49899 - fix pin.txt and pwdfile permissions
Apr 04, 2019
9e4ce5fa
Issue 50026 - Audit log does not capture the operation where nsslapd-lookthroughlimit is modified
Apr 05, 2019
78f8c17a
Fix typo from: Issue 49915 - Add regression test
Apr 05, 2019
d08f7eb6
Ticket 50305 - Revise CleanAllRUV task restart process
Apr 05, 2019
1ebaff46
Ticket 50305 - Revise CleanAllRUV task restart process
Apr 05, 2019
51eb5b26
Ticket 50317 - fix ds-backtrace issue on latest gdb
Apr 08, 2019
3347d922
Fix cockpit console AppStream data
Apr 11, 2019
34fbb5b1
Fix cockpit console AppStream data
Apr 11, 2019
122 additional commits have been omitted to prevent performance issues.
Loading
Loading