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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Memory leaks and other fixes found by Coverity
todd stecher
2009-01-21
1
-5
/
+5
*
Add a macro async_req_setup()
Volker Lendecke
2009-01-18
1
-25
/
+9
*
Determine case sensitivity based on file system attributes.
Derrell Lipman
2009-01-17
3
-11
/
+78
*
[Bug 6022] smbc_urlencode and smbc_urldecode were not exported
Derrell Lipman
2009-01-16
2
-5
/
+5
*
Treat file names in POSIX-like case-sensitive fashion by default
Derrell Lipman
2009-01-16
3
-0
/
+22
*
Fix a segfault if ? is there but the options are NULL. This is the case if SM...
Andreas Schneider
2009-01-16
1
-1
/
+1
*
s3: put netsamlogon_cache.tdb into cache_dir instead of lock_dir
Michael Adam
2009-01-16
1
-1
/
+1
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
2
-2
/
+2
*
Remove smbclient globals that bled into clidfs.c. Now we only have
Jeremy Allison
2009-01-14
3
-35
/
+30
*
Remove another global from clidfs that is only used in client.c.
Jeremy Allison
2009-01-14
1
-11
/
+16
*
s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp cases
Stefan Metzmacher
2009-01-12
1
-16
/
+35
*
Move cli_api_pipe() to its only user cli_pipe.c
Volker Lendecke
2009-01-11
1
-23
/
+0
*
Fix bug #6021 - smbclient du command does not recuse properly
Jeremy Allison
2009-01-08
1
-1
/
+2
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-01-04
5
-54
/
+118
|
\
|
*
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
|
*
struct async_req doesn't really need to carry an event_context
Volker Lendecke
2009-01-03
2
-6
/
+6
|
*
Remove cli_cm_set_dest_ss() - removes the global dest_ss
Jeremy Allison
2009-01-02
1
-15
/
+5
|
*
Remove a global variable
Volker Lendecke
2009-01-01
1
-13
/
+20
|
*
fix some nonempty blank lines
Volker Lendecke
2009-01-01
1
-5
/
+5
*
|
Add iconv_convenience argument to size functions.
Jelmer Vernooij
2009-01-01
1
-2
/
+2
|
/
*
Fix more asprintf and "ignoring return code" warnings from gcc 4.3.
Jeremy Allison
2008-12-31
1
-26
/
+52
*
Make a CONST_DISCARD unnecessary by applying some const
Volker Lendecke
2008-12-31
1
-3
/
+2
*
Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writev
Volker Lendecke
2008-12-29
1
-27
/
+13
*
Add async cli_write_andx and cli_pull
Volker Lendecke
2008-12-19
1
-0
/
+406
*
Fix setting smb_len for huge write&x calls
Volker Lendecke
2008-12-19
1
-1
/
+14
*
Add the cli_wct_ofs routine to calculate the offset for write&x
Volker Lendecke
2008-12-19
1
-0
/
+31
*
Add a doxygen comment line I forgot to merge
Volker Lendecke
2008-12-19
1
-0
/
+1
*
Convert cli_request->outbuf to uint8_t
Volker Lendecke
2008-12-19
1
-13
/
+15
*
For large smbwrite&x, we need more than 64k bcc
Volker Lendecke
2008-12-19
1
-4
/
+4
*
Add some comments
Volker Lendecke
2008-12-19
1
-0
/
+22
*
Fix the padding calculation in smb_splice_chain for "bytes_padding!=0"
Volker Lendecke
2008-12-19
1
-1
/
+1
*
Pass "bytes_alignment" up through cli_request_send
Volker Lendecke
2008-12-19
6
-10
/
+13
*
Prefer network writes over reads
Volker Lendecke
2008-12-19
1
-32
/
+33
*
Factor out cli_write_max_bufsize
Volker Lendecke
2008-12-19
1
-25
/
+36
*
Remove two write-only variables
Volker Lendecke
2008-12-19
1
-8
/
+0
*
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
4
-21
/
+29
*
cli_negprot_send -> cli_negprot_sendsync
Volker Lendecke
2008-12-19
1
-1
/
+1
*
Fix a valgrind error
Volker Lendecke
2008-12-17
1
-1
/
+2
*
(Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...
Kai Blin
2008-12-16
1
-4
/
+5
*
Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...
Jeremy Allison
2008-12-16
1
-24
/
+683
*
Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...
Kai Blin
2008-12-16
1
-683
/
+24
*
commit b520befe6f51644d20434add9864d7a2fa30aa2e
SATOH Fumiyasu
2008-12-16
1
-6
/
+4
*
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
2008-12-14
2
-12
/
+19
*
Remove a pointless static variable
Volker Lendecke
2008-12-13
1
-7
/
+7
*
Remove a static variable
Volker Lendecke
2008-12-13
1
-6
/
+5
*
Micro-Optimize cliconnect.c
Volker Lendecke
2008-12-13
1
-22
/
+27
*
s3:dsgetdcname: retry with the clients site
Stefan Metzmacher
2008-12-13
1
-6
/
+43
[prev]
[next]