summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_queryuser.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-20s3: Use any_nt_status_not_ok in winbindVolker Lendecke1-5/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
2010-08-16s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_*Stefan Metzmacher1-2/+2
metze
2009-08-27s3:winbind: Remove the manual caching for the async wb_ functionsVolker Lendecke1-7/+0
The generic NDR-based cache in winbindd_dual_ndr.c replaces this.
2009-08-23s3:winbind: Fix the talloc hierarchy in wb_queryuser_doneVolker Lendecke1-1/+1
We need to return state->userinfo beyond the end of wb_queryuser_recv, so the unmarshalled strings are children of that, not the state that is lost sooner. Metze, this scheme works fine as long as we only have a single malloc'ed entity that is returned. I think we need a different scheme in the future when we might have more than one independent object to be returned.
2009-08-16s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke1-26/+10
2009-08-05s3:winbind: Add async wb_queryuserVolker Lendecke1-0/+121