summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_async_helpers.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-19source4/winbind: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2010-03-12s4:winbind/wb_async_helpers.c: make use of use tevent_req based dcerpc_bindin...Stefan Metzmacher1-47/+64
2010-03-09s4:winbind - use "unsigned" variables where possibleMatthias Dieter Wallnöfer1-10/+10
2010-03-01s4:winbind: make use of explicit dcerpc_*_recv functionsStefan Metzmacher1-5/+5
2009-10-20s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell1-6/+0
2008-11-10s4-samr: merge samr_GetGroupsForUser from s3 idl. (fixme: python)Günther Deschner1-2/+5
2008-10-27s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner1-2/+8
2008-10-27s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner1-2/+9
2008-04-15Fix winbind to check machine account.Andrew Bartlett1-67/+0
2007-10-10r23810: Make things static, and remove unsued code.Andrew Bartlett1-231/+0
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22944: fix bug #4618:Stefan Metzmacher1-10/+10
2007-10-10r22612: Fix more cases where we have uninitialised values in theAndrew Bartlett1-20/+6
2007-10-10r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is createdAndrew Tridgell1-1/+1
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-1/+1
2007-10-10r17956: LSA Cleanup!Andrew Bartlett1-2/+2
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij1-1/+0
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+2
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+3
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-5/+4
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+4
2007-10-10r12868: Remove unused code. This has moved to libcli/finddcs.c.Andrew Bartlett1-135/+0
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-9/+0
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-2/+1
2007-10-10r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell1-1/+1
2007-10-10r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher1-1/+0
2007-10-10r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke1-49/+78
2007-10-10r11727: Minor cleanupVolker Lendecke1-14/+5
2007-10-10r11528: Separate finding dcs from initializing a domain. Makes it easier to p...Volker Lendecke1-0/+3
2007-10-10r11517: Cleanup time, this looks larger than it is. This mainly gets rid ofVolker Lendecke1-66/+32
2007-10-10r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke1-2/+1
2007-10-10r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large bec...Volker Lendecke1-1/+157
2007-10-10r11095: Implement wb_getuserdomgroups.Volker Lendecke1-0/+138
2007-10-10r11094: Connect to SAM, implement getdcnameVolker Lendecke1-81/+1
2007-10-10r11093: Implement wb_queue_domain_send: If the domain is not yet initialized,...Volker Lendecke1-57/+78
2007-10-10r11082: Fix a segfaultVolker Lendecke1-0/+1
2007-10-10r11068: Fix pam_auth_crap, remove the sync code. I don't know what it was when IVolker Lendecke1-4/+2
2007-10-10r10878: Reply to some comments by tridge and metze:Volker Lendecke1-32/+36
2007-10-10r10853: Convert wbinfo -n to properly init the domain.Volker Lendecke1-401/+18
2007-10-10r10852: Continuation-based programming can become a bit spaghetti...Volker Lendecke1-245/+9
2007-10-10r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest o...Volker Lendecke1-180/+213
2007-10-10r10838: Get us an schannel'ed netlogon pipe.Volker Lendecke1-13/+123
2007-10-10r10834: Work in progress on winbind. With some helper routines the composite ...Volker Lendecke1-356/+444
2007-10-10r10825: Complete wbinfo -nVolker Lendecke1-6/+317
2007-10-10r10691: This gets half-way to wbinfo -n. It acquires an lsa pipe, and does aVolker Lendecke1-5/+323
2007-10-10r10687: Another one...Volker Lendecke1-1/+0
2007-10-10r10683: Samba3's wbinfo -t should give the correct answer now.Volker Lendecke1-1/+223
2007-10-10r10675: Connect to the DC's IPC$Volker Lendecke1-0/+1