summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r19676: Fix some more dependencies.Jelmer Vernooij2007-10-101-1/+1
* r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at thisAndrew Tridgell2007-10-101-1/+14
* r19501: fix the hangs in the build farm in RPC-SECRETSAndrew Tridgell2007-10-101-20/+6
* r19479: Remove more unused functions. These are handled via authenticationAndrew Bartlett2007-10-101-52/+1
* r19465: Rather than use the non-standard API for determining the signatureAndrew Bartlett2007-10-101-2/+33
* r18716: put in a commented out useful hack for some RPC serversAndrew Tridgell2007-10-101-0/+8
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17323: make better use of the composite api and fix the memoryStefan Metzmacher2007-10-101-52/+24
* r17321: give better error codesStefan Metzmacher2007-10-101-2/+2
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-4/+2
* r15524: fix a problem with rpc faults from bind and alter contextAndrew Tridgell2007-10-101-85/+91
* r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my headAndrew Bartlett2007-10-101-40/+20
* r15500: Add support for interactive prompting on bad passwords to the RPC lib...Andrew Bartlett2007-10-101-20/+40