index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
rpc_server
/
service_rpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
source4/rpc_server: Fix prototypes for all functions.
Jelmer Vernooij
2011-03-19
1
-0
/
+1
*
s4-smbd: don't initialise process models more than once
Andrew Tridgell
2010-10-30
1
-1
/
+1
*
torture: Link against rpc server itself, not service module. (against which w...
Jelmer Vernooij
2010-10-11
1
-440
/
+0
*
s4:rpc_server: use SOCKET_FLAG_NOCLOSE to avoid calling close() on the socket...
Stefan Metzmacher
2010-09-28
1
-0
/
+1
*
librpc/rpc: move dcerpc_read_ncacn_packet_send/recv() to dcerpc_util.c
Stefan Metzmacher
2010-08-20
1
-174
/
+0
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-10
/
+10
*
s4:rpc_server/service_rpc.c - fix warnings on Solaris
Matthias Dieter Wallnöfer
2010-06-20
1
-2
/
+2
*
s4:rpc_server/service_rpc.c - deactivate the 0-length struct
Matthias Dieter Wallnöfer
2010-06-20
1
-0
/
+2
*
s4:smbd: Use tstream_npa_accept_existing to accept named pipe connections
Simo Sorce
2010-05-26
1
-14
/
+14
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-12
/
+4
*
s4:rpc_server: remove unused socket_address based functions
Stefan Metzmacher
2010-04-27
1
-18
/
+0
*
s4:rpc_server: remove 'socket_address' based functions
Stefan Metzmacher
2010-04-27
1
-2
/
+0
*
s4:rpc_server: remember the local and remote address
Stefan Metzmacher
2010-04-27
1
-0
/
+3
*
s4:auth Remove event context from anonymous_session()
Andrew Bartlett
2010-04-11
1
-1
/
+0
*
s4: ran minimal_includes.pl on source4/rpc_server
Andrew Tridgell
2009-10-20
1
-2
/
+0
*
s4-rpcserver: run all RPC operations in a single task
Andrew Tridgell
2009-09-22
1
-1
/
+8
*
more include minimisation
Andrew Tridgell
2009-09-19
1
-6
/
+0
*
s4-server: kill main daemon if a task fails to initialise
Andrew Tridgell
2009-09-18
1
-1
/
+1
*
s4:rpc_server: export dcesrv_add_ep() so that torture tests can use it
Stefan Metzmacher
2009-09-18
1
-5
/
+6
*
s4:rpc_server: convert the socket based part to use the tstream interface
Stefan Metzmacher
2009-05-01
1
-67
/
+332
*
s4:service_stream: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-4
/
+4
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-6
/
+6
*
s4:rpc_server: initialize rpc server module also for the named pipe case
Stefan Metzmacher
2008-12-09
1
-20
/
+2
*
s4:rpc_server: add dcesrv_browser template
Stefan Metzmacher
2008-12-06
1
-0
/
+1
*
RPC sessions on np connections need the real session key transferred
Stefan Metzmacher
2008-11-23
1
-0
/
+5
*
s4: rpc_server: listen on named_pipes
Stefan Metzmacher
2008-11-06
1
-26
/
+10
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
dcesrv: Remove use of global_loadparm.
Jelmer Vernooij
2008-09-30
1
-19
/
+19
*
rpc_server: use the transport session_info if available
Stefan Metzmacher
2008-07-07
1
-8
/
+12
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-04-25
1
-1
/
+1
|
\
|
*
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
2008-04-17
1
-1
/
+1
|
*
Remove prototypes from build.h in preparation of removing build.h
Jelmer Vernooij
2008-04-14
1
-0
/
+12
*
|
Fix the build.
Jelmer Vernooij
2008-03-08
1
-1
/
+13
*
|
Push SOVERSION and VERSION out of perl code.
Jelmer Vernooij
2008-03-08
1
-1
/
+0
|
/
*
Remove useless layer of indirection, where every service called
Andrew Bartlett
2008-02-04
1
-13
/
+1
*
Rework service init functions to pass down service name. This is
Andrew Bartlett
2008-02-04
1
-1
/
+1
*
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
2008-01-05
1
-4
/
+8
*
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
2007-12-24
1
-1
/
+1
*
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
2007-12-24
1
-1
/
+1
*
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
2007-12-21
1
-4
/
+6
*
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
2007-12-21
1
-2
/
+5
*
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
2007-12-21
1
-3
/
+8
*
r26296: Store loadparm context in DCE/RPC server context.
Jelmer Vernooij
2007-12-21
1
-2
/
+1
*
r26265: Use task-provided loadparm context in nbt and rpc servers.
Jelmer Vernooij
2007-12-21
1
-16
/
+26
*
r26250: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
2007-12-21
1
-4
/
+4
*
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r25553: Convert to standard bool type.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-6
/
+8
[next]