Re: Orphaning 'hub' (the git wrapper for Github)

2020-09-29 Thread Rich Megginson
On 9/29/20 8:55 AM, Stephen Gallagher wrote: Upstream is slowly dying out, since the official Github CLI[1] was announced. The latest upstream release doesn't pass the test suite on Golang 1.15[2] and I don't have the time to spare these days, so I'm going to orphan it and let someone else take o

Re: packaging ruby dependencies

2017-10-25 Thread Rich Megginson
On 10/25/2017 01:43 PM, nicolas.mail...@laposte.net wrote: Hi Jason, Packaging deps is a virtuous circle: it makes the work of the next person who needs them for other software easier, which increases the chance other software is packaged, which increases the value of the distro as a whole, it

Re: packaging ruby dependencies

2017-10-25 Thread Rich Megginson
On 10/25/2017 09:49 AM, William Moreno wrote: 2017-10-25 9:38 GMT-06:00 Sandro Bonazzola >: 2017-10-25 16:54 GMT+02:00 Jason Brooks mailto:jbro...@redhat.com>>: Hi all -- As part of a documentation project I'm working on with the Fedora

Re: journal-triggerd, interest, alternatives?

2017-02-15 Thread Rich Megginson
On 02/15/2017 11:31 AM, Martin Langhoff wrote: On Wed, Feb 15, 2017 at 11:19 AM, Rich Megginson wrote: Probably most Fedora users will use a general purpose tool like rsyslog (already in Fedora) or fluentd/logstash to read events from journald and do custom triggers. thanks for the info! It

Re: journal-triggerd, interest, alternatives?

2017-02-15 Thread Rich Megginson
On 02/15/2017 07:23 AM, Martin Langhoff wrote: My applications largely log to system loggers. Looking around for something that triggers an email when certain log entries appear in system logs (ie: python stacktraces), I got just one hit, journal-triggerd. It is not in Fedora. https://github

Re: jwm

2016-05-31 Thread Rich Megginson
On 05/31/2016 11:56 AM, Dennis Gilmore wrote: On Tuesday, May 31, 2016 2:31:04 PM CDT Bernardo Sulzbach wrote: On 05/31/2016 01:59 PM, Rich Megginson wrote: On 05/31/2016 10:42 AM, Bernardo Sulzbach wrote: On 05/31/2016 01:39 PM, Michael Catanzaro wrote: On Sun, 2016-05-29 at 17:17 -0400

Re: jwm

2016-05-31 Thread Rich Megginson
On 05/31/2016 11:31 AM, Bernardo Sulzbach wrote: On 05/31/2016 01:59 PM, Rich Megginson wrote: On 05/31/2016 10:42 AM, Bernardo Sulzbach wrote: On 05/31/2016 01:39 PM, Michael Catanzaro wrote: On Sun, 2016-05-29 at 17:17 -0400, Stephen John Smoogen wrote: They usually have a 60 hour a week

Re: jwm

2016-05-31 Thread Rich Megginson
On 05/31/2016 10:42 AM, Bernardo Sulzbach wrote: On 05/31/2016 01:39 PM, Michael Catanzaro wrote: On Sun, 2016-05-29 at 17:17 -0400, Stephen John Smoogen wrote: They usually have a 60 hour a week job I hope this isn't accurate...? I didn't write about it myself, but was left wondering anyw

Re: Cloning bugs: Just Don't Do It

2015-11-03 Thread Rich Megginson
On 11/03/2015 09:13 AM, Adam Williamson wrote: You see that 'Clone' button in Bugzilla? You, yes you, with your cursor hovering over it? Don't do it! It's a trap. Cloning a bug is almost never actually what you want to do. When you clone a bug, all of the following are transferred to the new bu

Re: Removing (or trying to) BerkeleyDB from Fedora

2015-01-08 Thread Rich Megginson
On 01/08/2015 06:56 AM, Jan Staněk wrote: Hi guys, as the new BerkeleyDB 6.x has a more restrictive license than the previous versions (AGPLv3 vs. LGPLv2), and due to that many projects cannot use it, perhaps it is time to get rid of it from Fedora for good - or at least trim down the list of pac

Re: [389-devel] strcasestr vs. PL_strcasestr

