[389-devel] Please review: [389 Project] #605: support TLS 1.1 - adding backward compatibility

2013-12-04 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/605 https://fedorahosted.org/389/attachment/ticket/605/0001-Ticket-605-support-TLS-1.1-adding-backward-compatibi.patch Description: commit 88d4beccb9d9f7bb89f5e24c47828d7516ba7ca8 always expected the NSS version supporting TLS 1.2. It broke the build on the

[389-devel] Please review (coverity fix): [389 Project] #48: Active Directory has certain uids which are reserved and will cause a Directory Server replica initialization of an AD server to abort.

2013-08-22 Thread Noriko Hosoi
mistakenly put the "Ignoring ALREADY EXIST case" code before retrieving the ldap_result_code. This patch fixes the order. commit b00b8acca54267560c6d7ec614bc52cfe541200a Author: Noriko Hosoi Date: Fri Aug 16 14:04:27 2013 -0700 -- 389-devel mailing list 389-de...@lists.fedorap

[389-devel] Please review: [389 Project] #47435: Very large entryusn values after enabling the USN plugin and the lastusn value is negative.

2013-07-19 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/47435 https://fedorahosted.org/389/attachment/ticket/47435/0001-Ticket-47435-Very-large-entryusn-values-after-enabli.patch 1. Bug description: The initial value of lastusn is -1, but since the entryusn has the unsigned long long integer type, the server ret

[389-devel] Please review: [389 Project] #47367: ldapdelete returns non-leaf entry error while trying to remove a leaf entry

2013-07-18 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/47367 https://fedorahosted.org/389/attachment/ticket/47367/0001-Ticket-47367-phase-1-ldapdelete-returns-non-leaf-ent.2.patch git patch file (master) - phase1: ported from 1.2.11 The difference from 1.2.11: [urp.c] 2) The urp calling timing was moved from SLAP

[389-devel] Please review: Ticket #47384 - Plugin library path validation

2013-07-03 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/47384 https://fedorahosted.org/389/attachment/ticket/47384/0001-Ticket-47384-Plugin-library-path-validation.3.patch Description: commit a4b81c0ae59a4246d2d44790efea093a62fc972c o

[389-devel] Please review (additinal fix): [389 Project] #47391: deleting and adding userpassword fails to update the password

2013-06-17 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/47391 https://fedorahosted.org/389/attachment/ticket/47391/0001-Ticket-47391-deleting-and-adding-userpassword-fails-.patch Bug description: ldapmodify with changetype "modify" is supposed to skip checking unhashed password in acl_check_mods. "delete" and "

[389-devel] Please review: [389 Project] #603: A logic error in str2simple

2013-02-28 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/603 https://fedorahosted.org/389/attachment/ticket/603/0001-Ticket-603-A-logic-error-in-str2simple.patch Fix description: str2simple sets the strdup'ed type this way: if ( f->f_choice == LDAP_FILTER_PRESENT ) { f->f_type = slapi_ch_strdup( str );

[389-devel] Please review: [389 Project] #576: DNA: use event queue for config update only at the start up.

2013-02-08 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/576 https://fedorahosted.org/389/attachment/ticket/576/0001-Ticket-576-DNA-use-event-queue-for-config-update-onl.patch Bug description: DNA config updates were always put into the event queue and executed in 30 seconds, which increased a chance to conflict

[389-devel] Resending...: Please review: [389 Project] #537: Improvement of range search

2013-01-09 Thread Noriko Hosoi
(2013/01/07 15:57), Noriko Hosoi wrote: https://fedorahosted.org/389/ticket/537 https://fedorahosted.org/389/attachment/ticket/537/0001-Ticket-537-Improvement-of-range-search.patch Fix description: The index range search function index_range _read_ext was written to call idl_fetch_ext to

[389-devel] Please review (take 2): [389 Project] #453: db2index with -tattrname:type, type fails

2012-10-03 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/453 https://fedorahosted.org/389/attachment/ticket/453/0001-Trac-Ticket-453-db2index-with-tattrname-type-type-fa.patch Fix Description: 1) db2index and db2index.pl did not handle options with no space between the option type and the value. This patch properly

