summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-212-26/+4
* Require passing in an event context to endpoint mapper utility function.Jelmer Vernooij2008-04-171-13/+1
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-1/+0
* Split binding structure handling out into a separate file.Jelmer Vernooij2008-04-152-695/+724
* Install libevents since it's required by samba-gtk.Jelmer Vernooij2008-04-032-1/+5
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-0211-34/+163
* Add warning to public headers.Jelmer Vernooij2008-04-011-0/+4
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-212-5/+6
* missed a spot in the SMB2 create conversionAndrew Tridgell2008-02-131-3/+3
* python: Avoid duplicate copies of some objects in different packages.Jelmer Vernooij2008-01-223-967/+19
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-7/+1
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-0/+1
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-021-0/+7
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-1/+3
* r26643: librpc: Remove uses of global_loadparm.Jelmer Vernooij2008-01-023-15/+21
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-014-12/+19
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-242-113/+68
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-243-142/+205
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-2/+2
* r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2007-12-212-3/+3
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-212-7/+7
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-1/+1
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-32/+53
* r26396: dcerpc: Fall back to peer_name() if target_hostname() is not set.Kai Blin2007-12-211-1/+4
* r26394: dcerpc: Use target_hostname() instead of peer_name() in dcerpc_server...Kai Blin2007-12-211-2/+2
* r26382: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+0
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-214-8/+11
* 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