2014-03-07 Thread Rich Megginson
On 03/07/2014 07:15 AM, Carsten Grzemba wrote: Hi Nathan, is there special reason why you use /strcasestr/ in ACL plugin instead of /PL_strcasestr/. It presents me some headache to build 1.3.2 on Solaris 10. https://git.fedorahosted.org/cgit/389/ds.git/commit/ldap/servers/plugins/acl?id=952146

Re: [389-devel] Design review: Access control on entries specified in MODDN operation (ticket 47553)

2014-02-25 Thread Rich Megginson
On 02/25/2014 07:42 AM, thierry bordaz wrote: On 02/25/2014 03:34 PM, Rich Megginson wrote: On 02/25/2014 07:24 AM, thierry bordaz wrote: On 02/24/2014 10:47 PM, Noriko Hosoi wrote: Rich Megginson wrote: On 02/24/2014 09:00 AM, thierry bordaz wrote: Hello, IPA team filled this ticket

Re: [389-devel] Design review: Access control on entries specified in MODDN operation (ticket 47553)

2014-02-25 Thread Rich Megginson
On 02/25/2014 07:24 AM, thierry bordaz wrote: On 02/24/2014 10:47 PM, Noriko Hosoi wrote: Rich Megginson wrote: On 02/24/2014 09:00 AM, thierry bordaz wrote: Hello, IPA team filled this ticket https://fedorahosted.org/389/ticket/47553. It requires an ACI improvement so that

Re: [389-devel] 389-ds-base: /bin/sh scripts should use "." instead of "source"

