Re: [SSSD] [Freeipa-devel] [PATCHES] one for INI another for ELAPI

2009-08-12 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/11/2009 09:29 PM, Dmitri Pal wrote: 8) in elapi_log.c, the check for handle-appname == NULL on line 228 should probably be moved before the TRACE_FLOW_STRING on line 225 as the trace macro tries to access the memory in handle-appname. Also

[SSSD] [PATCH] Disallow all legacy operations outside domains

2009-08-21 Thread Jakub Hrozek
- http://enigmail.mozdev.org/ iEYEARECAAYFAkqOZ7QACgkQHsardTLnvCWAyACePh6G5RKsvhlIVSKwRfeASHw3 rGAAn0XX6gphj2xLgPOvRb1NS9JboqWZ =J7zs -END PGP SIGNATURE- From 642a57b199d8817596874f5d2ea9b264838fa290 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Fri, 21 Aug 2009 11

Re: [SSSD] [PATCH] ELAPI Adding file provider and CSV format

2009-09-07 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/03/2009 02:27 AM, Dmitri Pal wrote: Hi, This patch is next significant chunk of code. See patch comments for the main description. It requires previous patch that has been reviewed but was not pushed yet. It addresses some of the

Re: [SSSD] [PATCH] ELAPI sinks and providers

2009-09-07 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/28/2009 11:40 AM, Jakub Hrozek wrote: No, none of this was critical, more like things I noticed reading the code. FWIW, while reviewing the ELAPI Adding file provider and CSV format: patch, I noticed that my comments were taken into account

Re: [SSSD] [PATCH] COLLECTION Copy collection flat with concatenated names

2009-09-07 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/05/2009 02:32 AM, Dmitri Pal wrote: See patch comment. This patch most likely will not apply cleanly without my previous ELAPI patches. So far it is 4 th pending patch. More to come. In general, I think the patch is OK. Some comments,

[SSSD] [PATCH] Remove shadow-utils support from tools

2009-09-08 Thread Jakub Hrozek
5qAAn2rm0OXo45s9Q75nAi4cF6hmdmnw =kDDk -END PGP SIGNATURE- From 5e4cd02de232dc744f852c1f56441e2fad68209e Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Tue, 8 Sep 2009 15:42:10 +0200 Subject: [PATCH] Remove shadow-utils support from tools Removes the ability to proxy

Re: [SSSD] [PATCH] ELAPI Adding file provider and CSV format

2009-09-08 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/08/2009 03:19 PM, Dmitri Pal wrote: 3) file_csv_data_len I do not like the magic constants like 20 and such in the switch. I would prefer #defining them as named constants. Ok will do. Martin also had this cool idea of using something

[SSSD] Add copyright notices

2009-09-10 Thread Jakub Hrozek
3WsAoNkfoydlcYkrgvnZ8IJUmig7qDcf =7kUn -END PGP SIGNATURE- From 67fc02c37d090c0125d8d758d1354e2bf1f3de14 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Tue, 25 Aug 2009 18:26:05 +0200 Subject: [PATCH 2/2] Add copyright notices Fixes: #138 --- server/krb5_plugin

[SSSD] [PATCH] Small changes to the example config and manpage

2009-09-10 Thread Jakub Hrozek
-END PGP SIGNATURE- From 397f13436843eb10b4ded281e8626cbbfd7353d8 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Thu, 10 Sep 2009 14:36:17 +0200 Subject: [PATCH] Small changes to the example config and manpage Remove magicPrivateGroups since it's set automatically, use

Re: [SSSD] [PATCHES] Collection related patches

2009-09-16 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/15/2009 09:20 PM, Dmitri Pal wrote: 1) Comparison and sorting collections Did you maybe forget to git-add a file? Makefile.am references collection_cmp.c but that file is in none of the patches. Jakub -BEGIN PGP SIGNATURE-

Re: [SSSD] [PATCHES] Collection related patches

2009-09-17 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/2009 06:08 AM, Dmitri Pal wrote: Dmitri Pal wrote: See patch comments for details. All three are not massive. 1) Comparison and sorting collections I don't understand why are you testing for first-property[second-property_len] != '\0'

Re: [SSSD] [PATCHES] python bindings for managing users in local domains

2009-09-18 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/18/2009 04:26 PM, Stephen Gallagher wrote: usermod(), useradd(), etc.: res should be a talloc child of req. (Also, in the current implementation, if user_mod_send returned NULL for ENOMEM, you would leak res) user_mod_send(),

[SSSD] [PATCH] Send debug messages to logfile

2009-09-23 Thread Jakub Hrozek
with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkq6V/QACgkQHsardTLnvCXIjwCgh704J0zgpbyMKAKDEtGQHVIu P5wAoLoRTvn7RnwQM12jSaSIU42JqnZD =YltH -END PGP SIGNATURE- From fa65eb389c3e7aa46fe703ebdfa6368e6032f5f7 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Wed, 23 Sep 2009

