summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/dcerpc_server.c
Commit message (Expand)AuthorAgeFilesLines
* s4:rpc_server: make sure we don't terminate a connection with pending request...Stefan Metzmacher2013-07-101-2/+53
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-201-6/+6
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-6/+6
* lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2011-10-281-1/+1
* lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2011-10-281-2/+2
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-281-2/+2
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-281-1/+1
* lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2011-10-281-1/+1
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-281-2/+2
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-281-2/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-061-0/+1
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-2/+2
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-1/+1
* s4-ipv6: use "ip" instead of "ipv4" for serversAndrew Tridgell2011-06-061-1/+1
* s4-ipv6: use iface_list_wildcard() to listen on IPv6Andrew Tridgell2011-06-061-3/+9
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-3/+3
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-1/+1
* s4-rpc: added dcesrv_call_account_name()Andrew Tridgell2011-03-151-0/+8
* s4-rpc: added public APIs for dce_call authenticationAndrew Tridgell2011-03-151-0/+19
* build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell2011-02-241-0/+1
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-4/+4
* s4:RPC server - cosmetic fixes - indentation, commentsMatthias Dieter Wallnöfer2010-11-031-2/+2
* s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell2010-11-011-14/+2
* s4-rpc: split the dcesrv reply code out of dcerpc_serverAndrew Tridgell2010-10-301-171/+1
* s4 rpc_server: fix a build error on freebsdMatthieu Patou2010-10-131-0/+9
* torture: Link against rpc server itself, not service module. (against which w...Jelmer Vernooij2010-10-111-0/+450
* s4:rpc_server/dcerpc_server.c - fix a "const" warningMatthias Dieter Wallnöfer2010-09-241-1/+1
* s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idlAnatoliy Atanasov2010-09-231-0/+1
* s4-rpcserver: allow saving of bad RPC packetsAndrew Tridgell2010-09-161-2/+28
* s4-rpcserver: set unbind method to NULL in remote serverAndrew Tridgell2010-09-151-1/+1
* s4-rpcserver: log unknown RPC calls at debug level 3Andrew Tridgell2010-08-171-0/+6
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-10/+10
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-7/+7
* s4:rpc_server: remove 'socket_address' based functionsStefan Metzmacher2010-04-271-19/+0
* s4:rpc_server: remember the local and remote addressStefan Metzmacher2010-04-271-0/+10
* s4:rpc_server Add a 'if_version' parameter to the bind operation.Andrew Bartlett2010-02-201-2/+2
* s4: ran minimal_includes.pl on source4/rpc_serverAndrew Tridgell2009-10-201-5/+0
* 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