r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,
[samba.git] / source4 / librpc / ndr /
2007-10-10 Stefan Metzmacherr8227: add STR_LARGE_SIZE flag, to support strings...
2007-10-10 Stefan Metzmacherr8212: fix pushing of nbt_string's:
2007-10-10 Stefan Metzmacherr8210: - make the ndr_token_* function public
2007-10-10 Stefan Metzmacherr8167: - use the same algorithm than w2k3 for 'unique...
2007-10-10 Stefan Metzmacherr8157: add the algorithm for unique pointers that w2k3...
2007-10-10 Stefan Metzmacherr8150: these should be static
2007-10-10 Stefan Metzmacherr8148: - make the PAC generation code a bit more readab...
2007-10-10 Andrew Bartlettr8108: Fix indentation, and remove a discard_const_p...
2007-10-10 Stefan Metzmacherr8050: - make use of more [value()] properties
2007-10-10 Stefan Metzmacherr8045: fix valgrind warning, add zero padding when...
2007-10-10 Andrew Tridgellr7865: changed pidl to take a "const void *" instead...
2007-10-10 Jelmer Vernooijr7706: Move ParseExpr() to util.
2007-10-10 Jelmer Vernooijr7702: Implement [charset()] attribute.
2007-10-10 Jelmer Vernooijr7695: Add support for the [string] attribute that...
2007-10-10 Stefan Metzmacherr7575: - fix GetPrinterData() push side
2007-10-10 Stefan Metzmacherr7574: - seperate [in] and [out] buffers and buf_sizes
2007-10-10 Stefan Metzmacherr7462: fix Enum* pushing, we need to send back a buffer...
2007-10-10 Stefan Metzmacherr7364: - remove '\' chars from copy paste
2007-10-10 Stefan Metzmacherr7328: fix GetPrinterData and SetPrinterData, with...
2007-10-10 Stefan Metzmacherr7327: pass down the ndr->flags to the subcontexts
2007-10-10 Stefan Metzmacherr7196: fix typo, that makes the spoolss test working...
2007-10-10 Stefan Metzmacherr7194: fix pulling of the NDR_IN data, [validate] works...
2007-10-10 Stefan Metzmacherr7193: add some bail out checks and fix pushing of...
2007-10-10 Stefan Metzmacherr7186: add [relative_base] property, which is allowed...
2007-10-10 Stefan Metzmacherr7184: remove unused ndr_pull/push_struct_start/end...
2007-10-10 Stefan Metzmacherr7182: remove current support for RELATIVE_CURRENT...
2007-10-10 Stefan Metzmacherr7181: add functions to calculate the buffer size neede...
2007-10-10 Stefan Metzmacherr7120: make use of the new 'noopnum' property and get...
2007-10-10 Jelmer Vernooijr6973: Merge new version of pidl into the main SAMBA_4_...
2007-10-10 Tim Potterr6932: Comment out static function - not used anywhere?
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Andrew Tridgellr6746: added ndr_push_union_blob() for pushing IDL...
2007-10-10 Stefan Metzmacherr6731: add a useful function for getting a guid with...
2007-10-10 Andrew Tridgellr6720: added support for the remaining 2 types of CLDAP...
2007-10-10 Andrew Tridgellr6690: added ndr_pull_struct_blob_all(), which is like...
2007-10-10 Stefan Metzmacherr6574: send a value for embedded ref pointers,
2007-10-10 Stefan Metzmacherr6572: add "string_array" as new scalar type for handli...
2007-10-10 Stefan Metzmacherr6519: move string handling functions to a seperate...
2007-10-10 Stefan Metzmacherr6294: - add obfuscate support, which is used in MAPI...
2007-10-10 Andrew Tridgellr6287: sorted out a small but surprisingly tricky depen...
2007-10-10 Stefan Metzmacherr6191: fix spoolss_Enum* push code
2007-10-10 Stefan Metzmacherr6189: move function to the right place
2007-10-10 Stefan Metzmacherr6188: correct fix for rev 6182
2007-10-10 Richard Sharper6182: Jelmer, I think we need to initialize the switch...
2007-10-10 Jelmer Vernooijr6181: Use ndr_print_set_switch_value() here as well.
2007-10-10 Jelmer Vernooijr6180: Use token_lists for storing switch values
2007-10-10 Stefan Metzmacherr6179: - add new spoolss tests for all spoolss_Enum...
2007-10-10 Stefan Metzmacherr6134: add a new type dom_sid28 which is a 28 byte...
2007-10-10 Stefan Metzmacherr6129: - add our own MSZIP decompression implementation
2007-10-10 Stefan Metzmacherr6114: the marker is const and is 0x434B 'CK'
2007-10-10 Stefan Metzmacherr6112: try to decompress all chunks and put them together
2007-10-10 Stefan Metzmacherr6099: use the enum print function
2007-10-10 Stefan Metzmacherr6065: revert test value
2007-10-10 Stefan Metzmacherr6061: add start of compression support in our rpc...
2007-10-10 Jelmer Vernooijr5986: Fix the build. Metze, could you please verify...
2007-10-10 Jelmer Vernooijr5977: Fix uninitialised memory bug in ndr_pull_ref_ptr...
2007-10-10 Jelmer Vernooijr5866: Add InitShutdown IDL and torture test.
2007-10-10 Stefan Metzmacherr5828: add some idl for DsAddEntry()
2007-10-10 Stefan Metzmacherr5800: fix recursiv printing in ndr_print_DsGetNCChange...
2007-10-10 Stefan Metzmacherr5799: more DsGetNCChanges updates, I'm starting to...
2007-10-10 Stefan Metzmacherr5797: - add idl property [subcontext_size()]
2007-10-10 Stefan Metzmacherr5796: add ndr_* function for int8 and int16
2007-10-10 Jelmer Vernooijr5775: Remove some unused functions (unions are no...
2007-10-10 Stefan Metzmacherr5765: remove unused var
2007-10-10 Stefan Metzmacherr5764: add support for embedded ref pointers
2007-10-10 Stefan Metzmacherr5736: fix to avoid endless recursion in ndr_size_...
2007-10-10 Jelmer Vernooijr5674: - Re-enable DCOM support.
2007-10-10 Jelmer Vernooijr5672: Use switch_type() and the token storage mechanis...
2007-10-10 Jelmer Vernooijr5663: Revert some changes I didn't mean to commit...
2007-10-10 Jelmer Vernooijr5661: Be a little stricter on syntax regarding arrays...
2007-10-10 Jelmer Vernooijr5506: Simplify the use of subcontexts and make them...
2007-10-10 Stefan Metzmacherr5504: fix typo
2007-10-10 Jelmer Vernooijr5490: The big (D)COM commit! :-) Contains most of...
2007-10-10 Stefan Metzmacherr5489: hide handwritten pull/push/print code from the...
2007-10-10 Jelmer Vernooijr5487: - Allow disabling modules
2007-10-10 Stefan Metzmacherr5446: fix pulling of arrays in EnumXXX functions
2007-10-10 Jelmer Vernooijr5427: NTSTATUS is treated by pidl as a 'real' scalar...
2007-10-10 Andrew Tridgellr5414: - added libcli/wins/, a basic client library...
2007-10-10 Jelmer Vernooijr5376: ORPC is NDR specific, so move it to ndr.pm.
2007-10-10 Jelmer Vernooijr5363: - ndr_%_ptr -> ndr_%_unique_ptr
2007-10-10 Jelmer Vernooijr5361: Rename some functions, add tests to validator.
2007-10-10 Jelmer Vernooijr5360: Remove a couple of unused functions.
2007-10-10 Jelmer Vernooijr5286: Some first steps in making the pidl code somewha...
2007-10-10 Andrew Tridgellr5155: define ipv4address as a based IDL type, mapped...
2007-10-10 Stefan Metzmacherr5145: define struct ipv4_addr in misc.idl,
2007-10-10 Stefan Metzmacherr5139: fix types
2007-10-10 Andrew Tridgellr5118: added support for node status replies in nbtd...
2007-10-10 Andrew Tridgellr5109: - fixed handling of zero-length subcontexts...
2007-10-10 Andrew Tridgellr5084: - handle arbitrary data in the NULL record reply...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr5036: changed HYPER_T to the more standard "hyper"
2007-10-10 Andrew Tridgellr5034: - added a type mapping function in pidl, so...
2007-10-10 Andrew Tridgellr4885: added a new NBT client library. Features include:
2007-10-10 Andrew Tridgellr4772: fixed checking of the conformant size for dom_sid2
2007-10-10 Stefan Metzmacherr4676: NTTIME_1sec is a standard NTTIME for the calling...
2007-10-10 Andrew Bartlettr4673: Fix the IDL for the QuerySecret LSA call.
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Stefan Metzmacherr4557: support for [flags()] on typedef enum|bitmap
2007-10-10 Andrew Tridgellr4550: talloc() is now typesafe. It is exactly equivale...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
next