Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-18 | Adding Japanese translation | noriko | 4 | -0/+654 | |
2009-11-18 | Add Italian translation for sss_client | deneb | 2 | -0/+41 | |
2009-11-18 | Add French translation to sss_client | Bouska | 2 | -0/+37 | |
2009-11-18 | Update translatable strings | Stephen Gallagher | 6 | -39/+69 | |
2009-11-18 | Failover fixes and additions | Simo Sorce | 3 | -7/+25 | |
2009-11-18 | Store initgr expire time on initgr call | Simo Sorce | 1 | -6/+17 | |
2009-11-18 | Change the pam code to perform an initgroups call | Simo Sorce | 1 | -1/+1 | |
An initgroups call refreshes both the user and the user's groups, this is ideal for pam so that we don't need addiotnal initgroups calls (initgroups calls are cached too now) during the login process. | |||||
2009-11-18 | Change initgroups code to use and check the cache | Simo Sorce | 2 | -218/+109 | |
We were previously always ending up contacting the backend because we had no way to know if an initgroups call for the same user had ever been called. Add attribute to hold this information and rely on backends to update it. If they don't we fallback to the previous behvior of asking the backend. | |||||
2009-11-18 | Fix crash due to uninitialized timeout variable | Simo Sorce | 1 | -0/+1 | |
This slipped through in previous patches. Fixes #283 | |||||
2009-11-18 | Upgrade cache and local databases to case-sensitive names | Stephen Gallagher | 2 | -2/+96 | |
2009-11-18 | Make the sysdb user and group names case-sensitive | Stephen Gallagher | 2 | -1/+39 | |
2009-11-13 | Fix option name krb5_changepw_principal | Sumit Bose | 5 | -7/+7 | |
2009-11-12 | Change var name to make its use more clear. | Simo Sorce | 2 | -7/+7 | |
Change memctx to make clear it should be used only when a callback is being used. | |||||
2009-11-12 | Make 'permit' the default for the access target | Sumit Bose | 2 | -16/+5 | |
2009-11-12 | Fix check_cache bug in dealing with the callback | Simo Sorce | 1 | -97/+104 | |
Also rework check_cache so that the operations it makes are more explicit. Also add comments about why we are doing something. Should make the code easier to understand in future (took quite some time and discussion on IRC to understand exactly how this function was behaving and to find the callback passing bug). | |||||
2009-11-12 | Fix double free case. | Simo Sorce | 1 | -1/+3 | |
2009-11-12 | Fixes for proxy provider | Sumit Bose | 2 | -7/+26 | |
- use the correct private data for each PAM task - make proxy_pam_target a mandatory option for auth, chpass and access | |||||
2009-11-12 | Fix inconsistent use of krb5_ccname_template | Sumit Bose | 2 | -2/+2 | |
2009-11-12 | Try to fix offline logins | Simo Sorce | 2 | -13/+7 | |
2009-11-12 | Add support for host, source host and user category | Sumit Bose | 1 | -8/+54 | |
This patch add support for the host, source host and user category 'all'. All other category values are ignored so far. With the patch the interpretation of an empty memberUser and empty sourceHost and externalHost is changed to 'not applicable'. | |||||
2009-11-10 | Fix Requires: sssd-client line in specfile | Stephen Gallagher | 1 | -1/+1 | |
2009-11-10 | Add cleanup task | Simo Sorce | 9 | -156/+915 | |
2009-11-10 | Refactor delete functions and add a few | Simo Sorce | 4 | -234/+648 | |
Refactor user/group delete functions so that they can be used without a transaction (they autostart an operation). Add user and group search function where a subfilter can be specified. | |||||
2009-11-10 | Add check for access-time rules to ipa_access. | Sumit Bose | 4 | -0/+74 | |
2009-11-10 | Simplify krb5 child handler | Sumit Bose | 1 | -17/+18 | |
Currently the Kerberos child handler evaluates the siginfo_t structure to wait for a specific child. This scheme is prone to error, especially when there are more than one child process active, and can produce missleading debug message. This patch simplifies the scheme as it waits for any child. | |||||
2009-11-09 | Fix segfault on unknown user/domain | Stephen Gallagher | 1 | -2/+2 | |
2009-11-09 | Fix tevent_req error checking. | Simo Sorce | 16 | -284/+111 | |
When possible using a macro that correctly deals with tstate | |||||
2009-11-09 | Assorted manpage fixes | Jakub Hrozek | 1 | -27/+14 | |
* do not mention the sbus_timeout parameter at all * document the config_file_version parameter * different wording for negative cache | |||||
2009-11-09 | Fix regression in error message when deleting groups | Jakub Hrozek | 1 | -6/+4 | |
2009-11-09 | Fix enumerations | Simo Sorce | 1 | -2/+6 | |
The counter was not set so we were storing only the first user for each anumeration. | |||||
2009-11-09 | IPA time rules parsing routines | Jakub Hrozek | 4 | -0/+1841 | |
2009-11-09 | Add missing include | Jakub Hrozek | 1 | -0/+1 | |
2009-11-09 | Check return, zero free hostent, adhere to style | Simo Sorce | 4 | -20/+28 | |
2009-11-07 | Fix ldap driver | Simo Sorce | 1 | -0/+3 | |
2009-11-07 | Fix build | Simo Sorce | 1 | -4/+8 | |
2009-11-07 | added access module of IPA provider | Sumit Bose | 6 | -4/+1697 | |
2009-11-06 | Add fail over utility functions | Martin Nagy | 4 | -1/+971 | |
These functions should be used by providers to centrally manage lists of servers. Servers are grouped into services and each service has it's own list of servers. If, however, you will try to add a same server into two different services, they will share a common structure. This means that a host will only be resolved once. | |||||
2009-11-06 | Add simple reference counting wrappers for talloc | Martin Nagy | 4 | -1/+373 | |
2009-11-06 | Add DLIST_FOR_EACH() macro | Martin Nagy | 1 | -0/+3 | |
2009-11-06 | Check is ccache structure is initialized before calling krb5_cc_destroy | Sumit Bose | 1 | -8/+16 | |
2009-11-06 | Update sssd.spec to use only the required KRB5_LIBS and NSS_LIBS | Stephen Gallagher | 1 | -0/+2 | |
2009-11-06 | Clean up unused dependencies | Stephen Gallagher | 4 | -9/+38 | |
2009-11-06 | Fix a bad free in async_resolv.c | Martin Nagy | 1 | -6/+0 | |
Also remove redundant talloc_free()'s. They are not needed since their parent should be freed right after calling the _recv() function. | |||||
2009-11-06 | Add missing include file to files-tests.c | Martin Nagy | 1 | -0/+1 | |
2009-11-06 | Always set last update and expire time | Simo Sorce | 4 | -114/+110 | |
modifications to existing users/groups were setting metadata, but creation was not. Fixes #259 | |||||
2009-11-06 | Split async helpers in multiple files | Simo Sorce | 6 | -3285/+3386 | |
The size of sdap_async.c was unmanageable. This patch splits it into a generic file with common infrastructure calls, a file that handles connection calls and a file for id related calls. | |||||
2009-11-06 | Reorganize ldap id provider files | Simo Sorce | 5 | -547/+584 | |
Split enum task in a separate file. | |||||
2009-11-06 | Unify code to use the generic search interface | Simo Sorce | 1 | -593/+473 | |
This code removes redundancies in the code. both users and groups enumeration code use the same search generic search function now. Also the code to save users and groups have been unified across all callers. | |||||
2009-11-06 | Fix and enhance initgroups call | Simo Sorce | 1 | -170/+637 | |
This call was failing and was defective because it didn't properly handle the various different schemas we support. Now the function does 2 things: - Updates the user entry to make sure it is still valid - Retrieves every group the user is member of | |||||
2009-11-06 | Unify parse routines, use maps in generic searches | Simo Sorce | 4 | -130/+77 | |
This remove redundant code and also allows the generic search to be used to use maps to convert attributes. |