Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-05 | nss_wrapper: fix segfault in nwrap_gr_copy_r() | Stefan Metzmacher | 1 | -3/+8 | |
metze | |||||
2009-06-04 | nss_wrapper: remove getgrouplist from nwrap_ops table. | Günther Deschner | 1 | -72/+64 | |
Guenther | |||||
2009-06-04 | nss_wrapper: call the nwrap_files_*() from nwrap_files_*_r() | Stefan Metzmacher | 1 | -9/+7 | |
We should not call the public functions, as this could lead to a recursive loop when we have multiple nwrap backends in future. This also fixes the build if --enable-nss-wrapper was not given to ./configure. metze | |||||
2009-06-02 | nss_wrapper: prefix function pointer names in struct nwrap_ops. | Günther Deschner | 1 | -54/+54 | |
Guenther | |||||
2009-06-02 | nss_wrapper: resort calls to move public calls to the end. | Günther Deschner | 1 | -193/+197 | |
Guenther | |||||
2009-06-02 | nss_wrapper: add nwrap_ops function pointer table. | Günther Deschner | 1 | -19/+104 | |
Guenther | |||||
2009-06-02 | nss_wrapper: make sure to return after calling real_{set,end}{gr,pw}ent. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-06-02 | nss_wrapper: fix typo while checking for getgrid_r support. | Günther Deschner | 1 | -2/+2 | |
Metze, this has been in here for a long time, please check. Guenther | |||||
2009-05-30 | nss_wrapper: try to fix the build of nss_wrapper on solaris. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2009-05-30 | nss_wrapper: add support for getgrouplist. | Günther Deschner | 1 | -0/+79 | |
Guenther | |||||
2009-05-28 | nss_wrapper: fix nss_wrapper build for solaris. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-05-28 | nss_wrapper: remove re-structuring leftovers (unused variables). | Günther Deschner | 1 | -6/+0 | |
Guenther | |||||
2009-05-28 | nss_wrapper: restructure nwrap calls. | Günther Deschner | 1 | -71/+169 | |
Guenther | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+1130 | |