2014-01-24 Thread Rich Megginson
On 01/24/2014 04:13 AM, Roberto Polli wrote: Hi @all, iirc /bin/sh scripts should use "." instead of "source" (see http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#dot ) To use "source" you should change the interpreter to be "/bin/bash" lib389@rpolli:~/workspaces/389-d

[389-devel] Please review: Ticket #47675 logconv errors when search has invalid bind dn

2014-01-16 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/47675/0001-Ticket-47675-logconv-errors-when-search-has-invalid-.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: FTBFS if "-Werror=format-security" flag is used

2013-12-09 Thread Rich Megginson
On 12/09/2013 03:33 PM, Przemek Klosowski wrote: On 12/06/2013 09:21 AM, Ralf Corsepius wrote: printf(string) is legitimate C, forcing "printf("%s", string) is just silly. My apologies for being repetitive, but the original point is that printf(string) is insecure unless you can guarantee t

Re: [389-devel] Please review: various lib389 cleanups

2013-11-21 Thread Rich Megginson
On 11/21/2013 09:38 AM, thierry bordaz wrote: On 11/21/2013 05:34 PM, Rich Megginson wrote: On 11/21/2013 08:36 AM, thierry bordaz wrote: On 11/21/2013 04:22 PM, Rich Megginson wrote: On 11/21/2013 01:58 AM, thierry bordaz wrote: Hi, The changes look very good. I have a question regarding

Re: [389-devel] Please review: various lib389 cleanups

2013-11-21 Thread Rich Megginson
On 11/21/2013 08:36 AM, thierry bordaz wrote: On 11/21/2013 04:22 PM, Rich Megginson wrote: On 11/21/2013 01:58 AM, thierry bordaz wrote: Hi, The changes look very good. I have a question regarding start/stop in Replica class. Why do not you use the function self.agreement.schedule(agmdn

Re: [389-devel] Please review: various lib389 cleanups

2013-11-21 Thread Rich Megginson
it a problem that we have a method name "list" that is the same as a python keyword/built-in?) Regards thierry On 11/21/2013 03:21 AM, Rich Megginson wrote: -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo

[389-devel] Please review: Ticket #47478 No groups file? error restarting Admin server

2013-11-20 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/47478/0001-Ticket-47478-No-groups-file-error-restarting-Admin-s.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #434 admin-serv logs filling with "admserv_host_ip_check: ap_get_remote_host could not resolve "

2013-11-20 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/434/0001-Ticket-434-admin-serv-logs-filling-with-admserv_host.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: [389-devel] Ticket #47384 (plugin library path validation) and out-of-tree modules

2013-11-19 Thread Rich Megginson
On 11/19/2013 11:06 AM, Nalin Dahyabhai wrote: On Tue, Nov 19, 2013 at 10:05:13AM -0700, Rich Megginson wrote: On 11/19/2013 09:44 AM, Nalin Dahyabhai wrote: The language in the ticket description's pretty firm that this isn't going to be changed, and while I can _probably_ work ar

Re: [389-devel] Ticket #47384 (plugin library path validation) and out-of-tree modules

2013-11-19 Thread Rich Megginson
On 11/19/2013 09:44 AM, Nalin Dahyabhai wrote: Hi, everyone. I was recently adding a couple of changes to slapi-nis, and when I went to run its self-tests, some of the tests that modify the plugin entry started failing with LDAP_UNWILLING_TO_PERFORM. I tracked the denial down to validation code

[389-devel] Please review: Ticket #47585 Replication Failures related to skipped entries due to cleaned rids

2013-11-11 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/47585/0001-Ticket-47585-Replication-Failures-related-to-skipped.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: [389-devel] lib389: cleanup __init__

2013-10-31 Thread Rich Megginson
On 10/31/2013 10:35 AM, Roberto Polli wrote: Hi Rich, On Thursday 31 October 2013 10:32:13 Rich Megginson wrote: I thought - a long time ago actually - to remove from DSAdmin all cached references to backends, suffixes and configuration. Part of the complexity is due to trying to keep data

Re: [389-devel] lib389: cleanup __init__

2013-10-31 Thread Rich Megginson
On 10/31/2013 09:58 AM, Roberto Polli wrote: Hi @all, I started investigating in mocking with fakeldap, and it seems an easy and viable way of adding unittests. A main issue is the DSAdmin.__init__ complexity. I thought - a long time ago actually - to remove from DSAdmin all cached references

Re: [389-devel] Please review lib389 ticket 47578: removal of 'sudo' and absolute path in lib389

2013-10-30 Thread Rich Megginson
On 10/30/2013 02:09 PM, thierry bordaz wrote: On 10/30/2013 07:56 PM, Jan Rusnacko wrote: Hello Thierry, layout OK. As for tests - instead of reinventing the wheel by defing class Test_standAlone to set up instance, use py.test fixture. Also, you should not force setup, test, teardown executi

Re: [389-devel] Please review lib389 ticket 47575: add test case for ticket47560

2013-10-30 Thread Rich Megginson
On 10/30/2013 10:47 AM, thierry bordaz wrote: Hello, This tickets implement a test case and propose a layout of the CI tests in the 389-ds. The basic idea is to put CI tests under: /dirsrvtests/ tickets/ standalone_test.py m1c1_test.py

Re: [389-devel] Proof of concept: mocking DS in lib389

2013-10-25 Thread Rich Megginson
On 10/25/2013 01:36 PM, Jan Rusnacko wrote: Hello Roberto and Thierry, as I promised, I am sending you a proof-of-concept code that demonstrates, how we can mock DS in unit tests for library function (see attachment). You can run tests just by executing py.test in tests directory. Only 3 files

Re: SystemD service stop behavior

2013-10-23 Thread Rich Megginson
On 10/23/2013 08:25 AM, Simo Sorce wrote: On Wed, 2013-10-23 at 09:09 -0500, Michael Cronenworth wrote: Should "systemctl stop foo.service" stop all parent and child service processes? Example: GlusterFS starts a service daemon (glusterd) and a brick daemon (glusterfsd). When a user issues "sys

[389-devel] Please review: Ticket #434 admin-serv logs filling with "admserv_host_ip_check: ap_get_remote_host could not resolve "

2013-10-21 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/434/0001-Ticket-434-admin-serv-logs-filling-with-admserv_host.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #47551 logconv: -V does not produce unindexed search report

2013-10-08 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/47551/0001-Ticket-47551-logconv-V-does-not-produce-unindexed-se.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #47415 "Manage certificates" crashes admin server

2013-10-04 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/47415/0001-Ticket-47415-Manage-certificates-crashes-admin-serve.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #47516 replication stops with excessive clock skew

2013-09-18 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/47516/0001-Ticket-47516-replication-stops-with-excessive-clock-.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: [389-devel] RFC: New Design: Fine Grained ID List Size

2013-09-09 Thread Rich Megginson
On 09/09/2013 02:27 AM, Ludwig Krispenz wrote: On 09/07/2013 05:02 AM, David Boreham wrote: On 9/6/2013 8:49 PM, Nathan Kinder wrote: This is a good idea, and it is something that we discussed briefly off-list. The only downside is that we need to change the index format to keep a count of i

[389-devel] Please review: Ticket #47486 compiler warnings in adminutil, admin, dsgw

2013-08-19 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/47486/0002-fix-compiler-warnings.patch https://fedorahosted.org/389/attachment/ticket/47486/0002-fix-compiler-warnings.2.patch https://fedorahosted.org/389/attachment/ticket/47486/0002-fix-compiler-warnings.3.patch -- 389-devel mailing list 389-de.

[389-devel] Please review: Ticket #47486 compiler warnings in adminutil, admin, dsgw

2013-08-19 Thread Rich Megginson
-- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #47403 DSGW authentication issue

2013-08-19 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/47403/0001-Ticket-47403-DSGW-authentication-issue.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #47465 problem with 389-adminutil detection in m4/adminutil.m4

2013-08-15 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/47465/0003-Ticket-47465-problem-with-389-adminutil-detection-in.patch https://fedorahosted.org/389/attachment/ticket/47465/0001-Ticket-47465-problem-with-389-adminutil-detection-in.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org htt

[389-devel] New Branch - 389-ds-base-1.3.1

2013-04-09 Thread Rich Megginson
The new 389-ds-base-1.3.1 branch has been created. Commits for 1.3.1 will have to be checked into master first, then cherry-picked to 1.3.1 -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #47312 - replace PR_GetFileInfo with PR_GetFileInfo64

2013-04-03 Thread Rich Megginson
https://fedorahosted.org/389/attachment/ticket/47312/0004-Ticket-47312-replace-PR_GetFileInfo-with-PR_GetFileI.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #574 - problems with dbcachesize disk space calculation

2013-04-03 Thread Rich Megginson
change the overhead from 50% to 10% https://fedorahosted.org/389/attachment/ticket/574/0005-Ticket-574-problems-with-dbcachesize-disk-space-calc.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: [PATCH] Why not Zoidberg?

2013-03-19 Thread Rich Megginson
On 03/19/2013 11:50 AM, Peter Jones wrote: This fixes all of our problems with punctuation and unicode. It may introduce other problems. --- fedora-release.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-release.spec b/fedora-release.spec index 0791715..43eed3e

Re: [389-devel] please review: Ticket 509 - lock-free access to be->be_suffixlock

2012-12-07 Thread Rich Megginson
On 12/07/2012 09:56 AM, Mark Reynolds wrote: Hi Ludwig, In Ticket 507, that change did not help after all, and will probably be removed. It's hard to tell. I'm having some problems getting reliable reports. We are working on that. As far as I can tell, this is the only option we have f

[Test-Announce] Announcing 389 Directory Server version 1.2.11.15 Testing

2012-09-25 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.11.15 for Testing. This release fixes another issue with CLEANALLRUV, some schema and userpassword related fixes, and other fixes. The new packages and versions are: 389-ds-base 1.2.11.15 NOTE: 1.2.11 will not be

[Test-Announce] Announcing 389 Directory Server version 1.2.11.14 Testing

2012-09-07 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.11.14 for Testing. This release fixes a bug with CLEANALLRUV and winsync, and a race condition in the replication consumer extop code. The new packages and versions are: 389-ds-base 1.2.11.14 NOTE: 1.2.11 will no

[Test-Announce] Announcing 389 Directory Server version 1.2.11.13 Testing

2012-09-05 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.11.13 for Testing. This release fixes a bug found during upgrade with the POSIX Windows Sync plugin. The new packages and versions are: 389-ds-base 1.2.11.13 NOTE: 1.2.11 will not be available for Fedora 16 or ear

[Test-Announce] Announcing 389 Directory Server version 1.2.11.12 Testing

2012-08-31 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.11.12 for Testing. This release includes support for POSIX attributes in Windows Sync, several bug fixes, and cleanup of various issues found by valgrind and Coverity. The 389 team would like to thank Carsten Grzemba fo

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

2012-08-21 Thread Rich Megginson
From d8822be083b6ffd4c21004ede8cd14a8246c079c Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 21 Aug 2012 10:00:21 -0600 Subject: [PATCH] coverity - mbo dead code - winsync leaks, deadcode, null check, test code This fixes the following issues: 13060 Logically dead code In

Re: [389-devel] Setting up 389 DS without DNS

2012-07-24 Thread Rich Megginson
...@lists.fedoraproject.org] On Behalf Of Rich Megginson [rmegg...@redhat.com] Sent: Monday, July 23, 2012 8:09 PM To: 389 Directory server developer discussion. Subject: Re: [389-devel] Setting up 389 DS without DNS On 07/23/2012 05:13 PM, Paul Robert Marino wrote: On Jul 23, 2012 5:15 PM, "Rich Megginson"ma

