Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-07 | LDAP: Add support for SSH user public keys | Jan Cholasta | 1 | -0/+2 | |
2012-02-06 | Added some SELinux-related sysdb routines | Jan Zeleny | 1 | -1/+8 | |
2012-02-06 | Renamed some sysdb constants for their wider usage | Jan Zeleny | 1 | -5/+3 | |
2012-02-05 | AUTOFS: sysdb interface | Jakub Hrozek | 1 | -1/+2 | |
2012-01-31 | SYSDB: Add sysdb_attrs_get_uint16_t | Stephen Gallagher | 1 | -0/+2 | |
2012-01-31 | SYSDB: extend sysdb_store_service() to accept additional attributes | Stephen Gallagher | 1 | -1/+2 | |
2012-01-17 | sysdb_get_bool() and sysdb_get_bool() functions | Pavel Březina | 1 | -0/+11 | |
2011-12-16 | Export the function to convert ldb_result to sysdb_attrs | Jakub Hrozek | 1 | -0/+4 | |
It will be reused later in the sudo responder | |||||
2011-12-16 | Use the case sensitivity flag in the LDAP provider | Jakub Hrozek | 1 | -0/+1 | |
2011-12-16 | sysdb_get_real_name helper function | Jakub Hrozek | 1 | -0/+4 | |
2011-11-23 | Added and modified options for IPA netgroups | Jan Zeleny | 1 | -0/+8 | |
2011-10-13 | SysDB commands that save lastUpdate allows this value to be passed in | Pavel Březina | 1 | -7/+14 | |
https://fedorahosted.org/sssd/ticket/836 | |||||
2011-09-28 | Return users and groups based on alias | Jakub Hrozek | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/926 | |||||
2011-09-28 | Add a sysdb_get_direct_parents function | Jakub Hrozek | 1 | -0/+7 | |
2011-09-28 | Add sysdb interface to get name aliases | Jakub Hrozek | 1 | -0/+5 | |
2011-08-15 | Remaining memory context variables renamed | Jan Zeleny | 1 | -13/+13 | |
memctx to mem_ctx tmpctx to tmp_ctx | |||||
2011-08-15 | sysdb refactoring: memory context deleted | Jan Zeleny | 1 | -38/+19 | |
This patch deletes memory context parameter in those places in sysdb where it is not necessary. The code using modified functions has been updated. Tests updated as well. | |||||
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 1 | -54/+0 | |
The patch also updates code using modified functions. Tests have also been adjusted. | |||||
2011-08-15 | Added sysdb_ctx_get_domain function | Jan Zeleny | 1 | -0/+2 | |
2011-08-15 | sysdb refactoring: renamed ctx variable to sysdb | Jan Zeleny | 1 | -54/+54 | |
2011-06-02 | Non-posix group processing - sysdb changes | Jan Zeleny | 1 | -2/+3 | |
2011-06-02 | Added sysdb_attrs_get_bool() function | Jan Zeleny | 1 | -0/+2 | |
2011-05-20 | Change sysdb_add_fake_user to add OriginalDN | Jakub Hrozek | 1 | -1/+2 | |
RFC2307bis code relies heavily on originalDN, so the fake users need to have an option to store it, too. | |||||
2011-05-04 | Add a function for searching netgroups with custom filter | Jan Zeleny | 1 | -0/+8 | |
2011-05-04 | Make sysdb_ctx_list public structure | Jan Zeleny | 1 | -1/+12 | |
Also create a routine to initialize it | |||||
2011-03-24 | Add host access control support | Pierre Ossman | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/746 | |||||
2011-03-23 | Add sysdb_attrs_primary_name_list() routine | Stephen Gallagher | 1 | -0/+6 | |
This routine will replace the use of sysdb_attrs_to_list() for any case where we're trying to get the name of the entry. It's a necessary precaution in case the name is multi-valued. | |||||
2011-03-23 | Add originalDN to fake groups | Jakub Hrozek | 1 | -1/+2 | |
2011-03-23 | Add sysdb_attrs_primary_name() | Stephen Gallagher | 1 | -0/+4 | |
This function will check a sysdb_attrs struct for the primary name of the entity it represents. If there are multiple entries, it will pick the one that matches the RDN. If none match, it will throw an error. | |||||
2011-03-23 | Create sysdb_get_rdn() function | Stephen Gallagher | 1 | -0/+2 | |
This function takes a DN formatted string and returns the RDN value from it. | |||||
2011-01-21 | Delete attributes that are removed from LDAP | Stephen Gallagher | 1 | -0/+7 | |
Sometimes, a value in LDAP will cease to exist (the classic example being shadowExpire). We need to make sure we purge that value from SSSD's sysdb as well. https://fedorahosted.org/sssd/ticket/750 | |||||
2010-12-21 | Add authorizedService support | Stephen Gallagher | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/670 | |||||
2010-12-20 | Add sysdb_has_enumerated and sysdb_set_enumerated helper functions | Stephen Gallagher | 1 | -0/+10 | |
Includes a unit test | |||||
2010-11-15 | Fix const cast issue with sysdb_attrs_users_from_str_list | Stephen Gallagher | 1 | -1/+1 | |
2010-11-15 | Fix const cast warning for sysdb_update_members | Stephen Gallagher | 1 | -2/+2 | |
2010-11-15 | Add sysdb utility function for sanitizing DN | Stephen Gallagher | 1 | -0/+3 | |
2010-10-26 | Always use uint32_t for UID/GID numbers | Jakub Hrozek | 1 | -2/+2 | |
2010-10-18 | Modify sysdb_[add|remove]_group_member to accept users and groups | Stephen Gallagher | 1 | -7/+14 | |
Previously, it assumed that all members were users. This changes the interface so that either a user or a group can be specified. Also, it eliminates the need for a memory context to be passed, since the internal memory should be self-contained. | |||||
2010-10-15 | sysdb interface for adding fake users | Jakub Hrozek | 1 | -0/+4 | |
2010-10-15 | sysdb interface for adding incomplete groups | Jakub Hrozek | 1 | -0/+5 | |
Useful for optimizing the initgroups operation. | |||||
2010-10-15 | Add sysdb_attrs_get_ulong utility function | Jakub Hrozek | 1 | -0/+2 | |
2010-10-13 | Implement netgroup support for LDAP provider | Sumit Bose | 1 | -0/+3 | |
2010-10-13 | Also return member groups to the client | Sumit Bose | 1 | -5/+12 | |
2010-10-13 | Add sysdb_netgroup_base_dn() | Sumit Bose | 1 | -0/+2 | |
2010-10-13 | Netgroups sysdb API | Stephen Gallagher | 1 | -1/+108 | |
2010-09-15 | Define objectclass with a constant | Jakub Hrozek | 1 | -1/+2 | |
Use a #define instead of hardcoded string | |||||
2010-08-03 | Add sysdb_update_members function | Stephen Gallagher | 1 | -0/+5 | |
This function will take a user, a list of groups that this user should be added to and a list of groups the user should be removed from and will recursively call sysdb_[add|remove]_group_member Includes a unit test | |||||
2010-08-03 | Add sysdb_group_dn_name utility function | Stephen Gallagher | 1 | -0/+2 | |
2010-08-03 | Add sysdb_attrs_to_list() utility function | Stephen Gallagher | 1 | -0/+6 | |
2010-06-02 | Add sysdb_attrs_get_string_array() | Sumit Bose | 1 | -0/+2 | |