* the RPC-ECHO pipe now works in smbd, as long as the data sizes
[abartlet/samba.git/.git] / source4 / librpc / ndr / ndr.c
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...