[389-devel] Please review (take 2): [389 Project] #351: use betxn plugins by default

2012-09-05 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/351 https://fedorahosted.org/389/attachment/ticket/351/0001-Trac-Ticket-351-use-betxn-plugins-by-default.2.patch Fix description: In addition to the fixes following the Rich's suggestions (comment 11), the take 2 patch contains ... . to register cos_post_op

Re: [389-devel] Please review: coverity - mbo dead code - winsync leaks, deadcode, null check, test code

2012-08-21 Thread Noriko Hosoi
Rich Megginson wrote: -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel ack. -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review (take 2'): [389 Project] #359: Database RUV could mismatch the one in changelog under the stress

2012-05-09 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/359 Please review these 2 patches: https://fedorahosted.org/389/attachment/ticket/359/0001-Trac-Ticket-359-Database-RUV-could-mismatch-the-one.2.patch (389-ds-base-1.2.10) https://fedorahosted.org/389/attachment/ticket/359/0001-Trac-Ticket-359-Database

[389-devel] Please review: [389 Project] #19: Convert entryUSN plugin to transaction aware type

2012-04-23 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/19 https://fedorahosted.org/389/attachment/ticket/19/0001-Trac-Ticket-19-Convert-entryUSN-plugin-to-transactio.patch Fix description: * Separated usn_bepreop operations from usn_betxnpreop operations. usn_bepreop_modify and _modrdn add "entryusn: #" to th

Re: [389-devel] Please review: schema def must have DESC '' - close paren must be preceded by space

2012-03-30 Thread Noriko Hosoi
Rich Megginson wrote: -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel ack. -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: coverity 12606 Logically dead code

2012-03-15 Thread Noriko Hosoi
entry" and free it. >From 4e0c70fd1a52d4bc943613bc496751fab2e390c0 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Thu, 15 Mar 2012 09:17:33 -0700 Subject: [PATCH] coverity 12606 Logically dead code The previous fix (commit 325abca7135d06225adf5380d726de60dacda5a4) for "Ticket #303 - make DNA range reque

[389-devel] Please review: [389 Project] #303: make DNA range requests work with transactions

2012-03-13 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/303 https://fedorahosted.org/389/attachment/ticket/303/0001-Trac-Ticket-303-make-DNA-range-requests-work-with-tr.patch Fix Description: 1. pre_op: Adding missing dnatypes (e.g., uidNumber) should be done in the pre op phase (outside of the transaction) t

Re: [389-devel] Please review: coverity 12563 Read from pointer after free

2012-03-06 Thread Noriko Hosoi
Rich Megginson wrote: -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel ack. -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Please pull latest translation, re-package and push to koji for L10N QA test

2012-03-01 Thread Noriko Mizumoto
, noriko Fedora Localization Project -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

[389-devel] Please review: [389 Project] #260: 389 DS does not support multiple paging controls on a single connection

2012-02-28 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/260 https://fedorahosted.org/389/attachment/ticket/260/0001-Trac-Ticket-260-389-DS-does-not-support-multiple.patch Fix description: 1. "Connection" object holds the paged results related values. Now they are packaged in one PagedResults object. And the

[389-devel] Please review: [389 Project] #169: allow 389 to use db5

2012-02-10 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/169 https://fedorahosted.org/389/attachment/ticket/169/0001-Trac-Ticket-169-allow-389-to-use-db5.patch git patch file (master) -- excluded autogen files Fix description: 1. DB suffix ".db4" is changed to ".db" if the server is linked with db5 (libdb); it

Translation

2012-02-10 Thread Noriko Mizumoto
ushed/uploaded and available at Transifex BY THIS DATE. Silent string freeze break can cost translation task. If it needs to happen please tell us at trans at lists, so that we can address it. Thanks noriko Fedora Localization Project ___ devel-announce ma

[389-devel] Please review: [389 Project] #84: 389 Directory Server Unnecessary Checkpoints

2012-02-08 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/84 https://fedorahosted.org/389/attachment/ticket/84/0001-Trac-Ticket-84-389-Directory-Server-Unnecessary-Chec.patch Fix description: txn_checkpoint was always called with DB_FORCE flag. This patch introduces db_force arg to dblayer_txn_checkpoint and DB_F

[389-devel] Please review (take 2): [389 Project] #27: SASL/PLAIN binds do not work

2012-02-08 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/27 https://fedorahosted.org/389/attachment/ticket/27/0001-Trac-Ticket-27-SASL-PLAIN-binds-do-not-work.patch Thanks to Rich for his comment. Fixed the code based upon his suggestions. --noriko -- 389-devel mailing list 389-de...@lists.fedoraproject.org https

[389-devel] Please review: [389 Project] #27: SASL/PLAIN binds do not work

2012-02-07 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/27 https://fedorahosted.org/389/attachment/ticket/27/0001-Trac-Ticket-27-SASL-PLAIN-binds-do-not-work.patch Bug description: ids_sasl_canon_user failed to set "dn: " in front of the dn string in the output argument out_user. The dn string is used in the next

[389-devel] Please review (take 2): [389 Project] #35: Log not clear enough on schema errors

2012-01-25 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/35 https://fedorahosted.org/389/attachment/ticket/35/0001-Trac-Ticket-35-Log-not-clear-enough-on-schema-errors.patch Thanks to Rich for his review. The new patch logs the lineno of the corrupted entry in the input ldif file. Comment: Improved the error m

[389-devel] Please review: [389 Project] #35: Log not clear enough on schema errors

2012-01-25 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/35 https://fedorahosted.org/389/attachment/ticket/35/0001-Trac-Ticket-35-Log-not-clear-enough-on-schema-errors.patch Comment: Fix description: Cryptic error message: dse - parsing dse entry [attributeTypes] is now replaced with: dse - Parsing ent

[389-devel] Please review: [389 Project] #52: FQDN set to nsslapd-listenhost makes the server start fail if IPv4-mapped-IPv6 address is given

2012-01-24 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/52 https://fedorahosted.org/389/attachment/ticket/52/0001-Trac-Ticket-52-FQDN-set-to-nsslapd-listenhost.patch Fix description: Added a code to check netaddr is duplicated or not. When the address is IPv4-mapped-IPv6, cut the IPv4 part out of the address and u

[389-devel] Please review: [389 Project] #139: RFE: eliminate the use of char *dn in favor of Slapi_DN *dn

2012-01-23 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/139 https://fedorahosted.org/389/attachment/ticket/139/0001-Trac-Ticket-139-eliminate-the-use-of-char-dn-in-favo.patch Fix description: The oritinal RFE had been already implemented in the commit f6397113666f06848412bb12f754f04258cfa5fa: Reduce the number

Re: [389-devel] Please review: Remove redundant code - make a global into a static

2012-01-20 Thread Noriko Hosoi
Rich Megginson wrote: -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel ack. -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: [389 Project] #18: Data inconsitency during replication

2012-01-19 Thread Noriko Hosoi
https://fedorahosted.org/389/ticket/18 https://fedorahosted.org/389/attachment/ticket/18/0001-Trac-Ticket-18-Data-inconsitency-during-replication.patch Bug description: If promote a hub server to a new master and assign the same replica ID as the original master server had, some new adds/modifie

[389-devel] Please review: [Bug 750625] Fix Coverity minor defects

2011-11-03 Thread Noriko Hosoi
w_bug.cgi?id=750625#attach_531631>, Noriko Hosoi <mailto:nho...@redhat.com> nhosoi: review? Details <https://bugzilla.redhat.com/attachment.cgi?id=531631&action=edit> | Diff <https://bugzilla.redhat.com/attachment.cgi?id=531631&action=diff> *Fix Coverity (11062)

[389-devel] Please review: Fix Coverity Defects

2011-11-02 Thread Noriko Hosoi
file (master)* <https://bugzilla.redhat.com/attachment.cgi?id=531392> (1.04 KB, patch) 2011-11-02 13:05 EDT <https://bugzilla.redhat.com/show_bug.cgi?id=750625#attach_531392>, Noriko Hosoi <mailto:nho...@redhat.com> nhosoi: review? Details <https://bugzilla.redhat.com/a

Re: [389-devel] Please review: convert memberof to use transactions

2011-10-06 Thread Noriko Hosoi
Rich Megginson wrote: There are 3 patches. 0001 fixes a problem with betxn and modrdn to make the ENTRY_POST_OP available to betxnpostop plugins. 0002 allows us to pass the plugin config entry to plugin_init functions (yay! finally!). 0003 is the actual change to memberof. ack. ack. ack. So

Re: [389-devel] Please review: Make all backend operations transaction aware

2011-09-15 Thread Noriko Hosoi
Rich Megginson wrote: > http://rmeggins.fedorapeople.org/patches/0001-Make-all-backend-operations-transaction-aware.patch ack. --noriko -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Introducing an environment variable USE_VALGRIND to clean up the entry cache and dn cache on exit.

2011-08-31 Thread Noriko Hosoi
* bytes in 863,885 blocks ==25738== still reachable: 3,093,988 bytes in 41,603 blocks ==25738== suppressed: 0 bytes in 0 blocks ==25738== Reachable blocks (those to which a pointer was found) are not shown. ==25738== To see them, rerun with: --leak-check=full --show-reachable=yes Thanks, --noriko

Please rebuild your package with latest translation

2011-08-21 Thread Noriko Mizumoto
ators can actually install the image, review your package translation quality and modify it or file a bug if any before translation deadline. Therefore, could you please take your latest translation from Transifex and rebuild your package with it by then for composing? Many thanks noriko F

Re: [389-devel] Please review: make sure the DBVERSION file ends in a newline

2011-08-10 Thread Noriko Hosoi
ack. Thanks, Rich!! --noriko Rich Megginson wrote: -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

String Freeze 2011-08-02

2011-08-02 Thread Noriko Mizumoto
://fedoraproject.org/wiki/ReleaseEngineering/StringFreezePolicy Regards, noriko Fedora L10N ___ devel-announce mailing list devel-annou...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel-announce -- devel mailing list devel

[389-devel] Please review: [Bug 719069] clean up compiler warnings in 389-ds-base 1.2.9

2011-07-05 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=719069 https://bugzilla.redhat.com/attachment.cgi?id=511349&action=diff https://bugzilla.redhat.com/attachment.cgi?id=511349&action=edit Thanks, --noriko -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedorapro

Re: [389-devel] Please review: add skin support to admin server

2011-06-16 Thread Noriko Hosoi
On 06/16/2011 11:28 AM, Rich Megginson wrote: -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel Looks good to me. ACK. --noriko -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org

[389-devel] Please review: [Bug 689866] ns-newpwpolicy.pl needs to use the new DN format

2011-03-22 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=689866 https://bugzilla.redhat.com/attachment.cgi?id=486852&action=diff https://bugzilla.redhat.com/attachment.cgi?id=486852&action=edit

Your package translation

2011-03-21 Thread noriko
e the setting to allow FLP, or advise us if the maintainers choose having their own translation teams. In that case, the packages may be removed from the list of Fedora Project on tx.net. [1]:http://www.transifex.net/projects/p/fedora/r/fedora-15/l/en/ noriko Fedora Localization Pr

[389-devel] Please review: [Bug 684996] Exported tombstone cannot be imported correctly.

2011-03-17 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=684996 https://bugzilla.redhat.com/attachment.cgi?id=486083&action=diff https://bugzilla.redhat.com/attachment.cgi?id=486083&action=edit Description: When nsslapd-subtree-rename-switch is on, a tombstone entry has a special RDN which looks like this:

[389-devel] Please review: [Bug 668909] Can't modify replication agreement in some cases

2011-03-11 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=668909 https://bugzilla.redhat.com/attachment.cgi?id=483808&action=diff https://bugzilla.redhat.com/attachment.cgi?id=483808&action=edit Description: Code to modify nsds5ReplicaPort in replication agreement was not implemented. This patch adds it. Whe

[389-devel] Please review (take 3) Admin Server: [Bug 245278] Changing to a password with a single quote does not work

2011-02-12 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=245278 https://bugzilla.redhat.com/attachment.cgi?id=478422&action=diff https://bugzilla.redhat.com/attachment.cgi?id=478422&action=edit Thanks to Rich for his comments. Instead of doing the in-place escape, changed to duplicate the given password and

[389-devel] Please review: [Bug 675265] preventryusn gets added to entries on a failed delete

2011-02-07 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=675265 https://bugzilla.redhat.com/attachment.cgi?id=477486&action=diff https://bugzilla.redhat.com/attachment.cgi?id=477486&action=edit Description: When an entry is deleted with Entry USN plugin enabled, an operational attribute preventryusn is added

[389-devel] Please review (admin server): [Bug 616260] libds-admin-serv linking fails due to unresolved link-time dependencies

2011-02-04 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=616260 https://bugzilla.redhat.com/attachment.cgi?id=476923&action=diff https://bugzilla.redhat.com/attachment.cgi?id=476923&action=edit Description: 1) Do not use nodist_property_DATA for ICU resource files, but use BUILT_SOURCES to keep them just

[389-devel] Please review: [Bug 616850] ldapmodify failed to reject the replace operation if its targeted for an Unknown attribute

2011-01-19 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=616850 https://bugzilla.redhat.com/attachment.cgi?id=474335&action=diff https://bugzilla.redhat.com/attachment.cgi?id=474335&action=edit Description: Attempting to modify an unknown attribute in the config entry fails with LDAP_UNWILLING_TO_PERFORM, whi

Re: [389-devel] Please review: [Bug 182507] clear-password mod from replica is discarded before changelogged

2010-12-14 Thread Noriko Hosoi
Hi Andrey, Andrey Ivanov wrote: > Hi Noriko, > > i've read the changelog encryption design document. Indeed, it's a > sound idea to make AD-389 replication more robust. I have two > questions about it: > > * if i understand correctly you say that the server ne

[389-devel] Please review: [Bug 182507] clear-password mod from replica is discarded before changelogged

2010-12-07 Thread Noriko Hosoi
h allows the passwords replicated and introduces a method to encrypt logs in the changelog. See also http://directory.fedoraproject.org/wiki/Changelog_Encryption Thanks, --noriko -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: [Bug 651571] When attrcrypt is on, entrydn is stored in the backend db

2010-11-09 Thread Noriko Hosoi
y. This patch correctly removes the entrydn attribute from the encrypted entry to be stored in the db. Thanks, --noriko -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: [Bug 567282] server can not abandon searchRequest of "simple paged results"

2010-11-03 Thread Noriko Hosoi
nup does nothing. The function is called from do_abandon as well as from connection_cleanup. Files: ldap/servers/slapd/abandon.c ldap/servers/slapd/connection.c ldap/servers/slapd/opshared.c ldap/servers/slapd/pagedresults.c ldap/servers/slapd/proto-slap.h Thanks, --noriko -- 389-devel

[389-devel] Please review (take 2): [Bug 244229] targetattr not verified against schema when setting an aci

2010-10-15 Thread Noriko Hosoi
as well. 2) removed the useless virtual attribute type name checking. Thanks, --noriko smime.p7s Description: S/MIME Cryptographic Signature -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: [Bug 244229] targetattr not verified against schema when setting an aci

