Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-08 | s4-interfaces Rename interfaces code so not to conflict with source3/ | Andrew Bartlett | 1 | -3/+3 | |
The iface_count, iface_n_bcast, and load_interfaces functions conflicted with functions of the same name in source3, so the source4 functions were renamed. Hopefully we can actually wrap one around the other in future. Andrew Bartlett | |||||
2011-05-03 | s4-messaging Rename messaging -> imessaging | Andrew Bartlett | 1 | -1/+1 | |
This avoid symbol and structure conflicts between Samba3 and Samba4, and chooses a less generic name. Andrew Bartlett | |||||
2011-03-15 | s4-rpc: added dcesrv_call_account_name() | Andrew Tridgell | 1 | -0/+8 | |
this will be used by openchange Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 15 06:14:00 CET 2011 on sn-devel-104 | |||||
2011-03-15 | s4-rpc: added public APIs for dce_call authentication | Andrew Tridgell | 1 | -0/+19 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-24 | build: moved librpc/rpc/*.c into a rpccommon library | Andrew Tridgell | 1 | -0/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104 | |||||
2010-11-15 | s4-server: make server sockets a child of the task context | Andrew Tridgell | 1 | -4/+4 | |
We previously allocated sockets as direct children of the event context. That led to crashes if a service called task_server_terminate(), as it left the socket open and handling events for a dead protocol. Making them a child of the task allows the task to terminate and take all its sockets with it. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-03 | s4:RPC server - cosmetic fixes - indentation, comments | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-11-01 | s4-modules: get rid of the remaining static prototypes for modules | Andrew Tridgell | 1 | -14/+2 | |
the waf build now generates the prototype declarations for us | |||||
2010-10-30 | s4-rpc: split the dcesrv reply code out of dcerpc_server | Andrew Tridgell | 1 | -171/+1 | |
this allows us to remove a dependency on the dcerpc_server from code that uses rpc forwarding Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-13 | s4 rpc_server: fix a build error on freebsd | Matthieu Patou | 1 | -0/+9 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Oct 13 10:48:04 UTC 2010 on sn-devel-104 | |||||
2010-10-11 | torture: Link against rpc server itself, not service module. (against which ↵ | Jelmer Vernooij | 1 | -0/+450 | |
we can't link). | |||||
2010-09-24 | s4:rpc_server/dcerpc_server.c - fix a "const" warning | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-23 | s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idl | Anatoliy Atanasov | 1 | -0/+1 | |
2010-09-16 | s4-rpcserver: allow saving of bad RPC packets | Andrew Tridgell | 1 | -2/+28 | |
use: dcesrv:stubs directory = . to save files like this: RPC-netlogon-48-pullfail.dat when a RPC packet can't be parsed or is unknown. Only enabled in developer builds Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-15 | s4-rpcserver: set unbind method to NULL in remote server | Andrew Tridgell | 1 | -1/+1 | |
this prevents a possible crash on disconnect | |||||
2010-08-17 | s4-rpcserver: log unknown RPC calls at debug level 3 | Andrew Tridgell | 1 | -0/+6 | |
This was added as we are occasionally getting an encrypted unknown netlogon call, and I'm having trouble looking at it in wireshark | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -10/+10 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -7/+7 | |
2010-04-27 | s4:rpc_server: remove 'socket_address' based functions | Stefan Metzmacher | 1 | -19/+0 | |
metze | |||||
2010-04-27 | s4:rpc_server: remember the local and remote address | Stefan Metzmacher | 1 | -0/+10 | |
metze | |||||
2010-02-20 | s4:rpc_server Add a 'if_version' parameter to the bind operation. | Andrew Bartlett | 1 | -2/+2 | |
This allows the interface version to be forwarded to the remote server in the RPC proxy, both in the endpoint lookup and the subsequent bind. Andrew Bartlett | |||||
2009-10-20 | s4: ran minimal_includes.pl on source4/rpc_server | Andrew Tridgell | 1 | -5/+0 | |
2009-10-15 | s4:dcerpc_server - Read the generic session key out from ↵ | Matthias Dieter Wallnöfer | 1 | -5/+2 | |
"dcerpc_generic_session_key" I don't think that this code needs to exist identically on the server and on the client side. This patch leaves it on the client side (dcerpc lib) and calls it from the server. | |||||
2009-09-22 | s4-rpcserver: added support for shared handles | Andrew Tridgell | 1 | -0/+15 | |
This supports shared RPC handles across connections on all RPC interfaces. It turns out that w2k3 and w2k8 don't actually support this on all pipes. We need to test which pipes we should enable this on. | |||||
2009-09-22 | s4-rpcserver: added shared association groups | Andrew Tridgell | 1 | -26/+95 | |
This patch allows us to share association groups and their rpc handles between connections. This is needed for some DRSUAPI behaviour when recent windows clients connect. | |||||
2009-09-22 | s4-rpc: remove two unused functions | Andrew Tridgell | 1 | -32/+3 | |
2009-09-18 | s4:rpc_server: remove some now unused code | Stefan Metzmacher | 1 | -184/+0 | |
metze | |||||
2009-09-16 | s4:rpc_server netgotiate max xmit size with RPC client | Andrew Bartlett | 1 | -2/+2 | |
Testing against NetAPP showed that clients can object to being told a larger max xmit fragment size than they negotiated. Choose the minimum of the server and client values. Andrew Bartlett | |||||
2009-09-08 | s4: removed an unused variable | Andrew Tridgell | 1 | -2/+0 | |
2009-04-10 | s4:rpc_server: split out the parsing of the ncacn_packet from analyzing of ↵ | Stefan Metzmacher | 1 | -34/+55 | |
the content metze | |||||
2009-04-10 | s4:rpc_server: report available output for all replies | Stefan Metzmacher | 1 | -0/+24 | |
metze | |||||
2009-02-02 | s4:rpc_server: s/private/private_data | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -2/+2 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-12-16 | A more-commented version of rpc_server crash fix, matching closer the | Andrew Bartlett | 1 | -1/+14 | |
previous behaviour for the 'bad bind' case. (It is only close, not matching - Windows 2008 sends a different, non-zero, assoc_group_id each time) Andrew Bartlett | |||||
2008-12-12 | s4:fix segfault in rpc-server, when client binds to unsupported service. | Stefan Metzmacher | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2008-12-09 | s4:rpc_server: don't keep half finished dcesrv_connection_contexts | Stefan Metzmacher | 1 | -41/+42 | |
metze | |||||
2008-12-09 | s4:rpc_server: initialize rpc server module also for the named pipe case | Stefan Metzmacher | 1 | -0/+34 | |
This fixes bug #5878. metze | |||||
2008-12-08 | s4:rpc_server: fix crash bugs in 26200f4fb1db81be7a9da51f317e46405351b170 | Stefan Metzmacher | 1 | -7/+13 | |
call->context needs to be valid. metze | |||||
2008-12-08 | s4:rpc_server: make it possible for iface->bind() to specify the assoc_group_id | Stefan Metzmacher | 1 | -5/+23 | |
This helps the openchange mapiproxy plugin to work correctly. metze | |||||
2008-11-23 | RPC sessions on np connections need the real session key transferred | Stefan Metzmacher | 1 | -2/+2 | |
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-30 | s4:rpc_server: correctly handle dcerpc requests with object uuids | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2008-09-13 | rpc_server: don't send auth trailers in level connect | Stefan Metzmacher | 1 | -4/+7 | |
Also ignore auth trailers in level connect on receive. This fixes [krb5,connect] against windows. TODO: maybe the gensec mech need to decide if signatures are needed in level connect. metze (This used to be commit 2e3629719790e7631d9de383b565dc8a0997bcfb) | |||||
2008-08-11 | rpc_server: correct the chunk_size depending on the signature size | Stefan Metzmacher | 1 | -2/+11 | |
metze (This used to be commit 20fc0d7bfdaa60d6a8ac939dc64733a91652587e) | |||||
2008-08-07 | rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN | Stefan Metzmacher | 1 | -1/+8 | |
you need "dcesrv:header signing=yes" to enable it. metze (This used to be commit bde2496e6b7034c99243b22434a97aebeb8f75b9) | |||||
2008-07-28 | rpc_server: remove unused variable | Stefan Metzmacher | 1 | -1/+0 | |
metze (This used to be commit c2186d5d60aa2b57ecafaa57f9fd41f2a6717046) | |||||
2008-07-25 | Make a new define to ensure the accoc_group_id we use is always in common. | Andrew Bartlett | 1 | -2/+4 | |
(This used to be commit b62490e3e21b606b66e0737a403b0d170b64cddd) | |||||
2008-07-23 | rpc_server: be more strict with the incoming assoc_group_id | Stefan Metzmacher | 1 | -12/+12 | |
Allow 0 and 0x12345678 only. This fixes the RPC-HANDLES test. metze (This used to be commit c123e597cc84685abf2b0d3564e1a26d80bbef2f) | |||||
2008-07-23 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 1 | -0/+11 | |
(This used to be commit ae311d89d2d477b235a6a9294a8bb463ed0a8c05) |