summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-1515-22/+49
* Add domain argument to sysdb_store_custom()Simo Sorce2013-01-157-6/+8
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-155-9/+19
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-157-6/+12
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-155-22/+37
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-157-39/+26
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-158-61/+38
* Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce2013-01-156-9/+15
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-156-20/+31
* Add domain argument to sysdb_add_user()Simo Sorce2013-01-155-11/+14
* Add domain argument to sysdb_add_basic_user()Simo Sorce2013-01-153-2/+6
* Add domain argument to sysdb_get_new_id()Simo Sorce2013-01-152-5/+5
* Add domain argument to sysdb_set_netgroup_attr()Simo Sorce2013-01-154-4/+6
* Add domain argument to sysdb_set_group_attr()Simo Sorce2013-01-155-18/+21
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-1510-36/+51
* Add domain arg to sysdb_search_netgroup_by_name()Simo Sorce2013-01-153-2/+5
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-158-24/+33
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-158-34/+29
* Add domain to sysdb_search_user_by_uid()Simo Sorce2013-01-155-21/+9
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-1519-52/+70
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-1511-21/+26
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-155-5/+8
* Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce2013-01-154-7/+11
* Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce2013-01-154-7/+13
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-155-8/+14
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-1511-85/+78
* Upgrade DB and move ranges into top level objectSimo Sorce2013-01-153-1/+124
* Move range objects into their own top-level tree.Simo Sorce2013-01-152-10/+6
* Make sysdb_custom_subtree_dn() require a domain.Simo Sorce2013-01-158-12/+19
* Make sysdb_custom_dn() require a domain.Simo Sorce2013-01-156-10/+20
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-156-7/+10
* Make sysdb_netgroup_base_dn() require a domain.Simo Sorce2013-01-153-5/+9
* Make sysdb_netgroup_dn() require a domain explictly.Simo Sorce2013-01-154-9/+11
* Make sysdb_group_dn() require a domain explictly.Simo Sorce2013-01-156-18/+20
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-156-15/+17
* Remove the sysdb_ctx_get_domain() function.Simo Sorce2013-01-155-19/+16
* Refactor single domain initializationSimo Sorce2013-01-1512-60/+60
* Refactor sysdb initializationSimo Sorce2013-01-156-170/+25
* The Big sysdb/domain split-up!Simo Sorce2013-01-151-1/+1
* Use new sysdb_search_service() in sss_cacheSimo Sorce2013-01-141-35/+4
* let ldap_backup_chpass_uri workPavel Březina2013-01-141-2/+4
* Fix LDAP authentication - invalid password lengthPavel Březina2013-01-141-1/+1
* Change pam data auth tokens.Simo Sorce2013-01-1020-473/+531
* Add authtok utility functions.Simo Sorce2013-01-102-0/+382
* Add function to safely wipe memory.Simo Sorce2013-01-102-0/+18
* Code can only check for cached passwordsSimo Sorce2013-01-105-36/+45
* Fix sdap reinit.Simo Sorce2013-01-101-82/+89
* Use sysdb_search_service() for all svc queriesSimo Sorce2013-01-102-78/+56
* Add sysdb_search_service() helper functionSimo Sorce2013-01-102-0/+63
* AD: Add user as a direct member of his primary groupJakub Hrozek2013-01-091-8/+109