2010-10-14 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=244229 https://bugzilla.redhat.com/attachment.cgi?id=453598&action=diff https://bugzilla.redhat.com/attachment.cgi?id=453598&action=edi Description: 1. When acl contains targetattr keyword: (targetattr [!]= "attribute_1 || attribute_2 ...|| attrib

[389-devel] Please review (take 2): [Bug 602456] Allow to add any cn=config attributes; allow to delete some cn=config attributes

2010-10-13 Thread Noriko Hosoi
he error log. By default, the list contains "nsslapd-listenhost" and "nsslapd-securelistenhost". Files: ldap/servers/slapd/configdse.c ldap/servers/slapd/libglobs.c ldap/servers/slapd/proto-slap.h ldap/servers/slapd/slap.h Thanks, --noriko -- 389-devel mailing

Re: [389-devel] 1.2.6-1 crash

2010-09-29 Thread Noriko Hosoi
so.0 (gdb) thread apply all bt On 09/29/2010 01:29 PM, Gary Morris wrote: sure.. i'll do that and rerun them.. On Wed, Sep 29, 2010 at 4:25 PM, Noriko Hosoi <mailto:nho...@redhat.com>> wrote: On 09/29/2010 12:49 PM, Rich Megginson wrote: Gary Morris wrote:

Re: [389-devel] 1.2.6-1 crash

