Commit Graph

289 Commits

Author SHA1 Message Date
Rich Megginson
0b44dc6de9 fix CLEANALLRUV and winsync - consumer update race condition - mem frag debugging
Ticket 450 - CLEANALLRUV task gets stuck on winsync replication agreement
Ticket 386 - large memory growth with ldapmodify(heap fragmentation)
 this patch doesn't fix the bug - it allows us to experiment with
 different values of mxfast
Ticket #374 - consumer can go into total update mode for no reason
2012-09-07 12:28:55 -06:00
Rich Megginson
4f1a19a9fe support posix schema for user and group sync
1) plugin config ldif must contain pluginid, etc. during upgrade or it
   will fail due to schema errors
2) posix winsync should have a lower precedence (25) than the default (50)
   so that it will be run first
3) posix winsync should support the Winsync API v3 - the v2 functions are
   just stubs for now - but the precedence cb is active
2012-09-04 15:54:11 -06:00
Rich Megginson
d087c2a501 support posix winsync - fix server to server ssl client auth - many valgrind and coverity fixes
8e5087a Coverity defects - 13089: Dereference after null check ldbm_back_delete
- Trac Ticket #437 - variable dn should not be used in ldbm_back_delete
- ba1f5b2 fix coverity resource leak in windows_plugin_add
- e3e81db Simplify program flow: change while loops to for
- a0d5dc0 Fix logic errors: del_mod should be latched (might not be last mod), and avoid skipping add-mods (int value 0)
- 0808f7e Simplify program flow: make adduids/moduids/deluids action blocks all similar
- 77eb760 Simplify program flow: eliminate unnecessary continue
- c9e9db7 Memory leaks: unmatched slapi_attr_get_valueset and slapi_value_new
- a4ca0cc Change "return"s in modGroupMembership to "break"s to avoid leaking
- d49035c Factorize into new isPosixGroup function
- 3b61c03 coverity - posix winsync mem leaks, null check, deadcode, null ref, use after free
- 33ce2a9 fix mem leaks with parent dn log message, setting winsync windows domain
- Ticket #440 - periodic dirsync timed event causes server to loop repeatedly
- Ticket #355 - winsync should not delete entry that appears to be out of scope
- Ticket 436 - nsds5ReplicaEnabled can be set with any invalid values.
- 487932d coverity - mbo dead code - winsync leaks, deadcode, null check, test code
- 2734a71 CLEANALLRUV coverity fixes
- Ticket #426 - support posix schema for user and group sync
- Ticket #430 - server to server ssl client auth broken with latest openldap
2012-08-30 19:27:49 -06:00
Mark Reynolds
8506832200 6c0778f bumped version to 1.2.11.11
Ticket 429 - added nsslapd-readonly to DS schema
Ticket 403 - fix CLEANALLRUV regression from last commit
Trac Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
2012-08-20 13:58:56 -04:00
Mark Reynolds
71c00be4e8 Ticket 403 - CLEANALLRUV revision 2012-08-15 16:06:45 -04:00
Mark Reynolds
0af1894df9 ea05e69 Bumped version to 1.2.11.9
Ticket 407 - dna memory leak - fix crash from prev fix
2012-08-07 10:54:29 -04:00
Mark Reynolds
e577895454 ddcf669 bump version to 1.2.11.8 for offical release
Ticket #425 - support multiple winsync plugins
Ticket 403 - cleanallruv coverity fixes
Ticket 407 - memory leak in dna plugin
Ticket 403 - CLEANALLRUV feature
Ticket 413 - "Server is unwilling to perform" when running ldapmodify on nsds5ReplicaStripAttrs
3168f04 Coverity defects
5ff0a02 COVERITY FIXES
Ticket #388 - Improve replication agreement status messages
0760116 Update the slapi-plugin documentation on new slapi functions, and added a slapi function for checking on shutdowns
Ticket #369 - restore of replica ldif file on second master after deleting two records shows only 1 deletion
Ticket #409 - Report during startup if nsslapd-cachememsize is too small
Ticket #412 - memberof performance enhancement
12813: Uninitialized pointer read string_values2keys
Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
Ticket #410 - Referential integrity plug-in does not work when update interval is not zero
Ticket #406 - Impossible to rename entry (modrdn) with Attribute Uniqueness plugin enabled
Ticket #405 - referint modrdn not working if case is different
Ticket 399 - slapi_ldap_bind() doesn't check bind results
2012-08-03 16:51:25 -04:00
Dennis Gilmore
d056688b8d - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 07:36:47 -05:00
Petr Písař
7be77e6e46 Perl 5.16 rebuild 2012-06-28 20:20:53 +02:00
Rich Megginson
4054ea5970 Ticket 366 - Change DS to purge ticket from krb cache in case of authentication error
also
Ticket 378 - unhashed#user#password visible after changing password
  fix func declaration from previous patch
2012-06-27 11:00:15 -06:00
Rich Megginson
08c7cc0040 Trac Ticket 396 - Account Usability Control Not Working 2012-06-27 08:28:32 -06:00
Rich Megginson
8c78efb21c fix unhashed user password visibility issues
Ticket #378 - audit log does not log unhashed password: enabled, by default.
Ticket #378 - unhashed#user#password visible after changing password
Ticket #365 - passwords in clear text in the audit log
2012-06-21 15:17:23 -06:00
Rich Megginson
9a4ab77510 workaround for https://bugzilla.redhat.com/show_bug.cgi?id=833529 2012-06-19 11:16:34 -06:00
Rich Megginson
ab051d4541 fix managed entry - crashing problem - CLEANALLRUV bugs - Root DN Bind Limits
Ticket #387 - managed entry sometimes doesn't delete the managed entry
5903815 improve txn test index handling
Ticket #360 - ldapmodify returns Operations error - fix delete caching
bcfa9e3 Coverity Fix
Trac Ticket #335 - transaction retries need to be cache aware
Ticket #389 - ADD operations not in audit log
44cdc84 fix coverity issues with uninit vals, no return checking
1b4b9d5 Ticket 368 - Make the cleanAllRUV task one step
8f17da5 Ticket #110 - RFE limiting root DN by host, IP, time of day, day of week
2012-06-18 18:10:26 -06:00
Petr Písař
d3573cb2a3 Perl 5.16 rebuild 2012-06-11 10:36:09 +02:00
Rich Megginson
1872610e95 Fix some crashes, op errors - do not replica otherwise empty mods - improve CLEA
NRUV

