index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
rpc_server
/
remote
Commit message (
Expand
)
Author
Age
Files
Lines
*
r26296: Store loadparm context in DCE/RPC server context.
Jelmer Vernooij
2007-12-21
1
-8
/
+8
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-6
/
+6
*
r25553: Convert to standard bool type.
Jelmer Vernooij
2007-10-10
1
-7
/
+7
*
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
2007-10-10
1
-6
/
+6
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2007-10-10
1
-6
/
+6
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-2
/
+3
*
r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r24551: rename dcerpc_interface_table -> ndr_interface_table
Stefan Metzmacher
2007-10-10
1
-8
/
+8
*
r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r20114: from Julien Kerihuel <j.kerihuel@openchange.org>, thanks!:
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r20047: patch from Julien Kerihuel <j.kerihuel@openchange.org>
Stefan Metzmacher
2007-10-10
1
-0
/
+6
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhere
Jelmer Vernooij
2007-10-10
1
-5
/
+4
*
r13265: Clarify how delegation works with the remote RPC backend.
Andrew Bartlett
2007-10-10
1
-1
/
+32
*
r12622: Move table.c prototypes to seperate header to prevent circular depend...
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
2007-10-10
1
-0
/
+3
*
r12512: Use GUID structs in API functions everywhere rather then converting b...
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
2007-10-10
1
-9
/
+12
*
r11513: Add the ability to use the local machine account instead of a static
Andrew Bartlett
2007-10-10
1
-11
/
+46
*
r10528: Add credentials.h back into includes.h as some compilers don't
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r7865: changed pidl to take a "const void *" instead of a "void *" for the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
2007-10-10
1
-7
/
+14
*
r5928: Use cli_credentials in:
Jelmer Vernooij
2007-10-10
1
-5
/
+7
*
r5902: A rather large change...
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r5300: more uint32 and system/filesys.h build fixes when developer mode is en...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5221: replace the str_list_*() code with new code based on talloc(). This is
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4640: first stage in the server side support for multiple context_ids on one...
Andrew Tridgell
2007-10-10
1
-7
/
+7
*
r4616: the first phase in the addition of proper support for
Andrew Tridgell
2007-10-10
1
-6
/
+7
*
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4288: don't use struct dcerpc_interface_table anymore in the
Stefan Metzmacher
2007-10-10
1
-16
/
+67
*
r4086: - make dcerpc_ndr_request_table_send() the default and rename it to just
Stefan Metzmacher
2007-10-10
1
-17
/
+21
*
r3790: use a registration function that is called from dcerpc_*_init functions
Jelmer Vernooij
2007-10-10
1
-10
/
+9
*
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r3513: Add (the infrastructure for) DCOM support. Contents:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r3497: removed some include cruft, and split out librpc/gen_ndr/tables.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3468: split out dcerpc_server.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r2627: use the new talloc capabilities in a bunch more places in the rpc
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r441: added an example of how to use the remote rpc interface
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
- add 'print' to the DCERPC binding strings
Stefan Metzmacher
2004-02-03
1
-5
/
+15
*
some DEBUG and comment fixes
Stefan Metzmacher
2004-02-02
1
-1
/
+1
*
This patch adds a better dcerpc server infastructure.
Stefan Metzmacher
2004-01-08
1
-0
/
+198