summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
...
* r6574: send a value for embedded ref pointers,Stefan Metzmacher2007-10-101-1/+1
* r6572: add "string_array" as new scalar type for handling SPOOLSS string array'sStefan Metzmacher2007-10-101-0/+72
* r6519: move string handling functions to a seperate fileStefan Metzmacher2007-10-103-476/+500
* r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu...Stefan Metzmacher2007-10-101-0/+52
* r6287: sorted out a small but surprisingly tricky dependency problem with theAndrew Tridgell2007-10-102-77/+136
* r6191: fix spoolss_Enum* push codeStefan Metzmacher2007-10-101-3/+9
* r6189: move function to the right placeStefan Metzmacher2007-10-101-8/+5
* r6188: correct fix for rev 6182Stefan Metzmacher2007-10-101-6/+2
* r6182: Jelmer, I think we need to initialize the switch_list, else we areRichard Sharpe2007-10-101-0/+4
* r6181: Use ndr_print_set_switch_value() here as well.Jelmer Vernooij2007-10-101-1/+2
* r6180: Use token_lists for storing switch valuesJelmer Vernooij2007-10-102-18/+14
* r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't needStefan Metzmacher2007-10-101-0/+274
* r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_si...Stefan Metzmacher2007-10-101-1/+65
* r6129: - add our own MSZIP decompression implementationStefan Metzmacher2007-10-102-99/+56
* r6114: the marker is const and is 0x434B 'CK'Stefan Metzmacher2007-10-101-5/+13
* r6112: try to decompress all chunks and put them togetherStefan Metzmacher2007-10-101-38/+73
* r6099: use the enum print functionStefan Metzmacher2007-10-101-1/+1
* r6065: revert test valueStefan Metzmacher2007-10-101-1/+1
* r6061: add start of compression support in our rpc codeStefan Metzmacher2007-10-102-0/+182
* r5986: Fix the build. Metze, could you please verify that this fix is correct?Jelmer Vernooij2007-10-101-3/+3
* r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes theJelmer Vernooij2007-10-101-2/+1
* r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij2007-10-101-0/+14
* r5828: add some idl for DsAddEntry()Stefan Metzmacher2007-10-101-5/+16
* r5800: fix recursiv printing in ndr_print_DsGetNCChangesInfo1()Stefan Metzmacher2007-10-101-0/+51
* r5799: more DsGetNCChanges updates, I'm starting to understand it...Stefan Metzmacher2007-10-101-0/+10
* r5797: - add idl property [subcontext_size()]Stefan Metzmacher2007-10-101-16/+39
* r5796: add ndr_* function for int8 and int16Stefan Metzmacher2007-10-101-24/+75
* r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij2007-10-102-24/+7
* r5765: remove unused varStefan Metzmacher2007-10-101-1/+0
* 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