2010-09-29 Thread Noriko Hosoi
On 09/29/2010 12:49 PM, Rich Megginson wrote: Gary Morris wrote: ah.. sorry.. ok.. just retried with 1.2.6.1-1.. / [r...@dalp-ct02 logs]# rpm -qa | grep 389 389-dsgw-1.1.5-1.fc13.x86_64 389-admin-console-1.1.5-1.fc13.noarch 389-admin-1.1.11-1.fc13.x86_64 389-ds-base-1.2.6.1-1.fc13.x86_64 389-d

Re: [389-devel] Please review: Only check modrdn ops for backend/suffix correctness if not the default backend

2010-09-13 Thread Noriko Hosoi
On 09/13/2010 03:42 PM, Rich Megginson wrote: This fix allows the datainterop tests to pass at 100% ack. --noriko -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel smime.p7s Description: S/MIME Cryptographic Signature

[389-devel] Please review: [Bug 625014] SubTree Renames: ModRDN operation fails and the server hangs if the entry is moved to "under" the same DN.

2010-09-13 Thread Noriko Hosoi
returns LDAP_UNWILLING_TO_PERFORM. Thanks, --noriko smime.p7s Description: S/MIME Cryptographic Signature -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Reminder: Rebuild all translated packages

2010-09-07 Thread noriko
between 2010-09-07 and 2010-09-14. This ensures that all translation work will be included in Beta and GA releases. Thank you! noriko ___ devel-announce mailing list devel-annou...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo

