summaryrefslogtreecommitdiffstats
path: root/src/responder/pac/pacsrv_utils.c
Commit message (Expand)AuthorAgeFilesLines
* pac: fix potential memory leaksPavel Březina2014-01-091-5/+5
* pac: fix double freePavel Březina2014-01-091-8/+6
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-191-2/+2
* free idmapped SIDs correctlyPavel Březina2013-12-191-2/+2
* Include sys/types.h for types id_t and uid_tLukas Slebodnik2013-09-031-0/+1
* PAC: if user entry already exists keep itSumit Bose2013-08-261-39/+0
* New utility function sss_get_domain_nameJakub Hrozek2013-06-071-5/+1
* Enhance PAC responder for AD usersSumit Bose2013-06-061-740/+197
* Add utility functions for formatting fully-qualified namesJakub Hrozek2013-05-301-2/+1
* Add missing \n to debug stringSumit Bose2013-05-101-1/+1
* Fix and rename get_my_domain_data()Sumit Bose2013-04-211-5/+7
* Allow using flatname for subdomain home dir templateJakub Hrozek2013-04-101-1/+1
* Parent and subdomains use the same sysdbSimo Sorce2013-02-101-5/+1
* Change the way domains are linked.Simo Sorce2013-02-101-10/+1
* Add function get_next_domain()Simo Sorce2013-02-101-1/+1
* NSS: Add original homedir to home directory template optionsStephen Gallagher2013-02-101-1/+1
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-1/+1
* Refactor gid handling in the PAC responderSumit Bose2013-01-081-62/+161
* PAC responder: check if existing user differsSumit Bose2013-01-081-0/+42
* Use hash table to collect GIDs from PAC to avoid dupsSumit Bose2013-01-081-18/+86
* Read remote groups from PACSumit Bose2013-01-081-3/+52
* Save domain and GID for groups from the configured domainSumit Bose2013-01-081-0/+27
* Add find_domain_by_id()Sumit Bose2013-01-081-0/+39
* Use struct pac_grp instead of gid_t for groups from PACSumit Bose2013-01-081-11/+13
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-23/+29
* Add diff_gid_lists() with testSumit Bose2012-11-101-0/+156
* pac responder: add user principal and name alias to cached user objectSumit Bose2012-10-261-1/+41
* pac responder: use only lower case user nameSumit Bose2012-10-261-3/+5
* pac responder: fix copy-and-paste errorSumit Bose2012-10-261-7/+0
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-4/+1
* Add range support to PAC responderSumit Bose2012-06-211-40/+132
* PAC responder: add some utility functionsJan Zeleny2012-06-211-0/+494