Re: [SSSD] [PATCH] Send debug messages to logfile

2009-09-24 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/23/2009 07:16 PM, Jakub Hrozek wrote: Introduces a new option --debug-to-files which makes SSSD output its debug information to a file instead of stderr, which is still the default. Also introduces a new confdb option debug_to_files which

Re: [SSSD] [PATCH] Send debug messages to logfile

2009-09-25 Thread Jakub Hrozek
with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkq8nM0ACgkQHsardTLnvCW+pwCgtx+i/CIWfVzt0MiZIMqcVvas IBoAoKWUVG8TlF95XWermZsrHEV8LYSB =YgiG -END PGP SIGNATURE- From 47b0a8588dfda23662e78eb7bb09bd07b1ecc964 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Wed, 23 Sep 2009 14

Re: [SSSD] [PATCHES] Convert the SSSD to config_file_version 2

2009-09-25 Thread Jakub Hrozek
SIGNATURE- From 23cc06f5a28aea52243b7ca53720e43f8394e7ec Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Fri, 25 Sep 2009 00:32:50 +0200 Subject: [PATCH 3/3] script to upgrade config to v2 --- contrib/sssd.spec.in |6 + server/Makefile.am |3

[SSSD] [PATCH] Convert the example config to v2 format, upgrade config on update only

2009-09-25 Thread Jakub Hrozek
with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkq82LYACgkQHsardTLnvCXphACgt+YznBMDLlBMi6qvO5OMzJ/M JHQAn2hyhh1fkii+XgdfZ+cyQL1B48rz =Yzim -END PGP SIGNATURE- From a9110328426162aeeae1f2cdc5cbec69d2f640a6 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Fri, 25 Sep 2009

Re: [SSSD] [PATCH] Convert the example config to v2 format, upgrade config on update only

2009-09-25 Thread Jakub Hrozek
+KQAn2ln4vD67pL9MEe7yvXnrlKP4EPq =Xfqb -END PGP SIGNATURE- From d46bb25c2ab6e18e312a2b1b11c954ba88f570fb Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Fri, 25 Sep 2009 17:24:41 +0200 Subject: [PATCH] Convert the example config to v2 format, upgrade config on update only

Re: [SSSD] [PATCH] fix tools nested event loops

2009-09-30 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/29/2009 06:18 PM, Simo Sorce wrote: Newer tevent library now enforce the no nested loops unwritten rule. Tools had a funny way to do async that nested loops. This patch fixes tools to not nest loops and use common code to start/end

Re: [SSSD] [PATCHES] ELAPI related patches

2009-10-01 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/2009 05:03 AM, Dmitri Pal wrote: Hello, The patch comments give more details. The first two patches are two rounds of work related to resolving events. The event (when created) might have attributes that come from a template. Some of

[SSSD] [PATCH] Fix error messages in tools

2009-10-05 Thread Jakub Hrozek
0e6b330e0daaa68467c6a6d98251d6d4f9d4a4df Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Fri, 2 Oct 2009 10:39:02 +0200 Subject: [PATCH] Fix error messages in tools Add getpwnam, getgrnam sync versions Fix ticket #164: Groupnames in non-local domains Fix ticket #100: Error

Re: [SSSD] [PATCH] Fix error messages in tools

2009-10-05 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/2009 05:49 PM, Jakub Hrozek wrote: Add getpwnam, getgrnam sync versions Fix ticket #164: Groupnames in non-local domains Fix ticket #100: Error Message Modifying a user that doesn't Exist Fix ticket #214: incorrect error message when

Re: [SSSD] [PATCH] Fix error messages in tools

