Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix the fact that if an operation fails in a total update, we immediately halt | David Boreham | 2005-04-28 | 3 | -101/+127 | |
| | ||||||
* | 156273 | Rob Crittenden | 2005-04-28 | 1 | -1/+1 | |
| | | | | Convert to C-style comments to avoid build breakage. | |||||
* | Fix syncing of contained entries | David Boreham | 2005-04-27 | 1 | -4/+67 | |
| | ||||||
* | Fix ruv update on skipped change | David Boreham | 2005-04-27 | 1 | -0/+6 | |
| | ||||||
* | Fix for 64-bit bug in dirsync control parsing code | David Boreham | 2005-04-27 | 1 | -2/+2 | |
| | ||||||
* | Fix for 155063: remove error messages due to entry parsing failure | David Boreham | 2005-04-27 | 1 | -17/+30 | |
| | ||||||
* | Fix mapping of street attribute, fix total update of previously sync'ed entries | David Boreham | 2005-04-27 | 1 | -4/+8 | |
| | ||||||
* | Fix mapping of street and streetAddress attrs | David Boreham | 2005-04-25 | 1 | -2/+2 | |
| | ||||||
* | Fix for 154837 : non-sync'ed group entries get backed out | David Boreham | 2005-04-22 | 2 | -54/+155 | |
| | ||||||
* | [155628] Fractional Replication: modify does not issue notify; | Noriko Hosoi | 2005-04-22 | 1 | -7/+7 | |
| | | | | reversed the logic to set change_is_relevant, which triggers to send notify. | |||||
* | Fixed licensing typo | Nathan Kinder | 2005-04-19 | 85 | -85/+255 | |
| | ||||||
* | Fix mapping of seeAlso and secretary attributes | David Boreham | 2005-04-19 | 1 | -3/+0 | |
| | ||||||
* | HP-UX IPF Porting changes | Nathan Kinder | 2005-04-18 | 2 | -0/+8 | |
| | ||||||
* | Use separate attribute maps for NT4 and AD. Fix 155266 | David Boreham | 2005-04-18 | 1 | -7/+22 | |
| | ||||||
* | remove bogus logging fix bug#154261 | David Boreham | 2005-04-18 | 2 | -4/+4 | |
| | ||||||
* | remove redundant source file and associated Makefile line | David Boreham | 2005-04-18 | 2 | -751/+0 | |
| | ||||||
* | Take out old code that was #defined out | David Boreham | 2005-04-15 | 1 | -7/+0 | |
| | ||||||
* | Fix initial RUV logic and add support for Win2003 | David Boreham | 2005-04-15 | 2 | -13/+56 | |
| | ||||||
* | 155068 - Added license to source files | Nathan Kinder | 2005-04-15 | 86 | -0/+2580 | |
| | ||||||
* | 154948 - Fixed fractional repl crash | Nathan Kinder | 2005-04-15 | 1 | -1/+1 | |
| | ||||||
* | Fix RUV updating code | David Boreham | 2005-04-15 | 4 | -82/+90 | |
| | ||||||
* | Fixes for windows sync for NT4 | David Boreham | 2005-04-14 | 7 | -78/+289 | |
| | ||||||
* | Fix unicode conversion for passwords | David Boreham | 2005-03-31 | 1 | -1/+2 | |
| | ||||||
* | New windows sync code | David Boreham | 2005-03-31 | 17 | -3208/+3534 | |
| | ||||||
* | [Bug 146919] Directory Server rebranding | Noriko Hosoi | 2005-03-25 | 1 | -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: 152030 | Rich Megginson | 2005-03-24 | 1 | -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 info | Nathan Kinder | 2005-03-23 | 9 | -18/+18 | |
| | ||||||
* | remove ns_usedb.mk | Rich Megginson | 2005-03-18 | 1 | -1/+0 | |
| | ||||||
* | Moved a part of PR_ASSERT after the variable is initialized. | Noriko Hosoi | 2005-03-17 | 1 | -2/+2 | |
| | ||||||
* | This one is mostly strcpy/strcat checking, checking for null strings before ↵ | Rich Megginson | 2005-03-11 | 3 | -5/+4 | |
| | | | | strlen, removing some dead code, other odds and ends. | |||||
* | Merge over new code: fractional replication, wan replication and windows ↵ | David Boreham | 2005-03-11 | 30 | -326/+9449 | |
| | | | | sync plus associated UI | |||||
* | clean up sprintf usage and many other flawfinder issues; clean up compiler ↵ | Rich Megginson | 2005-03-05 | 25 | -203/+107 | |
| | | | | warnings on Linux; remove pam_passthru from DS 7.1 | |||||
* | 149951 - Updated source code copyrights | Nathan Kinder | 2005-02-28 | 78 | -155/+155 | |
| | ||||||
* | fix Windows build issues | Rich Megginson | 2005-02-24 | 1 | -2/+0 | |
| | ||||||
* | Fixed problem with declaration after executable code. | Rich Megginson | 2005-02-15 | 1 | -1/+2 | |
| | ||||||
* | Bug: 147157 | Rich Megginson | 2005-02-04 | 5 | -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 Hosoi | 2005-02-02 | 1 | -1/+1 | |
| | ||||||
* | 146804 - Added extra validity check for purge_csn - nkinder@redhat.com | Nathan Kinder | 2005-02-01 | 1 | -1/+2 | |
| | ||||||
* | 146804 - Remove 7 day grace period from purging logic - nkinder@redhat.com | Nathan Kinder | 2005-02-01 | 1 | -34/+4 | |
| | ||||||
* | remove references to ldapserver from makefiles; use BUILD_ROOT instead of ↵ | Rich Megginson | 2005-01-28 | 2 | -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. ↵ldapserver7x | cvsadm | 2005-01-21 | 78 | -0/+41769 | |
(foxworth) |