Age | Commit message (Expand) | Author | Files | Lines |
2008-07-30 | libwbclient: let wbcStringToSid handle the global NULL sid. | Günther Deschner | 1 | -1/+1 |
2008-07-22 | Fix various build warnings | Zach Loafman | 1 | -1/+1 |
2008-07-17 | allow SID with 0 in subauthority to be converted properly | Herb Lewis | 1 | -1/+2 |
2008-06-27 | Fix an "invalid operation involving NULL pointer" found by the IBM checker | Volker Lendecke | 1 | -1/+5 |
2008-06-27 | Remove a strlen check that will never kick in | Volker Lendecke | 1 | -2/+1 |
2008-06-17 | Fix a segfault in wbcLookupRids | Volker Lendecke | 1 | -16/+21 |
2008-06-17 | Fix a segfault in wbcLookupSid | Volker Lendecke | 1 | -19/+29 |
2008-06-17 | Replace a very unusual variable declaration by a more conventional one | Volker Lendecke | 1 | -1/+1 |
2008-05-23 | libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHS | Stefan Metzmacher | 1 | -1/+1 |
2008-04-17 | Follow error code name convention in libwbclient. | Gerald W. Carter | 1 | -5/+5 |
2008-03-28 | libwbclient: add wbcListUsers() and wbcListGroups() | Stefan Metzmacher | 1 | -0/+142 |
2008-03-28 | libwbclient: add wbcLookupUserSids() | Stefan Metzmacher | 1 | -0/+82 |
2008-01-29 | Fix uninitialized variables | Volker Lendecke | 1 | -5/+5 |
2008-01-24 | Fix missing error check that caused crash when winbindd not running. | Jeremy Allison | 1 | -0/+1 |
2008-01-03 | Some coding convention pedantism. | Günther Deschner | 1 | -5/+5 |
2008-01-02 | Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory. | Gerald (Jerry) Carter | 1 | -18/+19 |
2007-12-21 | Fix const warning. | Jeremy Allison | 1 | -5/+8 |
2007-12-21 | Add files for new LGPL libwbclient DSO implementing the Winbind client API | Gerald (Jerry) Carter | 1 | -0/+420 |