Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11835: Restore comments | Volker Lendecke | 1 | -1/+28 |
2007-10-10 | r11817: fixed the problem with the RPC join tests. The problem was that | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r11812: Convert winbind to the async bind routines. Also remove tridge's hack... | Volker Lendecke | 1 | -7/+7 |
2007-10-10 | r11809: Make dcerpc_bind_auth async. | Volker Lendecke | 1 | -139/+193 |
2007-10-10 | r11806: Minor cleanup | Volker Lendecke | 1 | -5/+2 |
2007-10-10 | r11805: dcerpc_bind_auth is only used in dcerpc_bind_auth_password | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11804: Asyncify the anonymous bind, convert the calls in xplogin.c. | Volker Lendecke | 1 | -7/+41 |
2007-10-10 | r9505: Work on GENSEC and the code that calls it, for tighter interface | Andrew Bartlett | 1 | -28/+31 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 1 | -28/+4 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 1 | -11/+12 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 1 | -0/+8 |
2007-10-10 | r5603: add "authservice()" property to the interface property list | Stefan Metzmacher | 1 | -1/+11 |
2007-10-10 | r4691: Make the DCE-RPC bind code compleatly generic to the number of passes | Andrew Bartlett | 1 | -6/+14 |
2007-10-10 | r4636: Per tridge's wish (and probably correct behaviour), don't key off a | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the auth | Andrew Bartlett | 1 | -14/+91 |
2007-10-10 | r4627: - simplified the dcerpc auth code using a common function | Andrew Tridgell | 1 | -31/+30 |
2007-10-10 | r4618: - tidied up the alter_context client code a bit | Andrew Tridgell | 1 | -89/+0 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 1 | -40/+44 |
2007-10-10 | r4360: destroy the gensec context | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r4358: At metze's request, the Christmas elves have removed gensec_end in | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r4052: fixed a bunch of code to use the type safe _p allocation macros | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4001: fix segfault fix auth failed | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r2629: convert gensec to the new talloc model | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2284: Thanks to some great detective work by tridge, NTLM2 signing now works. | Andrew Bartlett | 1 | -1/+7 |
2007-10-10 | r2100: rework the dcerpc client side library so that it is async. We now | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server. | Andrew Bartlett | 1 | -20/+7 |
2007-10-10 | r1419: spnego inside of dcerpc using alter_context/alter_context_resp | Stefan Metzmacher | 1 | -1/+87 |
2007-10-10 | r1354: Make it clear that the first gensec_update takes a NULL data_blob. | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 1 | -14/+13 |
2007-10-10 | r1200: Add 'gensec', our generic security layer. | Andrew Bartlett | 1 | -38/+25 |
2007-10-10 | r1068: make the dcerpc client side auth/crypto code much more generic | Stefan Metzmacher | 1 | -0/+99 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 1 | -1/+1 |
2004-02-10 | - modified the dcerpc client security code to be generic, so ntlmssp | Andrew Tridgell | 1 | -121/+0 |
2003-11-27 | a couple of tidyups | Andrew Tridgell | 1 | -0/+1 |
2003-11-26 | by default sign RPC over TCP but not RPC over SMB. I will add command line co... | Andrew Tridgell | 1 | -3/+18 |
2003-11-26 | fixed some memory leaks in the dcerpc use of ntlmssp signing | Andrew Tridgell | 1 | -4/+22 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 1 | -0/+130 |