summaryrefslogtreecommitdiffstats
path: root/source3/lib/winbind_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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