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
/
source3
/
rpc_client
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:rpc_client: implement rpccli_bh_set_timeout()
Stefan Metzmacher
2010-09-04
1
-0
/
+10
*
s3-dcerpc: only include rpc_dce.h where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3: separate out cli schannel functions that depend on cli_netlogon.
Günther Deschner
2010-08-26
2
-200
/
+228
*
s3-lsa: separate out init_lsa headers.
Günther Deschner
2010-08-25
4
-0
/
+9
*
s3-dcerpc: avoid talloc_move on schannel creds in cli_rpc_pipe_open_schannel_...
Günther Deschner
2010-08-24
1
-3
/
+7
*
s3-dcerpc: Allocate structure members on the right context
Simo Sorce
2010-08-23
1
-1
/
+1
*
s3-dcerpc: fix uninitialized variable in cli_get_session_key().
Günther Deschner
2010-08-17
1
-1
/
+1
*
s3-dcerpc: Use common send functions for ntlmssp too
Simo Sorce
2010-08-17
1
-51
/
+12
*
s3-dcerpc: properly implement gse/spnego_get_session_key
Simo Sorce
2010-08-17
1
-7
/
+4
*
s3-dcerpc: Check data and return appropriate error
Simo Sorce
2010-08-17
1
-2
/
+17
*
Change debug statements to use __location__
Simo Sorce
2010-08-17
1
-13
/
+11
*
s3-dcerpc: Pull packet in the caller, before validation
Simo Sorce
2010-08-17
1
-31
/
+37
*
Add my (c)
Simo Sorce
2010-08-17
1
-5
/
+6
*
s3:rpc_client: remove unused cli_do_rpc_ndr* functions
Stefan Metzmacher
2010-08-16
2
-183
/
+0
*
s3:rpc_client: remove unused rpc_pipe_open_local()
Stefan Metzmacher
2010-08-16
2
-832
/
+0
*
s3:rpc_client: add dcerpc_binding_handle backend
Stefan Metzmacher
2010-08-12
1
-0
/
+244
*
s3: Save the received trans2 from the inbuf in cli_trans
Volker Lendecke
2010-08-05
1
-1
/
+2
*
s3-dcerpc: fix some uninitialized variables build warnings.
Günther Deschner
2010-08-03
1
-1
/
+1
*
s3-build: avoid to globally include printing and spoolss headers.
Günther Deschner
2010-07-31
1
-1
/
+1
*
s3-dceprc: Improve dcerpc_guess_sizes() interface
Simo Sorce
2010-07-30
1
-1
/
+3
*
s3-dcerpc: Make function to guess pdu sizes common.
Simo Sorce
2010-07-30
1
-112
/
+9
*
s3-dceprc: consolidate use of dcerpc_push_dcerpc_auth()
Simo Sorce
2010-07-30
1
-76
/
+31
*
s3-dcerpc: Remove unused functions
Simo Sorce
2010-07-30
1
-166
/
+0
*
s3-dcerpc: use common spengo wrapper code for client SPNEGO/NTLMSSP
Simo Sorce
2010-07-30
1
-130
/
+126
*
s3-dcerpc: add sign/seal support when using SPNEGO/KRB5
Simo Sorce
2010-07-30
1
-1
/
+20
*
s3-dcerpc: Add SPNEGO incapsulation for KRB5 auth
Simo Sorce
2010-07-30
1
-12
/
+141
*
Do not refernece pipe_auth_data directly in dcerpc_gssapi.c
Simo Sorce
2010-07-28
1
-6
/
+44
*
s3-dcerpc: Avoid ifdef, it is handled within dcerpc_gssapi.c already
Simo Sorce
2010-07-28
1
-7
/
+2
*
s3-dcerpc: Add sign/seal with gssapi
Simo Sorce
2010-07-28
1
-6
/
+12
*
s3-dcerpc: Add next authentication step with gssapi
Simo Sorce
2010-07-28
1
-4
/
+88
*
s3-decrpc: Introduce gssapi support for dcerpc krb5 auth
Simo Sorce
2010-07-28
1
-122
/
+31
*
s3-dcerpc: Refactor calculate_data_len_tosend()
Simo Sorce
2010-07-28
1
-25
/
+31
*
s3-dcerpc: Add auth trailer only when appropriate.
Simo Sorce
2010-07-28
1
-4
/
+16
*
s3-dcerpc: consolidate unmarshalling of dcerpc_auth
Simo Sorce
2010-07-28
1
-72
/
+72
*
s3-dcerpc: revive cli_rpc_pipe_open_krb5()
Simo Sorce
2010-07-28
1
-1
/
+2
*
s3-dcerpc: Use dcerpc_AuthType in pipe_auth_data
Simo Sorce
2010-07-28
1
-79
/
+127
*
s3-dcerpc: Cleanup and refactor create_rpc_bind_req()
Simo Sorce
2010-07-28
1
-34
/
+40
*
s3-dcerpc: Use dcerpc_check_auth in client code too
Simo Sorce
2010-07-28
1
-343
/
+18
*
s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers file
Simo Sorce
2010-07-28
1
-203
/
+0
*
s3-dcerpc: Introduce generic helper function to add auth trailer
Simo Sorce
2010-07-28
1
-66
/
+78
*
s3-dcerpc: Pass explicit arguments so that this is not client specific
Simo Sorce
2010-07-28
1
-12
/
+13
*
s3-dcerpc: Move marshalling of dcerpc_auth_header in the callers
Simo Sorce
2010-07-28
1
-48
/
+50
*
cleaup: Reformat cli_get_session_key()
Simo Sorce
2010-07-21
1
-22
/
+21
*
s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keys
Simo Sorce
2010-07-20
1
-2
/
+4
*
Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...
Jeremy Allison
2010-07-20
1
-4
/
+4
*
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
2010-07-20
1
-1
/
+3
*
s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_data
Simo Sorce
2010-07-20
1
-48
/
+56
*
Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().
Jeremy Allison
2010-07-19
1
-1
/
+2
*
s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.
Simo Sorce
2010-07-19
1
-1
/
+1
*
s3-rpc_client: Fixed a segfault in rpccli_samr_chng_pswd_auth_crap().
Andreas Schneider
2010-07-18
1
-4
/
+23
[next]