summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/wb_queryuser.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_*Stefan Metzmacher2010-08-161-2/+2
| | | | metze
* s3:winbind: Remove the manual caching for the async wb_ functionsVolker Lendecke2009-08-271-7/+0
| | | | The generic NDR-based cache in winbindd_dual_ndr.c replaces this.
* s3:winbind: Fix the talloc hierarchy in wb_queryuser_doneVolker Lendecke2009-08-231-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.
* s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke2009-08-161-26/+10
|
* s3:winbind: Add async wb_queryuserVolker Lendecke2009-08-051-0/+121