Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 7 | -54/+49 |
2007-10-10 | r7580: - add GetPrinterDriverDirectory() idl, torture test and server code | Stefan Metzmacher | 1 | -0/+19 |
2007-10-10 | r7575: - fix GetPrinterData() push side | Stefan Metzmacher | 2 | -24/+93 |
2007-10-10 | r7574: - seperate [in] and [out] buffers and buf_sizes | Stefan Metzmacher | 2 | -99/+133 |
2007-10-10 | r7552: Use ParseExpr() for [value] attributes; allows | Jelmer Vernooij | 12 | -47/+25 |
2007-10-10 | r7546: fix comment | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7497: add timeouts to all rpc requests. The default timeout is 60 | Andrew Tridgell | 3 | -0/+49 |
2007-10-10 | r7496: removed an unused variable | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r7462: fix Enum* pushing, we need to send back a buffer of the same size as w... | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r7399: Try to get the AIX compile one step further. | Volker Lendecke | 1 | -4/+2 |
2007-10-10 | r7394: rename LSA_TRUSTED_DOMAIN_INFO_5 to LSA_TRUSTED_DOMAIN_INFO_BASIC. | Günther Deschner | 1 | -12/+12 |
2007-10-10 | r7377: Integrate browse service stuff more nicely | Jelmer Vernooij | 2 | -111/+102 |
2007-10-10 | r7364: - remove '\' chars from copy paste | Stefan Metzmacher | 1 | -3/+5 |
2007-10-10 | r7357: some minor updates | Stefan Metzmacher | 1 | -4/+7 |
2007-10-10 | r7345: add WritePrinter(), AbortPrinter() and ReadPrinter() idl | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r7341: fix StartDocPrinter() idl | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7337: - fix SetJob() idl | Stefan Metzmacher | 1 | -22/+52 |
2007-10-10 | r7331: fix parsing of spoolss_SetPrinter() | Stefan Metzmacher | 1 | -10/+25 |
2007-10-10 | r7328: fix GetPrinterData and SetPrinterData, with zero length subcontexts | Stefan Metzmacher | 2 | -5/+118 |
2007-10-10 | r7327: pass down the ndr->flags to the subcontexts | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r7326: fix [validate] | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7314: the various ncacn and ncadg PDU's share the same namespace | Jelmer Vernooij | 1 | -22/+16 |
2007-10-10 | r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they are | Jelmer Vernooij | 2 | -19/+19 |
2007-10-10 | r7312: Add IDL for ncadg packets. | Jelmer Vernooij | 3 | -20/+102 |
2007-10-10 | r7309: started adding IDL for nbt management calls. This adds a | Andrew Tridgell | 1 | -4/+32 |
2007-10-10 | r7308: Make dependency lists in the Makefile shorter (see discussion on samba... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r7294: implemented the irpc messaging system. This is the core of the | Andrew Tridgell | 2 | -0/+29 |
2007-10-10 | r7278: Oops, don't compile librpc as library.. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r7274: Move m4 files to seperate dir | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r7212: Disambiguate dummy functions to avoid linker problemos. | Tim Potter | 2 | -2/+2 |
2007-10-10 | r7198: Add IDL for browse service | Jelmer Vernooij | 1 | -0/+111 |
2007-10-10 | r7196: fix typo, that makes the spoolss test working with [validate] | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side n... | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r7193: add some bail out checks and fix pushing of relative pointers | Stefan Metzmacher | 1 | -2/+19 |
2007-10-10 | r7188: make use of the new relative_base property for the spoolss_Enum* funct... | Stefan Metzmacher | 1 | -14/+14 |
2007-10-10 | r7186: add [relative_base] property, which is allowed on typedef's | Stefan Metzmacher | 2 | -53/+129 |
2007-10-10 | r7184: remove unused ndr_pull/push_struct_start/end() functions | Stefan Metzmacher | 1 | -30/+0 |
2007-10-10 | r7182: remove current support for RELATIVE_CURRENT, this will be replaced wit... | Stefan Metzmacher | 4 | -19/+3 |
2007-10-10 | r7181: add functions to calculate the buffer size needed for array buffer in ... | Stefan Metzmacher | 1 | -0/+54 |
2007-10-10 | r7159: Improve the messages from pidl's validator module. | Jelmer Vernooij | 1 | -11/+6 |
2007-10-10 | r7138: Doh - fix some typos. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r7137: Add a couple more dummy idl files for the DNS server and Windows | Tim Potter | 2 | -0/+30 |
2007-10-10 | r7120: make use of the new 'noopnum' property and get rid of handwritten | Stefan Metzmacher | 2 | -888/+271 |
2007-10-10 | r7110: Remove invalid use of id() | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r7037: Add enough pointers in the header file as well | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r7036: Allow more operations in several properties (such as size_is, length_is, | Jelmer Vernooij | 1 | -4/+2 |
2007-10-10 | r7029: Make array support in pidl similar to that in other IDL compilers. We ... | Jelmer Vernooij | 14 | -120/+120 |
2007-10-10 | r6973: Merge new version of pidl into the main SAMBA_4_0 branch. | Jelmer Vernooij | 37 | -138/+65 |
2007-10-10 | r6939: Get rid of SUBSYSTEM::NDR since all it did was require NDR_RAW. | Tim Potter | 1 | -50/+47 |
2007-10-10 | r6938: a minor update, use a better name for the NDR compression subsystem | Stefan Metzmacher | 1 | -10/+10 |