2009-10-06 Thread Jakub Hrozek
(GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkrLHLUACgkQHsardTLnvCV1LACgsE1qAwIgUQItfBuzwcOg/lZX OTAAn2gkSf45a62Ro2iPoviA8C6KAiGz =MeJm -END PGP SIGNATURE- From 11a8103dc5bd7894631b5f0f6b1f575c27d63722 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek

Re: [SSSD] [PATCH] two build patches

2009-10-14 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/14/2009 10:14 AM, Sumit Bose wrote: I'm just wondering is PYTHON_PREFIX is the right variable to use. For architecture-independent modules, PYTHON_PREFIX looks OK to me as it holds the value of sys.prefix. -BEGIN PGP

Re: [SSSD] [PATCH] Fix broken RHEL5 builds

2009-10-20 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/20/2009 07:44 PM, Stephen Gallagher wrote: Fix RPM builds on older versions of rpmbuild Older versions of rpmbuild do not accept multiple '-f' options being specified, so we'll add the krb5_locator_plugin.so to the sss_daemon.lang filelist

[SSSD] [PATCH] Fix migration script for pre-0.5 local domains

2009-10-26 Thread Jakub Hrozek
a7973ef0a0b89ee2ff039077d13dbe54a59c8db1 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 26 Oct 2009 12:54:38 +0100 Subject: [PATCH] Fix migration script for pre-0.5 local domains Configuration files before 0.5.0 did not enforce provider= in local domains it did special-case by domain name (LOCAL). Our

Re: [SSSD] [PATCH] Fix migration script for pre-0.5 local domains

2009-10-26 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/26/2009 01:10 PM, Stephen Gallagher wrote: On 10/26/2009 07:58 AM, Jakub Hrozek wrote: Configuration files before 0.5.0 did not enforce provider= in local domains it did special-case by domain name (LOCAL). Our script was relying on provider

[SSSD] [PATCH] Do not migrate Data Provider

2009-10-27 Thread Jakub Hrozek
with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkrm/2YACgkQHsardTLnvCWxwQCfaQ3rjQj9QRWX0FvgFeaYUzSG HyoAn2AmgLDmN6HU1OH1iRUQvMAv7WQB =V9SR -END PGP SIGNATURE- From eea090938b409d92942a255e5517d8233fc1541c Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Tue, 27 Oct 2009

Re: [SSSD] a few questions about sssd

2009-11-02 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/02/2009 05:44 AM, David O'Brien wrote: Greetings one and all. I have a couple of questions about sssd, from various places. 1. How long should nss_sss cache negative cache hits before asking the back end again? (from NSS config options

Re: [SSSD] domain vs provider in SSSD

2009-11-03 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/03/2009 01:53 AM, David O'Brien wrote: [sssd] config_file_version = 2 I didn't see config_file_version documented anywhere... is that anything like the version number for BIND config files, where you inc. the version when you make

Re: [SSSD] local vs LOCAL?

2009-11-04 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/04/2009 06:17 AM, David O'Brien wrote: Should I be upper- or lower-casing local in the doc, or doesn't it matter? It seems to be spread evenly both ways in the wiki, and I'd like to standardize. thanks Currently, the domain that stores

Re: [SSSD] default value of filter_users_in_groups?

2009-11-04 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/04/2009 07:00 AM, David O'Brien wrote: In the man page, it states that the default is true. I'm using v. 0.8.0 It does default to true according to the code. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG

[SSSD] [PATCH] Do not delete users, groups outside domain range

2009-11-04 Thread Jakub Hrozek
-END PGP SIGNATURE- From 1a558b9024bee8d27d5c689939274b5f0f135aee Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 2 Nov 2009 11:40:21 +0100 Subject: [PATCH] Do not delete users, groups outside domain range Fixes: 240 --- server/tools/sss_groupdel.c | 17

Re: [SSSD] how are my home dirs getting created?

2009-11-06 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/06/2009 05:41 AM, David O'Brien wrote: On the wiki for SSSD, it says that sss_useradd doesn't create /home dirs but that you can use pam_mkhomedir to set it up. I haven't knowingly set that up, but all the new users I'm creating have home

[SSSD] [PATCH] Fix regression in error message when deleting groups

2009-11-09 Thread Jakub Hrozek
-END PGP SIGNATURE- From 5df9ae8f08ad5aff52693cb60ade3ed7ec9724c8 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 9 Nov 2009 13:37:29 +0100 Subject: [PATCH] Fix regression in error message when deleting groups --- server/tools/sss_groupdel.c | 10 -- 1 files

[SSSD] [PATCH] Assorted manpage fixes

2009-11-09 Thread Jakub Hrozek
Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Wed, 4 Nov 2009 15:01:42 +0100 Subject: [PATCH] Assorted manpage fixes * do not mention the sbus_timeout parameter at all * document the config_file_version parameter * different wording for negative cache --- server/man/sssd.conf

[SSSD] [PATCH] Make the password field configurable in NSS

2009-11-16 Thread Jakub Hrozek
From: Jakub Hrozek jhro...@redhat.com Date: Mon, 9 Nov 2009 18:38:09 +0100 Subject: [PATCH] Make the password field configurable in NSS Per the discussion on sssd-devel list, nss_sss should not return a hardcoded value but this should rather be configurable to allow whatever the OS or distribution

[SSSD] [PATCHES] Use ipachangeconf in the upgrade script

2009-11-16 Thread Jakub Hrozek
+s1K6pNmVPrBHgHUonT0It2m =ekhm -END PGP SIGNATURE- From dffe621d043cbbeb2e1d5794da720207cf503a25 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Wed, 11 Nov 2009 13:07:45 +0100 Subject: [PATCH 1/2] Add Simo's ipachangeconf --- server/Makefile.am |1 + server/config

[SSSD] [PATCHES] Use ipachangeconf in the upgrade script

2009-11-16 Thread Jakub Hrozek
lgCeLIBQHbtPkZxRAyLhCNqFNLoKEaI= =DzSE -END PGP SIGNATURE- From dffe621d043cbbeb2e1d5794da720207cf503a25 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Wed, 11 Nov 2009 13:07:45 +0100 Subject: [PATCH 1/2] Add Simo's ipachangeconf --- server/Makefile.am |1 + server/config

Re: [SSSD] [PATCHES] Use ipachangeconf in the upgrade script

2009-11-17 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/17/2009 01:06 AM, Jakub Hrozek wrote: [PATCH 1/2] Add Simo's ipachangeconf This patch adds the ipachangeconf class from FreeIPA and packages it in makefile and with python setuptools [PATCH 2/2] Change the upgrade script to use

Re: [SSSD] [PATCHES] Use ipachangeconf in the upgrade script

2009-11-17 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/17/2009 12:16 PM, Jakub Hrozek wrote: On 11/17/2009 01:06 AM, Jakub Hrozek wrote: [PATCH 1/2] Add Simo's ipachangeconf This patch adds the ipachangeconf class from FreeIPA and packages it in makefile and with python setuptools [PATCH 2/2

[SSSD] [PATCHES] Convert SSSDConfigAPI to use ipachangeconf

2009-11-18 Thread Jakub Hrozek
/BJcb ALEAoJI/s8XeTKKE8AZTzjIJYJnTQXf3 =h9zY -END PGP SIGNATURE- From 4d420d8582d7624a1453f17d10f77b539ca42541 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Wed, 18 Nov 2009 16:04:38 +0100 Subject: [PATCH 1/2] Convert SSSDConfig API to ipachangeconf --- server/config

Re: [SSSD] [PATCH] Make the password field configurable in NSS

2009-11-18 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/18/2009 05:31 PM, Stephen Gallagher wrote: On 11/16/2009 07:01 PM, Jakub Hrozek wrote: Per the discussion on sssd-devel list, nss_sss should not return a hardcoded value but this should rather be configurable to allow whatever the OS

Re: [SSSD] [PATCHES] Convert SSSDConfigAPI to use ipachangeconf

2009-11-19 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/18/2009 05:28 PM, Jakub Hrozek wrote: [PATCH 1/2] Convert SSSDConfig API to ipachangeconf Uses ipachangeconf instead of RawConfigParser in SSSDConfig. Passes all unit tests. [PATCH 2/2] SSSDConfig fixes * splitlist is a function * shared

[SSSD] [PATCH] Better error message when there is no local domain configured

2009-12-01 Thread Jakub Hrozek
-END PGP SIGNATURE- From 3ab98538eda694e1a88a951b6aa2312e653ff04c Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Tue, 24 Nov 2009 21:16:40 +0100 Subject: [PATCH] Better error message when there is no local domain configured Fixes: #235 --- server/tools/sss_groupadd.c |6

[SSSD] [PATCH] Warn visibly about permission problems with the config file

2009-12-01 Thread Jakub Hrozek
-END PGP SIGNATURE- From 18638c12672c3401cd437af0331cfd130091f6aa Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Tue, 24 Nov 2009 20:50:52 +0100 Subject: [PATCH] Warn visibly about permission problems with the config file Fixes: #268 --- server/monitor/monitor.c |9

[SSSD] [PATCH] c-ares 1.7.0 related changes

2009-12-01 Thread Jakub Hrozek
/ iEYEARECAAYFAksVYYwACgkQHsardTLnvCVAhQCfQZiYj7k/v+l7zxu5WZeH/9J6 yWgAoK+PT0I4R61/iWHkTVDgc1kmyyfV =PNLM -END PGP SIGNATURE- From 2a2f9375e56d502cad04d5babba1234e5b478847 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Tue, 3 Nov 2009 16:24:25 +0100 Subject: [PATCH 1/2] Change ares usage to be c-ares 1.7.0

[SSSD] [PATCH] two fixes for the upgrade/changeconf script

2009-12-07 Thread Jakub Hrozek
jg8AnRyzhorHi3ha3MciDxTSzVU0ioV5 =VbNk -END PGP SIGNATURE- From d5fa30556a59b8b5a44a2276d792be107ace6e99 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 7 Dec 2009 21:17:20 +0100 Subject: [PATCH 1/2] Handle spaces in config parser Fixes: #301 --- server/config/ipachangeconf.py | 33

Re: [SSSD] [PATCH] two fixes for the upgrade/changeconf script

2009-12-07 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/07/2009 10:00 PM, Jakub Hrozek wrote: [PATCH 1/2] Handle spaces in config parser Fixes: #301 Per discussion on #freeipa, the code now allows an arbitrary number of spaces around the equal sign. Also added a test. -BEGIN PGP SIGNATURE

Re: [SSSD] [PATCH] c-ares 1.7.0 related changes

2009-12-08 Thread Jakub Hrozek
with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkseoLMACgkQHsardTLnvCUCtwCg0szmgyR3mkLTxBVrBI2Dggh7 4aMAnR8754TdW/Xqhz1fwIP43tWjQdIJ =ybc7 -END PGP SIGNATURE- From 26c68567f0516cc528b784b1b216f48a433a29ee Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Tue, 3 Nov 2009 16

[SSSD] [PATCH] Do not start with provider=files

2009-12-08 Thread Jakub Hrozek
-END PGP SIGNATURE- From b5dcfcc04e48e339d6ec8779c02a4c062bc8d96d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Tue, 8 Dec 2009 15:55:48 +0100 Subject: [PATCH] Do not start with provider=files Fixes: #233 --- server/monitor/monitor.c |6 ++ 1 files changed, 6

[SSSD] [PATCH] Reduce code duplication between the LDAP child and the Kerberos child

2009-12-08 Thread Jakub Hrozek
-END PGP SIGNATURE- From 027f1d18e82117726f779361c953414151a059c0 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 30 Nov 2009 14:55:19 +0100 Subject: [PATCH] Reduce code duplication between LDAP child and Kerberos child Fixes: #294 --- server/providers/child_common.c

Re: [SSSD] [PATCHES] Two patches related to SSSDDomain.remove_provider()

2009-12-08 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/07/2009 11:04 PM, Stephen Gallagher wrote: Patch 0001: remove_provider() really doesn't need the provider name (ldap, krb5, etc.) specified in order to remove it. This patch eliminates that argument to the function. ACK Good change to the

Re: [SSSD] [PATCHES] Fixes for SSSDConfig API

2009-12-08 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/09/2009 04:57 AM, Stephen Gallagher wrote: Patch 0001: Adds SSSDDomain.set_name() function to change the name of a domain. This patch also resets the verbosity of TestRunner, it would perhaps be better to split it into a separate patch.

Re: [SSSD] [PATCHES] Fixes for SSSDConfig API

2009-12-08 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/09/2009 05:29 AM, Stephen Gallagher wrote: On 12/08/2009 11:27 PM, Jakub Hrozek wrote: On 12/09/2009 04:57 AM, Stephen Gallagher wrote: Patch 0001: Adds SSSDDomain.set_name() function to change the name of a domain. This patch also

[SSSD] [PATCH] Consolidate code for splitting strings by separator

2009-12-09 Thread Jakub Hrozek
/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAksgPAIACgkQHsardTLnvCW6hgCdEn1OBBetm10VZvWtABoxxCRZ XR0AoLUt2iwCYpGrb9smPsVNu4wHMmLD =zPoa -END PGP SIGNATURE- From 08c5e913c6170e1bc13ee4d46c1c28de0824ea28 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro

Re: [SSSD] [PATCH] Add missing options to sssd-ipa configuraion

2009-12-09 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is this something you want me to be looking into or is it developer-level only? developer-level only, this patch adds the capability to operate on some LDAP and Kerberos knobs with the config API. -BEGIN PGP SIGNATURE- Version: GnuPG

[SSSD] [PATCH] Document the failover feature in manpages

2009-12-10 Thread Jakub Hrozek
-END PGP SIGNATURE- From 284440fee8c0bfb87427d7577470d1132d4ea96a Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Thu, 10 Dec 2009 03:36:08 +0100 Subject: [PATCH] Document the failover feature in manpages Fixes: #309 --- server/man/include/failover.xml | 41

Re: [SSSD] [PATCHES] SSSDConfig fixes

2009-12-10 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/10/2009 04:10 PM, Stephen Gallagher wrote: Patch 0001: I forgot to update the tests after adding a bunch of new options for IPA. This adds those. testListProviders is failing now, it looks like domain.list_providers().keys() contains only

Re: [SSSD] [PATCHES] SSSDConfig fixes

2009-12-10 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/10/2009 04:46 PM, Stephen Gallagher wrote: On 12/10/2009 10:38 AM, Jakub Hrozek wrote: On 12/10/2009 04:10 PM, Stephen Gallagher wrote: Patch 0001: I forgot to update the tests after adding a bunch of new options for IPA. This adds those

Re: [SSSD] [PATCH] Consolidate code for splitting strings by separator

2009-12-10 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/10/2009 06:46 PM, Stephen Gallagher wrote: * *BEGIN ENCRYPTED or SIGNED PART* * On 12/09/2009 07:08 PM, Jakub Hrozek wrote: There were two functions for parsing strings by a separator. This patch consolidates on the one

Re: [SSSD] [PATCH] Add 'permit' and 'deny' access providers to SSSDConfig API

2009-12-10 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/10/2009 06:18 PM, Stephen Gallagher wrote: These special providers were missing from the SSSDConfig API config files. ACK -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Fedora -

Re: [SSSD] [PATCH] Run SSSDConfig tests during 'make check'

2009-12-10 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/10/2009 05:44 PM, Stephen Gallagher wrote: See $SUBJECT ACK -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

Re: [SSSD] [PATCH] Add mandatory flag to SSSD config schema

2010-01-05 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/04/2010 07:31 PM, Stephen Gallagher wrote: Also add list_mandatory_options() to both SSSDService and SSSDDomain objects. There is a new list_options_with_mandatory() function that will return a longer tuple than list_options(), including

Re: [SSSD] [PATCH] Add mandatory flag to SSSD config schema

2010-01-11 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/2010 05:54 PM, Stephen Gallagher wrote: Address https://fedorahosted.org/sssd/ticket/349 After a bit of thought, I decided to break this into two separate patches to make it more clear. New patches attached. Patch 0002: Remove the

Re: [SSSD] [PATCH] Remove local provider from access_provider list

2010-01-11 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/08/2010 09:55 PM, Stephen Gallagher wrote: On 01/08/2010 03:13 PM, Stephen Gallagher wrote: On 01/08/2010 05:10 AM, Sumit Bose wrote: Please remove 'access' from krb5, too. bye, Sumit New patch attached, removing krb5 from the

[SSSD] [PATCH] Two manpage fixes

2010-01-15 Thread Jakub Hrozek
/gAn2uJv/GI43to1yLVbg/JlzGH/sNu =oeEu -END PGP SIGNATURE- From 5dac25fb0f697a97ddcd876ab2bb8c6e3b3f8260 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 11 Jan 2010 19:35:56 +0100 Subject: [PATCH 1/2] document debug_timestamps --- server/man/sssd.8.xml | 11

[SSSD] [PATCH] sss_groupshow - a utility to print properties of a local group

2010-01-15 Thread Jakub Hrozek
://enigmail.mozdev.org/ iEYEARECAAYFAktQpEQACgkQHsardTLnvCWJ7gCdGkyJUBxaqOdgch8b+fx1hm3m Ib4AnivXR8Wtm+cAFBAMDVfNxoo9f94I =CuVC -END PGP SIGNATURE- From 67871e4c594d285e78c55bfaa5d2c44a4dd3001f Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Tue, 12 Jan 2010 18:00:49 +0100 Subject

Re: [SSSD] [PATCH] sss_groupshow - a utility to print properties of a local group

2010-01-15 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/15/2010 06:22 PM, Jakub Hrozek wrote: This patch adds a utility called sss_groupshow that allows user to print properties of a group in the local domain. Fixes: #306 Self-nack, I realized it is missing changes to specfile, sorry

Re: [SSSD] [PATCH] sss_groupshow - a utility to print properties of a local group

2010-01-15 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/15/2010 06:24 PM, Jakub Hrozek wrote: On 01/15/2010 06:22 PM, Jakub Hrozek wrote: This patch adds a utility called sss_groupshow that allows user to print properties of a group in the local domain. Fixes: #306 Self-nack, I realized

Re: [SSSD] [PATCH] sss_groupshow - a utility to print properties of a local group

2010-01-19 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/18/2010 05:28 PM, Sumit Bose wrote: On Fri, Jan 15, 2010 at 06:55:29PM +0100, Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/15/2010 06:24 PM, Jakub Hrozek wrote: On 01/15/2010 06:22 PM, Jakub Hrozek wrote

Re: [SSSD] [PATCH] sss_groupshow - a utility to print properties of a local group

2010-01-19 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2010 01:33 PM, Stephen Gallagher wrote: On 01/19/2010 06:14 AM, Jakub Hrozek wrote: On 01/18/2010 05:28 PM, Sumit Bose wrote: Works nice, but can you add _() to the default output so it can get translated? bye, Sumit Sure, thanks

Re: [SSSD] [PATCH] Update the url in the spec files

2010-01-20 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/20/2010 10:22 AM, Sumit Bose wrote: Hi, I just recognized that the url in the spec files is still pointing to freeipa. bye, Sumit Nice catch, ACK -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG

Re: [SSSD] [PATCH] INI allow string list to have empty values

2010-01-21 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/21/2010 05:42 AM, Dmitri Pal wrote: Hello, This patch allows proper parsing of values like this: fruit=apple,,orange The added function would return the list of three items: apple empty orange Previously existing parsing

Re: [SSSD] [PATCH] Updated collection patch

2010-01-27 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/2010 08:45 PM, Dmitri Pal wrote: I want to handle it separately and in one patch across all unit tests in common. BTW I do not think we have any for path_utils, right? We don't, but there is a ticket tracking this -

Re: [SSSD] [PATCH] Updated collection patch

2010-02-01 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/2010 08:45 PM, Dmitri Pal wrote: Hi, I removed semicolons. For the env var I opened a new issue. https://fedorahosted.org/sssd/ticket/394 I want to handle it separately and in one patch across all unit tests in common. ACK -BEGIN

Re: [SSSD] [PATCH] Add mandatory flag to SSSD config schema

2010-02-05 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/04/2010 09:20 PM, Stephen Gallagher wrote: On 01/11/2010 09:58 AM, Jakub Hrozek wrote: On 01/07/2010 05:54 PM, Stephen Gallagher wrote: Address https://fedorahosted.org/sssd/ticket/349 After a bit of thought, I decided to break

Re: [SSSD] [PATCH] Add mandatory flag to SSSD config schema

2010-02-05 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/05/2010 02:18 PM, Stephen Gallagher wrote: New patch attached. ACK -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

[SSSD] [PATCH] Few misc minor man page bugs

2010-02-08 Thread Jakub Hrozek
/ iEYEARECAAYFAktwbZMACgkQHsardTLnvCWosACdGFeykoTyFbiK8ELd6jjRcejA i7IAoJoR+Rm7tuvzqIs/ob2r6tP8vKgz =1Qkg -END PGP SIGNATURE- From 6e36ea983c9e1e08eb9943bd02ab6cf9ed59 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Sun, 31 Jan 2010 00:23:07 +0100 Subject: [PATCH

[SSSD] [PATCH] sss_groupshow improvements

2010-02-08 Thread Jakub Hrozek
Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 1 Feb 2010 11:39:51 +0100 Subject: [PATCH] sss_groupshow improvements This patch fixes the following issues: * man page issues (#395) * show info on MPGs (#396) * recursively print indirect members (#397) * the list

Re: [SSSD] [PATCH] Few misc minor man page bugs

2010-02-09 Thread Jakub Hrozek
Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Sun, 31 Jan 2010 00:23:07 +0100 Subject: [PATCH] Few misc minor man page bugs * sssd.conf * sbus_timeout was used in an example but explained nowhere * enum_cache_timeout unit was not defined * same

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-09 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2010 12:20 PM, Sumit Bose wrote: On Mon, Feb 08, 2010 at 09:01:29PM +0100, Jakub Hrozek wrote: This patch fixes the following issues: * man page issues (#395) * show info on MPGs (#396) * recursively print indirect members

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-09 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2010 02:08 PM, Jakub Hrozek wrote: Although I did not manage to reproduce the segfault, the backtrace looked like an uninitialized nmembers variable..new patch is attached. Several other improvements related to the way we display info

[SSSD] [PATCH] Fix other memory alignment issues

2010-02-09 Thread Jakub Hrozek
/ iEYEARECAAYFAktx1hcACgkQHsardTLnvCUADwCgt9M05Clp45G7IUVLe/sFiJ1n ov8AoKSP2QGpoFXvAGGyEbmjfmBlG5sP =a2Yy -END PGP SIGNATURE- From f02730e3deab95e78c927b9b8b5a09284759d629 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 25 Jan 2010 23:59:03 +0100 Subject: [PATCH] Fix other memory alignment issues

Re: [SSSD] [PATCH] Fix other memory alignment issues

2010-02-10 Thread Jakub Hrozek
:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 25 Jan 2010 23:59:03 +0100 Subject: [PATCH] Fix other memory alignment issues Similar to George McCollister's patch to the pam code, this patch fixes other places in the code where we forced data into 32-bit alignment. Fixes: #390

Re: [SSSD] [PATCH] sss_groupshow improvements

2010-02-10 Thread Jakub Hrozek
2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 1 Feb 2010 11:39:51 +0100 Subject: [PATCH] sss_groupshow improvements This patch fixes the following issues: * man page issues (#395) * show info on MPGs (#396) * recursively print indirect members (#397) * the list of groupnames

Re: [SSSD] [PATCH] Make collection_queue.h and collection_stack.h into public headers

2010-02-10 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/10/2010 03:46 PM, Stephen Gallagher wrote: On 02/10/2010 09:39 AM, Jakub Hrozek wrote: On 02/10/2010 03:28 PM, Stephen Gallagher wrote: When we turned libcollection into a shared library, I neglected to include collection_queue.h

[SSSD] [PATCH] gitignore additions

2010-02-12 Thread Jakub Hrozek
//OQboCjIFCe =J+G/ -END PGP SIGNATURE- From 12dadcfc964f7831d428b9e5686dbd53ec212039 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Wed, 10 Feb 2010 16:35:14 +0100 Subject: [PATCH] gitignore additions --- .gitignore |3 +++ 1 files changed, 3 insertions(+), 0

Re: [SSSD] [PATCH] Make attr_type an integer

2010-02-15 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/12/2010 09:46 PM, Stephen Gallagher wrote: I realized I forgot to update a DEBUG statement. New patch attached. ACK -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

Re: [SSSD] [PATCH] Synchronize IPA and LDAP options

2010-02-15 Thread Jakub Hrozek
SIGNATURE- From a660b408fc2fd8e7c3c47d87bc5691f8cec51c11 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Thu, 11 Feb 2010 15:46:23 +0100 Subject: [PATCH 1/2] Synchronize IPA and LDAP options --- server/providers/ipa/ipa_common.c |6 -- 1 files changed, 4 insertions(+), 2

Re: [SSSD] [PATCH] Do not check entries during cleanup task

2010-02-16 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/16/2010 01:23 PM, Jakub Hrozek wrote: Do not attempt to validate expired entries in cache, just delete them. Also increase the cache timeouts. Fixes: #331 Stephen spotted a typo (also in the old version) that prevented one of the options

Re: [SSSD] [PATCH] Disable rpath support in the linker

2010-02-19 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/19/2010 07:33 PM, Stephen Gallagher wrote: Fedora (and many other distributions) do not want rpath to be used. ACK -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Fedora -

Re: [SSSD] [PATCH] Clean up DP registration and PAM request interfaces

2010-02-22 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/22/2010 05:34 PM, Stephen Gallagher wrote: Simo noticed a typo on this patch during code review. Fixed. * providers/data_provider.h:67 still mentions domains in the PAM response packet * I'm not sure about removing pd-domain from

[SSSD] [PATCH] Restrict family lookups

2010-02-22 Thread Jakub Hrozek
/ iEYEARECAAYFAkuCwHkACgkQHsardTLnvCX/NQCfa8tqnVbg4+Y2HqrWBPFiN2Ab 87QAnjon1WFcB7YoAPA5Ez3vh9betPtC =hL5R -END PGP SIGNATURE- From ff4fbeac9381b08dbe0653343f93017d7cf8c9f5 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 22 Feb 2010 10:28:26 +0100 Subject: [PATCH] Restrict family lookups

[SSSD] [PATCH] Remove Kerberos options from confdb.h

2010-02-22 Thread Jakub Hrozek
://enigmail.mozdev.org/ iEYEARECAAYFAkuCwIAACgkQHsardTLnvCWTwQCfWtylCbZc+D8eTZAbsAps2Wq6 g7EAn1yzSOyj8Ig57hLZt5Bt7jnbyZoz =9QXK -END PGP SIGNATURE- From fc708c1dfd103a0eefb9ab12170c3da177f5d398 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Mon, 22 Feb 2010 16:17:48 +0100 Subject

Re: [SSSD] [PATCH] Clean up DP registration and PAM request interfaces

2010-02-22 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/22/2010 06:30 PM, Stephen Gallagher wrote: New patch attached. Ack -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

Re: [SSSD] [PATCH] Do not check entries during cleanup task

2010-02-23 Thread Jakub Hrozek
/ iEYEARECAAYFAkuDzx0ACgkQHsardTLnvCWIawCeONbTZrtkoR4zemLuX0mRkCML rZkAn3GcxxNuqaq3tdpEJzvoAVDC+J1P =kK02 -END PGP SIGNATURE- From 4c38d3ff15ccdfe598edcbb832cf3d77dac4ba97 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Wed, 20 Jan 2010 18:03:33 +0100 Subject: [PATCH] Do

[SSSD] [PATCH] Better cleanup task handling

2010-02-23 Thread Jakub Hrozek
: Jakub Hrozek jhro...@redhat.com Date: Wed, 17 Feb 2010 18:35:31 +0100 Subject: [PATCH 1/2] Store lastLogin attribute when authenticating online --- src/responder/pam/pamsrv_cmd.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/responder/pam/pamsrv_cmd.c b/src

[SSSD] [PATCH] Do not schedule enumeration after a cleanup

2010-02-23 Thread Jakub Hrozek
SIGNATURE- From 91e13b55e83548a61e2e14f0cf1aab3fc6bc7137 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro...@redhat.com Date: Tue, 23 Feb 2010 12:46:19 +0100 Subject: [PATCH] Do not schedule enumeration after a cleanup --- src/providers/ldap/ldap_id_cleanup.c |4 ++-- 1 files changed, 2

Re: [SSSD] [PATCH] Do not check entries during cleanup task

2010-02-23 Thread Jakub Hrozek
(GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkuD+kEACgkQHsardTLnvCXoqgCgrsbw0AXROrsAbIthyIGLc+8N wLgAoNrqzaIOuN+fXljtfZiXr393aowy =7OnR -END PGP SIGNATURE- From 291579709647a91af5c4b88e4e25a0fab92d186f Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhro

  1   2   3   4   5   6   7   8   9   10   >