summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
* s4-rpc: added NDR64 supportAndrew Tridgell2009-09-171-0/+12
* s4:librpc/rpc: fix DEBUG() messageStefan Metzmacher2009-08-181-1/+1
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-071-1/+1
* A rather strange varient of talloc_unlinkAndrew Tridgell2009-07-011-1/+1
* always enable RPC debugging with a debug level >= 100.Andrew Tridgell2009-06-121-0/+4
* s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send()Stefan Metzmacher2009-04-201-8/+8
* s4:librpc/rpc: remove async argument from the sync dcerpc_request() functionStefan Metzmacher2009-04-201-2/+1
* s4:librpc/rpc: only use smb_trans for sync rpc callsStefan Metzmacher2009-04-201-2/+16
* s4:librpc/rpc: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-5/+5
* Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij2008-11-021-2/+2
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-3/+5
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-09-301-2/+4
|\
| * s4:librpc/rpc: correctly sign or seal rpc request with an object guidStefan Metzmacher2008-09-301-2/+4
* | make sure dcerpc is always initialized.Jelmer Vernooij2008-09-301-3/+1
|/
* librpc/rpc: don't send auth trailers in level connectStefan Metzmacher2008-09-131-113/+77
* librpc/rpc: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-111-4/+13
* librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-071-0/+26
* librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3()Stefan Metzmacher2008-08-071-5/+8
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-11/+4
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-6/+7
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-4/+4
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-10/+16
* r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2007-12-211-2/+2
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-211-5/+5
* 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
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-54/+88
* r25829: - use DEBUG() instead of printfStefan Metzmacher2007-12-211-1/+3
* r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()Stefan Metzmacher2007-12-211-1/+1
* r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij2007-10-101-11/+11
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-1/+1
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-1/+1
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-8/+6
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-101-3/+3
* r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher2007-10-101-2/+2
* r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher2007-10-101-6/+6
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs...Andrew Bartlett2007-10-101-2/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-6/+6
* r22486: add a flag to ignore timeouts of a request and don't closeStefan Metzmacher2007-10-101-0/+12
* r22470: merge handling of broken connections from wins replication client codeStefan Metzmacher2007-10-101-15/+20
* r21811: fixed a queueing error in the dcerpc client code. WHen theAndrew Tridgell2007-10-101-19/+36
* r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is createdAndrew Tridgell2007-10-101-0/+1
* r21515: add some more PFC_FLAGS from the DCERPC spec, and fix some namesStefan Metzmacher2007-10-101-5/+14
* r20323: allow empty dcerpc reqeusts, this fixes the RPC-COUNTCALLS testStefan Metzmacher2007-10-101-1/+1