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
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove parse_negTokenTarg(), as it's actually incorrect. We're processing
Jeremy Allison
2010-07-19
1
-1
/
+1
*
s3-rpc_server: Added callbacks for init and shutdown of a rpc service.
Andreas Schneider
2010-07-19
1
-1
/
+44
*
s3-rpc_server: Don't register the same rpc commands twice.
Andreas Schneider
2010-07-19
1
-6
/
+4
*
s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contexts
Simo Sorce
2010-07-19
1
-6
/
+1
*
s3-auth: Simplify how we free the auth_context
Simo Sorce
2010-07-19
1
-1
/
+1
*
s3-dcerpc: Fix build and remove unneeded headers
Simo Sorce
2010-07-17
1
-3
/
+0
*
s3-dcerpc: Move mere processing functions from srv_pipe_hnd.c to srv_pipe.c
Simo Sorce
2010-07-17
3
-463
/
+492
*
s3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATURE_SIZE and move to IDL.
Günther Deschner
2010-07-16
1
-1
/
+1
*
s3-dcerpc: Fix ability to receive Big Endian PDUs
Simo Sorce
2010-07-16
2
-14
/
+16
*
Move the remnants of rpc_parse code under registry/
Simo Sorce
2010-07-16
1
-0
/
+1
*
s3-dcerpc: Use a local function to dump pdu regions
Simo Sorce
2010-07-16
1
-5
/
+49
*
s3-dcerpc: Use DATA_BLOB for pipes_struct input data
Simo Sorce
2010-07-16
3
-82
/
+25
*
s3-dceprc: Use IDL defined constants for length calculations
Simo Sorce
2010-07-16
1
-9
/
+9
*
s3-dcerpc: Padding is never done on a DCERPC_PKT_BIND_ACK packet.
Simo Sorce
2010-07-16
1
-24
/
+2
*
s3-dcerpc: consolidate respones packet creation code
Simo Sorce
2010-07-16
1
-448
/
+231
*
s3-dcerpc: Convert frag from prs_struct to a simple DATA_BLOB
Simo Sorce
2010-07-16
2
-209
/
+133
*
s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOB
Simo Sorce
2010-07-16
3
-51
/
+28
*
s3-dcerpc: Stop using hand marshalling in create_next_pdu_noauth()
Simo Sorce
2010-07-16
1
-24
/
+14
*
s3-dcerpc: Stop using hand marshalling in create_next_pdu_schannel()
Simo Sorce
2010-07-16
1
-87
/
+81
*
s3-dcerpc: Stop using hand marshalling in create_next_pdu_ntlmssp()
Simo Sorce
2010-07-16
1
-38
/
+38
*
s3-dcerpc: Break memory hierarchy for shared structure
Simo Sorce
2010-07-14
1
-1
/
+1
*
s3-dcerpc: fix crash bug in error path of process_complete_pdu().
Günther Deschner
2010-07-14
1
-1
/
+1
*
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
2010-07-14
1
-3
/
+4
*
s3-libnet: better separate headers.
Günther Deschner
2010-07-13
1
-1
/
+2
*
s3-dcerpc: Use dcerpc_push_ncacn_packet() in api_pipe_alter_context()
Simo Sorce
2010-07-13
1
-104
/
+76
*
s3-dcerpc: Use dcerpc_push_dcerpc_auth() for spnego auth continuations.
Simo Sorce
2010-07-13
1
-41
/
+32
*
s3-dceprc: Use dcerpc_push_ncacn_packet() in api_pipe_bind_req()
Simo Sorce
2010-07-13
1
-111
/
+89
*
s3-dcerpc: Use a DATA_BLOB in bind processing and avoid one mem copy
Simo Sorce
2010-07-13
1
-105
/
+52
*
s3-dcerpc: Rearrange api_pipe_bind_req() to do checks before allocating memory
Simo Sorce
2010-07-13
1
-30
/
+27
*
s3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by address
Simo Sorce
2010-07-13
1
-2
/
+2
*
s3-dcerpc: pass the packet to setup_bind_nack()
Simo Sorce
2010-07-13
1
-6
/
+6
*
s3-dceprc: Add debug messages
Simo Sorce
2010-07-13
1
-0
/
+10
*
s3-dcerpc: Remove unused functions
Simo Sorce
2010-07-13
2
-375
/
+0
*
s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requests
Simo Sorce
2010-07-13
2
-385
/
+399
*
s3-dceprc: Store opnum in its own variable
Simo Sorce
2010-07-13
7
-13
/
+16
*
s3-dceprc use a DATA_BLOB to hold the curren pdu in pipes_struct
Simo Sorce
2010-07-13
2
-39
/
+34
*
s3-dcerpc: use dceprc_push_ncacn_packet_header in create_next_pdu_noauth()
Simo Sorce
2010-07-13
1
-17
/
+23
*
s3-dcerpc: Use dcerpc_push_ncacn_packet_header() in create_next_pdu_schannel()
Simo Sorce
2010-07-13
1
-15
/
+27
*
s3-dcerpc: use dcerpc_push_ncacn_packet_header() in create_next_pdu_ntlmssp()
Simo Sorce
2010-07-13
1
-21
/
+26
*
s3-dcerpc delay rpc header unmarshalling
Simo Sorce
2010-07-13
1
-49
/
+70
*
s3-dcerpc: Use dcerpc_set_frag_length()
Simo Sorce
2010-07-13
1
-4
/
+5
*
s3-dcerpc: Use dcerpc_pull_dcerpc_auth in api_pipe_bind_auth3()
Simo Sorce
2010-07-08
1
-19
/
+13
*
s3-dcerpc: Use dcerpc_auth in api_pipe_bind_req()
Simo Sorce
2010-07-08
1
-82
/
+85
*
s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.
Günther Deschner
2010-07-08
4
-10
/
+154
*
s3:dcerpc Use prs_parse_dcerpc_bind
Simo Sorce
2010-07-08
1
-27
/
+36
*
s3:rpc user idl define dcerpc_ctx_list instead of custom RPC_CONTEXT
Simo Sorce
2010-07-08
1
-9
/
+13
*
s3-dcerpc: use dcerpc_push_ncacn_packet() for setup_fault_pdu().
Günther Deschner
2010-07-07
1
-28
/
+18
*
s3-dcerpc: use dcerpc_push_ncacn_packet() for setup_bind_nak().
Günther Deschner
2010-07-07
1
-14
/
+16
*
s3: Fix a segfault in the RPC server
Volker Lendecke
2010-07-06
1
-8
/
+9
*
samr.idl:UserInfo structures - fix some names according to MS-SAMR documentation
Matthias Dieter Wallnöfer
2010-07-05
1
-1
/
+1
[prev]
[next]