index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
rpc_server
/
dcerpc_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-20
libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...
Jelmer Vernooij
1
-6
/
+6
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
1
-6
/
+6
2011-10-28
lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystem
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run
Andrew Bartlett
1
-2
/
+2
2011-10-28
lib/util Rename samba_init_module_fn -> samba_module_init_fn
Andrew Bartlett
1
-2
/
+2
2011-10-28
lib/util Split samba-modules library into public and private parts
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename load_samba_modules -> samba_modules_load
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename run_init_functions -> samba_init_module_fns_run
Andrew Bartlett
1
-2
/
+2
2011-10-28
lib/util Rename init_module_fn to samba_init_module_fn
Andrew Bartlett
1
-2
/
+2
2011-10-06
lib/util: consolidate module loading into common code
Andrew Bartlett
1
-0
/
+1
2011-06-20
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
1
-2
/
+2
2011-06-06
s4-modules Remove lp_ctx from init functions that no longer need it
Andrew Bartlett
1
-1
/
+1
2011-06-06
s4-ipv6: update callers to load_interface_list()
Andrew Tridgell
1
-1
/
+1
2011-06-06
s4-ipv6: use "ip" instead of "ipv4" for servers
Andrew Tridgell
1
-1
/
+1
2011-06-06
s4-ipv6: use iface_list_wildcard() to listen on IPv6
Andrew Tridgell
1
-3
/
+9
2011-05-08
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
1
-3
/
+3
2011-05-03
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
1
-1
/
+1
2011-03-15
s4-rpc: added dcesrv_call_account_name()
Andrew Tridgell
1
-0
/
+8
2011-03-15
s4-rpc: added public APIs for dce_call authentication
Andrew Tridgell
1
-0
/
+19
2011-02-24
build: moved librpc/rpc/*.c into a rpccommon library
Andrew Tridgell
1
-0
/
+1
2010-11-15
s4-server: make server sockets a child of the task context
Andrew Tridgell
1
-4
/
+4
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
2010-10-30
s4-rpc: split the dcesrv reply code out of dcerpc_server
Andrew Tridgell
1
-171
/
+1
2010-10-13
s4 rpc_server: fix a build error on freebsd
Matthieu Patou
1
-0
/
+9
2010-10-11
torture: Link against rpc server itself, not service module. (against which w...
Jelmer Vernooij
1
-0
/
+450
2010-09-24
s4:rpc_server/dcerpc_server.c - fix a "const" warning
Matthias Dieter Wallnöfer
1
-1
/
+1
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
2010-09-15
s4-rpcserver: set unbind method to NULL in remote server
Andrew Tridgell
1
-1
/
+1
2010-08-17
s4-rpcserver: log unknown RPC calls at debug level 3
Andrew Tridgell
1
-0
/
+6
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-10
/
+10
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
2010-04-27
s4:rpc_server: remember the local and remote address
Stefan Metzmacher
1
-0
/
+10
2010-02-20
s4:rpc_server Add a 'if_version' parameter to the bind operation.
Andrew Bartlett
1
-2
/
+2
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 "dcerpc_generic_sess...
Matthias Dieter Wallnöfer
1
-5
/
+2
2009-09-22
s4-rpcserver: added support for shared handles
Andrew Tridgell
1
-0
/
+15
2009-09-22
s4-rpcserver: added shared association groups
Andrew Tridgell
1
-26
/
+95
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
2009-09-16
s4:rpc_server netgotiate max xmit size with RPC client
Andrew Bartlett
1
-2
/
+2
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 th...
Stefan Metzmacher
1
-34
/
+55
2009-04-10
s4:rpc_server: report available output for all replies
Stefan Metzmacher
1
-0
/
+24
2009-02-02
s4:rpc_server: s/private/private_data
Stefan Metzmacher
1
-2
/
+2
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-2
/
+2
2008-12-16
A more-commented version of rpc_server crash fix, matching closer the
Andrew Bartlett
1
-1
/
+14
2008-12-12
s4:fix segfault in rpc-server, when client binds to unsupported service.
Stefan Metzmacher
1
-1
/
+1
[next]