summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_cmd_lookupname.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:winbind: let wb_lsa_lookupnames_send() take ↵Stefan Metzmacher2014-01-161-1/+2
| | | | | | | | | tevent_context/dcerpc_binding_handle This avoids usage/dereferencing 'struct dcerpc_pipe'. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell2009-10-201-1/+0
|
* r23995: Work to allow mimir's libnet code to be called from winbind.Andrew Bartlett2007-10-101-2/+2
| | | | | | | | | We now setup a libnet_ctx for each domain. We should then be able to replace/merge some more of the winbind code with libnet calls, referencing domain->libnet_ctx. Andrew Bartlett (This used to be commit bad2dc14d704be59300f619c84694c11620559e0)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r23133: I felt pity on Kai, as he starts work on winbind in Samba4, so IAndrew Bartlett2007-10-101-1/+1
| | | | | | | | | | | | decided to clean it up a little. We now use SPNEGO for authentication if possible, and common routines shared with the rest of the librpc codebase. Rather than make a connection to IPC$, then connect the pipes to it, we instead have the lsa and samr pipes as 'secondary connections'. Andrew Bartlett (This used to be commit 86654056b22245a57396544d572de6401069b9e5)
* r22612: Fix more cases where we have uninitialised values in theAndrew Bartlett2007-10-101-4/+1
| | | | | | | composite_context, because we don't use the creation function. Andrew Bartlett (This used to be commit e37064e356c17d0c87bb7fa7adf0c0d04d8daba2)
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
| | | | | file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
* r11517: Cleanup time, this looks larger than it is. This mainly gets rid ofVolker Lendecke2007-10-101-26/+40
| | | | | | | wb_domain_request, now that we have queued rpc requests. Volker (This used to be commit 848522d1b64c1c283ac1ea7ce7f1a7a1b014a2aa)
* r11423: Add some TALLOC_CTXVolker Lendecke2007-10-101-5/+7
| | | | (This used to be commit a043ef33dca19d5ac1cdead60a4faa8b3a950bf4)
* r11422: Remove unused argsVolker Lendecke2007-10-101-3/+1
| | | | (This used to be commit d5aef4e2f955025266e59227364b5cccccdb9f32)
* r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large ↵Volker Lendecke2007-10-101-23/+26
| | | | | | | | | | | because --user-sids required the extension to trusted domains. Implement "winbind sealed pipes" parameter for debugging purposes. Volker (This used to be commit 3821a17bdb68b2f1389b5a150502c057d28569d2)
* r11094: Connect to SAM, implement getdcnameVolker Lendecke2007-10-101-0/+107
(This used to be commit a14398715eceecf204caf815a8769ba8214d0576)