index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
librpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Add wbint_Sids2UnixIDs idl & implementation
Volker Lendecke
2011-04-13
1
-1
/
+18
*
s3: Add wbint_LookupSids
Volker Lendecke
2011-04-13
1
-0
/
+6
*
s3-librpc: let librpc/rpc/dcerpc.h include ndr and generated dcerpc headers.
Günther Deschner
2011-04-12
1
-0
/
+2
*
s3-librpc Fix creation of in-memory keytab for previous password
Andrew Bartlett
2011-04-06
1
-1
/
+1
*
s3-libndr: add ../librpc/ndr/libndr.h include in some places.
Günther Deschner
2011-03-31
1
-0
/
+1
*
s3-includes: only include ntdomain.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-auth: rpc_server needs auth.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
librpc: bring more librpc prototypes in common.
Günther Deschner
2011-03-23
1
-20
/
+0
*
s3-rpc_server: Implement an endpoint monitor loop.
Andreas Schneider
2011-03-23
1
-1
/
+1
*
s3-librpc: Leave the epm registration connection open.
Andreas Schneider
2011-03-23
2
-13
/
+55
*
librpc/rpc: move DCERPC_ flags to rpc_common.h
Stefan Metzmacher
2011-03-13
1
-54
/
+0
*
s3:librpc/rpc: add DCERPC_ANON_FALLBACK flag
Stefan Metzmacher
2011-03-13
1
-0
/
+2
*
librpc/rpc: move struct dcerpc_binding to rpc_common.h
Stefan Metzmacher
2011-03-13
1
-15
/
+0
*
s3:librpc/rpc: add target_principal to struct dcerpc_binding
Stefan Metzmacher
2011-03-13
2
-1
/
+2
*
librpc/rpc: move enum dcerpc_transport_t to rpc_common.h
Stefan Metzmacher
2011-03-13
1
-10
/
+5
*
librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.h
Stefan Metzmacher
2011-03-11
1
-145
/
+1
*
s3:librpc/rpc: remove unused dcerpc_pipe define hack
Stefan Metzmacher
2011-03-11
1
-10
/
+0
*
s3-epmap: fix uninitialized variable in ep_register()
Günther Deschner
2011-03-08
1
-0
/
+1
*
s3-librpc: Register NCALRPC pipes.
Andreas Schneider
2011-03-08
2
-1
/
+16
*
s3-rpc_server: Introduce transport in pipe_struct.
Andreas Schneider
2011-03-08
1
-0
/
+1
*
s3-librpc: Register endpoints using ncalrpc.
Andreas Schneider
2011-03-08
1
-36
/
+56
*
s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.
Andreas Schneider
2011-03-08
1
-1
/
+4
*
s3-librpc: Free memory we don't need.
Andreas Schneider
2011-03-08
1
-0
/
+2
*
s3-librpc: Added tcpip support for dcerpc_binding_vector_create.
Andreas Schneider
2011-03-08
2
-1
/
+13
*
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
2011-02-28
1
-0
/
+1
*
s3: smbcontrol to notify smbd about idmap changes
Gregor Beck
2011-02-28
1
-0
/
+4
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-1
/
+1
*
s3-librpc: Only register NCACN_NP.
Andreas Schneider
2011-02-21
1
-9
/
+22
*
s3-waf: use SAMBA3_*() build rules in source3/build
Andrew Tridgell
2011-02-18
1
-10
/
+10
*
s3-build: allow waf build of s3 IDL files from any top directory
Andrew Tridgell
2011-02-18
1
-3
/
+6
*
s3: add server_id.idl and use only autogenerated code.
Günther Deschner
2011-02-17
7
-77
/
+30
*
s3-librpc: move server_id marshalling to own helper file.
Günther Deschner
2011-02-16
7
-50
/
+81
*
s3-librpc: no need to globally include endpointmapper headers.
Günther Deschner
2011-02-14
1
-0
/
+2
*
s3-librpc: remove duplicate prototypes.
Günther Deschner
2011-02-14
1
-1
/
+14
*
librpc: move preg.idl to main directory.
Günther Deschner
2011-02-10
5
-147
/
+1
*
s3: give ../librpc/ndr/util.c its own header.
Günther Deschner
2011-02-10
4
-0
/
+10
*
ndr: merge ndr_map_error2string and ndr_errstr.
Günther Deschner
2011-02-08
1
-72
/
+0
*
ndr: move null_ndr_syntax_id to the common libndr location.
Günther Deschner
2011-02-08
1
-3
/
+0
*
ndr: merge duplicate ndr_map_error2ntstatus() functions.
Günther Deschner
2011-02-08
1
-25
/
+0
*
Fix a couple of missing checks on talloc returns.
Jeremy Allison
2011-02-02
1
-0
/
+5
*
s3-waf: no need to call pidl with --samba3-ndr-client anymore.
Günther Deschner
2011-02-02
1
-2
/
+7
*
s3-epmap: use correct dcerpc client header in dcerpc_ep.c
Günther Deschner
2011-02-02
1
-1
/
+1
*
s3-librpc: Added dcerpc_binding_vector_create function.
Andreas Schneider
2011-02-02
2
-16
/
+107
*
s3-librpc: Added dcerpc register endpoint functions.
Andreas Schneider
2011-02-02
2
-0
/
+231
*
idl: add file_id idl.
Günther Deschner
2011-01-25
3
-40
/
+3
*
s3-libndr: remove cmdline_lp_ctx.
Günther Deschner
2011-01-25
1
-2
/
+0
*
libndr: move ndr_print_bool to ndr_basic.c
Günther Deschner
2011-01-25
1
-5
/
+0
*
s3:librpc: remove prototype of dcerpc_binding_handle_set_ref_alloc()
Stefan Metzmacher
2011-01-21
1
-3
/
+0
*
s3-printing: Initiate pcap reload from parent smbd
David Disseldorp
2011-01-07
1
-0
/
+1
*
s3:build: don't use cli_wbint.c any more
Stefan Metzmacher
2011-01-04
1
-5
/
+0
[next]