Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-10 | libwbclient: Fix a fd-leak at dlclose-time | Volker Lendecke | 1 | -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-23 | nsswitch: Move nss_err_str to its only caller | Volker Lendecke | 1 | -23/+0 | |
2010-01-23 | nsswitch: Make some functions static | Volker Lendecke | 1 | -5/+7 | |
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 1 | -0/+690 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |