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