summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/dcerpc_server.c
Commit message (Expand)AuthorAgeFilesLines
* s4:dcerpc_server - Read the generic session key out from "dcerpc_generic_sess...Matthias Dieter Wallnöfer2009-10-151-5/+2
* s4-rpcserver: added support for shared handlesAndrew Tridgell2009-09-221-0/+15
* s4-rpcserver: added shared association groupsAndrew Tridgell2009-09-221-26/+95
* s4-rpc: remove two unused functionsAndrew Tridgell2009-09-221-32/+3
* s4:rpc_server: remove some now unused codeStefan Metzmacher2009-09-181-184/+0
* s4:rpc_server netgotiate max xmit size with RPC clientAndrew Bartlett2009-09-161-2/+2
* s4: removed an unused variableAndrew Tridgell2009-09-081-2/+0
* s4:rpc_server: split out the parsing of the ncacn_packet from analyzing of th...Stefan Metzmacher2009-04-101-34/+55
* s4:rpc_server: report available output for all repliesStefan Metzmacher2009-04-101-0/+24
* s4:rpc_server: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* A more-commented version of rpc_server crash fix, matching closer theAndrew Bartlett2008-12-161-1/+14
* s4:fix segfault in rpc-server, when client binds to unsupported service.Stefan Metzmacher2008-12-121-1/+1
* s4:rpc_server: don't keep half finished dcesrv_connection_contextsStefan Metzmacher2008-12-091-41/+42
* s4:rpc_server: initialize rpc server module also for the named pipe caseStefan Metzmacher2008-12-091-0/+34
* s4:rpc_server: fix crash bugs in 26200f4fb1db81be7a9da51f317e46405351b170Stefan Metzmacher2008-12-081-7/+13
* s4:rpc_server: make it possible for iface->bind() to specify the assoc_group_idStefan Metzmacher2008-12-081-5/+23
* RPC sessions on np connections need the real session key transferredStefan Metzmacher2008-11-231-2/+2
* Fix the build.Jelmer Vernooij2008-11-021-0/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* s4:rpc_server: correctly handle dcerpc requests with object uuidsStefan Metzmacher2008-09-301-4/+4
* rpc_server: don't send auth trailers in level connectStefan Metzmacher2008-09-131-4/+7
* rpc_server: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-111-2/+11
* rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-071-1/+8
* rpc_server: remove unused variableStefan Metzmacher2008-07-281-1/+0
* Make a new define to ensure the accoc_group_id we use is always in common.Andrew Bartlett2008-07-251-2/+4
* rpc_server: be more strict with the incoming assoc_group_idStefan Metzmacher2008-07-231-12/+12
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-07-231-0/+11
|\
| * Remove the 'accoc_group_id' check in the RPC server.Andrew Bartlett2008-07-231-0/+11
* | The SMB session key must not be more than 16 bytes in SAMR (andAndrew Bartlett2008-07-231-1/+10
|/
* rpc_server: use the same chunk_size logic as we we use in the clientStefan Metzmacher2008-07-031-7/+7
* The following patch calls the op_bind operation for an interface which contex...Julien Kerihuel2008-05-161-0/+8
* This patch adds remaining padding bytes to the dcerpc_fault IDL structure and...Julien Kerihuel2008-05-161-0/+4
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-1/+3
|\
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+3
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-1/+0
|/
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-6/+4
* 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-211-2/+3
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-211-1/+1
* r26310: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-3/+3
* r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij2007-12-211-11/+15
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-3/+4
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-101-9/+9
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-101-86/+11
* r24612: Revert this part of -r 24611. This isn't related to my SAMR passwordAndrew Bartlett2007-10-101-0/+4
* r24611: Following up on the re-opening of bug 4817 is it pretty clear thatAndrew Bartlett2007-10-101-4/+0
* r24504: Try to return more useful error information on why a bind failed.Andrew Bartlett2007-10-101-3/+11