summaryrefslogtreecommitdiffstats
path: root/src/db
Commit message (Expand)AuthorAgeFilesLines
...
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-152-1/+3
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-152-1/+3
* Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce2013-01-152-3/+7
* Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce2013-01-152-3/+7
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-152-3/+7
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-154-58/+41
* 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-155-8/+13
* Make sysdb_custom_dn() require a domain.Simo Sorce2013-01-154-5/+11
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-153-4/+7
* Make sysdb_netgroup_base_dn() require a domain.Simo Sorce2013-01-152-4/+8
* Make sysdb_netgroup_dn() require a domain explictly.Simo Sorce2013-01-153-7/+7
* Make sysdb_group_dn() require a domain explictly.Simo Sorce2013-01-153-9/+9
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-153-9/+9
* Remove the sysdb_ctx_get_domain() function.Simo Sorce2013-01-153-8/+1
* Refactor single domain initializationSimo Sorce2013-01-152-38/+0
* Refactor sysdb initializationSimo Sorce2013-01-152-145/+13
* The Big sysdb/domain split-up!Simo Sorce2013-01-151-1/+1
* Change pam data auth tokens.Simo Sorce2013-01-101-1/+0
* Code can only check for cached passwordsSimo Sorce2013-01-102-13/+2
* Use sysdb_search_service() for all svc queriesSimo Sorce2013-01-102-78/+56
* Add sysdb_search_service() helper functionSimo Sorce2013-01-102-0/+63
* Remove dead netgroup functionsSimo Sorce2013-01-082-155/+0
* SYSDB: Split a function to read all SELinux mapsJakub Hrozek2013-01-082-23/+49
* SYSDB: Remove duplicate selinux definesJakub Hrozek2013-01-082-5/+1
* Translate LDB_ERR_ATTRIBUTE_OR_VALUE_EXISTS to EEXISTSumit Bose2013-01-081-0/+1
* SYSDB: split sysdb_add_userOndrej Kos2013-01-071-125/+176
* SYSDB: Modify ghosts in permissive modeOndrej Kos2013-01-071-1/+33
* Remove redundant definition.Simo Sorce2013-01-072-2/+1
* Fix a 'shadows a global declaration' warningSumit Bose2012-12-191-2/+2
* SYSDB: Add API to invalidate all map objectsJakub Hrozek2012-12-182-0/+94
* SYSDB: fix copy-n-paste errorJakub Hrozek2012-12-181-1/+1
* sudo: support generalized time formatPavel Březina2012-12-132-13/+34
* sudo: include primary group in user group listPavel Březina2012-12-131-1/+41
* sysdb_get_sudo_user_info() initialize attrs on declarationPavel Březina2012-12-131-4/+3
* SYSDB: More debugging during the conversion to ghost usersJakub Hrozek2012-12-121-0/+9
* SYSDB: Move misplaced assignmentJakub Hrozek2012-12-101-2/+1
* Null pointer dereferenced.Michal Zidek2012-11-281-96/+100
* Uninitialized pointer readMichal Zidek2012-11-281-1/+1
* SYSDB: Don't operate with aliases same as nameOndrej Kos2012-11-231-0/+6
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-203-9/+41
* SYSDB: Use the add_string convenience functions for managing ghost user attri...Jakub Hrozek2012-11-201-24/+9
* Handle conversion to fully qualified usernamesSimo Sorce2012-11-193-1/+98
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-193-1/+52
* Simplify writing db update functionsSimo Sorce2012-11-191-421/+192
* Display more information on DB version mismatchOndrej Kos2012-11-192-2/+64
* SYSDB: Remove unused macrosJakub Hrozek2012-11-191-15/+0
* SYSDB: Do not touch the member attribute during conversion to ghost usersJakub Hrozek2012-11-131-11/+0
* Add pac_user_get_grp_info() to read current group membershipsSumit Bose2012-11-101-0/+1