index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
cliconnect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-23
s3:libsmb: use new simplified smb_signing code for the client side
Stefan Metzmacher
1
-23
/
+16
2009-03-23
Fix connect to port 139 only -- thanks gd for bugging me :-)
Volker Lendecke
1
-4
/
+3
2009-03-16
Convert open_socket_out_defer to tevent_req
Volker Lendecke
1
-22
/
+37
2009-03-13
Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and
Jeremy Allison
1
-7
/
+28
2009-03-07
Fix a smbclient segfault against security=share servers
Volker Lendecke
1
-3
/
+10
2009-03-06
s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini...
Stefan Metzmacher
1
-3
/
+1
2009-03-06
s3:libsmb: smb signing works the same for extented and non-extended security
Stefan Metzmacher
1
-5
/
+18
2009-02-24
Convert name_mangle() to use talloc
Volker Lendecke
1
-4
/
+21
2009-02-10
Do not use strlen if not necessary... :-)
Volker Lendecke
1
-4
/
+2
2009-02-03
Fix Coverity ID 870
Volker Lendecke
1
-0
/
+4
2009-02-01
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
1
-4
/
+4
2009-01-30
Make cli_tcon_andx async
Volker Lendecke
1
-50
/
+147
2009-01-30
Make cli_session_setup_guest async
Volker Lendecke
1
-37
/
+103
2009-01-29
Add the strlen to push to smb_bytes_push_str, return the converted size
Volker Lendecke
1
-1
/
+4
2009-01-26
Decouple clistr_pull from struct cli_state->inbuf
Volker Lendecke
1
-13
/
+25
2009-01-15
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
1
-1
/
+1
2009-01-14
Remove smbclient globals that bled into clidfs.c. Now we only have
Jeremy Allison
1
-5
/
+1
2009-01-12
s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp cases
Stefan Metzmacher
1
-16
/
+35
2009-01-04
Simulate the Windows behaviour to fire 445 and after a timeout 139
Volker Lendecke
1
-14
/
+76
2009-01-04
Async wrapper for open_socket_out_send/recv
Volker Lendecke
1
-8
/
+15
2009-01-03
open_socket_out is always used with SOCK_STREAM, remove argument "type"
Volker Lendecke
1
-7
/
+5
2008-12-19
Pass "bytes_alignment" up through cli_request_send
Volker Lendecke
1
-1
/
+1
2008-12-19
Make cli_negprot async
Volker Lendecke
1
-50
/
+97
2008-12-19
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
1
-16
/
+17
2008-12-19
cli_negprot_send -> cli_negprot_sendsync
Volker Lendecke
1
-1
/
+1
2008-12-13
Remove a pointless static variable
Volker Lendecke
1
-7
/
+7
2008-12-13
Micro-Optimize cliconnect.c
Volker Lendecke
1
-22
/
+27
2008-12-07
Slightly simplify cli_session_setup_ntlmssp
Volker Lendecke
1
-10
/
+2
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-1
/
+1
2008-11-30
Do not build the session request if it si not used anyway
Volker Lendecke
1
-4
/
+4
2008-11-30
fix nonempty blank lines
Volker Lendecke
1
-19
/
+19
2008-11-01
Make use of smb_bufrem()
Volker Lendecke
1
-1
/
+1
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-1
/
+1
2008-10-22
s3: use shared asn1 code.
Günther Deschner
1
-7
/
+8
2008-08-07
Fix bug #5675 with a varient of Tim Waugh's patch,
Jeremy Allison
1
-3
/
+2
2008-06-02
Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cli
Jeremy Allison
1
-3
/
+3
2008-05-23
Manually merge Steven Danneman's patch for SPNEGO auth to a trusted
Gerald W. Carter
1
-20
/
+21
2008-05-06
build: fix the build w/o ldap.
Günther Deschner
1
-1
/
+3
2008-05-05
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
1
-2
/
+20
2008-04-20
Move srv_name_slash from cli_state to rpc_pipe_client
Volker Lendecke
1
-2
/
+0
2008-04-08
Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.
Günther Deschner
1
-0
/
+5
2008-04-07
Fix a misleading debug message
Volker Lendecke
1
-2
/
+3
2008-04-04
When using plaintext ucs2 passwords clistr_push calls ucs2_align, which causes
Jeremy Allison
1
-3
/
+9
2008-04-04
Always uppercase cli->srv_name_slash.
Günther Deschner
1
-0
/
+1
2008-03-12
For convenience reasons, always create cli->srv_name_slash in the rpc_client.
Günther Deschner
1
-0
/
+1
2008-02-28
Add explicit buf arg to cli_check_sign_mac
Volker Lendecke
1
-1
/
+1
2008-02-28
Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_mac
Volker Lendecke
1
-1
/
+1
2008-02-23
Fix typo
Volker Lendecke
1
-2
/
+2
2008-02-11
Add a missing return
Volker Lendecke
1
-1
/
+1
2008-01-23
Don't leak memory in error path.
Jeremy Allison
1
-0
/
+1
[next]