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
/
libsmb
/
cliconnect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert name_mangle() to use talloc
Volker Lendecke
2009-02-24
1
-4
/
+21
*
Do not use strlen if not necessary... :-)
Volker Lendecke
2009-02-10
1
-4
/
+2
*
Fix Coverity ID 870
Volker Lendecke
2009-02-03
1
-0
/
+4
*
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
2009-02-01
1
-4
/
+4
*
Make cli_tcon_andx async
Volker Lendecke
2009-01-30
1
-50
/
+147
*
Make cli_session_setup_guest async
Volker Lendecke
2009-01-30
1
-37
/
+103
*
Add the strlen to push to smb_bytes_push_str, return the converted size
Volker Lendecke
2009-01-29
1
-1
/
+4
*
Decouple clistr_pull from struct cli_state->inbuf
Volker Lendecke
2009-01-26
1
-13
/
+25
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
1
-1
/
+1
*
Remove smbclient globals that bled into clidfs.c. Now we only have
Jeremy Allison
2009-01-14
1
-5
/
+1
*
s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp cases
Stefan Metzmacher
2009-01-12
1
-16
/
+35
*
Simulate the Windows behaviour to fire 445 and after a timeout 139
Volker Lendecke
2009-01-04
1
-14
/
+76
*
Async wrapper for open_socket_out_send/recv
Volker Lendecke
2009-01-04
1
-8
/
+15
*
open_socket_out is always used with SOCK_STREAM, remove argument "type"
Volker Lendecke
2009-01-03
1
-7
/
+5
*
Pass "bytes_alignment" up through cli_request_send
Volker Lendecke
2008-12-19
1
-1
/
+1
*
Make cli_negprot async
Volker Lendecke
2008-12-19
1
-50
/
+97
*
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
2008-12-19
1
-16
/
+17
*
cli_negprot_send -> cli_negprot_sendsync
Volker Lendecke
2008-12-19
1
-1
/
+1
*
Remove a pointless static variable
Volker Lendecke
2008-12-13
1
-7
/
+7
*
Micro-Optimize cliconnect.c
Volker Lendecke
2008-12-13
1
-22
/
+27
*
Slightly simplify cli_session_setup_ntlmssp
Volker Lendecke
2008-12-07
1
-10
/
+2
*
s3: Change sockaddr util function names for consistency
Tim Prouty
2008-12-03
1
-1
/
+1
*
Do not build the session request if it si not used anyway
Volker Lendecke
2008-11-30
1
-4
/
+4
*
fix nonempty blank lines
Volker Lendecke
2008-11-30
1
-19
/
+19
*
Make use of smb_bufrem()
Volker Lendecke
2008-11-01
1
-1
/
+1
*
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
s3: use shared asn1 code.
Günther Deschner
2008-10-22
1
-7
/
+8
*
Fix bug #5675 with a varient of Tim Waugh's patch,
Jeremy Allison
2008-08-07
1
-3
/
+2
*
Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cli
Jeremy Allison
2008-06-02
1
-3
/
+3
*
Manually merge Steven Danneman's patch for SPNEGO auth to a trusted
Gerald W. Carter
2008-05-23
1
-20
/
+21
*
build: fix the build w/o ldap.
Günther Deschner
2008-05-06
1
-1
/
+3
*
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
2008-05-05
1
-2
/
+20
*
Move srv_name_slash from cli_state to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-2
/
+0
*
Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.
Günther Deschner
2008-04-08
1
-0
/
+5
*
Fix a misleading debug message
Volker Lendecke
2008-04-07
1
-2
/
+3
*
When using plaintext ucs2 passwords clistr_push calls ucs2_align, which causes
Jeremy Allison
2008-04-04
1
-3
/
+9
*
Always uppercase cli->srv_name_slash.
Günther Deschner
2008-04-04
1
-0
/
+1
*
For convenience reasons, always create cli->srv_name_slash in the rpc_client.
Günther Deschner
2008-03-12
1
-0
/
+1
*
Add explicit buf arg to cli_check_sign_mac
Volker Lendecke
2008-02-28
1
-1
/
+1
*
Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_mac
Volker Lendecke
2008-02-28
1
-1
/
+1
*
Fix typo
Volker Lendecke
2008-02-23
1
-2
/
+2
*
Add a missing return
Volker Lendecke
2008-02-11
1
-1
/
+1
*
Don't leak memory in error path.
Jeremy Allison
2008-01-23
1
-0
/
+1
*
Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.
Jeremy Allison
2008-01-23
1
-1
/
+1
*
Fix Windows 2008 (Longhorn) join.
Andreas Schneider
2008-01-23
1
-1
/
+15
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-11
/
+11
*
Use ADS_IGNORE_PRINCIPAL define.
Günther Deschner
2007-12-21
1
-2
/
+1
*
Fix debug messages
Volker Lendecke
2007-12-19
1
-8
/
+9
*
Added patch originally by Andreas Schneider <anschneider@suse.de>
Jeremy Allison
2007-12-15
1
-8
/
+42
*
Allow cliconnect to loop through multiple ip addresses
Jeremy Allison
2007-12-12
1
-23
/
+49
[next]