[Test-Announce] Announcing 389 Directory Server versions 1.2.10.11 and 1.2.11.6 Testing

2012-06-22 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.10.11 and 1.2.11.6 for Testing. 1.2.10.11 and 1.2.11.6 contain a fix for a password security issue: #378unhashed#user#password field https://fedorahosted.org/389/ticket/378 NEW: Platform Support Pre-built RPMs of

[Test-Announce] Announcing 389 Directory Server versions 1.2.10.10 and 1.2.11.5 Testing

2012-06-19 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.10.10 and 1.2.11.5 for Testing. 1.2.10.10 contains a fix for a crashing issue: #390 [abrt] 389-ds-base-1.2.10.6-1.fc16: slapi_attr_value_cmp: Process /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV) https://fedor

[389-devel] Please review: fix coverity issues with uninit vals, no return checking

2012-05-25 Thread Rich Megginson
From a2dec53772cc1f5f72e701dddf16430229851485 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 25 May 2012 12:39:09 -0600 Subject: [PATCH] fix coverity issues with uninit vals, no return checking 12766 Uninitialized pointer read In _entryrdn_replace_suffix_id(): Reads an uninitialized

[389-devel] Please review: Ticket #355 - winsync should not delete entry that appears to be out of scope

2012-05-03 Thread Rich Megginson
https://fedorahosted.org/389/ticket/355 https://fedorahosted.org/389/attachment/ticket/355/0001-Ticket-355-winsync-should-not-delete-entry-that-appe.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Take 2: Ticket #347 - IPA dirsvr seg-fault during system longevity test

