Age | Commit message (Expand) | Author | Files | Lines |
2011-04-19 | Fix Bug #8099 setpwent() actually does endpwent() and vice versa on FreeBSD | Sergey Korsak | 1 | -4/+4 |
2011-04-16 | selftest: Remove duplication between BUILDIR and BINDIR | Andrew Bartlett | 1 | -1/+1 |
2011-04-13 | nsswitch: Add wbinfo --sids-to-unix-ids | Volker Lendecke | 1 | -0/+78 |
2011-04-13 | libwbclient: Add wbcSidsToUnixIds | Volker Lendecke | 2 | -1/+124 |
2011-04-13 | nsswitch: wbinfo --lookup-sids | Volker Lendecke | 1 | -0/+63 |
2011-04-13 | libwbclient: Add wbcLookupSids | Volker Lendecke | 2 | -0/+193 |
2011-04-13 | s3: Add winbindd_lookupsids | Volker Lendecke | 1 | -1/+3 |
2011-03-30 | s3: Fix Coverity ID 2217: RESOURCE_LEAK | Volker Lendecke | 1 | -1/+1 |
2011-03-30 | s3: Fix Coverity ID 2220: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+2 |
2011-03-30 | s3: Fix Coverity ID 2221: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+2 |
2011-03-30 | s3: Fix Coverity ID 2222: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+2 |
2011-03-30 | s3: Fix Coverity ID 2223: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+2 |
2011-03-27 | s3: Fix Coverity ID 2200: NULL_RETURNS (cut&paste error) | Volker Lendecke | 1 | -1/+1 |
2011-03-16 | s3: Fix Coverity ID 2148, FORWARD_NULL | Volker Lendecke | 1 | -3/+2 |
2011-03-15 | libwbclient: CID 2199 -- NULL pointer return | Volker Lendecke | 1 | -0/+4 |
2011-03-10 | libwbclient: Add some input check | Volker Lendecke | 1 | -0/+4 |
2011-03-10 | libwbclient: Remove a pointless check | Volker Lendecke | 1 | -1/+2 |
2011-03-05 | wbinfo: Use wbcSidToStringBuf | Volker Lendecke | 1 | -60/+14 |
2011-03-05 | wbinfo: Fix a debug message | Volker Lendecke | 1 | -1/+1 |
2011-03-05 | pam_winbind: Use wbcSidToStringBuf | Volker Lendecke | 1 | -12/+3 |
2011-03-05 | libwbclient: Use wbcSidToStringBuf | Volker Lendecke | 3 | -55/+11 |
2011-03-05 | libwbclient: Add wbcSidToStringBuf | Volker Lendecke | 2 | -16/+50 |
2011-03-05 | nsswitch: wbcFreeMemory deals fine with NULL | Volker Lendecke | 2 | -21/+7 |
2011-03-02 | s3: Attempt to fix the build on IRIX | Volker Lendecke | 1 | -55/+10 |
2011-02-28 | nsswitch: Eliminate select from wb_common | Volker Lendecke | 1 | -28/+27 |
2011-02-18 | nsswitch: make libwbclient a public library again. | Günther Deschner | 1 | -1/+1 |
2011-02-18 | lib/util/charset Add back setlocale(), but only when called from binaries | Andrew Bartlett | 1 | -1/+1 |
2011-02-18 | nsswitch: depend on dl | Andrew Tridgell | 1 | -1/+1 |
2011-02-17 | nsswitch: make wb_reqtrans a common subsystem. | Günther Deschner | 3 | -0/+512 |
2011-02-17 | s3-waf: make most of the nsswitch common. | Günther Deschner | 1 | -3/+10 |
2011-02-17 | s4-waf: move wbinfo buildrule to winbind. | Günther Deschner | 1 | -5/+0 |
2011-02-10 | nsswitch: fix a segfault in the krb5 locator plugin | Christian Ambach | 1 | -1/+1 |
2011-02-10 | s3: Slightly simplify winbind_write_sock | Volker Lendecke | 1 | -16/+14 |
2011-02-10 | libwbclient: doxygen: mark wbcSetGidHwm deprecated | Michael Adam | 1 | -0/+3 |
2011-02-10 | libwbclient: doxygen: mark wbcSetUidHwm deprecated | Michael Adam | 1 | -0/+3 |
2011-02-10 | libwbclient: doxygen: mark wbcRemoveGidMapping deprecated | Michael Adam | 1 | -0/+3 |
2011-02-10 | libwbclient: doxygen: mark wbcRemoveUidMapping deprecated | Michael Adam | 1 | -0/+3 |
2011-02-10 | libwbclient: doxygen: mark wbcSetGidMapping deprecated | Michael Adam | 1 | -0/+3 |
2011-02-10 | libwbclient: doxygen: mark wbcSetUidMapping deprecated | Michael Adam | 1 | -0/+3 |
2011-02-10 | Revert "wbinfo: remove --set-uid-mapping - winbindd does not implement that a... | Michael Adam | 1 | -0/+41 |
2011-02-10 | Revert "wbinfo: remove --set-gid-mapping - winbindd does not implement that a... | Michael Adam | 1 | -0/+41 |
2011-02-10 | Revert "wbinfo: remove --remove-uid-mapping - winbindd does not implement tha... | Michael Adam | 1 | -0/+42 |
2011-02-10 | Revert "wbinfo: remove --remove-gid-mapping - winbindd does not implement tha... | Michael Adam | 1 | -0/+42 |
2011-02-10 | Revert "libwbclient: remove two unused defines" | Michael Adam | 1 | -0/+4 |
2011-02-10 | Revert "libwbclient: remove wbcSetUidMapping() - not implemented any more" | Michael Adam | 2 | -0/+16 |
2011-02-10 | Revert "libwbclient: remove wbcSetGidMapping() - not implemented any more" | Michael Adam | 2 | -0/+16 |
2011-02-10 | Revert "libwbclient: remove wbcRemoveUidMapping() - not implemented any more" | Michael Adam | 2 | -0/+16 |
2011-02-10 | Revert "libwbclient: remove wbcRemoveGidMapping() - not implemented any more" | Michael Adam | 2 | -0/+16 |
2011-02-10 | Revert "libwbclient: remove wbcSetUidHwm() - not implemented any more" | Michael Adam | 2 | -0/+15 |
2011-02-10 | Revert "libwbclient: remove wbcSetGidHwm() - not implemented any more" | Michael Adam | 2 | -0/+15 |