summaryrefslogtreecommitdiff
path: root/nsswitch/wb_common.c
Commit message (Expand)AuthorAgeFilesLines
* wbclient: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-5/+5
* nsswitch: Handle possible NULL return value of getprogname()Andreas Schneider2018-11-131-2/+7
* wbclient: Add wbcSetClientProcessName()Andreas Schneider2018-11-121-0/+9
* wbclient: Send the client process name talking to winbindAndreas Schneider2018-11-121-0/+23
* nsswitch: protect access to wb_global_ctx by a mutexRalph Wuerthner2018-11-011-1/+14
* nsswitch: make wb_global_ctx private add add get/put functions to access glob...Ralph Wuerthner2018-11-011-8/+33
* nsswitch: use goto to have only one function returnRalph Wuerthner2018-11-011-4/+8
* nsswitch: Correct users of "ctx->is_privileged"Volker Lendecke2018-07-241-5/+5
* nsswitch: Make two functions staticVolker Lendecke2018-07-241-5/+7
* nsswitch: Only connect to the priv socket if requiredVolker Lendecke2018-04-241-1/+5
* nsswitch: fix memory leak in winbind_open_pipe_sock() when the privileged pip...Stefan Metzmacher2018-04-241-2/+2
* nsswitch: Slightly simplify winbindd_request_responseVolker Lendecke2017-11-181-8/+6
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsambaAndrew Bartlett2015-10-091-1/+1
* winbind client: avoid vicious cycle created by client retryUri Simchoni2015-07-151-17/+9
* nsswitch: Simplify winbind_named_pipe_sock()Volker Lendecke2015-06-081-10/+8
* Ensure we always initialise the winbind contextMatthew Newton2015-03-181-1/+1
* Make winbind client library thread-safe by adding contextMatthew Newton2015-03-101-55/+126
* Make sure response->extra_data.data is always cleared outMatthew Newton2015-01-091-6/+7
* nsswitch: Fix the check for the privileged pipe.Andreas Schneider2014-05-161-17/+19
* wbclient: ensure response struct is initializedAlexander Bokovoy2014-05-081-0/+7
* selftest: Rename WINBINDD_SOCKET_DIR environment variable.Andreas Schneider2014-04-171-1/+1
* wbclient: Check with nss_wrapper_enabled().Andreas Schneider2014-04-171-6/+6
* libwbclient: Handle uid_wrapper for pipe access.Andreas Schneider2014-04-171-2/+33
* Remove uid_wrapper related code.Andreas Schneider2014-04-171-2/+0
* nsswitch: Fix short writes in winbind_write_sockVolker Lendecke2013-10-211-2/+2
* nsswitch: Disable uid_wrapper in libwbclient.Andreas Schneider2011-10-271-0/+2
* nsswitch: Remove some refs to the global winbindd_fdVolker Lendecke2011-06-121-8/+10
* libwbclient: Add some input checkVolker Lendecke2011-03-101-0/+4
* nsswitch: Eliminate select from wb_commonVolker Lendecke2011-02-281-28/+27
* s3: Slightly simplify winbind_write_sockVolker Lendecke2011-02-101-16/+14
* libwbclient: Fix a fd-leak at dlclose-timeVolker Lendecke2010-05-101-0/+3
* nsswitch: Move nss_err_str to its only callerVolker Lendecke2010-01-231-23/+0
* nsswitch: Make some functions staticVolker Lendecke2010-01-231-5/+7
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+690