summaryrefslogtreecommitdiff
path: root/source3/lib/winbind_util.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-06lib/winbind_util: Add winbind_xid_to_sid for --without-winbindChristof Schmitt1-0/+7
2019-03-06lib/winbind_util: Remove winbind_[gu]id_to_sidChristof Schmitt1-14/+0
2019-03-06lib/winbind_util: Move include out of ifdefChristof Schmitt1-2/+2
2019-02-28lib: Remove some unused codeVolker Lendecke1-34/+0
2019-02-28lib: Introduce winbind_xid_to_sidVolker Lendecke1-0/+30
2018-12-20lib: Use dom_sid_str_bufVolker Lendecke1-1/+2
2017-03-28lib: Remove unused winbind_get_groups and _get_sid_aliasesVolker Lendecke1-83/+0
2017-02-15lib: Fix some whitespaceVolker Lendecke1-21/+21
2015-05-13Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe1-2/+2
2014-05-16lib: Fix build --without-winbind by adding winbind_lookup_usersids dummyKai Blin1-0/+8
2014-02-05s3-lib: Add winbind_lookup_usersids().Andreas Schneider1-0/+34
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