summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_async_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* s4:winbind: let wb_samr_userdomgroups_send() take tevent_context/dcerpc_bindi...Stefan Metzmacher2014-01-161-8/+9
* s4:winbind: let wb_lsa_lookupnames_send() take tevent_context/dcerpc_binding_...Stefan Metzmacher2014-01-161-5/+5
* s4:winbind: let wb_lsa_lookupsids_send() take tevent_context/dcerpc_binding_h...Stefan Metzmacher2014-01-161-5/+5
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-1/+12
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-091-1/+12
* source4/winbind: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4:winbind/wb_async_helpers.c: make use of use tevent_req based dcerpc_bindin...Stefan Metzmacher2010-03-121-47/+64
* s4:winbind - use "unsigned" variables where possibleMatthias Dieter Wallnöfer2010-03-091-10/+10
* s4:winbind: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-5/+5
* s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell2009-10-201-6/+0
* s4-samr: merge samr_GetGroupsForUser from s3 idl. (fixme: python)Günther Deschner2008-11-101-2/+5
* s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner2008-10-271-2/+8
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-2/+9
* Fix winbind to check machine account.Andrew Bartlett2008-04-151-67/+0
* r23810: Make things static, and remove unsued code.Andrew Bartlett2007-10-101-231/+0
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-10/+10
* r22612: Fix more cases where we have uninitialised values in theAndrew Bartlett2007-10-101-20/+6
* r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is createdAndrew Tridgell2007-10-101-1/+1
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+1
* r17956: LSA Cleanup!Andrew Bartlett2007-10-101-2/+2
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-101-1/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+2
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+3
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-5/+4
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+4
* r12868: Remove unused code. This has moved to libcli/finddcs.c.Andrew Bartlett2007-10-101-135/+0
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-9/+0
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-2/+1
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-1/+1
* r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher2007-10-101-1/+0
* r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke2007-10-101-49/+78
* r11727: Minor cleanupVolker Lendecke2007-10-101-14/+5
* r11528: Separate finding dcs from initializing a domain. Makes it easier to p...Volker Lendecke2007-10-101-0/+3
* r11517: Cleanup time, this looks larger than it is. This mainly gets rid ofVolker Lendecke2007-10-101-66/+32
* r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke2007-10-101-2/+1
* r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large bec...Volker Lendecke2007-10-101-1/+157
* r11095: Implement wb_getuserdomgroups.Volker Lendecke2007-10-101-0/+138
* r11094: Connect to SAM, implement getdcnameVolker Lendecke2007-10-101-81/+1
* r11093: Implement wb_queue_domain_send: If the domain is not yet initialized,...Volker Lendecke2007-10-101-57/+78
* r11082: Fix a segfaultVolker Lendecke2007-10-101-0/+1
* r11068: Fix pam_auth_crap, remove the sync code. I don't know what it was when IVolker Lendecke2007-10-101-4/+2
* r10878: Reply to some comments by tridge and metze:Volker Lendecke2007-10-101-32/+36
* r10853: Convert wbinfo -n to properly init the domain.Volker Lendecke2007-10-101-401/+18
* r10852: Continuation-based programming can become a bit spaghetti...Volker Lendecke2007-10-101-245/+9
* r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest o...Volker Lendecke2007-10-101-180/+213
* r10838: Get us an schannel'ed netlogon pipe.Volker Lendecke2007-10-101-13/+123
* r10834: Work in progress on winbind. With some helper routines the composite ...Volker Lendecke2007-10-101-356/+444