[389-devel] Please review: [Bug 629710] escape_string does not check '\'

2010-09-02 Thread Noriko Hosoi
x27; even if the following 2 characters are hex digits. That is, the character is already escaped. This patch checks the case and if it is, it does not escape it further. File: ldap/servers/slapd/util.c Thanks, --noriko smime.p7s Description: S/MIME Cryptographic Signature -- 3

Re: Request compose of image for Software Review UI from Releng

2010-08-30 Thread noriko
Jesse Keating さんは書きました: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 8/26/10 5:06 AM, noriko wrote: >> Hi Release Engineering team >> >> F14 collection packages should be built with latest translation by >> today, 26-Aug. Could you please

Request compose of image for Software Review UI from Releng

2010-08-26 Thread noriko
built UI between 2010-08-30 to 2010-09-07 (deadline). Thank you so much for you help. noriko ___ devel-announce mailing list devel-annou...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel-announce -- devel mailing list devel

Reminder: Build F-14 collection packages for all language translators

2010-08-23 Thread noriko
their translation in UI until the deadline. Notice that this build request is for translators' review in UI, and different from the rebuild planned between 2010-09-07 to 2010-09-14. Thank you so much for your help. noriko ___ devel-announce ma

[389-devel] Please review: [Bug 622903] fix coverity Defect Type: Code maintainability issues

