r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h)
[bbaumbach/samba-autobuild/.git] / source4 / librpc / ndr / ndr.c
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3322: fixed a bunch of warnings in the build, includin...
2007-10-10 Tim Potterr3036: Add function to pull an array of structures...
2007-10-10 Andrew Tridgellr2968: fixed the byte order problem with the new RHS...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2625: use talloc_p, not talloc when possible (when...
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
2007-10-10 Volker Lendecker2208: little attempt to (almost) fix spoolss relative
2007-10-10 Andrew Tridgellr2206: another (untested) attempt to make RELATIVE_CURR...
2007-10-10 Andrew Tridgellr2204: added [flag(RELATIVE_CURRENT)] to change [relati...
2007-10-10 Stefan Metzmacherr2121: fix compiler warning
2007-10-10 Andrew Tridgellr2100: rework the dcerpc client side library so that...
2007-10-10 Andrew Bartlettr2055: Add PRINTF_ATTRIBUTE to many more parts of the...
2007-10-10 Andrew Tridgellr1985: take advantage of the new talloc in a few more...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Tridgellr1757: much simpler (and smaller, faster etc) way of...
2007-10-10 Andrew Tridgellr1671: make [relative] pointers in idl much more generi...
2007-10-10 Andrew Tridgellr1644: changed the way [relative] pointers work in...
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Tim Potterr1269: Add a 'base' field to the ndr_ofs_list structure...
2007-10-10 Tim Potterr1264: Make sure to initialize ofs_list when creating...
2007-10-10 Andrew Tridgellr1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to...
2007-10-10 Andrew Tridgellr1048: - moved the schannel definitions into a separate...
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 Tridgellr327: fixed an uninitialised variable found by valgrind
2004-02-03 Stefan Metzmacher- add 'print' to the DCERPC binding strings
2003-12-19 Andrew Tridgelladdition of samr_SetSecurity() from kai
2003-12-12 Andrew Tridgell * the RPC-ECHO pipe now works in smbd, as long as...
2003-11-28 Andrew Tridgelladded auto-generation of the IDL interface tables....
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !
2003-11-24 Andrew Tridgelladded the dcerpc remote management interfaces as mgmt...
2003-11-23 Andrew Tridgelladded a tool called 'ndrdump' that allows you to dump...
2003-11-23 Andrew Tridgellooh, this is fun!
2003-11-22 Andrew Tridgell * fixed null terminated string handling
2003-11-22 Andrew Tridgell * fixed NDR flag inheritance across push subcontexts
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-21 Andrew Tridgellcleaner handling of relative pointers to strings
2003-11-21 Andrew Tridgell* changed the way strings are handled in pidl to a...
2003-11-21 Andrew Tridgellavoid calling the print routines completely if debug...
2003-11-21 Andrew Tridgellonly display really verbose packet dumps when smbtortur...
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-17 Andrew Tridgell * add another WERR err code
2003-11-17 Andrew Tridgelluse [subcontext] to make GetPrinter a bit easier in...
2003-11-17 Andrew Tridgellcall OpenPrinterEx on each printer on the server, and...
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-16 Andrew Tridgelluse the "subcontext" magic flag for sec_desc_buf
2003-11-15 Andrew Tridgelladded lsa_QuerySecObj() and the necessary sec_desc_buf...
2003-11-14 Andrew Tridgellwe can now do a level1 NetDfsEnum()
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 Tridgellstart using automatic union printing
2003-11-11 Andrew Tridgellautomatically generate ndr_print_*() functions for...
2003-11-09 Andrew Tridgellconverted the rpcecho pipe to use IDL
2003-11-09 Andrew Tridgelladded idl, generated code and test code for lsa_LookupSids
2003-11-08 Andrew Tridgell- corrected some lsa idl
2003-11-06 Andrew Tridgellanother major bit of restructuring of rpc in Samba4...