summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2121: fix compiler warningStefan Metzmacher1-1/+0
2007-10-10r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell1-7/+1
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett1-2/+2
2007-10-10r1994: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell4-72/+70
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1884: remove empty header fileStefan Metzmacher2-1/+0
2007-10-10r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZEStefan Metzmacher1-1/+1
2007-10-10r1847: add STR_BYTESIZE flag, to handle cases whereStefan Metzmacher2-6/+53
2007-10-10r1770: here's the krb5 server code,Stefan Metzmacher1-0/+1
2007-10-10r1757: much simpler (and smaller, faster etc) way of doing relative pointersAndrew Tridgell3-80/+106
2007-10-10r1736: - Pidl updates:Jelmer Vernooij1-0/+48
2007-10-10r1671: make [relative] pointers in idl much more generic, treating them justAndrew Tridgell1-3/+1
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