Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-21 | Remove sysdb as a be context structure member | Simo Sorce | 2 | -2/+2 | |
The sysdb context is already available through the 'domain' structure. | |||||
2013-01-16 | Remove outdated code. | Simo Sorce | 1 | -10/+0 | |
This code should not be necessary anymore since June 2010 with commit: 90acbcf20b5f896ca8f631923afe946c90d90de7 | |||||
2013-01-15 | Add domain arguments to sysdb services functions | Simo Sorce | 1 | -2/+2 | |
also fix sysdb_svc_add declarations | |||||
2013-01-15 | Add domain argument to sysdb_remove_attrs() | Simo Sorce | 1 | -4/+5 | |
2013-01-15 | Add domain arg to sysdb_search/delete_netgroup() | Simo Sorce | 1 | -6/+6 | |
2013-01-15 | Add domain argument to sysdb_delete_group() | Simo Sorce | 1 | -2/+2 | |
Also remove sysdb_delete_domgroup() | |||||
2013-01-15 | Add domain argument to sysdb_delete_user() | Simo Sorce | 1 | -8/+12 | |
Also remove sysdb_delete_domuser() | |||||
2013-01-15 | Add domain argument to sysdb_cache_password() | Simo Sorce | 1 | -0/+1 | |
2013-01-15 | Add domain argument to sysdb_store_group() | Simo Sorce | 1 | -1/+1 | |
Also remove sysdb_store_domgroup() | |||||
2013-01-15 | Add domain argument to sysdb_store_user() | Simo Sorce | 1 | -9/+9 | |
Also remove sysdb_store_domuser() | |||||
2013-01-15 | Add domain arguments to sysdb_add_inetgroup fns. | Simo Sorce | 1 | -2/+4 | |
2013-01-15 | Add domain to sysdb_search_user_by_name() | Simo Sorce | 1 | -3/+5 | |
Also remove unused sysdb_search_domuser_by_name() | |||||
2013-01-15 | Pass domain to sysdb_get<pwu/grg><id() functions | Simo Sorce | 1 | -3/+3 | |
2013-01-10 | Change pam data auth tokens. | Simo Sorce | 3 | -33/+39 | |
Use the new authtok abstraction and interfaces throught the code. | |||||
2012-12-17 | PROXY: fix groups caching | Ondrej Kos | 1 | -0/+6 | |
https://fedorahosted.org/sssd/ticket/1685 Properly react on deleting group which was not found in sysdb. | |||||
2012-12-10 | PROXY: fix negative cache | Ondrej Kos | 1 | -20/+24 | |
https://fedorahosted.org/sssd/ticket/1685 The PROXY provider wasn't storing credentials to negative cache due to bad return value. This was delegated from attempt to delete these credentials from local cache. Therefore ENOENT is replaced as EOK. | |||||
2012-12-04 | Use an entry type mask macro to filter entry types | Simo Sorce | 1 | -1/+1 | |
Avoids hardcoding magic numbers everywhere and self documents why a mask is being applied. | |||||
2012-11-20 | LDAP: Only convert direct parents' ghost attribute to member | Jakub Hrozek | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1612 This patch changes the handling of ghost attributes when saving the actual user entry. Instead of always linking all groups that contained the ghost attribute with the new user entry, the original member attributes are now saved in the group object and the user entry is only linked with its direct parents. As the member attribute is compared against the originalDN of the user, if either the originalDN or the originalMember attributes are missing, the user object is linked with all the groups as a fallback. The original member attributes are only saved if the LDAP schema supports nesting. | |||||
2012-10-29 | Include talloc log in our debug facility | Michal Zidek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1495 | |||||
2012-08-23 | Unify usage of sysdb transactions | Michal Zidek | 2 | -5/+35 | |
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). | |||||
2012-08-09 | Backward GOTOs rewritten into do-while loops. | Ondrej Kos | 2 | -245/+271 | |
2012-08-06 | Removed unused variable assignment | Ondrej Kos | 1 | -2/+0 | |
https://fedorahosted.org/sssd/ticket/1453 | |||||
2012-05-31 | Ghost members - support in proxy provider | Jan Zeleny | 1 | -6/+8 | |
2012-05-14 | Potential NULL dereference in proxy provider | Ariel Barria | 1 | -1/+1 | |
2012-05-03 | PROXY: return correct return codes | Jakub Hrozek | 1 | -7/+9 | |
We were reporting on the value of "status" instead of "ret'. We also didn't set ret to EOK in cases group contained no members. | |||||
2012-04-20 | proxy: new option proxy_fast_alias | Jakub Hrozek | 3 | -43/+123 | |
2012-04-20 | proxy: Canonicalize user and group names | Jakub Hrozek | 1 | -312/+354 | |
https://fedorahosted.org/sssd/ticket/1249 | |||||
2012-03-29 | Proxy services: Save lowercased protocol names and aliases in ↵ | Jakub Hrozek | 1 | -57/+17 | |
case-insensitive domains | |||||
2012-03-09 | Handle empty elements in proxy netgroups: | Jakub Hrozek | 1 | -3/+6 | |
2012-03-09 | Fix netgroup error handling | Jakub Hrozek | 1 | -17/+59 | |
https://fedorahosted.org/sssd/ticket/1242 | |||||
2012-03-09 | PROXY: Create fake user entries for group lookups | Stephen Gallagher | 1 | -3/+85 | |
2012-02-24 | Delete missing attributes from netgroups to be stored | Jan Zeleny | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1136 | |||||
2012-02-13 | Fix uninitialized value error in proxy provider | Stephen Gallagher | 1 | -1/+1 | |
Coverity #12467 | |||||
2012-02-04 | NSS: Add individual timeouts for entry types | Stephen Gallagher | 5 | -17/+12 | |
https://fedorahosted.org/sssd/ticket/1016 | |||||
2012-01-31 | SYSDB: extend sysdb_store_service() to accept additional attributes | Stephen Gallagher | 1 | -0/+2 | |
2012-01-27 | PROXY: add support for enumerating services | Stephen Gallagher | 4 | -0/+226 | |
2012-01-27 | PROXY: add support for service lookups (non-enumeration) | Stephen Gallagher | 4 | -0/+273 | |
2011-12-16 | Use the case sensitivity flag in the proxy provider | Jakub Hrozek | 3 | -153/+181 | |
2011-11-22 | Cleanup: Remove unused parameters | Jakub Hrozek | 3 | -3/+1 | |
2011-11-07 | Fixed empty loginShell in proxy provider | Jan Zeleny | 1 | -4/+32 | |
https://fedorahosted.org/sssd/ticket/892 | |||||
2011-10-31 | Do not leak hash table iterator during proxy auth | Jakub Hrozek | 1 | -0/+1 | |
2011-10-13 | SysDB commands that save lastUpdate allows this value to be passed in | Pavel Březina | 2 | -11/+21 | |
https://fedorahosted.org/sssd/ticket/836 | |||||
2011-10-13 | Append PID to sbus server socket name, let clients use a symlink | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1034 | |||||
2011-10-03 | Use explicit base 10 for converting strings to integers | Jakub Hrozek | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/1013 | |||||
2011-09-08 | DEBUG timestamps offer higher precision | Pavel Březina | 1 | -2/+3 | |
https://fedorahosted.org/sssd/ticket/956 Added: --debug-microseconds=0/1 Added: debug_microseconds to sssd.conf | |||||
2011-08-25 | --debug-timestamps=1 is not passed to providers | Pavel Březina | 1 | -3/+2 | |
https://fedorahosted.org/sssd/ticket/972 --debug-timestamps=1 is now passed to providers | |||||
2011-08-25 | New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0 | Pavel Březina | 1 | -1/+4 | |
Removed: SSS_UNRESOLVED_DEBUG_LEVEL (completely replaced with SSSDBG_UNRESOLVED) Added new macro: CONVERT_AND_SET_DEBUG_LEVEL(new_value) Changes unresolved debug level value (SSSDBG_UNRESOLVED) from -1 to 0 so DEBUG macro could be reduced by one condition. Anyway, it has a minor effect, every time you want to load debug_level from command line parameters, you have to use following pattern: /* Set debug level to invalid value so we can deside if -d 0 was used. */ debug_level = SSSDBG_INVALID; pc = poptGetContext(argv[0], argc, argv, long_options, 0); while((opt = poptGetNextOpt(pc)) != -1) { ... } CONVERT_AND_SET_DEBUG_LEVEL(debug_level); | |||||
2011-08-25 | New DEBUG facility - conversion | Pavel Březina | 3 | -2/+3 | |
https://fedorahosted.org/sssd/ticket/925 Conversion of the old debug_level format to the new one. (only where it was necessary) Removed: SSS_DEFAULT_DEBUG_LEVEL (completely replaced with SSSDBG_DEFAULT) | |||||
2011-08-15 | sysdb refactoring: memory context deleted | Jan Zeleny | 2 | -11/+10 | |
This patch deletes memory context parameter in those places in sysdb where it is not necessary. The code using modified functions has been updated. Tests updated as well. | |||||
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 3 | -11/+10 | |
The patch also updates code using modified functions. Tests have also been adjusted. |