summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce10-36/+51
2013-01-15Add domain arg to sysdb_search_netgroup_by_name()Simo Sorce3-2/+5
2013-01-15Add domain to sysdb_search_group_by_gid()Simo Sorce8-24/+33
2013-01-15Add domain to sysdb_search_group_by_name()Simo Sorce8-34/+29
2013-01-15Add domain to sysdb_search_user_by_uid()Simo Sorce5-21/+9
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce19-52/+70
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce11-21/+26
2013-01-15Add domain argument to sysdb_initgroups()Simo Sorce5-5/+8
2013-01-15Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce4-7/+11
2013-01-15Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce4-7/+13
2013-01-15Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce5-8/+14
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce11-85/+78
2013-01-15Upgrade DB and move ranges into top level objectSimo Sorce3-1/+124
2013-01-15Move range objects into their own top-level tree.Simo Sorce2-10/+6
2013-01-15Make sysdb_custom_subtree_dn() require a domain.Simo Sorce8-12/+19
2013-01-15Make sysdb_custom_dn() require a domain.Simo Sorce6-10/+20
2013-01-15Make sysdb_domain_dn() require a domain.Simo Sorce6-7/+10
2013-01-15Make sysdb_netgroup_base_dn() require a domain.Simo Sorce3-5/+9
2013-01-15Make sysdb_netgroup_dn() require a domain explictly.Simo Sorce4-9/+11
2013-01-15Make sysdb_group_dn() require a domain explictly.Simo Sorce6-18/+20
2013-01-15Make sysdb_user_dn() require a domain explictly.Simo Sorce6-15/+17
2013-01-15Remove the sysdb_ctx_get_domain() function.Simo Sorce5-19/+16
2013-01-15Refactor single domain initializationSimo Sorce12-60/+60
2013-01-15Refactor sysdb initializationSimo Sorce6-170/+25
2013-01-15The Big sysdb/domain split-up!Simo Sorce1-1/+1
2013-01-14Use new sysdb_search_service() in sss_cacheSimo Sorce1-35/+4
2013-01-14let ldap_backup_chpass_uri workPavel Březina1-2/+4
2013-01-14Fix LDAP authentication - invalid password lengthPavel Březina1-1/+1
2013-01-10Change pam data auth tokens.Simo Sorce20-473/+531
2013-01-10Add authtok utility functions.Simo Sorce2-0/+382
2013-01-10Add function to safely wipe memory.Simo Sorce2-0/+18
2013-01-10Code can only check for cached passwordsSimo Sorce5-36/+45
2013-01-10Fix sdap reinit.Simo Sorce1-82/+89
2013-01-10Use sysdb_search_service() for all svc queriesSimo Sorce2-78/+56
2013-01-10Add sysdb_search_service() helper functionSimo Sorce2-0/+63
2013-01-09AD: Add user as a direct member of his primary groupJakub Hrozek1-8/+109
2013-01-09AD: replace GID/UID, do not add another oneJakub Hrozek4-7/+41
2013-01-09Revert "Add a default section to a switch-statement"Simo Sorce1-12/+8
2013-01-09Add a default section to a switch-statementSumit Bose1-0/+3
2013-01-08Remove dead netgroup functionsSimo Sorce3-419/+0
2013-01-08Remove unhelpful vtable from sss_cacheSimo Sorce1-24/+30
2013-01-08IPA: Rename IPA_CONFIG_SELINUX_DEFAULT_MAPJakub Hrozek3-4/+6
2013-01-08SELINUX: Process maps even when offlineJakub Hrozek1-226/+429
2013-01-08SYSDB: Split a function to read all SELinux mapsJakub Hrozek2-23/+49
2013-01-08SYSDB: Remove duplicate selinux definesJakub Hrozek3-5/+2
2013-01-08Refactor gid handling in the PAC responderSumit Bose4-105/+238
2013-01-08PAC responder: check if existing user differsSumit Bose3-13/+64
2013-01-08Add tests for get_gids_from_pac()Sumit Bose1-0/+256
2013-01-08Use hash table to collect GIDs from PAC to avoid dupsSumit Bose1-18/+86
2013-01-08Translate LDB_ERR_ATTRIBUTE_OR_VALUE_EXISTS to EEXISTSumit Bose1-0/+1