r23792: convert Samba4 to GPLv3
[kai/samba.git] / source4 / librpc / ndr / libndr.h
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr21812: fixed an integer overflow error in the ndr...
2007-10-10 Stefan Metzmacherr20064: - fix pushing of DeReplicaObjectIdentifierX...
2007-10-10 Jelmer Vernooijr19859: Reuse referrent ids when pushing full pointers...
2007-10-10 Stefan Metzmacherr17888: use talloc_*_ptrtype() macros as wrappers arrou...
2007-10-10 Stefan Metzmacherr15629: fix some warnings
2007-10-10 Jelmer Vernooijr15427: Rename private to private_data to prevent error...
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Jelmer Vernooijr14488: Install more headers.
2007-10-10 Jelmer Vernooijr14484: Install more headers
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr12651: Remove STR_LARGE_SIZE as it's no longer used
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12513: Similar change as my previous commit, but now...
2007-10-10 Stefan Metzmacherr11973: make it easier to find bugs
2007-10-10 Stefan Metzmacherr10869: add dummy functions and dummy parsing of XPRESS...
2007-10-10 Stefan Metzmacherr9373: - create a hierachical memory tree with recursiv...
2007-10-10 Andrew Tridgellr8500: greatly reduce the number of build warnings...
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 Metzmacherr8148: - make the PAC generation code a bit more readab...
2007-10-10 Andrew Tridgellr7865: changed pidl to take a "const void *" instead...
2007-10-10 Stefan Metzmacherr7186: add [relative_base] property, which is allowed...
2007-10-10 Stefan Metzmacherr7182: remove current support for RELATIVE_CURRENT...
2007-10-10 Jelmer Vernooijr6973: Merge new version of pidl into the main SAMBA_4_...
2007-10-10 Andrew Tridgellr6720: added support for the remaining 2 types of CLDAP...
2007-10-10 Stefan Metzmacherr6519: move string handling functions to a seperate...
2007-10-10 Jelmer Vernooijr6180: Use token_lists for storing switch values
2007-10-10 Stefan Metzmacherr6129: - add our own MSZIP decompression implementation
2007-10-10 Stefan Metzmacherr6061: add start of compression support in our rpc...
2007-10-10 Jelmer Vernooijr5775: Remove some unused functions (unions are no...
2007-10-10 Stefan Metzmacherr5736: fix to avoid endless recursion in ndr_size_...
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 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 Tridgellr5084: - handle arbitrary data in the NULL record reply...
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 Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4550: talloc() is now typesafe. It is exactly equivale...
2007-10-10 Andrew Tridgellr4110: fixed pidl to allow arrays to have size_is(...
2007-10-10 Stefan Metzmacherr4102: more uint64 vs HYPER_T fixes
2007-10-10 Andrew Tridgellr4051: use talloc_array() instead of talloc() when...
2007-10-10 Stefan Metzmacherr3984: success full parse the repsFrom/repsTo LDAP...
2007-10-10 Stefan Metzmacherr3956: start to decode the repsFrom and repsTo fileds...
2007-10-10 Jelmer Vernooijr3611: DCOM client support works!!
2007-10-10 Andrew Tridgellr3549: added support for DOS extended attribute lists...
2007-10-10 Stefan Metzmacherr3484: - add support for conformant string arrays at...
2007-10-10 Andrew Tridgellr3424: don't run mkproto.pl on pidl generated code...
2007-10-10 Andrew Tridgellr3395: added support for "string32" type, to fix the...
2007-10-10 Jelmer Vernooijr2990: Add support to pidl for autogenerating ndr_size_...
2007-10-10 Andrew Tridgellr2948: added support for the [range(low,high)] attribut...
2007-10-10 Andrew Tridgellr2204: added [flag(RELATIVE_CURRENT)] to change [relati...
2007-10-10 Andrew Tridgellr2180: added RPC flags "padcheck" which enables checkin...
2007-10-10 Andrew Tridgellr1985: take advantage of the new talloc in a few more...
2007-10-10 Stefan Metzmacherr1884: remove empty header file
2007-10-10 Stefan Metzmacherr1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING...
2007-10-10 Stefan Metzmacherr1847: add STR_BYTESIZE flag, to handle cases where
2007-10-10 Andrew Tridgellr1757: much simpler (and smaller, faster etc) way of...
2007-10-10 Tim Potterr1269: Add a 'base' field to the ndr_ofs_list structure...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2003-12-31 Andrew Tridgellthe endpoint mapper now works in bigendian mode
2003-12-02 Andrew Tridgell * netr_ServerPasswordSet() now works - the test suite...
2003-12-01 Andrew Tridgelladded netr_ServerReqChallenge and cleaned up byte array...
2003-11-28 Andrew Tridgelladded auto-generation of the IDL interface tables....
2003-11-24 Andrew Tridgelladded the dcerpc remote management interfaces as mgmt...
2003-11-23 Andrew Tridgellooh, this is fun!
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-21 Andrew Tridgell* changed the way strings are handled in pidl to a...
2003-11-21 Tim PotterStart of winreg idl. Implement OpenHKLM, GetVersion...
2003-11-20 Tim PotterAdd initial work on eventlog - doesn't quite work yet.
2003-11-20 Andrew Tridgell* fixed libndr.h header
2003-11-20 Tim PotterAdded ATSVC pipe.
2003-11-20 Andrew Tridgelladded samr_LookupNames() and test code
2003-11-19 Andrew Tridgellswitched to a new way of handling unions, so that we...
2003-11-19 Andrew Tridgellsrvsvc IDL and test code from metze. Thanks!
2003-11-17 Andrew Tridgelladded wkssvc.idl and test code
2003-11-17 Andrew Tridgell * add another WERR err code
2003-11-17 Andrew Tridgellsecurity descriptors are no longer a "special" type...
2003-11-17 Andrew Tridgell* more info levels for EnumPrinter
2003-11-17 Andrew Tridgellnicer method of handling spoolss EnumPrinters
2003-11-16 Andrew Tridgelluse nstring and [relative] to support levels 1 and...
2003-11-16 Andrew Tridgelladded support for level1 of EnumPrinters in spoolss...
2003-11-15 Andrew Tridgelladded samr_UserInfo2 and samr_UserInfo3
2003-11-15 Andrew Tridgelladded the first couple of calls from samr as IDL
2003-11-15 Tim PotterSkeleton IDL for SPOOLSS pipe. For this inital version...
2003-11-15 Andrew Tridgelladded lsa_QuerySecObj() and the necessary sec_desc_buf...
2003-11-13 Andrew Tridgell* fixed conformant arrays in structures
2003-11-12 Andrew Tridgelllsa_PrivilegeSet seems to be a very strange beast indee...
2003-11-11 Andrew Tridgelladded 9 more info levels to lsa_QueryInfoPolicy
2003-11-11 Andrew Tridgellstart using automatic union printing
2003-11-11 Andrew Tridgellautomatically generate ndr_print_*() functions for...
2003-11-08 Andrew Tridgell- corrected some lsa idl
2003-11-06 Andrew Tridgellanother major bit of restructuring of rpc in Samba4...