Ticket #360 - ldapmodify returns Operations error
Ticket #321 - krbExtraData is being null modified and replicated on each ssh login
Trac Ticket #359 - Database RUV could mismatch the one in changelog under the stress
Ticket #361: Bad DNs in ACIs can segfault ns-slapd
Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object
Ticket #337 - Improve CLEANRUV task
(cherry picked from commit 21635dcd44f96846bb8158963508374f489a355c)
2012-05-24 14:48:13 -06:00
Rich Megginson
02ef666218 Ticket #358 - managed entry doesn't delete linked entry 2012-05-05 08:22:46 -06:00
Rich Megginson
aa78a6d494 disable use of betxn plugins by default - ldclt fix
Ticket #351 - use betxn plugins by default
  revert - make no plugins betxn by default - too great a risk
  for deadlocks until we can test this better
Ticket #348 - crash in ldap_initialize with multiple threads
  fixes PR_Init problem in ldclt
2012-05-04 14:49:34 -06:00
Rich Megginson
77ca004f19 389-ds-base-1.2.11.1
- f227f11 Suppress alert on unavailable port with forced setup
- Ticket #353 - coverity 12625-12629 - leaks, dead code, unchecked return
- Ticket #351 - use betxn plugins by default
- Trac Ticket #345 - db deadlock return should not log error
- Ticket #348 - crash in ldap_initialize with multiple threads
- Ticket #214 - Adding Replication agreement should complain if required nsds5ReplicaCredentials not supplied
- Ticket #207 - [RFE] enable attribute that tracks when a password was last set
- Ticket #216 - RFE - Disable replication agreements
- Ticket #337 - RFE - Improve CLEANRUV functionality
- Ticket #326 - MemberOf plugin should work on all backends
- Trac Ticket #19 - Convert entryUSN plugin to transaction aware type
- Ticket #347 - IPA dirsvr seg-fault during system longevity test
- Trac Ticket #310 - Avoid calling escape_string() for logged DNs
- Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object
- Ticket #183 - passwordMaxFailure should lockout password one sooner
- Trac Ticket #335 - transaction retries need to be cache aware
- Ticket #336 - [abrt] 389-ds-base-1.2.10.4-2.fc16: index_range_read_ext: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV)
- Ticket #325 - logconv.pl : use of getopts to parse command line options
- Ticket #336 - [abrt] 389-ds-base-1.2.10.4-2.fc16: index_range_read_ext: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV)
- 554e29d Coverity Fixes
- Trac Ticket #46 - (additional 2) setup-ds-admin.pl does not like ipv6 only hostnames
- Ticket #183 - passwordMaxFailure should lockout password one sooner - and should be configurable to avoid regressions
- Ticket #315 - small fix to libglobs
- Ticket #315 - ns-slapd exits/crashes if /var fills up
- Ticket #20 - Allow automember to work on entries that have already been added
- Trac Ticket #45 - Fine Grained Password policy: if passwordHistory is on, deleting the password fails.
2012-05-02 11:00:35 -06:00
Rich Megginson
25d3f40d68 the 1.2.11 alpha 1 release
453eb97 schema def must have DESC '' - close paren must be preceded by space
Trac Ticket #46 - (additional) setup-ds-admin.pl does not like ipv6 only hostnames
Ticket #331 - transaction errors with db 4.3 and db 4.2
Ticket #261 - Add Solaris i386
Ticket #316 and Ticket #70 - add post add/mod and AD add callback hooks
Ticket #324 - Sync with group attribute containing () fails
Ticket #319 - ldap-agent crashes on start with signal SIGSEGV
77cacd9 coverity 12606 Logically dead code
Trac Ticket #303 - make DNA range requests work with transactions
Ticket #320 - allow most plugins to be betxn plugins
Ticket #24 - Add nsTLS1 to the DS schema
Ticket #271 - Slow shutdown when you have 100+ replication agreements
TIcket #285 - compilation fixes for '--format-security'
Ticket 211 - Avoid preop range requests non-DNA operations
Ticket #271 - replication code cleanup
Ticket 317 - RHDS fractional replication with excluded password policy attributes leads to wrong error messages.
Ticket #308 - Automembership plugin fails if data and config area mixed in the plugin configuration
Ticket #292 - logconv.pl reporting unindexed search with different search base than shown in access logs
6f8680a coverity 12563 Read from pointer after free (fix 2)
e6a9b22 coverity 12563 Read from pointer after free
245d494 Config changes fail because of unknown attribute "internalModifiersname"
Ticket #191  - Implement SO_KEEPALIVE in network calls
Ticket #289 - allow betxn plugin config changes
93adf5f destroy the entry cache and dn cache in the dse post op delete callback
e2532d8 init txn thread private data for all database modes
Ticket #291 - cannot use & in a sasl map search filter
6bf6e79 Schema Reload crash fix
60b2d12 Fixing compiler warnings
Trac Ticket #260 - 389 DS does not support multiple paging controls on a single connection
Ticket #302 - use thread local storage for internalModifiersName & internalCreatorsName
fdcc256 Minor bug fix introcuded by commit 69c9f3bf7dd9fe2cadd5eae0ab72ce218b78820e
Ticket #306 - void function cannot return value
ticket 181 - Allow PAM passthru plug-in to have multiple config entries
ticket 211 - Use of uninitialized variables in ldbm_back_modify()
Ticket #74 - Add schema for DNA plugin (RFE)
Ticket #301 - implement transaction support using thread local storage
Ticket #211 - dnaNextValue gets incremented even if the user addition fails
144af59 coverity uninit var and resource leak
Trac Ticket #34 - remove-ds.pl does not remove everything
Trac Ticket #169 - allow 389 to use db5
bc78101 fix compiler warning in acct policy plugin
Trac Ticket #84 - 389 Directory Server Unnecessary Checkpoints
Trac Ticket #27 - SASL/PLAIN binds do not work
Ticket #129 - Should only update modifyTimestamp/modifiersName on MODIFYops
Ticket #17 - new replication optimizations
2012-03-30 13:44:58 -06:00
Noriko Hosoi
d970bf2cba Trac Ticket #46 and #66
https://fedorahosted.org/389/ticket/46
https://fedorahosted.org/389/ticket/66

Fix Description:
Adding IPv6 friendly perl packages to Requires list:
  Requires: perl-Socket
or
  Requires: perl-Socket6
depending upon the perl Socket module availability.
Adding gcc-c++ to the build dependency
  BuildRequires: gcc-c++

changelog:
- Ticket #46 - (revised) setup-ds-admin.pl does not like ipv6 only hostnames
- Ticket #66 - 389-ds-base spec file does not have a BuildRequires on gcc-c++
2012-03-27 16:43:26 -07:00
Noriko Hosoi
12a64b8123 Trac Ticket #46 - setup-ds-admin.pl does not like ipv6 only
hostnames

