summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr/ndr_basic.c
Commit message (Expand)AuthorAgeFilesLines
...
* r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett2007-10-101-2/+25
* r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher2007-10-101-1/+5
* r4535: add full support forStefan Metzmacher2007-10-101-2/+11
* r4519: added the enum print function in ndr_basic.cAndrew Tridgell2007-10-101-0/+6
* r4102: more uint64 vs HYPER_T fixesStefan Metzmacher2007-10-101-2/+2
* r3997: fix STR_CHARLEN pull caseStefan Metzmacher2007-10-101-21/+25
* r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2007-10-101-84/+0
* r3869: in the NDR encoded replPropertyMetaData attribute in ADSStefan Metzmacher2007-10-101-1/+29
* r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij2007-10-101-1/+1
* r3787: a function to generate a random GUIDStefan Metzmacher2007-10-101-0/+10
* r3785: this strings are not constStefan Metzmacher2007-10-101-2/+2
* r3582: more gcc-4.0 signedness fixesStefan Metzmacher2007-10-101-5/+5
* r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell2007-10-101-1/+13
* r3512: - support DsCrackName GUID strings ('{faedf4f9-0de8-4582-b8b6-c475efef...Stefan Metzmacher2007-10-101-2/+25
* r3484: - add support for conformant string arrays at the end of a structStefan Metzmacher2007-10-101-5/+50
* r3432: Support WERROR's in arguments (not just as return type). Some ofJelmer Vernooij2007-10-101-2/+52
* r3395: added support for "string32" type, to fix the fixed width stringAndrew Tridgell2007-10-101-0/+28
* r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett2007-10-101-1/+1
* r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij2007-10-101-0/+12
* r2989: fix the printing of unions with negative cases when :print is usedAndrew Tridgell2007-10-101-2/+2
* r2987: added support for signed 32 bit integers in pidlAndrew Tridgell2007-10-101-0/+31
* r2910: I noticed that the samr torture test was doing its own DOS->UNIXAndrew Tridgell2007-10-101-129/+138
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-7/+3
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-4/+4
* r2205: fixed an incorrect cast that broke relative strings in spoolssAndrew Tridgell2007-10-101-1/+1
* r2180: added RPC flags "padcheck" which enables checking of all received padAndrew Tridgell2007-10-101-0/+25
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-101-4/+4
* r1994: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-11/+11
* r1847: add STR_BYTESIZE flag, to handle cases whereStefan Metzmacher2007-10-101-6/+52
* r1757: much simpler (and smaller, faster etc) way of doing relative pointersAndrew Tridgell2007-10-101-0/+3
* r1736: - Pidl updates:Jelmer Vernooij2007-10-101-0/+48
* r1274: revert -r 1239 as discussed with abartletStefan Metzmacher2007-10-101-301/+0
* 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
* r1030: added server side schannel supportAndrew Tridgell2007-10-101-0/+23
* 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-101-9/+9
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-35/+35
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-16/+61
* 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
* the endpoint mapper now works in bigendian modeAndrew Tridgell2003-12-311-3/+3
* 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
* added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell2003-12-011-11/+10