summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell1-1/+1
2007-10-10r5109: - fixed handling of zero-length subcontexts in the ndr libraryAndrew Tridgell1-3/+0
2007-10-10r5084: - handle arbitrary data in the NULL record reply type for nbt name que...Andrew Tridgell2-1/+3
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2-16/+16
2007-10-10r5036: changed HYPER_T to the more standard "hyper"Andrew Tridgell1-17/+17
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2-47/+26
2007-10-10r4885: added a new NBT client library. Features include:Andrew Tridgell3-12/+46
2007-10-10r4772: fixed checking of the conformant size for dom_sid2Andrew Tridgell1-1/+7
2007-10-10r4676: NTTIME_1sec is a standard NTTIME for the calling codeStefan Metzmacher1-1/+4
2007-10-10r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett1-2/+25
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2-2/+2
2007-10-10r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher1-1/+5
2007-10-10r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...Andrew Tridgell1-2/+2
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+1
2007-10-10r4535: add full support forStefan Metzmacher1-2/+11
2007-10-10r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell1-0/+21
2007-10-10r4519: added the enum print function in ndr_basic.cAndrew Tridgell1-0/+6
2007-10-10r4139: 2nd attempt at fixing the null ptr in size_is() problem.Andrew Tridgell1-8/+2
2007-10-10r4110: fixed pidl to allow arrays to have size_is() and length_is() elementsAndrew Tridgell2-35/+110
2007-10-10r4102: more uint64 vs HYPER_T fixesStefan Metzmacher2-5/+11
2007-10-10r4098: catch null guid string so RPC-DRSUAPI works against my serverAndrew Tridgell1-0/+4
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-1/+1
2007-10-10r4051: use talloc_array() instead of talloc() when allocating arrays in auto-...Andrew Tridgell1-1/+1
2007-10-10r3997: fix STR_CHARLEN pull caseStefan Metzmacher1-21/+25
2007-10-10r3984: success full parse the repsFrom/repsTo LDAP fieldsStefan Metzmacher1-0/+3
2007-10-10r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2-84/+143
2007-10-10r3956: start to decode the repsFrom and repsTo fileds but not readyStefan Metzmacher1-0/+6
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-10r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell1-56/+0
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher1-15/+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-10r3611: DCOM client support works!!Jelmer Vernooij1-0/+2
2007-10-10r3606: More DCOM fixes:Jelmer Vernooij2-0/+205
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 Tridgell2-2/+15
2007-10-10r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell1-40/+18
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 Metzmacher2-25/+73
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3432: Support WERROR's in arguments (not just as return type). Some ofJelmer Vernooij1-2/+52
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene...Andrew Tridgell1-4/+0
2007-10-10r3395: added support for "string32" type, to fix the fixed width stringAndrew Tridgell2-1/+30
2007-10-10r3358: Try to put all the basic struct dom_sid manipulation functions in oneAndrew Bartlett1-57/+0
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell1-0/+2
2007-10-10r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett1-1/+1
2007-10-10r3036: Add function to pull an array of structures. Abstracts away theTim Potter1-0/+21
2007-10-10r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij2-0/+17