Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PROXY: fix minor memory leak | Pavel Reichl | 2015-10-02 | 1 | -2/+2 |
| | | | | Reviewed-by: Pavel Březina <pbrezina@redhat.com> | ||||
* | PROXY: Preserve service name in proxy provider | Michal Zidek | 2014-11-13 | 1 | -1/+21 |
| | | | | | | | | Fixes: https://fedorahosted.org/sssd/ticket/2461 Reviewed-by: Pavel Reichl <preichl@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> | ||||
* | Make DEBUG macro invocations variadic | Nikolai Kondrashov | 2014-02-12 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | Use a script to update DEBUG macro invocations to use it as a variadic macro, supplying format string and its arguments directly, instead of wrapping them in parens. This script was used to update the code: grep -rwl --include '*.[hc]' DEBUG . | while read f; do mv "$f"{,.orig} perl -e \ 'use strict; use File::Slurp; my $text=read_file(\*STDIN); $text=~s#(\bDEBUG\s*\([^(]+)\((.*?)\)\s*\)\s*;#$1$2);#gs; print $text;' < "$f.orig" > "$f" rm "$f.orig" done Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Stephen Gallagher <sgallagh@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | SYSDB: Drop the sysdb_ctx parameter from the sysdb_services module | Michal Zidek | 2013-11-15 | 1 | -17/+14 |
| | |||||
* | PROXY: Fix memory hierarchy when enumerating services | Jakub Hrozek | 2013-10-21 | 1 | -1/+7 |
| | |||||
* | Add domain arguments to sysdb services functions | Simo Sorce | 2013-01-15 | 1 | -2/+2 |
| | | | | also fix sysdb_svc_add declarations | ||||
* | Add domain argument to sysdb_remove_attrs() | Simo Sorce | 2013-01-15 | 1 | -4/+5 |
| | |||||
* | Unify usage of sysdb transactions | Michal Zidek | 2012-08-23 | 1 | -1/+5 |
| | | | | | | Removing bad examples of usage of sysdb_transaction_start/commit/end functions and making it more consistent (all files except of src/db/sysdb_*.c). | ||||
* | Backward GOTOs rewritten into do-while loops. | Ondrej Kos | 2012-08-09 | 1 | -89/+96 |
| | |||||
* | Proxy services: Save lowercased protocol names and aliases in ↵ | Jakub Hrozek | 2012-03-29 | 1 | -57/+17 |
| | | | | case-insensitive domains | ||||
* | NSS: Add individual timeouts for entry types | Stephen Gallagher | 2012-02-04 | 1 | -3/+3 |
| | | | | https://fedorahosted.org/sssd/ticket/1016 | ||||
* | SYSDB: extend sysdb_store_service() to accept additional attributes | Stephen Gallagher | 2012-01-31 | 1 | -0/+2 |
| | |||||
* | PROXY: add support for enumerating services | Stephen Gallagher | 2012-01-27 | 1 | -0/+177 |
| | |||||
* | PROXY: add support for service lookups (non-enumeration) | Stephen Gallagher | 2012-01-27 | 1 | -0/+199 |