summaryrefslogtreecommitdiffstats
path: root/nsswitch/wb_common.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: Slightly simplify winbind_write_sockVolker Lendecke2011-02-101-16/+14
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 10 17:00:46 CET 2011 on sn-devel-104
* libwbclient: Fix a fd-leak at dlclose-timeVolker Lendecke2010-05-101-0/+3
| | | | | | | | | | | __attribute__((destructor)) makes winbind_close_sock() being called at dlclose() time. Found while testing apache on Linux with mod_auth_pam. Other platforms will have to find a different fix. One possibility would be to always close the socket after each operation, but this badly sucks performance-wise.
* 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
Don't move source4 files yet to not confuse git's rename tracking too much.