summaryrefslogtreecommitdiff
path: root/src/responder/pac
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-10Add diff_gid_lists() with testSumit Bose2-0/+172
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-10-26pac responder: add user principal and name alias to cached user objectSumit Bose3-4/+46
2012-10-26pac responder: use only lower case user nameSumit Bose2-5/+15
2012-10-26pac responder: fix copy-and-paste errorSumit Bose1-7/+0
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2-6/+2
2012-07-10pac responder: limit access by checking UIDsSumit Bose1-0/+19
2012-07-06Set file descriptor limits in pac responderSumit Bose1-0/+15
2012-06-21Add range support to PAC responderSumit Bose3-45/+140