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
/
clientgen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-28
Remove cli_request_get()
Volker Lendecke
1
-2
/
+2
2008-08-28
Add async smbecho client support
Volker Lendecke
1
-27
/
+139
2008-07-01
Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.
Jeremy Allison
1
-1
/
+6
2008-05-28
Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses
Jeremy Allison
1
-91
/
+3
2008-04-20
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
1
-43
/
+5
2008-04-20
Add "desthost" to rpc_pipe_client
Volker Lendecke
1
-2
/
+2
2008-04-20
Refactoring: Make struct rpc_pipe_client its own talloc parent
Volker Lendecke
1
-1
/
+1
2008-02-28
Add cli_setup_packet_buf
Volker Lendecke
1
-22
/
+32
2008-02-28
Make cli_struct a talloc parent
Volker Lendecke
1
-2
/
+2
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
-2
/
+3
2008-02-02
Convert receive_smb_raw to NTSTATUS
Volker Lendecke
1
-4
/
+25
2008-02-02
read_socket_with_timeout_ntstatus->read_socket_with_timeout
Volker Lendecke
1
-1
/
+1
2008-02-02
Get rid of read_socket_with_timeout
Volker Lendecke
1
-2
/
+22
2008-01-23
read_socket_with_timeout has timeout=0 handling
Volker Lendecke
1
-6
/
+2
2007-12-26
Encryption works better when you add the client decrypt code :-).
Jeremy Allison
1
-0
/
+11
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-35
/
+73
2007-12-21
Some C++ warnings
Volker Lendecke
1
-2
/
+2
2007-11-29
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
1
-8
/
+0
2007-11-05
Remove the horror that was the global smb_rw_error.
Jeremy Allison
1
-11
/
+12
2007-11-03
Remove the smb_read_error global variable and replace
Jeremy Allison
1
-11
/
+10
2007-11-02
Change the client library to write directly out of
Jeremy Allison
1
-3
/
+62
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-9
/
+9
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-81
/
+15
2007-10-10
r24223: Convert reply_echo to the new API
Volker Lendecke
1
-7
/
+13
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22950: Fix the issue Volker reported here :
Jeremy Allison
1
-27
/
+1
2007-10-10
r22930: Next attempt to get the build farm in line.
Volker Lendecke
1
-1
/
+2
2007-10-10
r22929: Attempt to fix some build farm failures: On port 139 the first
Volker Lendecke
1
-0
/
+26
2007-10-10
r22924: Fix the build by correctly processing readX
Jeremy Allison
1
-21
/
+25
2007-10-10
r22920: Add in the UNIX capability for 24-bit readX, as discussed
Jeremy Allison
1
-14
/
+113
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
1
-2
/
+2
2007-10-10
r22212: Cope with signature errors on sessionsetupX logins
Jeremy Allison
1
-0
/
+20
2007-10-10
r21994: Ignore keepalives in the correct buffer (out not in :-).
Jeremy Allison
1
-1
/
+1
2007-10-10
r21993: Don't let keepalives interferece with sign or seal
Jeremy Allison
1
-0
/
+5
2007-10-10
r21992: Fix keepalive processing when encryption turned on.
Jeremy Allison
1
-6
/
+26
2007-10-10
r21991: I hate Steve French :-). Add support for encryption
Jeremy Allison
1
-2
/
+5
2007-10-10
r21990: Stop messing with the signing engine just because
Jeremy Allison
1
-10
/
+10
2007-10-10
r21939: Fix missing initialization that
Jeremy Allison
1
-1
/
+1
2007-10-10
r21922: Fixed the build by rather horrid means. I really need
Jeremy Allison
1
-27
/
+31
2007-10-10
r21880: Make client and server calls into encryption code symetrical,
Jeremy Allison
1
-3
/
+10
2007-10-10
r21865: Add in the stubs for SMB transport encryption. Will flesh
Jeremy Allison
1
-5
/
+31
2007-10-10
r20124: clean up nested extern declaration warnings
Herb Lewis
1
-1
/
+2
2007-10-10
r18014: revert a possibly unnecessary change
Derrell Lipman
1
-1
/
+2
2007-10-10
r18011: Should fix bug 3835.
Derrell Lipman
1
-3
/
+2
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-31
/
+9
2007-10-10
r16458: Increase debuglevel of cli_rpc_pipe_close().
Günther Deschner
1
-1
/
+1
2007-10-10
r16356: Helping derrell out. Jeremy.
Jeremy Allison
1
-1
/
+1
2007-10-10
r13676: have to return a value from a non-void function
Gerald Carter
1
-1
/
+1
[next]