summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the fact that if an operation fails in a total update, we immediately haltDavid Boreham2005-04-283-101/+127
|
* 156273Rob Crittenden2005-04-281-1/+1
| | | | Convert to C-style comments to avoid build breakage.
* Fix syncing of contained entriesDavid Boreham2005-04-271-4/+67
|
* Fix ruv update on skipped changeDavid Boreham2005-04-271-0/+6
|
* Fix for 64-bit bug in dirsync control parsing codeDavid Boreham2005-04-271-2/+2
|
* Fix for 155063: remove error messages due to entry parsing failureDavid Boreham2005-04-271-17/+30
|
* Fix mapping of street attribute, fix total update of previously sync'ed entriesDavid Boreham2005-04-271-4/+8
|
* Fix mapping of street and streetAddress attrsDavid Boreham2005-04-251-2/+2
|
* Fix for 154837 : non-sync'ed group entries get backed outDavid Boreham2005-04-222-54/+155
|
* [155628] Fractional Replication: modify does not issue notify;Noriko Hosoi2005-04-221-7/+7
| | | | reversed the logic to set change_is_relevant, which triggers to send notify.
* Fixed licensing typoNathan Kinder2005-04-1985-85/+255
|
* Fix mapping of seeAlso and secretary attributesDavid Boreham2005-04-191-3/+0
|
* HP-UX IPF Porting changesNathan Kinder2005-04-182-0/+8
|
* Use separate attribute maps for NT4 and AD. Fix 155266David Boreham2005-04-181-7/+22
|
* remove bogus logging fix bug#154261David Boreham2005-04-182-4/+4
|
* remove redundant source file and associated Makefile lineDavid Boreham2005-04-182-751/+0
|
* Take out old code that was #defined outDavid Boreham2005-04-151-7/+0
|
* Fix initial RUV logic and add support for Win2003David Boreham2005-04-152-13/+56
|
* 155068 - Added license to source filesNathan Kinder2005-04-1586-0/+2580
|
* 154948 - Fixed fractional repl crashNathan Kinder2005-04-151-1/+1
|
* Fix RUV updating codeDavid Boreham2005-04-154-82/+90
|
* Fixes for windows sync for NT4David Boreham2005-04-147-78/+289
|
* Fix unicode conversion for passwordsDavid Boreham2005-03-311-1/+2
|
* New windows sync codeDavid Boreham2005-03-3117-3208/+3534
|
* [Bug 146919] Directory Server rebrandingNoriko Hosoi2005-03-251-1/+1
| | | | | | | | | | 1) Brandx -> Fedora 2) Pick up new internal component set (Admin SDK, Setup SDK, Admin Server) 3) Use JRE from the Admin Server package 4) Docs a) Componentize Docs b) Rebrand Docs c) Drop packaging Administration Guide in the external version
* Bug(s) fixed: 152030Rich Megginson2005-03-241-0/+1
| | | | | | | | | | | Bug Description: Various valgrind reported problems. Mostly not serious, but a few which could cause bad leaks in certain situations. Reviewed by: Rob and David (Thanks!) Fix Description: Mostly added frees where needed, or moved things around to make sure the proper free was called. I also fixed the formatting/spacing. Platforms tested: RHEL3 Flag Day: no Doc impact: No. QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* Updated copyright infoNathan Kinder2005-03-239-18/+18
|
* remove ns_usedb.mkRich Megginson2005-03-181-1/+0
|
* Moved a part of PR_ASSERT after the variable is initialized.Noriko Hosoi2005-03-171-2/+2
|
* This one is mostly strcpy/strcat checking, checking for null strings before ↵Rich Megginson2005-03-113-5/+4
| | | | strlen, removing some dead code, other odds and ends.
* Merge over new code: fractional replication, wan replication and windows ↵David Boreham2005-03-1130-326/+9449
| | | | sync plus associated UI
* clean up sprintf usage and many other flawfinder issues; clean up compiler ↵Rich Megginson2005-03-0525-203/+107
| | | | warnings on Linux; remove pam_passthru from DS 7.1
* 149951 - Updated source code copyrightsNathan Kinder2005-02-2878-155/+155
|
* fix Windows build issuesRich Megginson2005-02-241-2/+0
|
* Fixed problem with declaration after executable code.Rich Megginson2005-02-151-1/+2
|
* Bug: 147157Rich Megginson2005-02-045-18/+67
| | | | | | | | | | | | | | Fix Description: There was already a flag to disable the tombstone reap thread, but there was no way to set it from outside the replica code. I added some functions to set the flag, and to query it to show it in the status entry. When a total update request comes in, the flag is set to disable, and when the total update ends for whatever reason (success, error, connection terminated), the flag is set back to enable. In addition, the tombstone reap thread was being started after 1 hour - this is too long and needed to be shorter. We already have the tombstone reap interval, so I changed it so that the reap thread starts after this interval, then runs after every interval elapses.
* [146919] De-brand the Directory Server as "brandx"Noriko Hosoi2005-02-021-1/+1
|
* 146804 - Added extra validity check for purge_csn - nkinder@redhat.comNathan Kinder2005-02-011-1/+2
|
* 146804 - Remove 7 day grace period from purging logic - nkinder@redhat.comNathan Kinder2005-02-011-34/+4
|
* remove references to ldapserver from makefiles; use BUILD_ROOT instead of ↵Rich Megginson2005-01-282-6/+6
| | | | MCOM_ROOT and NSROOT; BUILD_ROOT is now the ldapserver directory rather than its parent
* Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. ↵ldapserver7xcvsadm2005-01-2178-0/+41769
(foxworth)