2012-04-23 Thread Rich Megginson
Ticket #347 - IPA dirsvr seg-fault during system longevity test https://fedorahosted.org/389/attachment/ticket/347/0001-Ticket-347-IPA-dirsvr-seg-fault-during-system-longev.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-deve

[389-devel] Please review: Ticket #347 - IPA dirsvr seg-fault during system longevity test

2012-04-23 Thread Rich Megginson
Ticket #347 - IPA dirsvr seg-fault during system longevity test https://fedorahosted.org/389/attachment/ticket/347/0001-Ticket-347-IPA-dirsvr-seg-fault-during-system-longev.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-deve

[389-devel] Please review: Ticket #336 - [abrt] 389-ds-base-1.2.10.4-2.fc16: index_range_read_ext: Proc, ess /usr/sbin/ns-slapd was killed by signal 11 (SIGSEGV)

2012-04-10 Thread Rich Megginson
https://fedorahosted.org/389/ticket/336 https://fedorahosted.org/389/attachment/ticket/336/0001-Ticket-336-abrt-389-ds-base-1.2.10.4-2.fc16-index_ra.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[Test-Announce] Announcing 389 Directory Server version 1.2.10.4 Stable

2012-03-29 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.10.4. This release contains a fix for a bug that causes the directory server to hang when using compare operations with virtual attributes. No new features were added after alpha 8, just many bug fixes. There are also

[389-devel] Please review: Ticket #331 - transaction errors with db 4.3 and db 4.2

2012-03-29 Thread Rich Megginson
https://fedorahosted.org/389/ticket/331 https://fedorahosted.org/389/attachment/ticket/331/0001-fix-transaction-errors-with-db-4.3-and-db-4.2.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[Test-Announce] Announcing 389 Directory Server version 1.2.10.4 Testing

2012-03-13 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.10.4. This release contains a fix for a bug that causes the directory server to hang when using compare operations with virtual attributes. No new features were added after alpha 8, just many bug fixes. There are also

