summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
...
* r5764: add support for embedded ref pointersStefan Metzmacher2007-10-101-1/+24
* r5736: fix to avoid endless recursion in ndr_size_*() calculationStefan Metzmacher2007-10-102-2/+11
* r5674: - Re-enable DCOM support.Jelmer Vernooij2007-10-101-0/+5
* r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij2007-10-103-2/+32
* r5663: Revert some changes I didn't mean to commit...Jelmer Vernooij2007-10-103-32/+2
* r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij2007-10-103-2/+32
* r5506: Simplify the use of subcontexts and make them a bit less a special case.Jelmer Vernooij2007-10-101-76/+2
* r5504: fix typoStefan Metzmacher2007-10-101-1/+1
* r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij2007-10-101-0/+1
* r5489: hide handwritten pull/push/print code from the callerStefan Metzmacher2007-10-101-70/+660
* r5487: - Allow disabling modulesJelmer Vernooij2007-10-101-0/+0
* r5446: fix pulling of arrays in EnumXXX functionsStefan Metzmacher2007-10-101-0/+6
* r5427: NTSTATUS is treated by pidl as a 'real' scalar now.Jelmer Vernooij2007-10-101-2/+2
* r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell2007-10-101-1/+32
* r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij2007-10-101-3/+0
* r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij2007-10-102-6/+6
* r5361: Rename some functions, add tests to validator.Jelmer Vernooij2007-10-101-1/+1
* r5360: Remove a couple of unused functions.Jelmer Vernooij2007-10-102-37/+0
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-105-100/+100
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-101-0/+34
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-101-0/+10
* r5139: fix typesStefan Metzmacher2007-10-101-2/+2
* r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell2007-10-101-1/+1
* r5109: - fixed handling of zero-length subcontexts in the ndr libraryAndrew Tridgell2007-10-101-3/+0
* r5084: - handle arbitrary data in the NULL record reply type for nbt name que...Andrew Tridgell2007-10-102-1/+3
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-102-16/+16
* r5036: changed HYPER_T to the more standard "hyper"Andrew Tridgell2007-10-101-17/+17
* r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2007-10-102-47/+26
* r4885: added a new NBT client library. Features include:Andrew Tridgell2007-10-103-12/+46
* 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