summaryrefslogtreecommitdiff
path: root/nsswitch/wb_common.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-21nsswitch: Fix short writes in winbind_write_sockVolker Lendecke1-2/+2
We set the socket to nonblocking and don't handle EAGAIN right. We do a poll anyway, so wait for writability, which should fix this. Bug: https://bugzilla.samba.org/show_bug.cgi?id=10195 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2011-10-27nsswitch: Disable uid_wrapper in libwbclient.Andreas Schneider1-0/+2
This way we don't have to link against it in the autoconf build.
2011-06-12nsswitch: Remove some refs to the global winbindd_fdVolker Lendecke1-8/+10
2011-03-10libwbclient: Add some input checkVolker Lendecke1-0/+4
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 10 11:10:30 CET 2011 on sn-devel-104
2011-02-28nsswitch: Eliminate select from wb_commonVolker Lendecke1-28/+27
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Feb 28 17:26:18 CET 2011 on sn-devel-104
2011-02-10s3: Slightly simplify winbind_write_sockVolker Lendecke1-16/+14
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 10 17:00:46 CET 2011 on sn-devel-104
2010-05-10libwbclient: Fix a fd-leak at dlclose-timeVolker Lendecke1-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.
2010-01-23nsswitch: Move nss_err_str to its only callerVolker Lendecke1-23/+0
2010-01-23nsswitch: Make some functions staticVolker Lendecke1-5/+7
2008-12-16nsswitch: Move source3 files to top level dir.Kai Blin1-0/+690
Don't move source4 files yet to not confuse git's rename tracking too much.