[Test-Announce] Announcing 389 Directory Server version 1.2.10.3 Testing

2012-03-08 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.10.3. No new features were added after alpha 8, just many bug fixes. There are also 389-adminutil, 389-admin, and 389-dsgw packages in Testing. NEW: EL6 support Beginning with RHEL 6.2, the 389-ds-base package is inc

[389-devel] Please review: init txn thread private data for all database modes

2012-03-02 Thread Rich Megginson
0001-init-txn-thread-private-data-for-all-database-modes.patch Description: application/mbox -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #301 - implement transaction support using thread local storage

2012-02-24 Thread Rich Megginson
https://fedorahosted.org/389/ticket/301 https://fedorahosted.org/389/attachment/ticket/301/0001-Ticket-301-implement-transaction-support-using-threa.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[Test-Announce] Announcing 389 Directory Server version 1.2.10.2 Testing

2012-02-23 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.10.2. No new features were added after alpha 8, just many bug fixes. There are also 389-adminutil, 389-admin, and 389-dsgw packages in Testing. NEW: EL6 support Beginning with RHEL 6.2, the 389-ds-base package is inc

[389-devel] Please review: coverity 12559 Uninitialized pointer read

2012-02-22 Thread Rich Megginson
0001-coverity-12559-Uninitialized-pointer-read-In-ldbm_ba.patch Description: application/mbox -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: coverity uninit var and resource leak

2012-02-16 Thread Rich Megginson
From 31ecec728ada7c50e57c969342bb5a400a9b0c2b Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 16 Feb 2012 08:14:43 -0700 Subject: [PATCH] coverity uninit var and resource leak 12550 Uninitialized pointer read In dna_update_config_event(): Reads an uninitialized pointer or its target

Re: [389-devel] please review ticket #129 - Should only update modifyTimestamp/modifiersName on MODIFY ops

2012-02-07 Thread Rich Megginson
On 02/07/2012 02:42 PM, Mark Reynolds wrote: I had a typo in part of the fix, but... After looking at ticket #111, I think maybe we should add this flag to memberOf, referint, and maybe some other plugins. Any thoughts on this? If the concern is the audit trail, then when memberof, referint,

[Test-Announce] Announcing 389 Directory Server version 1.2.10 Release Candidate 1 Testing

2012-02-06 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.10.rc1. No new features were added between alpha 8 and rc1, just many bug fixes. There are also 389-adminutil, 389-admin, and 389-dsgw packages in Testing. NEW: EL6 support Beginning with RHEL 6.2, the 389-ds-base pa

[389-devel] Please review: Ticket #281 - TLS not working with latest openldap

2012-02-03 Thread Rich Megginson
https://fedorahosted.org/389/ticket/281 https://fedorahosted.org/389/attachment/ticket/281/0001-Ticket-281-TLS-not-working-with-latest-openldap.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #280 - extensible binary filters do not work

2012-02-03 Thread Rich Megginson
https://fedorahosted.org/389/ticket/280 https://fedorahosted.org/389/attachment/ticket/280/0001-Ticket-280-extensible-binary-filters-do-not-work.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #279 - filter normalization does not use matching rules

2012-02-03 Thread Rich Megginson
https://fedorahosted.org/389/ticket/279 https://fedorahosted.org/389/attachment/ticket/279/0001-Ticket-279-filter-normalization-does-not-use-matchin.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: [389-devel] PAM plugin vs post op processing. New return code proposal...

2012-02-01 Thread Rich Megginson
On 02/01/2012 02:48 PM, Mark Reynolds wrote: On 02/01/2012 04:28 PM, Rich Megginson wrote: On 02/01/2012 02:16 PM, Mark Reynolds wrote: Hi Everyone, There is an issue with the PAM plugin, that when it performs a successful bind we actually return error 1 to plugins_call_func(), which

[389-devel] Please review: Ticket #87 - Manpages fixes

2012-02-01 Thread Rich Megginson
https://fedorahosted.org/389/ticket/87 https://fedorahosted.org/389/attachment/ticket/87/0001-Ticket-87-Manpages-fixes.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: fix a couple of minor coverity issues

