Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-10 | pidl:Samba3/ClientNDR: don't generate stubs for functions with pipe elements | Stefan Metzmacher | 1 | -0/+11 | |
metze | |||||
2010-08-26 | pidl:Samba3/ClientNDR: remove unused ParseOutputArgument function | Stefan Metzmacher | 1 | -73/+1 | |
metze | |||||
2010-08-16 | Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2010-08-12 | pidl:Samba3/ClientNDR: implement rpccli_ stubs on top of dcerpc_ stubs | Stefan Metzmacher | 1 | -85/+37 | |
metze | |||||
2010-08-12 | pidl:Samba3/ClientNDR: ignore "todo" functions | Stefan Metzmacher | 1 | -3/+4 | |
metze | |||||
2010-08-06 | pidl: Samba3/ClientNDR - Correctly copy arrays, if r.out.size < r.in.size. | Stefan Metzmacher | 1 | -9/+47 | |
metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2009-11-27 | pidl: fix handling of output arguments in s3 client stubs. | Günther Deschner | 1 | -1/+1 | |
a20e095 used (uint8_t) instead of (uint8_t *). Guenther | |||||
2009-11-26 | pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')' | Stefan Metzmacher | 1 | -2/+2 | |
foo / 5 * sizeof(bar)' isn't the same as '(foo / 2) * sizeof(bar)'. metze | |||||
2009-11-08 | Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly" | Volker Lendecke | 1 | -2/+2 | |
This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a. | |||||
2009-11-08 | s3: Do not reference ndr_table_<pipe> in the cli_ routines directly | Volker Lendecke | 1 | -2/+2 | |
2009-11-07 | s3: Do the printing for DEBUGLEVEL>=10 centrally | Volker Lendecke | 1 | -26/+0 | |
12 insertions(+), 10651 deletions(-) I think that says it all :-) | |||||
2009-07-31 | pidl:Samba3/ClientNDR: add support tevent_req based _send/recv() client ↵ | Stefan Metzmacher | 1 | -0/+245 | |
functions metze | |||||
2009-07-31 | pidl:Samba3/ClientNDR: rename ParseFunction => ParseFunctionSync and add ↵ | Stefan Metzmacher | 1 | -1/+8 | |
ParseFunction as glue This prepares the following ParseFunctionAsync* commits. metze | |||||
2009-07-31 | pidl:Samba3/ClientNDR: allow passing optional variable prefixes to ↵ | Stefan Metzmacher | 1 | -7/+9 | |
ParseOutputArgument() metze | |||||
2009-07-19 | pidl: Print proper errors when arrays don't have a specified size rather ↵ | Jelmer Vernooij | 1 | -4/+10 | |
than spewing pages of perl warnings. | |||||
2009-02-07 | pidl: Fix a const build warning in the samba3 merged build | Tim Prouty | 1 | -1/+5 | |
../librpc/gen_ndr/cli_spoolss.c: In function `rpccli_spoolss_EnumPrinterData': ../librpc/gen_ndr/cli_spoolss.c:3400: warning: passing arg 1 of `memcpy' discards qualifiers from pointer target type This is a very similar fix to: 2337f402f0f2fd6c1fa077b1b35347905a38c715 | |||||
2009-01-21 | Allow overriding the function that ships the request in the Samba 3 | Jelmer Vernooij | 1 | -1/+1 | |
client code. | |||||
2008-12-16 | Make some fatal errors non-fatal. This means we generate invalid code in | Jelmer Vernooij | 1 | -2/+6 | |
some cases, but we do print errors. We don't use all generated code yet at the moment, so this isn't much of a problem. | |||||
2008-11-15 | pidl: do not generate cli_ functions for noopnum flaged functions. | Günther Deschner | 1 | -1/+4 | |
Guenther | |||||
2008-09-17 | Move pidl to top-level directory. | Jelmer Vernooij | 1 | -0/+243 | |