summaryrefslogtreecommitdiffstats
path: root/src/responder/pac/pacsrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* New utility function sss_get_domain_nameJakub Hrozek2013-06-071-14/+9
* Enhance PAC responder for AD usersSumit Bose2013-06-061-133/+455
* Add utility functions for formatting fully-qualified namesJakub Hrozek2013-05-301-2/+2
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-021-2/+2
* Fix and rename get_my_domain_data()Sumit Bose2013-04-211-3/+3
* Remove unused functionsJakub Hrozek2013-03-041-16/+0
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-101-1/+1
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-1/+1
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-151-1/+1
* Add domain to sysdb_search_user_by_uid()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-151-1/+2
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-151-1/+1
* Refactor gid handling in the PAC responderSumit Bose2013-01-081-17/+35
* PAC responder: check if existing user differsSumit Bose2013-01-081-13/+20
* Remote groups do not have an original DN attributeSumit Bose2013-01-081-40/+34
* Save domain and GID for groups from the configured domainSumit Bose2013-01-081-17/+19
* Always get user data from PACSumit Bose2013-01-081-7/+7
* Use struct pac_grp instead of gid_t for groups from PACSumit Bose2013-01-081-4/+4
* PAC: check the return value of diff_git_listsJakub Hrozek2012-12-101-0/+4
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-1/+1
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-2/+13
* Store the original group DN in the subdomain user objectSumit Bose2012-11-101-26/+58
* Get lists of GIDs to be added and deleted and use themSumit Bose2012-11-101-3/+89
* Add pac_user_get_grp_info() to read current group membershipsSumit Bose2012-11-101-0/+106
* pac responder: add user principal and name alias to cached user objectSumit Bose2012-10-261-2/+3
* pac responder: use only lower case user nameSumit Bose2012-10-261-2/+10
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-2/+1
* Add range support to PAC responderSumit Bose2012-06-211-2/+4
* PAC responder: add the core functionalitySumit Bose2012-06-211-1/+470
* PAC responder: add basic infrastructureSumit Bose2012-06-211-0/+61