2010-08-11 Thread Noriko Hosoi
n=diff https://bugzilla.redhat.com/attachment.cgi?id=438042&action=edit https://bugzilla.redhat.com/attachment.cgi?id=438237&action=diff https://bugzilla.redhat.com/attachment.cgi?id=438237&action=edit https://bugzilla.redhat.com/attachment.cgi?id=438247&action=diff https://bugzilla.redhat

[389-devel] Please review: [Bug 622628] fix coverity Defect Type: Integer handling issues

2010-08-10 Thread Noriko Hosoi
hment.cgi?id=437952&action=edit https://bugzilla.redhat.com/attachment.cgi?id=437960&action=diff https://bugzilla.redhat.com/attachment.cgi?id=437960&action=edit Thanks, --noriko -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: [Bug 621928] Unable to enable replica (rdn problem?) on 1.2.6 rc6

2010-08-09 Thread Noriko Hosoi
When the suffix is indeed added to the DB, the temporary ID 0 is replaced with the given real ID. Thanks, --noriko -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: [Bug 194531] db2bak is too noisy

2010-08-05 Thread Noriko Hosoi
daplog.h ldap/servers/slapd/back-ldbm/archive.c ldap/servers/slapd/back-ldbm/dblayer.c ldap/servers/slapd/log.c ldap/servers/slapd/main.c ldap/servers/slapd/slapi-plugin.h Thanks, --noriko smime.p7s Description: S/MIME Cryptographic Signature -- 389-devel mailing list 389-de...@lists.fedorapro