2012-02-01 Thread Rich Megginson
0001-fix-a-couple-of-minor-coverity-issues.patch Description: application/mbox -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #22 - RFE: Support sendmail LDAP routing schema

2012-01-27 Thread Rich Megginson
https://fedorahosted.org/389/ticket/22 https://fedorahosted.org/389/attachment/ticket/22/0001-Ticket-22-RFE-Support-sendmail-LDAP-routing-schema.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[Test-Announce] Announcing 389 Directory Server version 1.2.10 Alpha 8 Testing

2012-01-27 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.10.a8. 1.2.10 has some new features and fixes for bugs found in 1.2.10 testing and bugs from earlier releases. There is also a 389-admin package in testing NEW: EL6 support Beginning with RHEL 6.2, the 389-ds-base pa

[389-devel] Please review: Ticket #161 - Review and address latest Coverity issues

2012-01-26 Thread Rich Megginson
https://fedorahosted.org/389/ticket/161 ds patches - https://fedorahosted.org/389/attachment/ticket/161/0001-Ticket-161-Review-and-address-latest-Coverity-issues.patch admin server - https://fedorahosted.org/389/attachment/ticket/161/0001-Ticket-161-Review-and-address-latest-Coverity-issues.2

Re: The question of rolling release?

2012-01-24 Thread Rich Megginson
On 01/24/2012 02:06 PM, Frank Murphy wrote: On 24/01/12 20:52, David wrote: A question please? Two related ones actually. What are you going to name your rolling Linux release? And when can we expect to see it? :-)<<< notice this. Rooling rooling rooling Rawhde +1 /me hands Frank a w

[389-devel] Please review: Ticket #264 - upgrade needs better check for "server is running"

2012-01-23 Thread Rich Megginson
https://fedorahosted.org/389/ticket/264 https://fedorahosted.org/389/attachment/ticket/264/0001-Ticket-264-upgrade-needs-better-check-for-server-is-.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

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

2012-01-20 Thread Rich Megginson
From 1ddcc951eec9ede74ae6650de04a921198aec493 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 20 Jan 2012 09:52:33 -0700 Subject: [PATCH] Remove redundant code - make a global into a static Remove redundant code - make a global into a static --- ldap/servers/plugins/linkedattrs

[389-devel] Please review: Ticket #15 - Get rid of rwlock.h/rwlock.c and just use slapi_rwlock instead

2012-01-18 Thread Rich Megginson
https://fedorahosted.org/389/ticket/15 https://fedorahosted.org/389/attachment/ticket/15/diffs-without-autoconf.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Ticket #12 - 389 DS DNA Plugin / Replication failing on GSSAPI

2012-01-18 Thread Rich Megginson
https://fedorahosted.org/389/ticket/12 patch to fix the problem https://fedorahosted.org/389/attachment/ticket/12/0001-Ticket-12-389-DS-DNA-Plugin-Replication-failing-on-G.patch patch to allow disabling of the SASL canonical hostname lookup for running on localhost https://fedorahosted.org/389

[389-devel] Please review: Ticket #167 - Mixing transaction and non-transaction plugins can cause deadlock

2012-01-13 Thread Rich Megginson
https://fedorahosted.org/389/ticket/167 https://fedorahosted.org/389/attachment/ticket/167/0001-Ticket-167-Mixing-transaction-and-non-transaction-pl.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Adding links to the changeset from ticket update

2012-01-05 Thread Rich Megginson
When you commit and push a patch to the git repo, and you add the git commit message to the ticket comment, you can easily make the commit a link to the changeset in the trac source browser - just change commit 20ab029c0f0309838 to commit changeset:20ab029c0f0309838/389-ds-base the tra

[389-devel] Please review: csn_as_string - use slapi_uN_to_hex instead of sprintf

2011-11-15 Thread Rich Megginson
From c9cfb1de26f76263c56e03e2465cc22446a68dbc Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 15 Nov 2011 11:25:56 -0700 Subject: [PATCH] csn_as_string - use slapi_uN_to_hex instead of sprintf This introduces the following new slapi functions slapi_u8_to_hex slapi_u16_to_hex

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

