summaryrefslogtreecommitdiffstats
path: root/src/responder/pac
Commit message (Expand)AuthorAgeFilesLines
* util: add sss_idmap_talloc[_free]Pavel Březina2013-09-171-11/+2
* Include sys/types.h for types id_t and uid_tLukas Slebodnik2013-09-031-0/+1
* PAC: Skip SIDs that cannot be resolved to domainJakub Hrozek2013-08-261-2/+4
* PAC: use SID instead of GID to search for groupsSumit Bose2013-08-261-48/+41
* PAC: do not fail if a single group cannot be added/removedSumit Bose2013-08-261-18/+31
* PAC: read user DN instead of constructing itSumit Bose2013-08-261-5/+17
* PAC: handle non-POSIX groups in cacheSumit Bose2013-08-262-11/+9
* PAC: do not create users with missing GIDSumit Bose2013-08-261-0/+14
* PAC: if user entry already exists keep itSumit Bose2013-08-263-86/+10
* PAC: do not delete originalDN or cached password if presentSumit Bose2013-06-241-1/+26
* PAC: do not expect that sysdb_search_object_by_sid() return ENOENTSumit Bose2013-06-191-8/+8
* New utility function sss_get_domain_nameJakub Hrozek2013-06-072-19/+10
* Enhance PAC responder for AD usersSumit Bose2013-06-063-927/+659
* Lookup domains at startupSumit Bose2013-06-041-0/+6
* Add utility functions for formatting fully-qualified namesJakub Hrozek2013-05-302-4/+3
* Add missing \n to debug stringSumit Bose2013-05-101-1/+1
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-021-2/+2
* Fix and rename get_my_domain_data()Sumit Bose2013-04-213-12/+14
* Allow using flatname for subdomain home dir templateJakub Hrozek2013-04-101-1/+1
* change responder contexts hierarchyPavel Březina2013-03-201-9/+14
* do not leak memory on failure in *_process_init()Pavel Březina2013-03-201-6/+11
* Remove unused functionsJakub Hrozek2013-03-042-18/+0
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-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
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-1/+1
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-151-1/+1
* Add domain to sysdb_search_user_by_uid()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-151-1/+2
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-1/+1
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-151-1/+1
* Refactor gid handling in the PAC responderSumit Bose2013-01-083-84/+202
* PAC responder: check if existing user differsSumit Bose2013-01-083-13/+64
* 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
* Remote groups do not have an original DN attributeSumit Bose2013-01-081-40/+34
* Save domain and GID for groups from the configured domainSumit Bose2013-01-083-17/+47
* Always get user data from PACSumit Bose2013-01-081-7/+7
* Add find_domain_by_id()Sumit Bose2013-01-082-0/+42
* Use struct pac_grp instead of gid_t for groups from PACSumit Bose2013-01-083-18/+25
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-181-3/+1
* PAC: check the return value of diff_git_listsJakub Hrozek2012-12-101-0/+4
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-1/+1
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-192-25/+42
* Store the original group DN in the subdomain user objectSumit Bose2012-11-101-26/+58
* Get lists of GIDs to be added and deleted and use themSumit Bose2012-11-101-3/+89
* Add pac_user_get_grp_info() to read current group membershipsSumit Bose2012-11-101-0/+106