summaryrefslogtreecommitdiff
path: root/source3/lib/winbind_util.c
Commit message (Expand)AuthorAgeFilesLines
* lib/winbind_util: Add winbind_xid_to_sid for --without-winbindChristof Schmitt2019-03-061-0/+7
* lib/winbind_util: Remove winbind_[gu]id_to_sidChristof Schmitt2019-03-061-14/+0
* lib/winbind_util: Move include out of ifdefChristof Schmitt2019-03-061-2/+2
* lib: Remove some unused codeVolker Lendecke2019-02-281-34/+0
* lib: Introduce winbind_xid_to_sidVolker Lendecke2019-02-281-0/+30
* lib: Use dom_sid_str_bufVolker Lendecke2018-12-201-1/+2
* lib: Remove unused winbind_get_groups and _get_sid_aliasesVolker Lendecke2017-03-281-83/+0
* lib: Fix some whitespaceVolker Lendecke2017-02-151-21/+21
* Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe2015-05-131-2/+2
* lib: Fix build --without-winbind by adding winbind_lookup_usersids dummyKai Blin2014-05-161-0/+8
* s3-lib: Add winbind_lookup_usersids().Andreas Schneider2014-02-051-0/+34
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-5/+5
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* s3-winbind: try to fix the build on hosts w/o winbind support.Günther Deschner2011-03-301-1/+1
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-0/+1
* lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2011-03-301-0/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-23/+23
* 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