summaryrefslogtreecommitdiff
path: root/source3/lib/winbind_util.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some nonempty blank linesVolker Lendecke2009-08-071-13/+13
* s3: Fix a free of an uninitialized variable in winbind_get_sid_aliasesDan Sledz2009-03-191-1/+0
* Fix warning about missmatch of uint32_t and size_t.Jeremy Allison2009-02-171-1/+1
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-111-0/+84
* s3: Implement wbcGetpwsidDan Sledz2009-02-111-0/+47
* Fix crash in winbind clients: instead of talloc-based pointer we passed addre...Alexander Bokovoy2008-01-141-1/+1
* use C99 bool return types (true & false).Gerald (Jerry) Carter2008-01-021-17/+17
* Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter2008-01-021-7/+8
* tiny simplificationVolker Lendecke2007-12-231-4/+0
* Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter2007-12-211-4/+3
* De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter2007-12-211-0/+325