summaryrefslogtreecommitdiff
path: root/source/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
* r26335: Specify name_resolve_order to socket code.Jelmer Vernooij2007-12-211-1/+2
* r26334: Avoid loadparm_context.Jelmer Vernooij2007-12-213-5/+6
* r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij2007-12-211-3/+5
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-217-35/+70
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-213-5/+8
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-212-3/+6
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij2007-12-212-9/+24
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-1/+3
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-1/+3
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-212-0/+4318
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij2007-12-211-1/+0
* r26071: Move DCE/RPC SWIG bindings closer to the code they're wrapping.Jelmer Vernooij2007-12-211-0/+120
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-212-68/+103
* r25829: - use DEBUG() instead of printfStefan Metzmacher2007-12-211-1/+3
* r25828: don't ignore errorsStefan Metzmacher2007-12-211-0/+7
* r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()Stefan Metzmacher2007-12-212-4/+4
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-103-5/+5
* r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij2007-10-106-21/+22
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-7/+7
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-103-0/+3
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+2
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-102-2/+2
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-104-22/+22
* r24992: Remove some uses of lp_*().Jelmer Vernooij2007-10-101-2/+2
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-102-2/+7
* r24908: we should not set s = NULL as we set it to talloc_strdup("") beforeStefan Metzmacher2007-10-101-3/+2
* r24812: Fix headers for external users.Jelmer Vernooij2007-10-101-1/+1
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-102-12/+9
* r24763: Allow users to leave out the transport in DCE/RPC binding strings. If...Jelmer Vernooij2007-10-102-5/+21
* r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij2007-10-101-2/+4
* r24753: Allow host name in binding string without transport.Jelmer Vernooij2007-10-102-29/+38
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-3/+3
* r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.cStefan Metzmacher2007-10-101-134/+0
* r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2007-10-101-1/+1
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-103-4/+4
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-108-55/+40
* r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_listStefan Metzmacher2007-10-101-12/+2
* r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher2007-10-103-17/+5
* r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher2007-10-104-18/+18
* r23890: Allow wbinfo -a to work against Samba4's winbind.Andrew Bartlett2007-10-102-184/+318
* r23812: Remove more code found as dead by the find_static script, and makeAndrew Bartlett2007-10-101-43/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1011-33/+22
* r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs...Andrew Bartlett2007-10-101-2/+2
* r23134: Set the event context onto the cli_credentials.Andrew Bartlett2007-10-101-0/+1
* r22944: fix bug #4618:Stefan Metzmacher2007-10-107-48/+48
* r22838: Add in an explority test for what QFSINFO operations are valid on IPC$Andrew Bartlett2007-10-101-0/+15