summaryrefslogtreecommitdiff
path: root/src/responder/pac/pacsrv_utils.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Include sys/types.h for types id_t and uid_tLukas Slebodnik1-0/+1
2013-08-26PAC: if user entry already exists keep itSumit Bose1-39/+0
2013-06-07New utility function sss_get_domain_nameJakub Hrozek1-5/+1
2013-06-06Enhance PAC responder for AD usersSumit Bose1-740/+197
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek1-2/+1
2013-05-10Add missing \n to debug stringSumit Bose1-1/+1
2013-04-21Fix and rename get_my_domain_data()Sumit Bose1-5/+7
2013-04-10Allow using flatname for subdomain home dir templateJakub Hrozek1-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-15Make sysdb_domain_dn() require a domain.Simo Sorce1-1/+1
2013-01-08Refactor gid handling in the PAC responderSumit Bose1-62/+161
2013-01-08PAC responder: check if existing user differsSumit Bose1-0/+42
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-08Save domain and GID for groups from the configured domainSumit Bose1-0/+27
2013-01-08Add find_domain_by_id()Sumit Bose1-0/+39
2013-01-08Use struct pac_grp instead of gid_t for groups from PACSumit Bose1-11/+13
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce1-23/+29
2012-11-10Add diff_gid_lists() with testSumit Bose1-0/+156
2012-10-26pac responder: add user principal and name alias to cached user objectSumit Bose1-1/+41
2012-10-26pac responder: use only lower case user nameSumit Bose1-3/+5
2012-10-26pac responder: fix copy-and-paste errorSumit Bose1-7/+0
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-4/+1
2012-06-21Add range support to PAC responderSumit Bose1-40/+132
2012-06-21PAC responder: add some utility functionsJan Zeleny1-0/+494