Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Add function to safely wipe memory. | Simo Sorce | 2 | -0/+18 |
2013-01-10 | Code can only check for cached passwords | Simo Sorce | 5 | -36/+45 |
2013-01-10 | Fix sdap reinit. | Simo Sorce | 1 | -82/+89 |
2013-01-10 | Use sysdb_search_service() for all svc queries | Simo Sorce | 2 | -78/+56 |
2013-01-10 | Add sysdb_search_service() helper function | Simo Sorce | 2 | -0/+63 |
2013-01-09 | AD: Add user as a direct member of his primary group | Jakub Hrozek | 1 | -8/+109 |
2013-01-09 | AD: replace GID/UID, do not add another one | Jakub Hrozek | 4 | -7/+41 |
2013-01-09 | Revert "Add a default section to a switch-statement" | Simo Sorce | 1 | -12/+8 |
2013-01-09 | Add a default section to a switch-statement | Sumit Bose | 1 | -0/+3 |
2013-01-08 | Remove dead netgroup functions | Simo Sorce | 3 | -419/+0 |
2013-01-08 | Remove unhelpful vtable from sss_cache | Simo Sorce | 1 | -24/+30 |
2013-01-08 | IPA: Rename IPA_CONFIG_SELINUX_DEFAULT_MAP | Jakub Hrozek | 3 | -4/+6 |
2013-01-08 | SELINUX: Process maps even when offline | Jakub Hrozek | 1 | -226/+429 |
2013-01-08 | SYSDB: Split a function to read all SELinux maps | Jakub Hrozek | 2 | -23/+49 |
2013-01-08 | SYSDB: Remove duplicate selinux defines | Jakub Hrozek | 3 | -5/+2 |
2013-01-08 | Refactor gid handling in the PAC responder | Sumit Bose | 4 | -105/+238 |
2013-01-08 | PAC responder: check if existing user differs | Sumit Bose | 3 | -13/+64 |
2013-01-08 | Add tests for get_gids_from_pac() | Sumit Bose | 2 | -0/+257 |
2013-01-08 | Use hash table to collect GIDs from PAC to avoid dups | Sumit Bose | 1 | -18/+86 |
2013-01-08 | Translate LDB_ERR_ATTRIBUTE_OR_VALUE_EXISTS to EEXIST | Sumit Bose | 1 | -0/+1 |
2013-01-08 | Read remote groups from PAC | Sumit Bose | 1 | -3/+52 |
2013-01-08 | Remote groups do not have an original DN attribute | Sumit Bose | 1 | -40/+34 |
2013-01-08 | Save domain and GID for groups from the configured domain | Sumit Bose | 3 | -17/+47 |
2013-01-08 | Always get user data from PAC | Sumit Bose | 1 | -7/+7 |
2013-01-08 | Update domain ID for local domain as well | Sumit Bose | 1 | -2/+14 |
2013-01-08 | IDMAP: add sss_idmap_smb_sid_to_unix() | Sumit Bose | 2 | -0/+39 |
2013-01-08 | Add find_domain_by_id() | Sumit Bose | 3 | -0/+91 |
2013-01-08 | Use struct pac_grp instead of gid_t for groups from PAC | Sumit Bose | 4 | -26/+36 |
2013-01-08 | Potential resource leak in sss_nss_mc_get_record | Jakub Hrozek | 1 | -0/+1 |
2013-01-07 | sudo smart refresh: fix debug message | Pavel Březina | 1 | -1/+1 |
2013-01-07 | sudo smart refresh: do not include usn in filter if no valid usn is known | Pavel Březina | 1 | -5/+12 |
2013-01-07 | memcache: make MC_PTR_TO_SLOT() more readable | Pavel Březina | 1 | -2/+1 |
2013-01-07 | explicit null dereferenced in sss_nss_mc_get_record() | Pavel Březina | 1 | -0/+5 |
2013-01-07 | memcache: add macro that validates record length | Pavel Březina | 2 | -2/+7 |
2013-01-07 | sss_userdel and sss_groupdel with use_fully_qualified_names | Michal Zidek | 1 | -15/+50 |
2013-01-07 | SYSDB: split sysdb_add_user | Ondrej Kos | 1 | -125/+176 |
2013-01-07 | SYSDB: Modify ghosts in permissive mode | Ondrej Kos | 1 | -1/+33 |
2013-01-07 | Search for SHORTNAME$@REALM instead of fqdn$@REALM by default | Jakub Hrozek | 1 | -3/+35 |
2013-01-07 | Fix tevent_req style for sdap_async_sudo. | Simo Sorce | 1 | -22/+22 |
2013-01-07 | Remove redundant definition. | Simo Sorce | 2 | -2/+1 |
2013-01-06 | Remove unused header | Simo Sorce | 1 | -1/+0 |
2013-01-04 | sss_cache: fqdn not accepted | Michal Zidek | 1 | -14/+149 |
2013-01-04 | LDAP: initialize refresh function handler | Ondrej Kos | 1 | -1/+1 |
2013-01-02 | let krb5_backup_kpasswd failover work | Pavel Březina | 1 | -2/+2 |
2013-01-02 | failover: Protect against empty host names | Michal Zidek | 11 | -102/+174 |
2013-01-02 | set ret to EOK after for loop in sdap_sudo_purge_sudoers | Pavel Březina | 1 | -0/+2 |
2012-12-20 | mmap cache: invalidate cache on fatal error | Simo Sorce | 3 | -10/+30 |
2012-12-20 | Carefully check records when forcibly invalidating | Simo Sorce | 2 | -20/+105 |
2012-12-20 | Update free table when records are invalidated. | Simo Sorce | 1 | -14/+23 |
2012-12-20 | nss_mc: Add extra checks when dereferencing records | Simo Sorce | 1 | -0/+12 |