Software translation

2010-08-03 Thread noriko
Software String Freeze Policy [1]. If you think that you need to break the string freeze, then please ask for approval from the Fedora Localization Team prior to breaking the freeze [1]. [1]:https://fedoraproject.org/wiki/ReleaseEngineering/StringFreezePolicy Regards, noriko

[389-devel] Please review: [Bug 616608] SIGBUS in RDN index reads on platforms with strict alignments

2010-07-30 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=616608 https://bugzilla.redhat.com/attachment.cgi?id=434877&action=diff https://bugzilla.redhat.com/attachment.cgi?id=434877&action=edit Fix description: Use the marshall/unmarshall technique for the entryrdn index data. Introduced sizeushort_internal

[389-devel] Please review: [Bug 619595] Upgrading sub suffix under non-normalized suffix disappears

2010-07-30 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=619595 https://bugzilla.redhat.com/attachment.cgi?id=435442&action=diff https://bugzilla.redhat.com/attachment.cgi?id=435442&action=edit Fix Description: The cause of this problem is the config attribute nsslapd-parent-suffix was not defined as an att

[389-devel] Please review: [Bug 610281] fix coverity Defect Type: Control flow issues

2010-07-08 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=610281 Attachments *git patch file (9.0)* <https://bugzilla.redhat.com/attachment.cgi?id=429110> (1.53 KB, patch) 2010-07-02 12:42 EDT <https://bugzilla.redhat.com/show_bug.cgi?id=610281#attach_429110>, Noriko Hosoi <mailto:nho...@r

[389-devel] Please review: [Bug 578296] Attribute type entrydn needs to be added when subtree rename switch is on.

2010-06-24 Thread Noriko Hosoi
able and entryrdn switch is enabled, entrydn is added to the entry. 3) index_read_ext (index.c) If entryrdn switch is on and the attribute type is entrydn and the search type is equality, then call entryrdn_index_read to get the ID directly. Thanks, --noriko smime.p7s Description

[389-devel] Please review: [Bug 597375] Deleting LDBM database causes backup/restore problem

2010-06-03 Thread Noriko Hosoi
https://bugzilla.redhat.com/attachment.cgi?id=419482&action=diff https://bugzilla.redhat.com/attachment.cgi?id=419482&action=edit Fix Description: 1) When a backend is removed, the db instance directory was removed as well (See also 463774 - index files for database should be deleted when db is

Re: [389-devel] Please Review: Fix parsing of start-slapd scripts

2010-04-01 Thread Noriko Hosoi
7;t exist. I think we need to avoid wiping out an existing instance specific sysconfig script since it may have been modified by an admin to add other stuff to it (like KRB5_KTNAME for Kerberos). Do you see any problems with this approach? I've attached a new set of patches that implements th

Re: [389-devel] DN normalisation design document

2010-03-17 Thread Noriko Hosoi
for the confirmation, Andrey. I'm working on the issue based on the design... --noriko smime.p7s Description: S/MIME Cryptographic Signature -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review (take 2): [Bug 199923] subtree search fails to find items under a db containing special characters

