Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu... | Stefan Metzmacher | 1 | -0/+52 |
2007-10-10 | r6287: sorted out a small but surprisingly tricky dependency problem with the | Andrew Tridgell | 2 | -77/+136 |
2007-10-10 | r6191: fix spoolss_Enum* push code | Stefan Metzmacher | 1 | -3/+9 |
2007-10-10 | r6189: move function to the right place | Stefan Metzmacher | 1 | -8/+5 |
2007-10-10 | r6188: correct fix for rev 6182 | Stefan Metzmacher | 1 | -6/+2 |
2007-10-10 | r6182: Jelmer, I think we need to initialize the switch_list, else we are | Richard Sharpe | 1 | -0/+4 |
2007-10-10 | r6181: Use ndr_print_set_switch_value() here as well. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r6180: Use token_lists for storing switch values | Jelmer Vernooij | 2 | -18/+14 |
2007-10-10 | r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need | Stefan Metzmacher | 1 | -0/+274 |
2007-10-10 | r6134: add a new type dom_sid28 which is a 28 byte fixed buffer with a dom_si... | Stefan Metzmacher | 1 | -1/+65 |
2007-10-10 | r6129: - add our own MSZIP decompression implementation | Stefan Metzmacher | 2 | -99/+56 |
2007-10-10 | r6114: the marker is const and is 0x434B 'CK' | Stefan Metzmacher | 1 | -5/+13 |
2007-10-10 | r6112: try to decompress all chunks and put them together | Stefan Metzmacher | 1 | -38/+73 |
2007-10-10 | r6099: use the enum print function | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6065: revert test value | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6061: add start of compression support in our rpc code | Stefan Metzmacher | 2 | -0/+182 |
2007-10-10 | r5986: Fix the build. Metze, could you please verify that this fix is correct? | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes the | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r5866: Add InitShutdown IDL and torture test. | Jelmer Vernooij | 1 | -0/+14 |
2007-10-10 | r5828: add some idl for DsAddEntry() | Stefan Metzmacher | 1 | -5/+16 |
2007-10-10 | r5800: fix recursiv printing in ndr_print_DsGetNCChangesInfo1() | Stefan Metzmacher | 1 | -0/+51 |
2007-10-10 | r5799: more DsGetNCChanges updates, I'm starting to understand it... | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r5797: - add idl property [subcontext_size()] | Stefan Metzmacher | 1 | -16/+39 |
2007-10-10 | r5796: add ndr_* function for int8 and int16 | Stefan Metzmacher | 1 | -24/+75 |
2007-10-10 | r5775: Remove some unused functions (unions are no longer as special as they ... | Jelmer Vernooij | 2 | -24/+7 |
2007-10-10 | r5765: remove unused var | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r5764: add support for embedded ref pointers | Stefan Metzmacher | 1 | -1/+24 |
2007-10-10 | r5736: fix to avoid endless recursion in ndr_size_*() calculation | Stefan Metzmacher | 2 | -2/+11 |
2007-10-10 | r5674: - Re-enable DCOM support. | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r5672: Use switch_type() and the token storage mechanism for unions: | Jelmer Vernooij | 3 | -2/+32 |
2007-10-10 | r5663: Revert some changes I didn't mean to commit... | Jelmer Vernooij | 3 | -32/+2 |
2007-10-10 | r5661: Be a little stricter on syntax regarding arrays. A pointer to an | Jelmer Vernooij | 3 | -2/+32 |
2007-10-10 | r5506: Simplify the use of subcontexts and make them a bit less a special case. | Jelmer Vernooij | 1 | -76/+2 |
2007-10-10 | r5504: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5490: The big (D)COM commit! :-) Contains most of the changes described in the | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r5489: hide handwritten pull/push/print code from the caller | Stefan Metzmacher | 1 | -70/+660 |
2007-10-10 | r5487: - Allow disabling modules | Jelmer Vernooij | 1 | -0/+0 |
2007-10-10 | r5446: fix pulling of arrays in EnumXXX functions | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r5427: NTSTATUS is treated by pidl as a 'real' scalar now. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r5414: - added libcli/wins/, a basic client library for WINS replication | Andrew Tridgell | 1 | -1/+32 |
2007-10-10 | r5376: ORPC is NDR specific, so move it to ndr.pm. | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r5363: - ndr_%_ptr -> ndr_%_unique_ptr | Jelmer Vernooij | 2 | -6/+6 |
2007-10-10 | r5361: Rename some functions, add tests to validator. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5360: Remove a couple of unused functions. | Jelmer Vernooij | 2 | -37/+0 |
2007-10-10 | r5286: Some first steps in making the pidl code somewhat more generic for the | Jelmer Vernooij | 5 | -100/+100 |
2007-10-10 | r5155: define ipv4address as a based IDL type, mapped to a "const char *" in | Andrew Tridgell | 1 | -0/+34 |
2007-10-10 | r5145: define struct ipv4_addr in misc.idl, | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r5139: fix types | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r5118: added support for node status replies in nbtd. nmblookup -S now works ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5109: - fixed handling of zero-length subcontexts in the ndr library | Andrew Tridgell | 1 | -3/+0 |