summaryrefslogtreecommitdiffstats
path: root/src/responder/pac
Commit message (Expand)AuthorAgeFilesLines
* RESPONDERS: Set default value for umaskPavel Reichl2014-10-291-0/+2
* PAC: Run the pac responder as the SSSD userJakub Hrozek2014-10-221-1/+2
* responders: Do not initialize pipe fd if already presentMichal Zidek2014-10-221-1/+1
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-201-1/+4
* PAC: Check return value of function hash_entriesLukas Slebodnik2014-10-121-0/+8
* IFP: Provide a SBUS method to reconnect to sysbusJakub Hrozek2014-07-081-0/+1
* NSS: Add option to expand homedir template formatLukas Slebodnik2014-06-021-0/+1
* NSS: Refactor expand_homedir_templateLukas Slebodnik2014-06-021-2/+9
* PAC: fix clang warningPavel Reichl2014-04-101-0/+8
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-141-15/+2
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-241-13/+21
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-123-144/+144
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-191-2/+2
* pac: fix potential memory leaksPavel Březina2013-11-221-5/+5
* pac: fix double freePavel Březina2013-11-221-8/+6
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-152-15/+13
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-4/+3
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-2/+1
* PAC: Free config attribute when it's processedJakub Hrozek2013-11-141-0/+1
* free idmapped SIDs correctlyPavel Březina2013-11-072-2/+4
* Include external headers with #include <foo.h>Jakub Hrozek2013-10-222-7/+10
* 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