summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* Use rpccli_samr_OpenUser() all over the place.Günther Deschner2008-02-011-5/+10
* Use rpccli_samr_OpenGroup() all over the place.Günther Deschner2008-02-011-2/+5
* Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-311-3/+3
* Ensure we don't access an uninitialized variableJeremy Allison2008-01-111-1/+1
* Add a missing check for dealing with a one-way trust in query_user().Gerald (Jerry) Carter2008-01-041-0/+6
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-11/+6
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-4/+4
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-8/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-101-2/+2
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1111