summaryrefslogtreecommitdiff
path: root/source3/lib/winbind_util.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-5/+5
2011-05-05Fix many const compiler warnings.Jeremy Allison1-1/+1
2011-03-30s3-winbind: try to fix the build on hosts w/o winbind support.Günther Deschner1-1/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-03-30lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner1-0/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-23/+23
2009-08-07Fix some nonempty blank linesVolker Lendecke1-13/+13
2009-03-19s3: Fix a free of an uninitialized variable in winbind_get_sid_aliasesDan Sledz1-1/+0
2009-02-17Fix warning about missmatch of uint32_t and size_t.Jeremy Allison1-1/+1
2009-02-11s3: Implement wbcGetSidAliasesDan Sledz1-0/+84
2009-02-11s3: Implement wbcGetpwsidDan Sledz1-0/+47
2008-01-14Fix crash in winbind clients: instead of talloc-based pointer we passed addre...Alexander Bokovoy1-1/+1
2008-01-02use C99 bool return types (true & false).Gerald (Jerry) Carter1-17/+17
2008-01-02Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter1-7/+8
2007-12-23tiny simplificationVolker Lendecke1-4/+0
2007-12-21Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter1-4/+3
2007-12-21De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter1-0/+325