Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14175: More comments and my copyright. | Rafal Szczesniak | 1 | -11/+74 |
2007-10-10 | r14137: move **p2 to the _recv function for setup the second pipe | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r14123: Huge lump of code making all of our dcerpc connect code | Rafal Szczesniak | 1 | -101/+284 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12865: Upgrade the librpc and libnet code. | Andrew Bartlett | 1 | -8/+9 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 1 | -6/+4 |
2007-10-10 | r11809: Make dcerpc_bind_auth async. | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r7690: Move the NT hash generation into the credentials system, rather than | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r6565: Cludge, cludge, cludge... | Andrew Bartlett | 1 | -14/+4 |
2007-10-10 | r6229: Back out these changes ... | Richard Sharpe | 1 | -15/+1 |
2007-10-10 | r6219: This change allows us to fall back to authenticating without | Richard Sharpe | 1 | -1/+15 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 1 | -396/+17 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 1 | -18/+13 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 1 | -18/+11 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 1 | -49/+76 |
2007-10-10 | r5667: Move schannel state into libcli/auth (as it belongs with schannel, | Andrew Bartlett | 1 | -7/+0 |
2007-10-10 | r5137: fix types | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r4627: - simplified the dcerpc auth code using a common function | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4620: - add interface functions to the auth subsystem so that callers doesn'... | Stefan Metzmacher | 1 | -14/+3 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 1 | -19/+21 |
2007-10-10 | r4504: Setting | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r4459: GENSEC refinements: | Andrew Bartlett | 1 | -4/+13 |
2007-10-10 | r4358: At metze's request, the Christmas elves have removed gensec_end in | Andrew Bartlett | 1 | -4/+8 |
2007-10-10 | r4355: More work from the elves on Christmas eve: | Andrew Bartlett | 1 | -15/+14 |
2007-10-10 | r4114: added have_features bits to gensec schannel code. This fixes our | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4042: fix segfault on server schannel connections | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3686: The results of some work on the NETLOGON pipe: | Andrew Bartlett | 1 | -38/+29 |
2007-10-10 | r3660: This simulates the logon sequence of a XP login session I'm currently ... | Volker Lendecke | 1 | -24/+42 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3392: fixed schannel over ncalrpc | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r3391: fixed some memory leaks in the schannel code | Andrew Tridgell | 1 | -13/+5 |
2007-10-10 | r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3389: fixed schannel client side code. RPC-SCHANNEL now works against w2k3 | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r3075: Initialise (and check for intialisation) of the private pointer to | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r2643: convert more of the auth subsyystem to the new talloc methods. This | Andrew Tridgell | 1 | -10/+3 |
2007-10-10 | r2629: convert gensec to the new talloc model | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2284: Thanks to some great detective work by tridge, NTLM2 signing now works. | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r2100: rework the dcerpc client side library so that it is async. We now | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo... | Andrew Bartlett | 1 | -3/+4 |