r14542: Remove librpc, libndr and libnbt from includes.h
[samba.git] / source4 / librpc / ndr / ndr_basic.c
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Andrew Tridgellr14310: length needs to be initialised
2007-10-10 Jelmer Vernooijr13840: Mark some functions as public.
2007-10-10 Andrew Tridgellr13741: make the pointer type in pidl handle any size...
2007-10-10 Andrew Tridgellr13738: added support for a "pointer" type in pidl...
2007-10-10 Andrew Tridgellr12016: fixed a valgrind error
2007-10-10 Stefan Metzmacherr11973: make it easier to find bugs
2007-10-10 Stefan Metzmacherr11676: as tridge uses 0x%llx in his latest commits...
2007-10-10 Stefan Metzmacherr10868: make flag(NDR_PAHEX) possible to use and show...
2007-10-10 Stefan Metzmacherr10637: use the correct memory context in the ndr_pull_...
2007-10-10 Jelmer Vernooijr10438: Move portability functions to lib/replace/...
2007-10-10 Stefan Metzmacherr10346: here are only real ip-addresses valid, prevent...
2007-10-10 Stefan Metzmacherr10339: fix ndr_push_udlongr
2007-10-10 Jelmer Vernooijr8612: Parse::Pidl::NDR:
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
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 Metzmacherr6574: send a value for embedded ref pointers,
2007-10-10 Stefan Metzmacherr6519: move string handling functions to a seperate...
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 Metzmacherr5796: add ndr_* function for int8 and int16
2007-10-10 Stefan Metzmacherr5765: remove unused var
2007-10-10 Stefan Metzmacherr5764: add support for embedded ref pointers
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 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 Metzmacherr5139: fix types
2007-10-10 Andrew Tridgellr5118: added support for node status replies in nbtd...
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 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 Stefan Metzmacherr4557: support for [flags()] on typedef enum|bitmap
2007-10-10 Stefan Metzmacherr4535: add full support for
2007-10-10 Andrew Tridgellr4519: added the enum print function in ndr_basic.c
2007-10-10 Stefan Metzmacherr4102: more uint64 vs HYPER_T fixes
2007-10-10 Stefan Metzmacherr3997: fix STR_CHARLEN pull case
2007-10-10 Stefan Metzmacherr3972: use GUID_* naming context and move GUID_* functi...
2007-10-10 Stefan Metzmacherr3869: in the NDR encoded replPropertyMetaData attribut...
2007-10-10 Jelmer Vernooijr3861: - Put ndr and rpc client code in seperate files
2007-10-10 Stefan Metzmacherr3787: a function to generate a random GUID
2007-10-10 Stefan Metzmacherr3785: this strings are not const
2007-10-10 Stefan Metzmacherr3582: more gcc-4.0 signedness fixes
2007-10-10 Andrew Tridgellr3549: added support for DOS extended attribute lists...
2007-10-10 Stefan Metzmacherr3512: - support DsCrackName GUID strings ('{faedf4f9...
2007-10-10 Stefan Metzmacherr3484: - add support for conformant string arrays at...
2007-10-10 Jelmer Vernooijr3432: Support WERROR's in arguments (not just as retur...
2007-10-10 Andrew Tridgellr3395: added support for "string32" type, to fix the...
2007-10-10 Andrew Bartlettr3073: Fix bug in the handling of null-terminated ASCII...
2007-10-10 Jelmer Vernooijr2990: Add support to pidl for autogenerating ndr_size_...
2007-10-10 Andrew Tridgellr2989: fix the printing of unions with negative cases...
2007-10-10 Andrew Tridgellr2987: added support for signed 32 bit integers in...
2007-10-10 Andrew Tridgellr2910: I noticed that the samr torture test was doing...
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Andrew Bartlettr2552: Character set conversion and string handling...
2007-10-10 Andrew Tridgellr2205: fixed an incorrect cast that broke relative...
2007-10-10 Andrew Tridgellr2180: added RPC flags "padcheck" which enables checkin...
2007-10-10 Andrew Tridgellr2159: converted samba4 over to UTF-16.
2007-10-10 Stefan Metzmacherr1994: fix compiler warning
2007-10-10 Andrew Tridgellr1985: take advantage of the new talloc in a few more...
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 Jelmer Vernooijr1736: - Pidl updates:
2007-10-10 Stefan Metzmacherr1274: revert -r 1239 as discussed with abartlet
2007-10-10 Stefan Metzmacherr1239: move the old msrpc_<gen|parse>() functions to...
2007-10-10 Andrew Tridgellr1133: - add ndr_pull_ptr() as a separate call instead...
2007-10-10 Andrew Tridgellr1030: added server side schannel support
2007-10-10 Andrew Tridgellr937: - added a simple QuerySecurity implementation...
2007-10-10 Andrew Tridgellr895: use _t in base ndr fns
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr275: added IDL and test code for samr_QueryDisplayInfo3(),
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2003-12-31 Andrew Tridgellthe endpoint mapper now works in bigendian mode
2003-12-16 Andrew Tridgellfixed formatting of uuids in debug output
2003-12-16 Andrew Tridgelladded support for big-endian ucs2 strings (as used...
2003-12-16 Andrew Tridgella fairly large commit!
2003-12-12 Tim PotterAdded routines for arrays of uint16s.
2003-12-01 Andrew Tridgelladded netr_ServerReqChallenge and cleaned up byte array...
2003-12-01 Andrew Tridgellstarted adding netlogon IDL and test suite
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !
2003-11-24 Andrew Tridgelladded tests for epm_Map endpointer map calls
2003-11-24 Andrew Tridgelladded tests for the remaining calls on the rpc manageme...
2003-11-24 Andrew Tridgelladded the dcerpc remote management interfaces as mgmt...
2003-11-23 Andrew Tridgellooh, this is fun!
2003-11-22 Andrew Tridgell * fixed null terminated string handling
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 Andrew Tridgelladded 4 more levels to samr_QueryDisplayInfo()
2003-11-20 Andrew Tridgelladded samr_LookupNames() and test code
2003-11-20 Andrew TridgellEnumPrinterData in spoolss now works
2003-11-18 Andrew Tridgell* use the new auto-generated debug code method.
next