summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_basic.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett1-2/+25
2007-10-10r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher1-1/+5
2007-10-10r4535: add full support forStefan Metzmacher1-2/+11
2007-10-10r4519: added the enum print function in ndr_basic.cAndrew Tridgell1-0/+6
2007-10-10r4102: more uint64 vs HYPER_T fixesStefan Metzmacher1-2/+2
2007-10-10r3997: fix STR_CHARLEN pull caseStefan Metzmacher1-21/+25
2007-10-10r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher1-84/+0
2007-10-10r3869: in the NDR encoded replPropertyMetaData attribute in ADSStefan Metzmacher1-1/+29
2007-10-10r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij1-1/+1
2007-10-10r3787: a function to generate a random GUIDStefan Metzmacher1-0/+10
2007-10-10r3785: this strings are not constStefan Metzmacher1-2/+2
2007-10-10r3582: more gcc-4.0 signedness fixesStefan Metzmacher1-5/+5
2007-10-10r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell1-1/+13
2007-10-10r3512: - support DsCrackName GUID strings ('{faedf4f9-0de8-4582-b8b6-c475efef...Stefan Metzmacher1-2/+25
2007-10-10r3484: - add support for conformant string arrays at the end of a structStefan Metzmacher1-5/+50
2007-10-10r3432: Support WERROR's in arguments (not just as return type). Some ofJelmer Vernooij1-2/+52
2007-10-10r3395: added support for "string32" type, to fix the fixed width stringAndrew Tridgell1-0/+28
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