summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-151-0/+3
* Add domain argument to sysdb_add_user()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_add_basic_user()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_get_new_id()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_set_netgroup_attr()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_set_group_attr()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-0/+1
* Add domain arg to sysdb_search_netgroup_by_name()Simo Sorce2013-01-151-0/+1
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-151-5/+1
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-151-5/+1
* Add domain to sysdb_search_user_by_uid()Simo Sorce2013-01-151-5/+1
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-5/+1
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-151-0/+1
* Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce2013-01-151-0/+2
* Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce2013-01-151-0/+2
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-151-0/+2
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-9/+2
* Move range objects into their own top-level tree.Simo Sorce2013-01-151-1/+1
* Make sysdb_custom_subtree_dn() require a domain.Simo Sorce2013-01-151-1/+3
* Make sysdb_custom_dn() require a domain.Simo Sorce2013-01-151-0/+1
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-1/+2
* Make sysdb_netgroup_base_dn() require a domain.Simo Sorce2013-01-151-1/+3
* Make sysdb_netgroup_dn() require a domain explictly.Simo Sorce2013-01-151-1/+1
* Make sysdb_group_dn() require a domain explictly.Simo Sorce2013-01-151-1/+1
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-151-1/+1
* Remove the sysdb_ctx_get_domain() function.Simo Sorce2013-01-151-2/+0
* Refactor single domain initializationSimo Sorce2013-01-151-7/+0
* Refactor sysdb initializationSimo Sorce2013-01-151-17/+2
* Code can only check for cached passwordsSimo Sorce2013-01-101-2/+1
* Remove dead netgroup functionsSimo Sorce2013-01-081-32/+0
* SYSDB: Remove duplicate selinux definesJakub Hrozek2013-01-081-5/+0
* Remove redundant definition.Simo Sorce2013-01-071-1/+0
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-0/+3
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-0/+9
* Display more information on DB version mismatchOndrej Kos2012-11-191-0/+30
* SYSDB: Remove unused macrosJakub Hrozek2012-11-191-15/+0
* Add pac_user_get_grp_info() to read current group membershipsSumit Bose2012-11-101-0/+1
* sysdb: add sysdb_base_dn()Sumit Bose2012-10-261-0/+1
* DB: Use TALLOC_CTX for talloc contextJakub Hrozek2012-09-241-10/+10
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-10/+7
* AUTOFS: Add entry objects below map objectsJakub Hrozek2012-09-241-1/+0
* SYSDB: Make sysdb_attrs_get_el_int() publicStephen Gallagher2012-08-211-0/+2
* Remove redefinition of some SYSDB_* macrosPavel Březina2012-08-071-10/+0
* Change refreshing of subdomainsSimo Sorce2012-08-011-1/+2
* Add realm paramter to subdomain listSimo Sorce2012-08-011-3/+5
* Change subdomain_infoSimo Sorce2012-08-011-5/+5
* Modify priority evaluation in SELinux user mapsJan Zeleny2012-07-181-0/+1
* Add function sysdb_attrs_copy_values()Jan Zeleny2012-07-181-0/+3
* Add support for ID rangesSumit Bose2012-06-211-0/+39