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
/
clientgen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".
Jeremy Allison
2009-09-06
1
-1
/
+1
*
Clean up assignments to iov_base, ensure it's always cast to void *. This sho...
Jeremy Allison
2009-05-12
1
-2
/
+2
*
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
2009-04-30
1
-1
/
+1
*
Convert cli_echo to tevent_req
Volker Lendecke
2009-04-06
1
-79
/
+66
*
Add new async libsmb infrastructure
Volker Lendecke
2009-04-06
1
-0
/
+12
*
s3:libsmb: use new simplified smb_signing code for the client side
Stefan Metzmacher
2009-03-23
1
-9
/
+95
*
Fix a malloc/talloc mismatch when cli_initialise() fails
Volker Lendecke
2009-03-15
1
-3
/
+2
*
Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and
Jeremy Allison
2009-03-13
1
-7
/
+52
*
Remove the static "struct client_connection" mess which is part of
Jeremy Allison
2009-03-12
1
-1
/
+27
*
s3:libsmb: merge cli_setup_signing_state() into cli_initialise_ex()
Stefan Metzmacher
2009-03-06
1
-27
/
+25
*
s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini...
Stefan Metzmacher
2009-03-06
1
-2
/
+8
*
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
2009-02-01
1
-3
/
+3
*
Make is_andx_req non-static
Volker Lendecke
2009-01-31
1
-0
/
+25
*
cli_ucs2
Volker Lendecke
2009-01-29
1
-0
/
+10
*
Remove smbclient globals that bled into clidfs.c. Now we only have
Jeremy Allison
2009-01-14
1
-2
/
+1
*
Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writev
Volker Lendecke
2008-12-29
1
-27
/
+13
*
Pass "bytes_alignment" up through cli_request_send
Volker Lendecke
2008-12-19
1
-1
/
+1
*
Simplify async programming a bit with helper routines
Volker Lendecke
2008-12-08
1
-6
/
+1
*
Make use of TALLOC_ZERO_P
Volker Lendecke
2008-09-21
1
-3
/
+1
*
Remove cli_request_get()
Volker Lendecke
2008-08-28
1
-2
/
+2
*
Add async smbecho client support
Volker Lendecke
2008-08-28
1
-27
/
+139
*
Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.
Jeremy Allison
2008-07-01
1
-1
/
+6
*
Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses
Jeremy Allison
2008-05-28
1
-91
/
+3
*
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
2008-04-20
1
-43
/
+5
*
Add "desthost" to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-2
/
+2
*
Refactoring: Make struct rpc_pipe_client its own talloc parent
Volker Lendecke
2008-04-20
1
-1
/
+1
*
Add cli_setup_packet_buf
Volker Lendecke
2008-02-28
1
-22
/
+32
*
Make cli_struct a talloc parent
Volker Lendecke
2008-02-28
1
-2
/
+2
*
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
-2
/
+3
*
Convert receive_smb_raw to NTSTATUS
Volker Lendecke
2008-02-02
1
-4
/
+25
*
read_socket_with_timeout_ntstatus->read_socket_with_timeout
Volker Lendecke
2008-02-02
1
-1
/
+1
*
Get rid of read_socket_with_timeout
Volker Lendecke
2008-02-02
1
-2
/
+22
*
read_socket_with_timeout has timeout=0 handling
Volker Lendecke
2008-01-23
1
-6
/
+2
*
Encryption works better when you add the client decrypt code :-).
Jeremy Allison
2007-12-26
1
-0
/
+11
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-35
/
+73
*
Some C++ warnings
Volker Lendecke
2007-12-21
1
-2
/
+2
*
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
2007-11-29
1
-8
/
+0
*
Remove the horror that was the global smb_rw_error.
Jeremy Allison
2007-11-05
1
-11
/
+12
*
Remove the smb_read_error global variable and replace
Jeremy Allison
2007-11-03
1
-11
/
+10
*
Change the client library to write directly out of
Jeremy Allison
2007-11-02
1
-3
/
+62
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-9
/
+9
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-81
/
+15
*
r24223: Convert reply_echo to the new API
Volker Lendecke
2007-10-10
1
-7
/
+13
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22950: Fix the issue Volker reported here :
Jeremy Allison
2007-10-10
1
-27
/
+1
*
r22930: Next attempt to get the build farm in line.
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r22929: Attempt to fix some build farm failures: On port 139 the first
Volker Lendecke
2007-10-10
1
-0
/
+26
*
r22924: Fix the build by correctly processing readX
Jeremy Allison
2007-10-10
1
-21
/
+25
[next]