summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_basic.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett1-1/+1
2007-10-10r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij1-0/+12
2007-10-10r2989: fix the printing of unions with negative cases when :print is usedAndrew Tridgell1-2/+2
2007-10-10r2987: added support for signed 32 bit integers in pidlAndrew Tridgell1-0/+31
2007-10-10r2910: I noticed that the samr torture test was doing its own DOS->UNIXAndrew Tridgell1-129/+138
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-7/+3
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-4/+4
2007-10-10r2205: fixed an incorrect cast that broke relative strings in spoolssAndrew Tridgell1-1/+1
2007-10-10r2180: added RPC flags "padcheck" which enables checking of all received padAndrew Tridgell1-0/+25
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-4/+4
2007-10-10r1994: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell1-11/+11
2007-10-10r1847: add STR_BYTESIZE flag, to handle cases whereStefan Metzmacher1-6/+52
2007-10-10r1757: much simpler (and smaller, faster etc) way of doing relative pointersAndrew Tridgell1-0/+3
2007-10-10r1736: - Pidl updates:Jelmer Vernooij1-0/+48
2007-10-10r1274: revert -r 1239 as discussed with abartletStefan Metzmacher1-301/+0
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-10r1030: added server side schannel supportAndrew Tridgell1-0/+23
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 Metzmacher1-9/+9
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-35/+35
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-16/+61
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
2003-12-31the endpoint mapper now works in bigendian modeAndrew Tridgell1-3/+3
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-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell1-11/+10
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell1-0/+28
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-50/+14
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 Tridgell1-6/+13
2003-11-23ooh, this is fun!Andrew Tridgell1-2/+52
2003-11-22 * fixed null terminated string handlingAndrew Tridgell1-2/+7
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-2/+22
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-217/+191
2003-11-21added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell1-21/+44
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell1-1/+9
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell1-0/+66
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell1-0/+10
2003-11-17 * add another WERR err codeAndrew Tridgell1-0/+16
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell1-5/+41
2003-11-17* more info levels for EnumPrinterAndrew Tridgell1-0/+11
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-4/+32