Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r793: - don't make templates members of any class that would make them show | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 4 | -23/+17 |
2007-10-10 | r390: added my best guess for how session keys are supposed to work when you | Andrew Tridgell | 4 | -5/+34 |
2007-10-10 | r354: Tridge convinced me that writing some wrapper functions by hand was a | Tim Potter | 1 | -393/+0 |
2007-10-10 | r335: added much better handling of servers that die unexpectedly during a | Andrew Tridgell | 2 | -8/+24 |
2007-10-10 | r210: More work on DCERPC client functions: | Tim Potter | 1 | -3/+318 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r101: added lsa_SetSecret() and lsa_QuerySecret() | Andrew Tridgell | 1 | -0/+22 |
2004-04-03 | This is the start of a C API to the DCERPC client routines. Currently | Tim Potter | 1 | -0/+79 |
2004-02-21 | split up the schannel rpc client code into separate key establishment | Andrew Tridgell | 1 | -19/+64 |
2004-02-12 | do not return a value in a void function | Stefan Metzmacher | 1 | -1/+1 |
2004-02-11 | fixed a void return spotted by metze | Andrew Tridgell | 1 | -1/+1 |
2004-02-10 | we can close the netlogon pipe used to setup the schannel session key | Andrew Tridgell | 1 | -1/+3 |
2004-02-10 | don't always use the same schannel context number | Andrew Tridgell | 1 | -1/+1 |
2004-02-10 | - modified the dcerpc client security code to be generic, so ntlmssp | Andrew Tridgell | 7 | -153/+469 |
2004-02-03 | - add 'print' to the DCERPC binding strings | Stefan Metzmacher | 1 | -0/+1 |
2004-02-03 | make more function static, they are still available via the function pointers | Stefan Metzmacher | 2 | -2/+2 |
2004-01-22 | added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.o | Andrew Tridgell | 1 | -1/+1 |
2004-01-20 | added code to the RPC-SPOOLSS test that demonstrates that policy | Andrew Tridgell | 4 | -3/+61 |
2003-12-19 | fixed removal of moe than one ncacn_* option from option list | Andrew Tridgell | 1 | -0/+1 |
2003-12-17 | fixed a segv in RPC-* when debug level > 2 | Andrew Tridgell | 1 | -1/+1 |
2003-12-17 | Fix typo. | Tim Potter | 1 | -1/+1 |
2003-12-17 | added a smb.conf flag "rpc big endian" that tells our rpc server to | Andrew Tridgell | 2 | -13/+12 |
2003-12-16 | added a define for the DCERPC little-endian data representation flag | Andrew Tridgell | 1 | -8/+8 |
2003-12-16 | fixed the RPC-MGMT and RPC-SCANNER tests to work with the new | Andrew Tridgell | 1 | -24/+75 |
2003-12-16 | no longer require the pipe name or tcp port number to be the first | Andrew Tridgell | 1 | -0/+4 |
2003-12-16 | a fairly large commit! | Andrew Tridgell | 5 | -21/+91 |
2003-12-15 | more flexible handling of [] in binding strings | Andrew Tridgell | 1 | -2/+14 |
2003-12-15 | allow the specification of full dcerpc endpoint binding strings on the | Andrew Tridgell | 2 | -0/+310 |
2003-12-14 | fixed fragmented signed connections to our rpc server over SMB | Andrew Tridgell | 1 | -1/+1 |
2003-12-14 | fixed a bug handling multiple PDUs being read from a socket at one | Andrew Tridgell | 2 | -44/+43 |
2003-12-13 | added a basic dcerpc endpoint mapper to Samba4. Currently only | Andrew Tridgell | 1 | -5/+5 |
2003-12-11 | the next step in the dcerpc server code. Added the link between the | Andrew Tridgell | 1 | -1/+1 |
2003-12-10 | more portable array of endpoints code from pidl | Andrew Tridgell | 1 | -1/+1 |
2003-12-10 | the rest of the initial rpc server side infrastructure | Andrew Tridgell | 1 | -1/+1 |
2003-11-28 | the beginnings of an automated tool for working out IDL properties of | Andrew Tridgell | 1 | -0/+14 |
2003-11-28 | * added a bunch of placeholder IDL files | Andrew Tridgell | 1 | -0/+6 |
2003-11-27 | more epmapper and mgmt magic | Andrew Tridgell | 2 | -1/+43 |
2003-11-27 | added an rpc scanner. This prints messages like this: | Andrew Tridgell | 2 | -1/+4 |
2003-11-27 | use EPMAPPER_PORT constant instead of 135 | Andrew Tridgell | 2 | -4/+4 |
2003-11-27 | a couple of tidyups | Andrew Tridgell | 4 | -3/+23 |
2003-11-26 | by default sign RPC over TCP but not RPC over SMB. I will add command line co... | Andrew Tridgell | 3 | -15/+72 |
2003-11-26 | transfer syntax V2 isn't as magic as I thought | Andrew Tridgell | 1 | -4/+2 |
2003-11-26 | use the IDL defined NDR version number | Andrew Tridgell | 1 | -1/+2 |
2003-11-26 | added auto-determination of the DCERPC over TCP port number by asking | Andrew Tridgell | 2 | -5/+158 |
2003-11-26 | fixed some memory leaks in the dcerpc use of ntlmssp signing | Andrew Tridgell | 2 | -4/+27 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 5 | -53/+349 |
2003-11-24 | * fixed byte order in epmapper parsing | Andrew Tridgell | 1 | -0/+5 |
2003-11-24 | initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now to | Andrew Tridgell | 3 | -4/+206 |
2003-11-24 | * prepared the dcerpc subsystem for adding the RPC over TCP transport | Andrew Tridgell | 3 | -102/+172 |