Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1, | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r8212: fix pushing of nbt_string's: | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r8148: - make the PAC generation code a bit more readable and add some outof ... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r7865: changed pidl to take a "const void *" instead of a "void *" for the | Andrew Tridgell | 1 | -4/+3 |
2007-10-10 | r7186: add [relative_base] property, which is allowed on typedef's | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r7182: remove current support for RELATIVE_CURRENT, this will be replaced wit... | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r6973: Merge new version of pidl into the main SAMBA_4_0 branch. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r6720: added support for the remaining 2 types of CLDAP netlogon | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r6519: move string handling functions to a seperate file | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r6180: Use token_lists for storing switch values | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r6129: - add our own MSZIP decompression implementation | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6061: add start of compression support in our rpc code | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r5775: Remove some unused functions (unions are no longer as special as they ... | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r5736: fix to avoid endless recursion in ndr_size_*() calculation | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r5672: Use switch_type() and the token storage mechanism for unions: | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r5663: Revert some changes I didn't mean to commit... | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r5661: Be a little stricter on syntax regarding arrays. A pointer to an | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r5360: Remove a couple of unused functions. | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r5286: Some first steps in making the pidl code somewhat more generic for the | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5084: - handle arbitrary data in the NULL record reply type for nbt name que... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5034: - added a type mapping function in pidl, so the type names in our IDL | Andrew Tridgell | 1 | -21/+0 |
2007-10-10 | r4885: added a new NBT client library. Features include: | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4110: fixed pidl to allow arrays to have size_is() and length_is() elements | Andrew Tridgell | 1 | -17/+10 |
2007-10-10 | r4102: more uint64 vs HYPER_T fixes | Stefan Metzmacher | 1 | -3/+9 |
2007-10-10 | r4051: use talloc_array() instead of talloc() when allocating arrays in auto-... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3984: success full parse the repsFrom/repsTo LDAP fields | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r3956: start to decode the repsFrom and repsTo fileds but not ready | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r3611: DCOM client support works!! | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r3549: added support for DOS extended attribute lists (name/value pairs) | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3484: - add support for conformant string arrays at the end of a struct | Stefan Metzmacher | 1 | -20/+23 |
2007-10-10 | r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene... | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r3395: added support for "string32" type, to fix the fixed width string | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2990: Add support to pidl for autogenerating ndr_size_*() functions. Adding | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r2948: added support for the [range(low,high)] attribute in pidl. This allows | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviour | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2180: added RPC flags "padcheck" which enables checking of all received pad | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r1985: take advantage of the new talloc in a few more places | Andrew Tridgell | 1 | -6/+3 |
2007-10-10 | r1884: remove empty header file | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZE | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1847: add STR_BYTESIZE flag, to handle cases where | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1757: much simpler (and smaller, faster etc) way of doing relative pointers | Andrew Tridgell | 1 | -17/+14 |
2007-10-10 | r1269: Add a 'base' field to the ndr_ofs_list structure which is the base to | Tim Potter | 1 | -0/+1 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -17/+17 |
2003-12-31 | the endpoint mapper now works in bigendian mode | Andrew Tridgell | 1 | -0/+3 |
2003-12-02 | * netr_ServerPasswordSet() now works - the test suite changes the | Andrew Tridgell | 1 | -1/+3 |
2003-12-01 | added netr_ServerReqChallenge and cleaned up byte array printing | Andrew Tridgell | 1 | -0/+3 |
2003-11-28 | added auto-generation of the IDL interface tables. This makes two less | Andrew Tridgell | 1 | -20/+3 |
2003-11-24 | added the dcerpc remote management interfaces as mgmt.idl, and wrote a | Andrew Tridgell | 1 | -0/+6 |