summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* r4772: fixed checking of the conformant size for dom_sid2Andrew Tridgell2007-10-101-1/+7
* r4676: NTTIME_1sec is a standard NTTIME for the calling codeStefan Metzmacher2007-10-101-1/+4
* r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett2007-10-101-2/+25
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-102-2/+2
* r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher2007-10-101-1/+5
* r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...Andrew Tridgell2007-10-101-2/+2
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-1/+1
* r4535: add full support forStefan Metzmacher2007-10-101-2/+11
* r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell2007-10-101-0/+21
* r4519: added the enum print function in ndr_basic.cAndrew Tridgell2007-10-101-0/+6
* r4139: 2nd attempt at fixing the null ptr in size_is() problem.Andrew Tridgell2007-10-101-8/+2
* r4110: fixed pidl to allow arrays to have size_is() and length_is() elementsAndrew Tridgell2007-10-102-35/+110
* r4102: more uint64 vs HYPER_T fixesStefan Metzmacher2007-10-102-5/+11
* r4098: catch null guid string so RPC-DRSUAPI works against my serverAndrew Tridgell2007-10-101-0/+4
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-1/+1
* r4051: use talloc_array() instead of talloc() when allocating arrays in auto-...Andrew Tridgell2007-10-101-1/+1
* r3997: fix STR_CHARLEN pull caseStefan Metzmacher2007-10-101-21/+25
* r3984: success full parse the repsFrom/repsTo LDAP fieldsStefan Metzmacher2007-10-101-0/+3
* r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2007-10-102-84/+143
* r3956: start to decode the repsFrom and repsTo fileds but not readyStefan Metzmacher2007-10-101-0/+6
* 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
* r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell2007-10-101-56/+0
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-101-15/+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
* r3611: DCOM client support works!!Jelmer Vernooij2007-10-101-0/+2
* r3606: More DCOM fixes:Jelmer Vernooij2007-10-102-0/+205
* 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-102-2/+15
* r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell2007-10-101-40/+18
* 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-102-25/+73
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3432: Support WERROR's in arguments (not just as return type). Some ofJelmer Vernooij2007-10-101-2/+52
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene...Andrew Tridgell2007-10-101-4/+0
* r3395: added support for "string32" type, to fix the fixed width stringAndrew Tridgell2007-10-102-1/+30
* r3358: Try to put all the basic struct dom_sid manipulation functions in oneAndrew Bartlett2007-10-101-57/+0
* r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2007-10-101-0/+2
* r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett2007-10-101-1/+1
* r3036: Add function to pull an array of structures. Abstracts away theTim Potter2007-10-101-0/+21
* r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij2007-10-102-0/+17
* 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
* r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcpAndrew Tridgell2007-10-101-0/+11
* r2948: added support for the [range(low,high)] attribute in pidl. This allowsAndrew Tridgell2007-10-101-1/+2
* 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
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-1/+1