Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1757: much simpler (and smaller, faster etc) way of doing relative pointers | Andrew Tridgell | 1 | -63/+89 |
2007-10-10 | r1671: make [relative] pointers in idl much more generic, treating them just | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r1644: changed the way [relative] pointers work in pidl, making them much | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1269: Add a 'base' field to the ndr_ofs_list structure which is the base to | Tim Potter | 1 | -1/+4 |
2007-10-10 | r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull} | Tim Potter | 1 | -0/+2 |
2007-10-10 | r1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to catch printf style codin... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r1048: - moved the schannel definitions into a separate schannel.idl | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -20/+20 |
2007-10-10 | r327: fixed an uninitialised variable found by valgrind | Andrew Tridgell | 1 | -0/+1 |
2004-02-03 | - add 'print' to the DCERPC binding strings | Stefan Metzmacher | 1 | -4/+0 |
2003-12-19 | addition of samr_SetSecurity() from kai | Andrew Tridgell | 1 | -1/+1 |
2003-12-12 | * the RPC-ECHO pipe now works in smbd, as long as the data sizes | Andrew Tridgell | 1 | -1/+1 |
2003-11-28 | added auto-generation of the IDL interface tables. This makes two less | Andrew Tridgell | 1 | -20/+0 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 1 | -27/+24 |
2003-11-24 | added the dcerpc remote management interfaces as mgmt.idl, and wrote a | Andrew Tridgell | 1 | -0/+19 |
2003-11-23 | added a tool called 'ndrdump' that allows you to dump NDR data | Andrew Tridgell | 1 | -1/+1 |
2003-11-23 | ooh, this is fun! | Andrew Tridgell | 1 | -0/+10 |
2003-11-22 | * fixed null terminated string handling | Andrew Tridgell | 1 | -1/+1 |
2003-11-22 | * fixed NDR flag inheritance across push subcontexts | Andrew Tridgell | 1 | -0/+3 |
2003-11-22 | a fairly major upgrade to the dcerpc system | Andrew Tridgell | 1 | -19/+144 |
2003-11-21 | cleaner handling of relative pointers to strings | Andrew Tridgell | 1 | -3/+3 |
2003-11-21 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 1 | -18/+60 |
2003-11-21 | avoid calling the print routines completely if debug level < 2 | Andrew Tridgell | 1 | -6/+7 |
2003-11-21 | only display really verbose packet dumps when smbtorture is run at | Andrew Tridgell | 1 | -2/+6 |
2003-11-20 | added samr_LookupNames() and test code | Andrew Tridgell | 1 | -0/+1 |
2003-11-19 | switched to a new way of handling unions, so that we can handle | Andrew Tridgell | 1 | -7/+7 |
2003-11-17 | * add another WERR err code | Andrew Tridgell | 1 | -1/+19 |
2003-11-17 | use [subcontext] to make GetPrinter a bit easier in smbtorture | Andrew Tridgell | 1 | -0/+6 |
2003-11-17 | call OpenPrinterEx on each printer on the server, and then call | Andrew Tridgell | 1 | -0/+29 |
2003-11-17 | nicer method of handling spoolss EnumPrinters | Andrew Tridgell | 1 | -15/+57 |
2003-11-16 | use nstring and [relative] to support levels 1 and 2 of EnumPrinters | Andrew Tridgell | 1 | -2/+74 |
2003-11-16 | added support for level1 of EnumPrinters in spoolss. This uses a | Andrew Tridgell | 1 | -0/+14 |
2003-11-16 | use the "subcontext" magic flag for sec_desc_buf | Andrew Tridgell | 1 | -0/+35 |
2003-11-15 | added lsa_QuerySecObj() and the necessary sec_desc_buf supporting code | Andrew Tridgell | 1 | -0/+14 |
2003-11-14 | we can now do a level1 NetDfsEnum() | Andrew Tridgell | 1 | -0/+19 |
2003-11-13 | * fixed conformant arrays in structures | Andrew Tridgell | 1 | -32/+23 |
2003-11-12 | lsa_PrivilegeSet seems to be a very strange beast indeed. It has a | Andrew Tridgell | 1 | -14/+38 |
2003-11-11 | start using automatic union printing | Andrew Tridgell | 1 | -1/+19 |
2003-11-11 | automatically generate ndr_print_*() functions for every IDL | Andrew Tridgell | 1 | -0/+61 |
2003-11-09 | converted the rpcecho pipe to use IDL | Andrew Tridgell | 1 | -4/+3 |
2003-11-09 | added idl, generated code and test code for lsa_LookupSids | Andrew Tridgell | 1 | -1/+10 |
2003-11-08 | - corrected some lsa idl | Andrew Tridgell | 1 | -0/+50 |
2003-11-06 | another major bit of restructuring of rpc in Samba4. Mostly moving | Andrew Tridgell | 1 | -0/+187 |