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
/
client
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-8
/
+8
*
Fix the build farm. In this branch cli_echo returns NTSTATUS.
Jeremy Allison
2008-10-03
1
-1
/
+4
*
Correctly fix smbclient to terminate on eof from server.
Jeremy Allison
2008-10-03
1
-2
/
+11
*
Fix display of POSIX ACLs.
Timur
2008-09-15
1
-2
/
+2
*
Use the given name, not the absolute pathname, when printing out ACL info.
Jeremy Allison
2008-09-11
1
-1
/
+1
*
Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...
Jeremy Allison
2008-09-11
1
-1
/
+1
*
Clarify usage of "force create mode".
Jeremy Allison
2008-08-28
1
-1
/
+1
*
Add async smbecho client support
Volker Lendecke
2008-08-28
1
-4
/
+6
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
1
-2
/
+3
*
Fix a brown paper bag segfault in clitar
Volker Lendecke
2008-06-17
1
-1
/
+1
*
Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses
Jeremy Allison
2008-05-28
1
-1
/
+1
*
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
2008-05-05
1
-0
/
+5
*
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
2008-04-20
1
-2
/
+2
*
Add "desthost" to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-1
/
+1
*
Fix the problem when -L is used with IPv6 addresses. Don't try to
Jeremy Allison
2008-04-17
1
-0
/
+8
*
More ssize_t->SMB_OFF_T
Volker Lendecke
2008-03-28
1
-1
/
+1
*
Coverity fixes
Marc VanHeyningen
2008-03-17
1
-1
/
+4
*
Fix Coverity ID 563
Volker Lendecke
2008-03-15
1
-5
/
+1
*
Use rpccli_srvsvc_NetShareEnumAll in smbclient.
Günther Deschner
2008-03-10
1
-15
/
+21
*
Eliminate global variable in_client and a plethora of extern declarations.
Derrell Lipman
2008-03-06
1
-2
/
+1
*
Change default bufsize to 512k
Volker Lendecke
2008-03-06
1
-1
/
+1
*
Use io_bufsize as window size in smbclient get command
Volker Lendecke
2008-03-06
1
-1
/
+1
*
Add async cli_pull support
Volker Lendecke
2008-03-06
1
-29
/
+16
*
Fix bug #5247 "Wildcard expansion in mget is broken"
Jeremy Allison
2008-02-08
1
-71
/
+38
*
Convert receive_smb_raw to NTSTATUS
Volker Lendecke
2008-02-02
1
-3
/
+24
*
strtok -> strtok_r
Volker Lendecke
2008-01-23
1
-2
/
+3
*
Fix error message for new allinfo command.
Jeremy Allison
2008-01-18
1
-1
/
+1
*
Add the "allinfo" command to smbclient
Volker Lendecke
2008-01-18
1
-0
/
+88
*
Correct comment. Default debug level of smbclient is 1, not 0.
Karolin Seeger
2008-01-09
1
-1
/
+1
*
Use the common -e option not the custom one.
Jeremy Allison
2008-01-05
1
-1
/
+1
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-01-04
1
-2
/
+8
|
\
|
*
Fix idle client reading keepalive.
Jeremy Allison
2008-01-04
1
-1
/
+1
|
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-2
/
+8
*
|
We may use 127k read/write for encrypted connections.
Jeremy Allison
2007-12-30
1
-2
/
+2
|
/
*
Fix error message.
Jeremy Allison
2007-12-29
1
-1
/
+1
*
Added -e, --encrypt option to smbclient that immediately
Jeremy Allison
2007-12-29
1
-10
/
+35
*
Add the capability to set "smb encrypt = required"
Jeremy Allison
2007-12-27
1
-2
/
+15
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-0
/
+43
*
Remove next_token_nr_talloc and its associated global
Volker Lendecke
2007-12-21
1
-70
/
+69
*
Add smbclient support for basic mDNS browsing.
Rishi Srivatsavai
2007-12-17
1
-0
/
+7
*
Revert smbclient changes.
Karolin Seeger
2007-12-14
1
-5
/
+0
*
Make smbclient to display error message and usage in the case of invalid opti...
Karolin Seeger
2007-12-14
1
-0
/
+5
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-2
/
+2
*
Move load_case_tables() to after logging is set up. This can log
James Peach
2007-12-09
1
-1
/
+2
*
Fix C++ warnings
Volker Lendecke
2007-12-08
1
-1
/
+1
*
More null deref fixes.
Jeremy Allison
2007-12-07
1
-4
/
+4
*
More null deref fixes.
Jeremy Allison
2007-12-07
1
-1
/
+1
*
Don't deref null pointers.
Jeremy Allison
2007-12-07
1
-1
/
+1
*
Add popt to binaries in makefile. Hack clitar to compile until I fix it.
Jeremy Allison
2007-12-06
1
-7
/
+5
*
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
2007-12-06
1
-981
/
+1555
[next]