summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/libndr.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15629: fix some warningsStefan Metzmacher1-1/+1
2007-10-10r15427: Rename private to private_data to prevent errors from C++ errors (whichJelmer Vernooij1-1/+1
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-0/+9
2007-10-10r14488: Install more headers.Jelmer Vernooij1-0/+2
2007-10-10r14484: Install more headersJelmer Vernooij1-0/+3
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+5
2007-10-10r12651: Remove STR_LARGE_SIZE as it's no longer usedJelmer Vernooij1-1/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+3
2007-10-10r12513: Similar change as my previous commit, but now for transfer syntaxes.Jelmer Vernooij1-0/+2
2007-10-10r11973: make it easier to find bugsStefan Metzmacher1-1/+2
2007-10-10r10869: add dummy functions and dummy parsing of XPRESS decompression,Stefan Metzmacher1-1/+2
2007-10-10r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher1-12/+32
2007-10-10r8500: greatly reduce the number of build warnings on x86-64 (every NDR macroAndrew Tridgell1-5/+5
2007-10-10r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,Stefan Metzmacher1-1/+2
2007-10-10r8212: fix pushing of nbt_string's:Stefan Metzmacher1-0/+1
2007-10-10r8148: - make the PAC generation code a bit more readable and add some outof ...Stefan Metzmacher1-0/+2
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell1-4/+3
2007-10-10r7186: add [relative_base] property, which is allowed on typedef'sStefan Metzmacher1-0/+6
2007-10-10r7182: remove current support for RELATIVE_CURRENT, this will be replaced wit...Stefan Metzmacher1-4/+0
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij1-1/+0
2007-10-10r6720: added support for the remaining 2 types of CLDAP netlogonAndrew Tridgell1-0/+1
2007-10-10r6519: move string handling functions to a seperate fileStefan Metzmacher1-0/+1
2007-10-10r6180: Use token_lists for storing switch valuesJelmer Vernooij1-1/+1
2007-10-10r6129: - add our own MSZIP decompression implementationStefan Metzmacher1-1/+1
2007-10-10r6061: add start of compression support in our rpc codeStefan Metzmacher1-0/+5
2007-10-10r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij1-3/+0
2007-10-10r5736: fix to avoid endless recursion in ndr_size_*() calculationStefan Metzmacher1-0/+3
2007-10-10r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij1-0/+2
2007-10-10r5663: Revert some changes I didn't mean to commit...Jelmer Vernooij1-2/+0
2007-10-10r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij1-0/+2
2007-10-10r5360: Remove a couple of unused functions.Jelmer Vernooij1-3/+0
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij1-1/+1
2007-10-10r5084: - handle arbitrary data in the NULL record reply type for nbt name que...Andrew Tridgell1-1/+1
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell1-21/+0
2007-10-10r4885: added a new NBT client library. Features include:Andrew Tridgell1-1/+2
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-1/+1
2007-10-10r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...Andrew Tridgell1-2/+2
2007-10-10r4110: fixed pidl to allow arrays to have size_is() and length_is() elementsAndrew Tridgell1-17/+10
2007-10-10r4102: more uint64 vs HYPER_T fixesStefan Metzmacher1-3/+9
2007-10-10r4051: use talloc_array() instead of talloc() when allocating arrays in auto-...Andrew Tridgell1-1/+1
2007-10-10r3984: success full parse the repsFrom/repsTo LDAP fieldsStefan Metzmacher1-0/+3
2007-10-10r3956: start to decode the repsFrom and repsTo fileds but not readyStefan Metzmacher1-0/+6
2007-10-10r3611: DCOM client support works!!Jelmer Vernooij1-0/+2
2007-10-10r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell1-1/+2
2007-10-10r3484: - add support for conformant string arrays at the end of a structStefan Metzmacher1-20/+23
2007-10-10r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene...Andrew Tridgell1-4/+0
2007-10-10r3395: added support for "string32" type, to fix the fixed width stringAndrew Tridgell1-1/+2
2007-10-10r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij1-0/+5
2007-10-10r2948: added support for the [range(low,high)] attribute in pidl. This allowsAndrew Tridgell1-1/+2
2007-10-10r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviourAndrew Tridgell1-0/+4