Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-12 | sysdb: convert sysdb_get_user_attr | Simo Sorce | 6 | -293/+160 | |
2010-04-12 | sysdb: convert sysdb_getgrgid | Simo Sorce | 4 | -263/+160 | |
2010-04-12 | sysdb: convert sysdb_getgrnam | Simo Sorce | 10 | -394/+253 | |
2010-04-12 | sysdb: convert sysdb_getpwuid | Simo Sorce | 4 | -265/+146 | |
2010-04-12 | sysdb: convert sysdb_getpwnam | Simo Sorce | 12 | -623/+415 | |
2010-04-12 | sysdb: add automatic transactions where needed | Simo Sorce | 1 | -7/+47 | |
Only functions that do multiple operations need explicit transactions as ldb_add/ldb_modify/ldb_delete already start transactions automatically intenrally. | |||||
2010-04-12 | sysdb: remove async transactions | Simo Sorce | 2 | -157/+0 | |
not used anymore | |||||
2010-04-12 | Remove remaining use of sysdb_transaction_send | Simo Sorce | 5 | -723/+205 | |
2010-04-12 | Use the sysdb synchronous transaction functions | Simo Sorce | 7 | -424/+104 | |
2010-04-12 | proxy: complete conversion to synchronous sysdb | Simo Sorce | 1 | -1113/+428 | |
This makes proxy use only synchronous functions again. | |||||
2010-04-12 | sysdb: add synchronous transaction functions | Simo Sorce | 2 | -14/+37 | |
2010-04-12 | tests: remove use of asynchronus transactions | Simo Sorce | 1 | -502/+86 | |
now all calls are synchronous | |||||
2010-04-12 | sysdb: remove sysdb_check_handle | Simo Sorce | 1 | -90/+0 | |
not used anymore | |||||
2010-04-12 | sysdb: convert sysdb_cache_auth | Simo Sorce | 4 | -264/+136 | |
2010-04-12 | sysdb: convert sysdb_search_groups | Simo Sorce | 4 | -410/+151 | |
2010-04-12 | sysdb: delete sysdb_delete_group | Simo Sorce | 6 | -321/+109 | |
2010-04-12 | sysdb: convert sysdb_delete_user | Simo Sorce | 6 | -356/+115 | |
2010-04-12 | sysdb: convert sysdb_search_users | Simo Sorce | 3 | -169/+72 | |
2010-04-12 | sysdb remove sldb_request_send, not used anymore | Simo Sorce | 1 | -125/+0 | |
2010-04-12 | sysdb: convert sysdb_asq_search | Simo Sorce | 4 | -358/+140 | |
2010-04-12 | sysdb: convert sysdb_store_custom | Simo Sorce | 4 | -258/+93 | |
2010-04-12 | sysdb: convert sysdb_search_custom | Simo Sorce | 4 | -371/+229 | |
2010-04-12 | sysdb: convert sysdb_cache_password | Simo Sorce | 6 | -209/+62 | |
2010-04-12 | sysdb: convert sysdb_mod/add/remove_group_member | Simo Sorce | 4 | -628/+117 | |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_group | Simo Sorce | 6 | -850/+294 | |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_user | Simo Sorce | 6 | -891/+430 | |
2010-04-12 | sysdb: convert sysdb_get_new_id | Simo Sorce | 2 | -397/+136 | |
2010-04-12 | sysdb: convert sysdb_set_entry/user/group_attr | Simo Sorce | 7 | -589/+144 | |
2010-04-12 | sysdb: convert sysdb_search_group_by_name/gid | Simo Sorce | 4 | -596/+277 | |
2010-04-12 | sysdb: convert sysdb_search_user_by_name/uid | Simo Sorce | 4 | -616/+219 | |
2010-04-12 | sysdb: convert sysdb_search_entry and sysdb_delete_recursive | Simo Sorce | 5 | -456/+121 | |
2010-04-12 | sysdb: convert sysdb_delete_custom | Simo Sorce | 3 | -147/+36 | |
2010-04-12 | sysdb: use sysdb_delete_entry in recursive delete | Simo Sorce | 1 | -58/+8 | |
2010-04-12 | sysdb: convert sysdb_delete_entry | Stephen Gallagher | 9 | -430/+101 | |
2010-04-12 | sysdb: start conversion from async to sync | Simo Sorce | 1 | -0/+4 | |
allow nesting during transition | |||||
2010-04-12 | Support docdir and abs_builddir | Stephen Gallagher | 2 | -0/+7 | |
Old versions of autoconf (before 2.60) did not include support for the docdir and abs_builddir variables. This patch emulates support for them. Fixes https://fedorahosted.org/sssd/ticket/422 | |||||
2010-04-08 | Updating IT translation | Guido Grazioli | 1 | -135/+160 | |
2010-04-08 | Adding interface documentation | Dmitri Pal | 6 | -20/+1728 | |
Package refarray documentation by default | |||||
2010-04-08 | SELinux login management | Jakub Hrozek | 13 | -0/+437 | |
Adds a new option -Z to sss_useradd and sss_usermod. This option allows user to specify the SELinux login context for the user. On deleting the user with sss_userdel, the login mapping is deleted, so subsequent adding of the same user would result in the default login context unless -Z is specified again. MLS security is not supported as of this patch. | |||||
2010-04-08 | Move SELinux related functions into its own module | Jakub Hrozek | 4 | -60/+86 | |
Fix whitespace errors | |||||
2010-04-07 | Adding Russion Translation | Dmitry Drozdov | 2 | -0/+861 | |
2010-04-06 | Protect against check-and-open race conditions | Stephen Gallagher | 3 | -30/+79 | |
There is a small window between running lstat() on a filename and opening it where it's possible for the file to have been modified. We were protecting against this by saving the stat data from the original file and verifying that it was the same file (by device and inode) when we opened it again, but this is an imperfect solution, as it is still possible for an attacker to modify the permissions during this window. It is much better to simply open the file and test on the active file descriptor. Resolves https://fedorahosted.org/sssd/ticket/425 incidentally, as without the initial lstat, we are implicitly accepting symlinks and only verifying the target file. | |||||
2010-04-06 | Make sss_userdel check for logged in users | Jakub Hrozek | 3 | -3/+154 | |
sss_userdel now warns if the deleted user was logged in at the time of deletion. Also adds a new parameter --kick to userdel that kills all user processes before actually deleting ther user. Fixes: #229 | |||||
2010-04-06 | Add userdel_cmd param | Jakub Hrozek | 6 | -0/+104 | |
Fixes: #231 | |||||
2010-03-31 | Do not revert options to defaults in SSSDConfig.get_domain() | Stephen Gallagher | 1 | -1/+1 | |
There was a faulty check in get_domain() that led to the *_provider options being re-added, sometimes after options related to them had already been set. If those options had a default value, they would be overwritten by the default. Fixes: https://fedorahosted.org/sssd/ticket/441 | |||||
2010-03-31 | Add regression test for https://fedorahosted.org/sssd/ticket/441 | Stephen Gallagher | 2 | -0/+6 | |
2010-03-31 | Fix typo in ldap_id_use_start_tls option description | Stephen Gallagher | 1 | -1/+1 | |
2010-03-25 | Allow arbitrary-length PAM messages | Stephen Gallagher | 7 | -43/+55 | |
The PAM standard allows for messages of any length to be returned to the client. We were discarding all messages of length greater than 255. This patch dynamically allocates the message buffers so we can pass the complete message. This resolves https://fedorahosted.org/sssd/ticket/432 | |||||
2010-03-25 | Fix path_utils_ut segfault | Stephen Gallagher | 1 | -2/+3 | |
In the case where the allocated buffer is not large enough to hold the resulting absolute path, we were writing out a null terminator outside of the buffer, instead of at its beginning. Also fixes potential issue where split_path would not initialize the count to zero if it returned a failure. | |||||
2010-03-25 | Add a test for domain_to_basedn() | Sumit Bose | 1 | -0/+47 | |