Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1274: revert -r 1239 as discussed with abartlet | Stefan Metzmacher | 1 | -301/+0 |
2007-10-10 | r1269: Add a 'base' field to the ndr_ofs_list structure which is the base to | Tim Potter | 2 | -1/+5 |
2007-10-10 | r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull} | Tim Potter | 1 | -0/+2 |
2007-10-10 | r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b... | Stefan Metzmacher | 1 | -0/+301 |
2007-10-10 | r1133: - add ndr_pull_ptr() as a separate call instead of ndr_pull_uint32() | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to catch printf style codin... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r1048: - moved the schannel definitions into a separate schannel.idl | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r1030: added server side schannel support | Andrew Tridgell | 1 | -0/+23 |
2007-10-10 | r960: convert 'unsigned int' to uint_t in the most places | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r937: - added a simple QuerySecurity implementation in samr server | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r895: use _t in base ndr fns | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 3 | -12/+12 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 6 | -83/+83 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -16/+61 |
2007-10-10 | r511: fix some const handling | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r327: fixed an uninitialised variable found by valgrind | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r275: added IDL and test code for samr_QueryDisplayInfo3(), | Andrew Tridgell | 1 | -2/+18 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 1 | -1/+1 |
2004-02-03 | - add 'print' to the DCERPC binding strings | Stefan Metzmacher | 1 | -4/+0 |
2004-01-11 | added dom_sid_string() function | Andrew Tridgell | 1 | -7/+15 |
2004-01-08 | This patch adds a better dcerpc server infastructure. | Stefan Metzmacher | 1 | -27/+41 |
2003-12-31 | the endpoint mapper now works in bigendian mode | Andrew Tridgell | 2 | -3/+6 |
2003-12-19 | addition of samr_SetSecurity() from kai | Andrew Tridgell | 1 | -1/+1 |
2003-12-19 | fixed the AddAliasMem test code | Andrew Tridgell | 1 | -0/+23 |
2003-12-16 | fixed formatting of uuids in debug output | Andrew Tridgell | 1 | -1/+1 |
2003-12-16 | added support for big-endian ucs2 strings (as used by big-endian | Andrew Tridgell | 1 | -7/+17 |
2003-12-16 | a fairly large commit! | Andrew Tridgell | 1 | -47/+30 |
2003-12-12 | Added routines for arrays of uint16s. | Tim Potter | 1 | -0/+33 |
2003-12-12 | * the RPC-ECHO pipe now works in smbd, as long as the data sizes | Andrew Tridgell | 1 | -1/+1 |
2003-12-02 | * netr_ServerPasswordSet() now works - the test suite changes the | Andrew Tridgell | 1 | -1/+3 |
2003-12-01 | added netr_ServerReqChallenge and cleaned up byte array printing | Andrew Tridgell | 2 | -11/+13 |
2003-12-01 | started adding netlogon IDL and test suite | Andrew Tridgell | 1 | -0/+28 |
2003-11-30 | Added EnumPrinterDriver, GetPrinterDriver (still in progress) | Tim Potter | 1 | -0/+17 |
2003-11-28 | Added EnumJobs, GetJob, SetJob RPCs. | Tim Potter | 1 | -0/+17 |
2003-11-28 | added auto-generation of the IDL interface tables. This makes two less | Andrew Tridgell | 2 | -40/+3 |
2003-11-26 | Implemented EnumForms and GetForm. | Tim Potter | 1 | -0/+17 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 2 | -77/+38 |
2003-11-24 | added tests for epm_Map endpointer map calls | Andrew Tridgell | 1 | -0/+3 |
2003-11-24 | added tests for the remaining calls on the rpc management interface | Andrew Tridgell | 1 | -0/+32 |
2003-11-24 | added the dcerpc remote management interfaces as mgmt.idl, and wrote a | Andrew Tridgell | 3 | -6/+38 |
2003-11-23 | added a tool called 'ndrdump' that allows you to dump NDR data | Andrew Tridgell | 1 | -1/+1 |
2003-11-23 | ooh, this is fun! | Andrew Tridgell | 3 | -5/+75 |
2003-11-22 | * fixed null terminated string handling | Andrew Tridgell | 2 | -3/+8 |
2003-11-22 | * fixed NDR flag inheritance across push subcontexts | Andrew Tridgell | 1 | -0/+3 |
2003-11-22 | a fairly major upgrade to the dcerpc system | Andrew Tridgell | 4 | -28/+244 |
2003-11-22 | added some explanations for epmapper IDL and dom_sid2 | Andrew Tridgell | 1 | -1/+11 |
2003-11-21 | cleaner handling of relative pointers to strings | Andrew Tridgell | 1 | -3/+3 |
2003-11-21 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 3 | -240/+270 |