summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
...
* r2625: use talloc_p, not talloc when possible (when allocating a structure in...Andrew Tridgell2007-10-101-1/+1
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-4/+4
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-101-1/+1
* r2209: patch from volker to add EnumPorts spoolss IDL and test codeAndrew Tridgell2007-10-101-0/+21
* r2208: little attempt to (almost) fix spoolss relativeVolker Lendecke2007-10-101-1/+1
* r2206: another (untested) attempt to make RELATIVE_CURRENT work for volker,Andrew Tridgell2007-10-101-40/+6
* r2205: fixed an incorrect cast that broke relative strings in spoolssAndrew Tridgell2007-10-101-1/+1
* r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviourAndrew Tridgell2007-10-102-6/+14
* r2180: added RPC flags "padcheck" which enables checking of all received padAndrew Tridgell2007-10-102-2/+33
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-101-4/+4
* r2121: fix compiler warningStefan Metzmacher2007-10-101-1/+0
* r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell2007-10-101-7/+1
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-101-2/+2
* r1994: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-104-72/+70
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1884: remove empty header fileStefan Metzmacher2007-10-102-1/+0
* r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZEStefan Metzmacher2007-10-101-1/+1
* r1847: add STR_BYTESIZE flag, to handle cases whereStefan Metzmacher2007-10-102-6/+53
* r1770: here's the krb5 server code,Stefan Metzmacher2007-10-101-0/+1
* r1757: much simpler (and smaller, faster etc) way of doing relative pointersAndrew Tridgell2007-10-103-80/+106
* 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