2010-03-10 Thread Noriko Hosoi
Subject: subtree search fails to find items under a db containing special characters https://bugzilla.redhat.com/show_bug.cgi?id=199923 Files: ldap/servers/plugins/syntaxes/validate.c ldap/servers/slapd/back-ldbm/ldbm_add.c ldap/servers/slapd/dn.c Fix Description: dn.c: Based upon RFC 4514,

Re: [389-devel] Please review: Add support for additional schema/matching rules included with 389

2010-03-09 Thread Noriko Hosoi
(2010?03?08? 19:54), Rich Megginson wrote: -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel ack. --noriko -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389

[389-devel] Please review: [Bug 199923] subtree search fails to find items under a db containing special characters

2010-03-08 Thread Noriko Hosoi
Subject: subtree search fails to find items under a db containing special characters https://bugzilla.redhat.com/show_bug.cgi?id=199923 This bug had been reopened due to the regression. [Proposed Fix] https://bugzilla.redhat.com/attachment.cgi?id=398612&action=diff https://bugzilla.redhat.com/

Re: [389-devel] Please review: cleanup build warnings

2010-03-05 Thread Noriko Hosoi
On 03/05/2010 02:56 PM, Rich Megginson wrote: -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel ack. --noriko smime.p7s Description: S/MIME Cryptographic Signature -- 389-devel mailing list 389-de

[389-devel] Please review (take 2): [Bug 570667] MMR: simultaneous total updates on the masters cause deadlock and data loss

2010-03-05 Thread Noriko Hosoi
ous total updates against other replicas. I think it's no need to disallow it. Thank you! --noriko Description: In the MMR topology, if a master receives a total update request to initialize the other master and being initialized by the other master at the same time, the 2 replication threads

Re: [389-devel] Please review: fix various memory leaks

2010-03-04 Thread Noriko Hosoi
On 03/04/2010 01:03 PM, Rich Megginson wrote: Fixes for various memory leaks found during testing. -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel ack. (Thanks, Rich!!) --noriko smime.p7s Description: S/MIME

Build F-13 collection packages for all language translators

2010-03-03 Thread Noriko Mizumoto
r-docs system-switch-java » tip system-switch-mail » HEAD usermode » tip [1]:http://poelstra.fedorapeople.org/schedules/f-13/f-13-devel-tasks.html Thanks a lot. Noriko Mizumoto Fedora Localization Project ___ devel-announce mail

[389-devel] Please review: [Bug 527848] make sure db upgrade to 4.7 and later works correctly

2010-02-18 Thread Noriko Hosoi
Thanks, --noriko smime.p7s Description: S/MIME Cryptographic Signature -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Fedora 13 Software Translation

2010-02-16 Thread Noriko Mizumoto
. noriko Fedora Localization Project ___ devel-announce mailing list devel-annou...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel-announce -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org

[389-devel] Please review (revised): [Bug 560827] Admin Server templates: DistinguishName validation fails

2010-02-03 Thread Noriko Hosoi
Thanks to Rich and Nathan for their comments and even debugging my code :). I revised the proposal based upon their suggestions. Summary: Admin Server templates: DistinguishName validation fails https://bugzilla.redhat.com/show_bug.cgi?id=560827 Description of problem: Some template file cont

[389-devel] Please review: [Bug 557224] subtree rename breaks the referential integrity plug-in

2010-01-26 Thread Noriko Hosoi
https://bugzilla.redhat.com/show_bug.cgi?id=557224 Description of problem: Analysis by andrey.iva...@polytechnique.fr I'm pretty sure the referential integrity plug-in will not work for modrdn operations with a new superior. Looking more thoroughly through the code ( ldap / servers / plugins

[389-devel] Please review: Allow modrdn to move subtree and rename non-leaf node

2010-01-12 Thread Noriko Hosoi
-and-rename-non-leaf-nod.patch Thanks, --noriko smime.p7s Description: S/MIME Cryptographic Signature -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel