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