summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij1-0/+14
2007-10-10r5828: add some idl for DsAddEntry()Stefan Metzmacher1-5/+16
2007-10-10r5800: fix recursiv printing in ndr_print_DsGetNCChangesInfo1()Stefan Metzmacher1-0/+51
2007-10-10r5799: more DsGetNCChanges updates, I'm starting to understand it...Stefan Metzmacher1-0/+10
2007-10-10r5797: - add idl property [subcontext_size()]Stefan Metzmacher1-16/+39
2007-10-10r5796: add ndr_* function for int8 and int16Stefan Metzmacher1-24/+75
2007-10-10r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij2-24/+7
2007-10-10r5765: remove unused varStefan Metzmacher1-1/+0
2007-10-10r5764: add support for embedded ref pointersStefan Metzmacher1-1/+24
2007-10-10r5736: fix to avoid endless recursion in ndr_size_*() calculationStefan Metzmacher2-2/+11
2007-10-10r5674: - Re-enable DCOM support.Jelmer Vernooij1-0/+5
2007-10-10r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij3-2/+32
2007-10-10r5663: Revert some changes I didn't mean to commit...Jelmer Vernooij3-32/+2
2007-10-10r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij3-2/+32
2007-10-10r5506: Simplify the use of subcontexts and make them a bit less a special case.Jelmer Vernooij1-76/+2
2007-10-10r5504: fix typoStefan Metzmacher1-1/+1
2007-10-10r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij1-0/+1
2007-10-10r5489: hide handwritten pull/push/print code from the callerStefan Metzmacher1-70/+660
2007-10-10r5487: - Allow disabling modulesJelmer Vernooij1-0/+0
2007-10-10r5446: fix pulling of arrays in EnumXXX functionsStefan Metzmacher1-0/+6
2007-10-10r5427: NTSTATUS is treated by pidl as a 'real' scalar now.Jelmer Vernooij1-2/+2
2007-10-10r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell1-1/+32
2007-10-10r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij1-3/+0
2007-10-10r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij2-6/+6
2007-10-10r5361: Rename some functions, add tests to validator.Jelmer Vernooij1-1/+1
2007-10-10r5360: Remove a couple of unused functions.Jelmer Vernooij2-37/+0
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij5-100/+100
2007-10-10r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell1-0/+34
2007-10-10r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher1-0/+10
2007-10-10r5139: fix typesStefan Metzmacher1-2/+2
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