summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1644: changed the way [relative] pointers work in pidl, making them muchAndrew Tridgell1-0/+12
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-1/+1
2007-10-10r1274: revert -r 1239 as discussed with abartletStefan Metzmacher1-301/+0
2007-10-10r1269: Add a 'base' field to the ndr_ofs_list structure which is the base toTim Potter2-1/+5
2007-10-10r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull}Tim Potter1-0/+2
2007-10-10r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher1-0/+301
2007-10-10r1133: - add ndr_pull_ptr() as a separate call instead of ndr_pull_uint32()Andrew Tridgell1-0/+10
2007-10-10r1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to catch printf style codin...Andrew Tridgell1-1/+2
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell1-0/+2
2007-10-10r1030: added server side schannel supportAndrew Tridgell1-0/+23
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell1-0/+12
2007-10-10r895: use _t in base ndr fnsAndrew Tridgell1-4/+4
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-4/+4
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher3-12/+12
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher6-83/+83
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-16/+61
2007-10-10r511: fix some const handlingAndrew Tridgell1-3/+3
2007-10-10r327: fixed an uninitialised variable found by valgrindAndrew Tridgell1-0/+1
2007-10-10r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell1-2/+18
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-1/+1
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-4/+0
2004-01-11added dom_sid_string() functionAndrew Tridgell1-7/+15
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-27/+41
2003-12-31the endpoint mapper now works in bigendian modeAndrew Tridgell2-3/+6
2003-12-19addition of samr_SetSecurity() from kaiAndrew Tridgell1-1/+1
2003-12-19fixed the AddAliasMem test codeAndrew Tridgell1-0/+23
2003-12-16fixed formatting of uuids in debug outputAndrew Tridgell1-1/+1
2003-12-16added support for big-endian ucs2 strings (as used by big-endianAndrew Tridgell1-7/+17
2003-12-16a fairly large commit!Andrew Tridgell1-47/+30
2003-12-12Added routines for arrays of uint16s.Tim Potter1-0/+33
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell1-1/+1
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-1/+3
2003-12-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell2-11/+13
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell1-0/+28
2003-11-30Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter1-0/+17
2003-11-28Added EnumJobs, GetJob, SetJob RPCs.Tim Potter1-0/+17
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2-40/+3
2003-11-26Implemented EnumForms and GetForm.Tim Potter1-0/+17
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell2-77/+38
2003-11-24added tests for epm_Map endpointer map callsAndrew Tridgell1-0/+3
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell1-0/+32
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell3-6/+38
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell1-1/+1
2003-11-23ooh, this is fun!Andrew Tridgell3-5/+75
2003-11-22 * fixed null terminated string handlingAndrew Tridgell2-3/+8
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell1-0/+3
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell4-28/+244
2003-11-22added some explanations for epmapper IDL and dom_sid2Andrew Tridgell1-1/+11
2003-11-21cleaner handling of relative pointers to stringsAndrew Tridgell1-3/+3