summaryrefslogtreecommitdiff
path: root/src/responder/pac/pacsrv_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-26PAC: Skip SIDs that cannot be resolved to domainJakub Hrozek1-2/+4
2013-08-26PAC: use SID instead of GID to search for groupsSumit Bose1-48/+41
2013-08-26PAC: do not fail if a single group cannot be added/removedSumit Bose1-18/+31
2013-08-26PAC: read user DN instead of constructing itSumit Bose1-5/+17
2013-08-26PAC: handle non-POSIX groups in cacheSumit Bose1-10/+9
2013-08-26PAC: do not create users with missing GIDSumit Bose1-0/+14
2013-08-26PAC: if user entry already exists keep itSumit Bose1-45/+10
2013-06-24PAC: do not delete originalDN or cached password if presentSumit Bose1-1/+26
2013-06-19PAC: do not expect that sysdb_search_object_by_sid() return ENOENTSumit Bose1-8/+8
2013-06-07New utility function sss_get_domain_nameJakub Hrozek1-14/+9
2013-06-06Enhance PAC responder for AD usersSumit Bose1-133/+455
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek1-2/+2
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-2/+2
2013-04-21Fix and rename get_my_domain_data()Sumit Bose1-3/+3
2013-03-04Remove unused functionsJakub Hrozek1-16/+0
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_delete_user()Simo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_store_user()Simo Sorce1-1/+1
2013-01-15Add domain to sysdb_search_group_by_gid()Simo Sorce1-1/+1
2013-01-15Add domain to sysdb_search_user_by_uid()Simo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_initgroups()Simo Sorce1-1/+2
2013-01-15Make sysdb_user_dn() require a domain explictly.Simo Sorce1-1/+1
2013-01-08Refactor gid handling in the PAC responderSumit Bose1-17/+35
2013-01-08PAC responder: check if existing user differsSumit Bose1-13/+20
2013-01-08Remote groups do not have an original DN attributeSumit Bose1-40/+34
2013-01-08Save domain and GID for groups from the configured domainSumit Bose1-17/+19
2013-01-08Always get user data from PACSumit Bose1-7/+7
2013-01-08Use struct pac_grp instead of gid_t for groups from PACSumit Bose1-4/+4
2012-12-10PAC: check the return value of diff_git_listsJakub Hrozek1-0/+4
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-1/+1
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce1-2/+13
2012-11-10Store the original group DN in the subdomain user objectSumit Bose1-26/+58
2012-11-10Get lists of GIDs to be added and deleted and use themSumit Bose1-3/+89
2012-11-10Add pac_user_get_grp_info() to read current group membershipsSumit Bose1-0/+106
2012-10-26pac responder: add user principal and name alias to cached user objectSumit Bose1-2/+3
2012-10-26pac responder: use only lower case user nameSumit Bose1-2/+10
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-2/+1
2012-06-21Add range support to PAC responderSumit Bose1-2/+4
2012-06-21PAC responder: add the core functionalitySumit Bose1-1/+470
2012-06-21PAC responder: add basic infrastructureSumit Bose1-0/+61