summaryrefslogtreecommitdiff
path: root/src/responder/pac
AgeCommit message (Expand)AuthorFilesLines
2013-09-17util: add sss_idmap_talloc[_free]Pavel Březina1-11/+2
2013-09-03Include sys/types.h for types id_t and uid_tLukas Slebodnik1-0/+1
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 Bose2-11/+9
2013-08-26PAC: do not create users with missing GIDSumit Bose1-0/+14
2013-08-26PAC: if user entry already exists keep itSumit Bose3-86/+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 Hrozek2-19/+10
2013-06-06Enhance PAC responder for AD usersSumit Bose3-927/+659
2013-06-04Lookup domains at startupSumit Bose1-0/+6
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek2-4/+3
2013-05-10Add missing \n to debug stringSumit Bose1-1/+1
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-2/+2
2013-04-21Fix and rename get_my_domain_data()Sumit Bose3-12/+14
2013-04-10Allow using flatname for subdomain home dir templateJakub Hrozek1-1/+1
2013-03-20change responder contexts hierarchyPavel Březina1-9/+14
2013-03-20do not leak memory on failure in *_process_init()Pavel Březina1-6/+11
2013-03-04Remove unused functionsJakub Hrozek2-18/+0
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce1-1/+1
2013-02-10Parent and subdomains use the same sysdbSimo Sorce1-5/+1
2013-02-10Change the way domains are linked.Simo Sorce1-10/+1
2013-02-10Add function get_next_domain()Simo Sorce1-1/+1
2013-02-10NSS: Add original homedir to home directory template optionsStephen Gallagher1-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_domain_dn() require a domain.Simo Sorce1-1/+1
2013-01-15Make sysdb_user_dn() require a domain explictly.Simo Sorce1-1/+1
2013-01-08Refactor gid handling in the PAC responderSumit Bose3-84/+202
2013-01-08PAC responder: check if existing user differsSumit Bose3-13/+64
2013-01-08Use hash table to collect GIDs from PAC to avoid dupsSumit Bose1-18/+86
2013-01-08Read remote groups from PACSumit Bose1-3/+52
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 Bose3-17/+47
2013-01-08Always get user data from PACSumit Bose1-7/+7
2013-01-08Add find_domain_by_id()Sumit Bose2-0/+42
2013-01-08Use struct pac_grp instead of gid_t for groups from PACSumit Bose3-18/+25
2012-12-18RESPONDERS: Create a common file with service names and versionsJakub Hrozek1-3/+1
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 Sorce2-25/+42
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