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
/
libsmb
/
cliconnect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy...
Jeremy Allison
2011-10-12
1
-0
/
+13
*
s3:libsmb: check the wct of the incoming SMBnegprot responses
Stefan Metzmacher
2011-09-16
1
-0
/
+10
*
s3: Do central cli_set_error (cherry picked from commit 0645deb1b4a70e45f8811...
Volker Lendecke
2011-09-16
1
-27
/
+0
*
s3: Extract the guest_login field in sesssetup
Volker Lendecke
2011-06-07
1
-4
/
+17
*
s3: Fix wct check in cli_sesssetup_blob_done
Volker Lendecke
2011-06-07
1
-1
/
+1
*
Patch for bug #8156 - net ads join fails to use the user's kerberos ticket.
Jeremy Allison
2011-06-07
1
-10
/
+27
*
s3: Remove two false references to cli->inbuf (cherry picked from commit b1a7...
Volker Lendecke
2011-06-07
1
-2
/
+2
*
s3: Fix a leftover from fstring removal in cli_state
Volker Lendecke
2011-06-07
1
-4
/
+7
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-17
1
-0
/
+1
*
s3:libsmb convert user-specified domain to uppercase
Christian Ambach
2011-05-17
1
-0
/
+1
*
s3: Make name_resolve_bcast return sockaddr_storage
Volker Lendecke
2011-05-15
1
-6
/
+9
*
s3: Remove ip_sevice from get_ipc_connect_master_ip
Volker Lendecke
2011-05-15
1
-5
/
+5
*
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
2011-05-15
1
-0
/
+1
*
Remove another fstring in this code.
Jeremy Allison
2011-05-15
1
-12
/
+20
*
Fixup (C) - we've both worked lots on this :-).
Jeremy Allison
2011-05-15
1
-0
/
+2
*
Remove fstrings from client struct. Properly talloc strings (ensuring we neve...
Jeremy Allison
2011-05-15
1
-42
/
+266
*
s3: Make cli_session_setup_lanman2 async
Volker Lendecke
2011-05-15
1
-57
/
+198
*
s3: Make cli_session_setup_nt1 async
Volker Lendecke
2011-05-15
1
-87
/
+246
*
s3: Make plaintext session setup async
Volker Lendecke
2011-05-15
1
-59
/
+145
*
s3: guest sesssetup is only 13 words
Volker Lendecke
2011-04-26
1
-1
/
+1
*
s3-libsmb: put namequery headers to nmblib.h
Günther Deschner
2011-04-05
1
-0
/
+1
*
s3: Convert cli_raw_tcon to cli_smb
Volker Lendecke
2011-03-27
1
-24
/
+22
*
s3: Replace cli_negprot_sendsync() by cli_negprot_send()
Volker Lendecke
2011-03-27
1
-35
/
+0
*
s3: Fix Coverity ID 2326, CHECKED_RETURN
Volker Lendecke
2011-03-26
1
-1
/
+1
*
s3: Make is_zero_addr take a sockaddr_storage
Volker Lendecke
2011-02-27
1
-1
/
+1
*
s3: Remove unused "retry" from cli_start_connection
Volker Lendecke
2010-12-20
1
-11
/
+2
*
s3: Remove unused "retry" from cli_full_connection
Volker Lendecke
2010-12-20
1
-5
/
+3
*
s3-libsmb Improve error message when denying LM encryption
Andrew Bartlett
2010-12-14
1
-9
/
+9
*
s3-libsmb Don't ever ask for machine$ principals as a target.
Andrew Bartlett
2010-12-10
1
-30
/
+6
*
s3-libads Default to NOT using the server-supplied principal from SPNEGO
Andrew Bartlett
2010-12-10
1
-3
/
+2
*
Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.
Jeremy Allison
2010-09-26
1
-4
/
+11
*
Fix bug 7694 - Crash bug with invalid SPNEGO token.
Jeremy Allison
2010-09-23
1
-1
/
+2
*
s3-build: only include async headers where needed.
Günther Deschner
2010-09-20
1
-0
/
+1
*
Fix array size of a memmber of struct cli_ulogoff_state
Sumit Bose
2010-09-17
1
-1
/
+1
*
Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...
Jeremy Allison
2010-09-09
1
-0
/
+5
*
s3-build: only include krb5 environment variables where required.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3: Remove some pointless wrapper functions
Volker Lendecke
2010-08-05
1
-2
/
+2
*
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
2010-08-05
1
-0
/
+1
*
s3: avoid global include of ads.h.
Günther Deschner
2010-08-05
1
-0
/
+1
*
Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...
Jeremy Allison
2010-07-20
1
-3
/
+3
*
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
2010-07-20
1
-2
/
+2
*
Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce
Jeremy Allison
2010-07-20
1
-1
/
+3
*
Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()
Jeremy Allison
2010-07-20
1
-3
/
+3
*
Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().
Jeremy Allison
2010-07-19
1
-1
/
+2
*
Remove parse_negTokenTarg(), as it's actually incorrect. We're processing
Jeremy Allison
2010-07-19
1
-1
/
+1
*
s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.
Simo Sorce
2010-07-19
1
-3
/
+3
*
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
2010-05-31
1
-1
/
+1
*
s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them
Stefan Metzmacher
2010-03-24
1
-1
/
+5
*
s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* field...
Stefan Metzmacher
2010-03-24
1
-1
/
+1
*
s3: Explicitly handle inbuf in cli_negprot_done
Volker Lendecke
2010-02-22
1
-2
/
+3
[next]