summaryrefslogtreecommitdiffstats
path: root/src/sss_client
Commit message (Expand)AuthorAgeFilesLines
* Enhancements on the sudo system and message parsing, in accordance with the m...Arun Scaria2011-08-181-0/+3
* Added host elimination and indentation improvisedArun Scaria2011-08-162-805/+805
* eliminated rules based on commands and modified filterArun Scaria2011-08-162-21/+30
* sudo rules are extracted from the sysdb and they are sorted according to the ...Arun Scaria2011-08-102-1/+2
* safe disconnection of sudo plugin is addedArun Scaria2011-07-141-23/+57
* the plugin-responder communication is complete. Reply module is working. Need...Arun Scaria2011-07-132-12/+47
* plugin-responder communication is finished through dhash table conversion- Ne...Arun Scaria2011-07-112-597/+124
* added create_settings_hash_table()Arun Scaria2011-07-082-6/+182
* Working copy of create_env_hash_table() and few warning fixesArun Scaria2011-07-082-74/+56
* hash table creator for env vars fails and exit staements are removedArun Scaria2011-07-082-87/+160
* sudo_header is removedArun Scaria2011-07-072-15/+0
* Nullable status removed and validation is set upArun Scaria2011-07-072-64/+58
* Indentation are improvisedArun Scaria2011-07-071-485/+506
* trying to remove message foldrArun Scaria2011-07-072-1673/+0
* dbus message is framed at clent side of plugin code- Need some optinizationsArun Scaria2011-07-061-75/+612
* moved sss_sudo_msg_contents to header file of plugin.Arun Scaria2011-07-061-22/+49
* removed the messages folderArun Scaria2011-07-061-0/+2
* dbus message is framed at clent side- Need some optinizationsArun Scaria2011-07-062-0/+1673
* _PATH_DEFPATH is replaced with getenv("PATH")Arun Scaria2011-06-291-7/+1
* changed dbus_message_iter_init() to dbus_message_append_args()Arun Scaria2011-06-291-17/+18
* fixed sbus-plugin sample communication and Preprocessors addedArun Scaria2011-06-292-8/+22
* fixed sbus-plugin sample communicationArun Scaria2011-06-282-41/+39
* sbus basic communication - sudo responderArun Scaria2011-06-281-272/+18
* Removed setprogname() and changed sudo_plugin_dir macroArun Scaria2011-06-231-12/+11
* Modification to makefile --with-sudo-plugin-pathArun Scaria2011-06-232-2/+5
* New Make + new plugin codeArun Scaria2011-06-224-0/+1454
* Import config.h earlierStephen Gallagher2011-05-231-1/+1
* Include string.h in sss_cli.hSumit Bose2011-05-231-0/+1
* Set _GNU_SOURCE globallySumit Bose2011-05-232-7/+1
* clients: use poll instead of selectSimo Sorce2011-05-031-9/+6
* Use neutral name for functions used by both pam and nssSimo Sorce2011-02-113-49/+64
* Check that the socket is really ours before attempting to close it.Simo Sorce2011-02-081-13/+42
* Fix wrong test in pam_sssSimo Sorce2010-12-171-1/+1
* Fix segfault for PAM_TEXT_INFO conversationsStephen Gallagher2010-12-161-1/+1
* Fix another possible memory leak in sss_nss_recv_rep()Sumit Bose2010-12-151-8/+19
* Fix possible memory leak in do_pam_conversationSumit Bose2010-12-151-16/+28
* Fix possible memory leak in sss_nss_recv_rep()Sumit Bose2010-12-141-8/+13
* Fix improper bit manipulation in pam_sssSumit Bose2010-12-141-1/+1
* Add a renew task to krb5_childSumit Bose2010-12-031-1/+7
* sss_client: make code thread-safeSimo Sorce2010-11-225-58/+219
* Fix incorrect type comparisonStephen Gallagher2010-11-151-1/+1
* Fix cast warning for pam_sss.cStephen Gallagher2010-11-151-8/+11
* Avoid long long in messages to PAM client use int64_tSumit Bose2010-11-152-9/+9
* Avoid a global variable in netgroup client.Sumit Bose2010-10-132-38/+26
* Add handling of nested netgroups to nss clientSumit Bose2010-10-132-68/+109
* Return NSS_STATUS_RETURN instead of NSS_STATUS_NOTFOUNDSumit Bose2010-10-131-1/+1
* Add support for netgroups to NSS sss_clientStephen Gallagher2010-10-134-5/+364
* Rename group.c and passwd.c for clarityStephen Gallagher2010-10-132-0/+0
* Add utility function sss_strnlen()Stephen Gallagher2010-10-132-0/+34
* Allow sssd clients to reconnectSumit Bose2010-07-231-4/+3