https://fedorahosted.org/389/ticket/46

Fix Description:
Adding IPv6 friendly perl packages to Requires list:
  Requires: perl-Socket-GetAddrInfo
  Requires: perl-NetAddr-IP
2012-03-23 13:52:13 -07:00
Rich Megginson
5e3fefbf76 get rid of posttrans - move update code to post 2012-03-21 08:40:33 -06:00
Rich Megginson
c9ac9176bd Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
2012-03-13 13:54:43 -06:00
Rich Megginson
f064c093b3 fix cos crash - address some valgrind issues - fix kernel version checking
b05139b memleak in normalize_mods2bvals
c0eea24 memleak in mep_parse_config_entry
90bc9eb handle null smods
Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
Ticket #306 - void function cannot return value
ticket 304 - Fix kernel version checking in dsktune
2012-03-05 14:41:32 -07:00
Rich Megginson
d100480876 1.2.10.2 - fix a couple of late breaking crash bugs - fix TLS and defaultNamingContext
Trac Ticket #298 - crash when replicating orphaned tombstone entry
Ticket #281 - TLS not working with latest openldap
Trac Ticket #290 - server hangs during shutdown if betxn pre/post op fails
Trac Ticket #26 - Please support setting defaultNamingContext in the rootdse
2012-02-23 08:31:50 -07:00
Noriko Hosoi
2f38a748c3 Ticket #124 - RFE: add Provides: ldif2ldbm to rpm 2012-02-14 10:34:29 -08:00
Rich Megginson
6453827534 Ticket #294 - 389 DS Segfaults during replica install in FreeIPA 2012-02-14 09:12:02 -07:00
Rich Megginson
13353f7555 The 1.2.10.0 release - some minor bug fixes
- Ticket 284 - Remove unnecessary SNMP MIB files
- Ticket 51 - memory leaks in 389-ds-base-1.2.8.2-1.el5?
- Ticket 175 - logconv.pl improvements
2012-02-13 12:56:00 -07:00
Noriko Hosoi
61d1908d60 Introducing use_db4 macro to support db5 (libdb). 2012-02-10 17:45:12 -08:00
Petr Písař
cb3f4da6c8 Rebuild against PCRE 8.30 2012-02-10 14:29:23 +01:00
Rich Megginson
d2a9e91dbe coverity 12488 Resource leak In attr_index_config(): Leak of memory or pointers to system resources
Ticket #281 - TLS not working with latest openldap
Ticket #280 - extensible binary filters do not work
Ticket #279 - filter normalization does not use matching rules
Trac Ticket #275 - Invalid read reported by valgrind
Ticket #277 - cannot set repl referrals or state
Ticket #278 - Schema replication update failed: Invalid syntax
Ticket #39 - Account Policy Plugin does not work for simple binds when PAM Pass Through Auth plugin is enabled
Ticket #13 - slapd process exits when put the database on read only mode while updates are coming to the server
Ticket #87 - Manpages fixes
c493fb4 fix a couple of minor coverity issues
Ticket #55 - Limit of 1024 characters for nsMatchingRule
Trac Ticket #274 - Reindexing entryrdn fails if ancestors are also tombstoned
Ticket #6 - protocol error from proxied auth operation
Ticket #38 - nisDomain schema is incorrect
Ticket #273 - ruv tombstone searches don't work after reindex entryrdn
Ticket #29 - Samba3-schema is missing sambaTrustedDomainPassword
Ticket #22 - RFE: Support sendmail LDAP routing schema
Ticket #161 - Review and address latest Coverity issues
Ticket #140 - incorrect memset parameters
Trac Ticket 35 - Log not clear enough on schema errors
Trac Ticket 139 - eliminate the use of char *dn in favor of Slapi_DN *dn
Trac Ticket #52 - FQDN set to nsslapd-listenhost makes the server start fail if IPv4-mapped-IPv6 address is given
2012-02-03 20:19:02 -07:00
Rich Megginson
2358913aec Ticket #272 - add tombstonenumsubordinates to schema 2012-01-24 14:05:55 -07:00
Rich Megginson
78f687425c fixes for systemd - remove .pid files after shutting down servers
fixes for systemd - remove .pid files after shutting down servers
Ticket #263 - add systemd include directive
Ticket #264 - upgrade needs better check for "server is running"
(cherry picked from commit 7dfddf14e3e83bc1ad68c3fd1182344f60b4a132)
2012-01-23 15:51:39 -07:00
Rich Megginson
5f42e703e4 the 389-ds-base 1.2.10.a7 release - several bug fixes
Ticket #262 - pid file not removed with systemd
Ticket #50 - server should not call a plugin after the plugin close function is called
Ticket #18 - Data inconsitency during replication
Ticket #49 - better handling for server shutdown while long running tasks are active
Ticket #15 - Get rid of rwlock.h/rwlock.c and just use slapi_rwlock instead
Ticket #257 - repl-monitor doesn't work if leftmost hostnames are the same
Ticket #12 - 389 DS DNA Plugin / Replication failing on GSSAPI
6aaeb77 add a hack to disable sasl hostname canonicalization
Ticket 168 - minssf should not apply to rootdse
Ticket #177 - logconv.pl doesn't detect restarts
Ticket #159 - Managed Entry Plugin runs against managed entries upon any update without validating
Ticket 75 - Unconfigure plugin opperations are being called.
Ticket 26 - Please support setting defaultNamingContext in the rootdse.
Ticket #71 - unable to delete managed entry config
Ticket #167 - Mixing transaction and non-transaction plugins can cause deadlock
Ticket #256 - debug build assertion in ACL_EvalDestroy()
Ticket #4 - bak2db gets stuck in infinite loop
Ticket #162 - Infinite loop / spin inside strcmpi_fast, acl_read_access_allowed_on_attr, server DoS
Ticket #3: acl cache overflown problem
Ticket 1 - pre-normalize filter and pre-compile substring regex - and other optimizations
Ticket 2 - If node entries are tombstone'd, subordinate entries fail to get the full DN.
2012-01-20 19:29:17 -07:00
Dennis Gilmore
af73fc868b - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 14:10:26 -06:00
Rich Megginson
9fd072ebb2 fix shutdown crash - fix systemd dirsrv.target - entryusn fix - csn improvements
Bug 755725 - 389 programs linked against openldap crash during shutdown
Bug 755754 - Unable to start dirsrv service using systemd
Bug 745259 - Incorrect entryUSN index under high load in replicated environment
d439e3a use slapi_hexchar2int and slapi_str_to_u8 everywhere
5910551 csn_init_as_string should not use sscanf
b53ba00 reduce calls to csn_as_string and slapi_log_error
c897267 fix member variable name error in slapi_uniqueIDFormat
66808e5 uniqueid formatting - use slapi_u8_to_hex instead of sprintf
580a875 csn_as_string - use slapi_uN_to_hex instead of sprintf
Bug 751645 - crash when simple paged fails to send entry to client
Bug 752155 - Use restorecon after creating init script lock file
2011-12-19 09:22:07 -07:00
Rich Megginson
07dfaffa27 Bug fixes for setup -u, coverity, modrdn 100% cpu, entryusn, referint txn
Bug 751495 - 'setup-ds.pl -u' fails with undefined routine 'updateSystemD'
Bug 750625 750624 750622 744946 Coverity issues
Bug 748575 - part 2 - rhds81 modrdn operation and 100% cpu use in replication
Bug 748575 - rhds81 modrn operation and 100% cpu use in replication
Bug 745259 - Incorrect entryUSN index under high load in replicated environment
f639711 Reduce the number of DN normalization
c06a8fa Keep unhashed password psuedo-attribute in the adding entry
Bug 744945 - nsslapd-counters attribute value cannot be set to "off"
8d3b921 Use new PLUGIN_CONFIG_ENTRY feature to allow switching between txn and regular
d316a67 Change referential integrity to be a betxnpostoperation plugin
2011-11-04 15:55:41 -06:00
Rich Megginson
6ca11f4721 fix config del/add mods - memberof is transaction aware
Bug 741744 - part3 - MOD operations with chained delete/add get back error 53
1d2f5a0 make memberof transaction aware and able to be a betxnpostoperation plug in
b6d3ba7 pass the plugin config entry to the plugin init function
28f7bfb set the ENTRY_POST_OP for modrdn betxnpostoperation plugins
Bug 743966 - Compiler warnings in account usability plugin
2011-10-07 21:05:45 -06:00
Rich Megginson
5e57d04aa7 fix transaction support in ldbm_delete 2011-10-05 17:08:55 -06:00
Rich Megginson
a1eaf04e5c resource limits for simple paged results
resource limits for simple paged results
Bug 740942 - allow resource limits to be set for paged searches independently of limits for other searches/operations
Bug 741744 - MOD operations with chained delete/add get back error 53 on backend config
Bug 742324 - allow nsslapd-idlistscanlimit to be set dynamically and per-user
2011-10-05 15:40:17 -06:00
Rich Megginson
96d52cc505 Bug 695736 - Providing native systemd file 2011-09-21 12:40:22 -06:00
Rich Megginson
19de0cb06f corrected source 2011-09-07 08:45:21 -06:00
Rich Megginson
e9513bcbb4 Bug 735114 - renaming a managed entry does not update mepmanagedby 2011-09-06 19:40:07 -06:00
Rich Megginson
11e20b6a99 Bug 735121 - simple paged search + ip/dns based ACI hangs server
Bug 722292 - (cov#11030) Leak of mapped_sdn in winsync rename code
Bug 703990 - cross-platform - Support upgrade from Red Hat Directory Server
Introducing an environment variable USE_VALGRIND to clean up the entry cache and dn cache on exit.
2011-09-01 14:31:40 -06:00
Rich Megginson
7113476120 Bug 732153 - subtree and user account lockout policies implemented?
Bug 722292 - Entries in DS are not updated properly when using WinSync API
2011-08-31 10:21:48 -06:00
Rich Megginson
3046c63687 389-ds-base-1.2.9.7 - bugfix update
389-ds-base-1.2.9.7 - bugfix update
Bug 733103 - large targetattr list with syntax errors cause server to crash or hang
Bug 633803 - passwordisglobalpolicy attribute brakes TLS chaining
Bug 732541 - Ignore error 32 when adding automember config
Bug 728592 - Allow ns-slapd to start with an invalid server cert
2011-08-25 10:40:37 -06:00
Rich Megginson
783a787702 winsync, upgrade, and ruv/counter bug fixes
winsync, upgrade, and ruv/counter bug fixes
Bug 728510 - Run dirsync after sending updates to AD
Bug 729717 - Fatal error messages when syncing deletes from AD
Bug 729369 - upgrade DB to upgrade from entrydn to entryrdn format is not working.
Bug 729378 - delete user subtree container in AD + modify password in DS == DS crash
Bug 723937 - Slapi_Counter API broken on  32-bit F15
fixed again - separate tests for atomic ops and atomic bool cas
2011-08-10 16:30:18 -06:00
Rich Megginson
ddbda59fe7 Fix another coverity NULL deref in previous patch
Fix another coverity NULL deref in previous patch
Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
2011-08-08 09:36:10 -06:00
Rich Megginson
cf7c2133b4 Fix coverity NULL deref in previous patch
Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
Fix coverity NULL deref in previous patch
2011-08-04 08:27:15 -06:00
Rich Megginson
aa1f703233 previous patch broke build on el5
Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
previous patch broke build on el5
2011-08-04 07:57:59 -06:00
Rich Megginson
13cccf8eb2 Bug 727511 - ldclt SSL search requests are failing with "illegal error numbe
Bug 727511 - ldclt SSL search requests are failing with "illegal error numbe
r -1" error
2011-08-03 17:02:42 -06:00
Rich Megginson
854f5e62fe Bug 723937 - Slapi_Counter API broken on 32-bit F15
Bug 723937 - Slapi_Counter API broken on  32-bit F15
fixed to use configure test for GCC provided 64-bit atomic functions
2011-08-02 09:28:18 -06:00
Rich Megginson
f8b7053608 the 389-ds-base-1.2.9.1 release
the 389-ds-base-1.2.9.1 release
Bug 663752 - Cert renewal for attrcrypt and encchangelog
this was "re-fixed" due to a deadlock condition with cl2ldif task cancel
Bug 725953 - Winsync: DS entries fail to sync to AD, if the User's CN entry contains a comma
Bug 725743 - Make memberOf use PRMonitor for it's operation lock
Bug 725542 - Instance upgrade fails when upgrading 389-ds-base package
Bug 723937 - Slapi_Counter API broken on  32-bit F15
2011-08-01 12:03:05 -06:00
Petr Sabata
706e467ded Perl mass rebuild 2011-07-21 18:14:29 +02:00
Petr Sabata
3f2890b7a8 Perl mass rebuild 2011-07-20 11:18:00 +02:00
Rich Megginson
cc81e487b6 The 1.2.9.0 release - several bug fixes
The 1.2.9.0 release - several bug fixes
Bug 720059 - RDN with % can cause crashes or missing entries
Bug 709468 - RSA Authentication Server timeouts when using simple paged results on RHDS 8.2.
Bug 691313 - Need TLS/SSL error messages in repl status and errors log
Bug 712855 - Directory Server 8.2 logs "Netscape Portable Runtime error -5961 (TCP connection reset by peer.)" to error log whereas Directory Server 8.1 did not
Bug 713209 - Update sudo schema
Bug 719069 - clean up compiler warnings in 389-ds-base 1.2.9
Bug 718303 - Intensive updates on masters could break the consumer's cache
Bug 711679 - unresponsive LDAP service when deleting vlv on replica
2011-07-15 19:40:32 -06:00
Rich Megginson
84eb0d0d8f 389-ds-base-1.2.9.a2 - several bug fixes - automember improvements
look for separate openldap ldif library
Split automember regex rules into separate entries
writing Inf file shows SchemaFile = ARRAY(0xhexnum)
add support for ldif files with changetype: add
Bug 716980 - winsync uses old AD entry if new one not found
Bug 697694 - rhds82 - incr update state stop_fatal_error "requires administrator action", with extop_result: 9
bump console version to 1.2.6
Bug 711679 - unresponsive LDAP service when deleting vlv on replica
Bug 703703 - setup-ds-admin.pl asks for legal agreement to a non-existant file
Bug 706209 - LEGAL: RHEL6.1 License issue for 389-ds-base package
Bug 663752 - Cert renewal for attrcrypt and encchangelog
Bug 706179 - DS can not restart after create a new objectClass has entryusn attribute
Bug 711906 - ns-slapd segfaults using suffix referrals
Bug 707384 - only allow FIPS approved cipher suites in FIPS mode
Bug 710377 - Import with chain-on-update crashes ns-slapd
Bug 709826 - Memory leak: when extra referrals configured
2011-06-28 09:28:05 -06:00
Marcela Mašláňová
b88dabf76f Perl mass rebuild 2011-06-17 11:48:12 +02:00
Marcela Mašláňová
c87dcc92ce Perl 5.14 mass rebuild 2011-06-10 13:08:00 +02:00
Rich Megginson
e7dd07ec14 389-ds-base-1.2.9.a1 alpha 1 release of 389-ds-base 1.2.9
389-ds-base-1.2.9.a1
Auto Membership
More Coverity fixes
2011-05-26 13:36:22 -06:00
Rich Megginson
fe22e2c909 389-ds-base-1.2.8.3
389-ds-base-1.2.8.3
Bug 700145 - userpasswd not replicating
Bug 700557 - Linked attrs callbacks access free'd pointers after close
Bug 694336 - Group sync hangs Windows initial Sync
Bug 700215 - ldclt core dumps
Bug 695779 - windows sync can lose old values when a new value is added
Bug 697027 - 12 - minor memory leaks found by Valgrind + TET
2011-05-02 10:14:47 -06:00
Rich Megginson
4bc713c9e7 389-ds-base-1.2.8.2
389-ds-base-1.2.8.2
Bug 696407 - If an entry with a mixed case RDN is turned to be
a tombstone, it fails to assemble DN from entryrdn
2011-04-14 16:41:35 -06:00
Rich Megginson
ebb8e13e72 389-ds-base-1.2.8.1
389-ds-base-1.2.8.1
Bug 693962 - Full replica push loses some entries with multi-valued RDNs
2011-04-08 17:09:19 -06:00
Rich Megginson
3a1bbe778f The 389-ds-base-1.2.8.0 release
389-ds-base-1.2.8.0
Bug 693473 - rhds82 rfe - windows_tot_run to log Sizelimit exceeded instead of LDAP error - -1
Bug 692991 - rhds82 - windows_tot_run: failed to obtain data to send to the consumer; LDAP error - -1
Bug 693466 - Unable to change schema online
Bug 693503 - matching rules do not inherit from superior attribute type
Bug 693455 - nsMatchingRule does not work with multiple values
Bug 693451 - cannot use localized matching rules
Bug 692331 - Segfault on index update during full replication push on 1.2.7.5
2011-04-05 11:12:56 -06:00
Rich Megginson
d704170a06 389-ds-base-1.2.8.rc5
389-ds-base-1.2.8.rc5
Bug 692469 - Replica install fails after step for "enable GSSAPI for replication"
2011-04-01 13:53:51 -06:00
Rich Megginson
800e6a4d26 389-ds-base-1.2.8.rc4 release
389-ds-base-1.2.8.rc4
Bug 668385 - DS pipe log script is executed as many times as the dirsrv serv
ice is restarted
389-ds-base-1.2.8.rc3
Bug 690955 - Mrclone fails due to the replica generation id mismatch
2011-03-29 18:31:45 -06:00
Rich Megginson
29b72612bc 389-ds-base-1.2.8 release candidate 2 - git tag 389-ds-base-1.2.8.rc2
389-ds-base-1.2.8 release candidate 2 - git tag 389-ds-base-1.2.8.rc2
Bug 689537 - (cov#10610) Fix Coverity NULL pointer dereferences
Bug 689866 - ns-newpwpolicy.pl needs to use the new DN format
Bug 681015 - RFE: allow fine grained password policy duration attributes
in days, hours, minutes, as well
Bug 684996 - Exported tombstone cannot be imported correctly
Bug 683250 - slapd crashing when traffic replayed
Bug 668909 - Can't modify replication agreement in some cases
Bug 504803 - Allow maxlogsize to be set if logmaxdiskspace is -1
Bug 644784 - Memory leak in "testbind.c" plugin
Bug 680558 - Winsync plugin fails to restrain itself to the configured subtree
2011-03-22 18:57:33 -06:00
Caolán McNamara
0949e3733e rebuild for icu 4.6 2011-03-07 17:33:10 +00:00
Rich Megginson
0aec0f9e22 389-ds-base-1.2.8 release candidate 1 - git tag 389-ds-base-1.2.8.rc1
389-ds-base-1.2.8 release candidate 1 - git tag 389-ds-base-1.2.8.rc1
Bug 518890 - setup-ds-admin.pl - improve hostname validation
Bug 681015 - RFE: allow fine grained password policy duration attributes in
days, hours, minutes, as well
Bug 514190 - setup-ds-admin.pl --debug does not log to file
Bug 680555 - ns-slapd segfaults if I have more than 100 DBs
Bug 681345 - setup-ds.pl should set SuiteSpotGroup automatically
Bug 674852 - crash in ldap-agent when using OpenLDAP
Bug 679978 - modifying attr value crashes the server, which is supposed to
be indexed as substring type, but has octetstring syntax
Bug 676655 - winsync stops working after server restart
Bug 677705 - ds-logpipe.py script is failing to validate "-s" and
"--serverpid" options with "-t".
Bug 625424 - repl-monitor.pl doesn't work in hub node
2011-03-02 20:30:43 -07:00
Rich Megginson
5142ec0838 split out a separate -libs subpackage
split out a separate -libs subpackage - 389-ds-base-libs contains
libslapd.so.* (and owns the libdir) - 389-ds-base-devel contains
libslapd.so (the symlink) and the header and pkgconfig files
389-ds-base contains everything else
389-ds-base and 389-ds-base-devel both depend on 389-ds-base-libs but
do not depend on each other
2011-02-28 19:18:51 -07:00
Rich Megginson
31909e6aa2 do not create /var/run/dirsrv - setup will create it instead
do not create /var/run/dirsrv - setup will create it instead
remove the fedora-ds initscript upgrade stuff - we do not support that anymore
convert the remaining lua stuff to plain old shell script
Reviewed by: nkinder, nhosoi (Thanks!)
2011-02-25 07:33:23 -07:00
Rich Megginson
df3a6cc703 1.2.8.a3 release - git tag 389-ds-base-1.2.8.a3
- 1.2.8.a3 release - git tag 389-ds-base-1.2.8.a3
- Bug 675320 - empty modify operation with repl on or lastmod off will crash server
- Bug 675265 - preventryusn gets added to entries on a failed delete
- Bug 677774 - added support for tmpfiles.d
- Bug 666076 - dirsrv crash (1.2.7.5) with multiple simple paged result search
es
- Bug 672468 - Don't use empty path elements in LD_LIBRARY_PATH
- Bug 671199 - Don't allow other to write to rundir
- Bug 678646 - Ignore tombstone operations in managed entry plug-in
- Bug 676053 - export task followed by import task causes cache assertion
- Bug 677440 - clean up compiler warnings in 389-ds-base 1.2.8
- Bug 675113 - ns-slapd core dump in windows_tot_run if oneway sync is used
- Bug 676689 - crash while adding a new user to be synced to windows
- Bug 604881 - admin server log files have incorrect permissions/ownerships
- Bug 668385 - DS pipe log script is executed as many times as the dirsrv serv
ice is restarted
- Bug 675853 - dirsrv crash segfault in need_new_pw()
2011-02-23 08:19:35 -07:00
Dennis Gilmore
b9a4715212 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 16:53:40 -06:00
Rich Megginson
3b0a268e54 1.2.8.a2 release - git tag 389-ds-base-1.2.8.a2
1.2.8.a2 release - git tag 389-ds-base-1.2.8.a2
Bug 674430 - Improve error messages for attribute uniqueness
Bug 616213 - insufficient stack size for HP-UX on PA-RISC
Bug 615052 - intrinsics and 64-bit atomics code fails to compile
   on PA-RISC
Bug 151705 - Need to update Console Cipher Preferences with new ciphers
Bug 668862 - init scripts return wrong error code
Bug 670616 - Allow SSF to be set for local (ldapi) connections
Bug 667935 - DS pipe log script's logregex.py plugin is not redirecting the
   log output to the text file
Bug 668619 - slapd stops responding
Bug 624547 - attrcrypt should query the given slot/token for
   supported ciphers
Bug 646381 - Faulty password for nsmultiplexorcredentials does not give any
   error message in logs
2011-02-03 19:05:56 -07:00
Rich Megginson
4260bf2679 Updated spec and scripts again for 1.2.8.a1 release. Updated sources. 2011-01-24 16:59:22 -07:00
Nathan Kinder
50e6b488f2 Updated spec and scripts for 1.2.8.a1 release. 2011-01-24 14:18:35 -08:00
Rich Megginson
46941ffb1a 1.2.7.5 release - git tag 389-ds-base-1.2.7.5
1.2.7.5 release - git tag 389-ds-base-1.2.7.5
Bug 663597 - Memory leaks in normalization code
2010-12-16 10:15:16 -07:00
Rich Megginson
09ca048e50 Resolves: bug 656541 - use %ghost on files in /var/lock
Resolves: bug 656541 - use %ghost on files in /var/lock
2010-12-14 14:04:01 -07:00
Rich Megginson
cb9c60600b 1.2.7.4 release - git tag 389-ds-base-1.2.7.4
1.2.7.4 release - git tag 389-ds-base-1.2.7.4
Bug 661792 - Valid managed entry config rejected
2010-12-10 11:25:35 -07:00
Rich Megginson
3623efb592 1.2.7.3 release - git tag 389-ds-base-1.2.7.3
1.2.7.3 release - git tag 389-ds-base-1.2.7.3
Bug 658312 - Invalid free in Managed Entry plug-in
Bug 641944 - Don't normalize non-DN RDN values
2010-12-08 12:03:57 -07:00
Rich Megginson
bf6667b6bf 1.2.7.2 release - git tag 389-ds-base-1.2.7.2
- 1.2.7.2 release - git tag 389-ds-base-1.2.7.2
- Bug 659456 - Incorrect usage of ber_printf() in winsync code
- Bug 658309 - Process escaped characters in managed entry mappings
- Bug 197886 - Initialize return value for UUID generation code
- Bug 658312 - Allow mapped attribute types to be quoted
- Bug 197886 - Avoid overflow of UUID generator
2010-12-03 11:39:33 -07:00
Rich Megginson
c94fce6c66 1.2.7.1 release - git tag 389-ds-base-1.2.7.1
- 1.2.7.1 release - git tag 389-ds-base-1.2.7.1
- Bug 656515 - Allow Name and Optional UID syntax for grouping attributes
- Bug 656392 - Remove calls to ber_err_print()
- Bug 625950 - hash nsslapd-rootpw changes in audit log
2010-11-23 19:29:43 -07:00
Rich Megginson
4e04d662f6 1.2.7.a5 release - git tag 389-ds-base-1.2.7.a5
- Bug 643979 - Strange byte sequence for attribute with no values (nsslapd-referral)
- Bug 635009 - Add one-way AD sync capability
- Bug 572018 - Upgrading from 1.2.5 to 1.2.6.a2 deletes userRoot
- put replication config entries in separate file
- Bug 567282 - server can not abandon searchRequest of "simple paged results"
- Bug 329751 - "nested" filtered roles searches candidates more than needed
- Bug 521088 - DNA should check ACLs before getting a value from the range
2010-11-23 19:16:56 -07:00
Nathan Kinder
08943206c6 Updated sources for 1.2.7 build (again)
The VERSION.sh file in the previous source was incorrect.  This
file was corrected and this patch uses the new source.
2010-11-16 10:03:59 -08:00
Nathan Kinder
ee858e9804 Corrected version number in changelog
The previous patch had a type in the version number in the
changelog entry.  This corrects that typo.
2010-11-15 11:35:56 -08:00
Nathan Kinder
a2c95ac0a9 Remove selinux policy
This removes the dirsrv selinux policy from 389-ds-base.  The same
policy is being implemented in the selinux-policy-base package now,
so we no longer need to build and carry it here.
2010-11-12 13:59:55 -08:00
Rich Megginson
2ba9aa8878 1.2.7.a5 release - git tag 389-ds-base-1.2.7.a5
- Bug 643979 - Strange byte sequence for attribute with no values (nsslapd-referral)
- Bug 635009 - Add one-way AD sync capability
- Bug 572018 - Upgrading from 1.2.5 to 1.2.6.a2 deletes userRoot
- put replication config entries in separate file
- Bug 567282 - server can not abandon searchRequest of "simple paged results"
- Bug 329751 - "nested" filtered roles searches candidates more than needed
- Bug 521088 - DNA should check ACLs before getting a value from the range
2010-11-09 10:49:28 -07:00
Rich Megginson
edd526aaeb 1.2.7.a4 release - git tag 389-ds-base-1.2.7.a4
1.2.7.a4 release - git tag 389-ds-base-1.2.7.a4
Bug 647932 - multiple memberOf configuration adding memberOf where there is
no member
Bug 491733 - dbtest crashes
Bug 606545 - core schema should include numSubordinates
Bug 638773 - permissions too loose on pid and lock files
Bug 189985 - Improve attribute uniqueness error message
Bug 619623 - attr-unique-plugin ignores requiredObjectClass on modrdn operat
ions
Bug 619633 - Make attribute uniqueness obey requiredObjectClass
2010-11-01 10:56:40 -06:00
Rich Megginson
de3d65a019 late addition to 1.2.7.a3 - Bug 644608 - RHDS 8.1->8.2 upgrade fails to properly migrate ACIs
Bug 644608 - RHDS 8.1->8.2 upgrade fails to properly migrate ACIs
Adding the ancestorid fix code to ##upgradednformat.pl.
2010-10-27 15:25:40 -06:00
Rich Megginson
54c4422066 this is the 1.2.7.a3 release
this is the 1.2.7.a3 release
Bug 644608 - RHDS 8.1->8.2 upgrade fails to properly migrate ACIs
Bug 629681 - Retro Changelog trimming does not behave as expected
Bug 645061 - Upgrade: 06inetorgperson.ldif and 05rfc4524.ldif
    are not upgraded in the server instance schema dir
2010-10-22 17:07:18 -06:00
Rich Megginson
a0ed453448 1.2.7.a2 release
1.2.7.a2 release - openldap support on platforms which use openldap with
moznss for crypto (F-14 and later)
2010-10-20 09:05:16 -06:00
Rich Megginson
f4bb47d75b bump rev to rebuild again 2010-09-29 16:54:25 -06:00
Rich Megginson
1c8e3d3c1e bump rev to rebuild 2010-09-27 15:51:36 -06:00
Rich Megginson
c5368dc34b updated files for 1.2.6.1
added several more bug fixes to 1.2.6.1
Bug 635987 - Incorrect sub scope search result with ACL containing ldap:///self
Bug 612264 - ACI issue with (targetattr='userPassword')
Bug 606920 - anonymous resource limit- nstimelimit - also applied to "cn=directory manager"
Bug 631862 - crash - delete entries not in cache + referint
2010-09-27 15:27:31 -06:00
Rich Megginson
d5673ebe57 new release 1.2.6.1
new release 1.2.6.1 to fix the windows sync problem:
Bug 634561 - Server crushes when using Windows Sync Agreement
2010-09-23 14:25:22 -06:00
Rich Megginson
5fd2662524 fedpkg verrel stupidly ignores comment lines
have to add a space between % and global or fedpkg verrel will attempt
to use the definitions even though the line is commented out
2010-08-26 15:23:37 -06:00
Rich Megginson
b5f6fe3e07 This is the final 389-ds-base 1.2.6 release
This is the final 389-ds-base 1.2.6 release
2010-08-26 14:23:37 -06:00
Rich Megginson
6fa7afc201 389-ds-base 1.2.6 release candidate 7
* Tue Aug 10 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.11.rc7
- 1.2.6 release candidate 7
- git tag 389-ds-base-1.2.6.rc7
- Bug 621928 - Unable to enable replica (rdn problem?) on 1.2.6 rc6
2010-08-10 08:24:44 -06:00
Rich Megginson
55828d826a Merge branch 'f13' into f14
Conflicts:

	.gitignore
	389-ds-base-git-local.sh
	389-ds-base-git.sh
	389-ds-base.spec
	sources
2010-08-04 11:03:01 -06:00
Rich Megginson
541ff87597 1.2.6 release candidate 6
git tag 389-ds-base-1.2.6.rc6
Bug 617013 - repl-monitor.pl use cpu upto 90%
Bug 616618 - 389 v1.2.5 accepts 2 identical entries with different DN formats
Bug 547503 - replication broken again, with 389 MMR replication and TCP error
Bug 613833 - Allow dirsrv_t to bind to rpc ports
Bug 612242 - membership change on DS does not show on AD
Bug 617629 - Missing aliases in new schema files
Bug 619595 - Upgrading sub suffix under non-normalized suffix disappears
Bug 616608 - SIGBUS in RDN index reads on platforms with strict alignments
Bug 617862 - Replication: Unable to delete tombstone errors
Bug 594745 - Get rid of dirsrv_lib_t label
2010-08-04 10:07:14 -06:00
Richard Allen Megginson
da4e1b536d make selinux-devel explicit Require the base package in order to comply
with Fedora Licensing Guidelines
2010-07-14 22:20:14 +00:00
Richard Allen Megginson
b698a7d992 1.2.6 release candidate 3 git tag 389-ds-base-1.2.6.rc3 Bug 603942 - null
deref in _ger_parse_control() for subjectdn
609256 - Selinux: pwdhash fails if called via Admin Server CGI
578296 - Attribute type entrydn needs to be added when subtree rename
    switch is on
605827 - In-place upgrade: upgrade dn format should not run in
    setup-ds-admin.pl Bug 604453 - SASL Stress and Server crash: Program
    quits with the assertion failure in PR_Poll Bug 604453 - SASL Stress
    and Server crash: Program quits with the assertion failure in PR_Poll
606920 - anonymous resource limit - nstimelimit - also applied to
    "cn=directory manager"
2010-07-01 21:09:40 +00:00
Richard Allen Megginson
859034778e 1.2.6 release candidate 3 git tag 389-ds-base-1.2.6.rc3 Bug 603942 - null
deref in _ger_parse_control() for subjectdn
609256 - Selinux: pwdhash fails if called via Admin Server CGI
578296 - Attribute type entrydn needs to be added when subtree rename
    switch is on
605827 - In-place upgrade: upgrade dn format should not run in
    setup-ds-admin.pl Bug 604453 - SASL Stress and Server crash: Program
    quits with the assertion failure in PR_Poll Bug 604453 - SASL Stress
    and Server crash: Program quits with the assertion failure in PR_Poll
606920 - anonymous resource limit - nstimelimit - also applied to
    "cn=directory manager"
2010-07-01 21:09:40 +00:00
Richard Allen Megginson
7a6015420c 1.2.6.rc2 2010-06-16 16:31:33 +00:00
Richard Allen Megginson
a41b9f63b0 1.2.6.rc2 2010-06-16 16:31:33 +00:00
Nathan Kinder
fba8bc41ec Added replication session header to devel subpackage. 2010-06-15 23:20:24 +00:00
Nathan Kinder
780986b247 Added replication session header to devel subpackage. 2010-06-15 23:20:24 +00:00
Richard Allen Megginson
d321a9b70b fix typo in spec changelog 2010-06-09 14:29:23 +00:00
Richard Allen Megginson
93bfd70ede fix typo in spec changelog 2010-06-09 14:29:23 +00:00
Richard Allen Megginson
31bd55518f this is 1.2.6 RC1 2010-06-09 14:23:24 +00:00
Richard Allen Megginson
1d41b3f7d2 this is 1.2.6 RC1 2010-06-09 14:23:23 +00:00
Marcela Mašláňová
e5c53a9fc0 - Mass rebuild with perl-5.12.0 2010-06-01 12:24:17 +00:00
Richard Allen Megginson
9821566b97 this is the 1.2.6.a4 release 2010-05-26 21:39:38 +00:00
Richard Allen Megginson
08352a405e this is the 1.2.6.a4 release 2010-05-26 21:39:37 +00:00
Nathan Kinder
eef021a587 Moved selinux subpackage into base package. 2010-04-07 22:34:08 +00:00
Nathan Kinder
75dd970820 Moved selinux subpackage into base package. 2010-04-07 22:34:08 +00:00
Nathan Kinder
83e7c49a97 Updated spec files for 1.2.6.a3 release. 2010-04-06 18:46:00 +00:00
Nathan Kinder
748afdef07 Updated spec files for 1.2.6.a3 release. 2010-04-06 18:45:59 +00:00
Caolan McNamara
ee8e910545 rebuild for icu 4.4 2010-04-02 13:52:06 +00:00
Richard Allen Megginson
e0f6033dea this is the 1.2.6.a2 release - add support for matching rules - many bug
fixes
2010-03-02 20:17:49 +00:00
Richard Allen Megginson
49deb3b63a this is the 1.2.6.a2 release - add support for matching rules - many bug
fixes
2010-03-02 20:17:48 +00:00
Richard Allen Megginson
088940d327 this is the 1.2.6.a1 release - this is the first release that contains
support for subtree rename and full SELinux enforcement
2010-01-25 17:26:03 +00:00
Richard Allen Megginson
fd7f020d57 must completely undefine macros - commenting out does not 2010-01-12 20:31:41 +00:00
Richard Allen Megginson
b07f6acaee this is the final 1.2.5 release 2010-01-12 19:14:06 +00:00
Richard Allen Megginson
944ad28411 this is the 1.2.5.rc4 release 2010-01-04 18:30:50 +00:00
Richard Allen Megginson
f345c9f240 updated to 1.2.5.rc3 2009-12-18 00:23:51 +00:00
Richard Allen Megginson
fa1d1ef713 this is the 1.2.5.rc2 release 2009-12-07 23:29:24 +00:00
Richard Allen Megginson
b767ad92a9 this is the 1.2.5.rc1 release 2009-12-02 18:17:04 +00:00
Richard Allen Megginson
9de19f7e13 1.2.4 release resolves bug 221905 - added support for Salted MD5 (SMD5)
passwords - primarily for migration resolves bug 529258 - Make upgrade
    remove obsolete schema from 99user.ldif tracking bug -
    https://bugzilla.redhat.com/show_bug.cgi?id=531879
2009-10-29 18:00:01 +00:00
Richard Allen Megginson
256eebfb5a 1.2.3 release added template-initconfig to %files %posttrans now runs
update to update the server instances servers are shutdown, then
    restarted if running before install scriptlets mostly use lua now to
    pass data among scriptlet phases Added 389-ds-base-git-local.sh script
    to generate a source tarball from a local git repository and a git tag
2009-10-07 15:42:35 +00:00
Nathan Kinder
caa5ee37d6 Removed BuildRequires for lm_sensors on s390 and s390x 2009-09-08 19:24:58 +00:00
Caolan McNamara
66e9e4cd54 rebuild with new openssl to fix dependencies 2009-09-01 11:24:53 +00:00
Richard Allen Megginson
8abaf5436b backed out - added template-initconfig to %files - this change is for the
next major release bump version to 1.2.2 fix reopened 509472 db2index
    all does not reindex all the db backends correctly fix 518520 - pre
    hashed salted passwords do not work (F-10 and F-11 only) fix 518418 -
    Package rename shuts down server, results in unconfigured package see
    https://bugzilla.redhat.com/show_bug.cgi?id=518519 for the list of bugs
    fixed in 1.2.2
2009-08-25 20:00:52 +00:00
Tomáš Mráz
abf567817b - rebuilt with new openssl 2009-08-21 12:17:00 +00:00
Noriko Hosoi
3257d41c08 - added template-initconfig to %files 2009-08-19 19:34:52 +00:00
Richard Allen Megginson
9d46490184 this is the 1.2.1 release 2009-08-12 19:46:53 +00:00
Jesse Keating
83eeb2da89 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 14:58:04 +00:00
Richard Allen Megginson
af32fff235 Initial commit for 389-ds-base 2009-05-26 22:55:06 +00:00