2011-10-10 Thread Rich Megginson
From d39d500dadf640ac47f04370e9bb7b18e9bab9aa Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 15 Sep 2011 14:46:34 -0600 Subject: [PATCH 1/2] Change referential integrity to be a betxnpostoperation plugin This changes referential integrity to be a betxnpostoperation plugin Note: this

[389-devel] Please review: Bug 741744 - part 3 - MOD operations with chained delete/add get back error 53 on backend config

2011-10-07 Thread Rich Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=741744 https://bugzilla.redhat.com/attachment.cgi?id=526957&action=edit -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

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

2011-10-06 Thread Rich Megginson
On 10/06/2011 12:04 PM, Noriko Hosoi wrote: 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

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

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

[389-devel] Please review: Add support for pre/post db transaction plugins

2011-09-13 Thread Rich Megginson
http://rmeggins.fedorapeople.org/patches/0001-Add-support-for-pre-post-db-transaction-plugins.patch -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: rpm changelog (was Re: Notice of intent: patching glibc)

2011-09-07 Thread Rich Megginson
On 09/07/2011 11:12 AM, Michael Cronenworth wrote: > Genes MailLists wrote: >> Would a git-shortlog suffice for %changelog ? > It would need to be "git-short-shortlog" (hypothetically) as filling a > rpm changelog with hundreds of lines of commits is not very helpful. > > I've always considered the

[389-devel] Please review: Bug 735121 - simple paged search + ip/dns based ACI hangs server

2011-09-01 Thread Rich Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=735121 https://bugzilla.redhat.com/attachment.cgi?id=521072&action=edit -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Please review: Bug 703990 - cross-platform - Support upgrade from Red Hat Directory Server

2011-08-31 Thread Rich Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=703990 https://bugzilla.redhat.com/attachment.cgi?id=520886&action=diff https://bugzilla.redhat.com/attachment.cgi?id=520886&action=edit -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-dev

Re: [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 Rich Megginson
On 08/31/2011 12:19 PM, Noriko Hosoi wrote: > Description: If any string is set to an environment variable USE_VALGRIND, > when running a memory leak checking tool (e.g., valgrind), > it reduces the noise generated by the entry cache and dn cache. > > Sample valgrind outputs from the same operation

[389-devel] Please review: Bug 733103 - large targetattr list with syntax errors cause server to crash or hang

2011-08-24 Thread Rich Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=733103 https://bugzilla.redhat.com/attachment.cgi?id=519695&action=diff https://bugzilla.redhat.com/attachment.cgi?id=519695&action=edit -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-dev

[Test-Announce] Announcing 389 Directory Server version 1.2.9.6 Testing

2011-08-16 Thread Rich Megginson
The 389 Project team is pleased to announce the release of 389-ds-base-1.2.9.6. This release has fixes for bugs found in 1.2.9 testing and bugs from earlier releases. NEW: EL6 support Beginning with RHEL 6.1, the 389-ds-base package is included in the base OS. It is the same as the upstream,

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

2011-08-10 Thread Rich Megginson
From f989c36a523740f3ce7fe2dfee38e6e423f9ac8b Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 10 Aug 2011 14:56:54 -0600 Subject: [PATCH] make sure the DBVERSION file ends in a newline --- ldap/servers/slapd/back-ldbm/dbversion.c |4 +++- 1 files changed, 3 insertions(+), 1

[389-devel] Please review: Bug 710372 - Not able to open the Manage Certificate from DS-console

2011-06-29 Thread Rich Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=710372 https://bugzilla.redhat.com/attachment.cgi?id=510505&action=diff https://bugzilla.redhat.com/attachment.cgi?id=510505&action=edit -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-dev

[389-devel] Please review: Bug 697694 - rhds82 - incr update state stop_fatal_error "requires administrator action", with extop_result: 9

2011-06-27 Thread Rich Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=697694 https://bugzilla.redhat.com/attachment.cgi?id=506109&action=diff https://bugzilla.redhat.com/attachment.cgi?id=506109&action=edit -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-dev

[389-devel] Please review: Bug 703703 - setup-ds-admin.pl asks for legal agreement to a non-existant file

2011-06-20 Thread Rich Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=703703 https://bugzilla.redhat.com/attachment.cgi?id=505674&action=diff https://bugzilla.redhat.com/attachment.cgi?id=505674&action=edit -- 389-devel mailing list 389-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-dev

  1   2   >