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
/
clifile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Fix the build on Solaris
Volker Lendecke
2009-11-17
1
-6
/
+6
*
s3:libsmb: avoid passing a function call as function parameter
Stefan Metzmacher
2009-11-16
1
-18
/
+18
*
s3: Add min_setup, min_param and min_data to cli_trans_recv
Volker Lendecke
2009-11-14
1
-85
/
+28
*
s3:torture: Add a notify-bench test
Volker Lendecke
2009-10-13
1
-0
/
+4
*
s3:libsmb: Add cli_notify
Volker Lendecke
2009-10-13
1
-0
/
+140
*
Fix bug 6726 - Filename length overwrites oplock request field in cli_nt_crea...
Jeremy Allison
2009-09-14
1
-1
/
+1
*
Fix a valgrind error in cli_ctemp_done
Volker Lendecke
2009-07-27
1
-1
/
+3
*
Make cli_unlock and cli_unlock64 async. Fix POSIX lock test.
Jeremy Allison
2009-07-15
1
-64
/
+206
*
Make cli_posix_lock/unlock asynchronous.
Jeremy Allison
2009-07-13
1
-58
/
+215
*
Make ctemp async. Fix the test to pass against W2K3.
Jeremy Allison
2009-06-10
1
-36
/
+135
*
Make cli_ftruncate async. Also add a simple test.
Jeremy Allison
2009-06-05
1
-72
/
+116
*
Make cli_nt_delete_on_close() async.
Jeremy Allison
2009-05-29
1
-0
/
+130
*
Make cli_posix_chown()/cli_posix_chmod() async.
Jeremy Allison
2009-05-28
1
-47
/
+213
*
Make cli_posix_stat() async.
Jeremy Allison
2009-05-28
1
-52
/
+143
*
Make getfacl async.
Jeremy Allison
2009-05-28
1
-40
/
+130
*
Add cli_posix_readlink() and a torture test for it.
Jeremy Allison
2009-05-27
1
-1
/
+183
*
Add aync POSIX hardlink and symlink and torture test for them.
Jeremy Allison
2009-05-27
1
-151
/
+300
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-14
/
+14
*
Make cli_posix_open() and cli_posix_mkdir() async.
Jeremy Allison
2009-05-20
1
-56
/
+217
*
s3: return proper error code in cli_smb_req_send
Bo Yang
2009-05-13
1
-4
/
+16
*
Clean up assignments to iov_base, ensure it's always cast to void *. This sho...
Jeremy Allison
2009-05-12
1
-1
/
+1
*
s3:libsmb: fix layering of cli_ntrename_internal and its callers
Stefan Metzmacher
2009-05-09
1
-29
/
+35
*
Async API needs all parameters to be kept around until sent,
Jeremy Allison
2009-05-07
1
-55
/
+15
*
Make cli_setatr async.
Jeremy Allison
2009-05-06
1
-0
/
+127
*
Make cli_setattrE async.
Jeremy Allison
2009-05-06
1
-24
/
+96
*
Make cli_getatr() async.
Jeremy Allison
2009-05-05
1
-26
/
+125
*
Make cli_getattrE async.
Jeremy Allison
2009-05-05
1
-28
/
+128
*
Fix the async calls for the posix_unlink and posix_rmdir.
Jeremy Allison
2009-05-04
1
-13
/
+49
*
Cause cli_close to return an NTSTATUS.
Jeremy Allison
2009-04-30
1
-80
/
+3
*
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
2009-04-30
1
-29
/
+34
*
Make cli_unlink async.
Jeremy Allison
2009-04-29
1
-26
/
+91
*
More async calls in libsmb/clifile.c
Jeremy Allison
2009-04-29
1
-50
/
+170
*
Doh ! Don't need "int dummy" when we have state :-).
Jeremy Allison
2009-04-28
1
-1
/
+0
*
Convert cli_rename to async.
Jeremy Allison
2009-04-28
1
-23
/
+106
*
Convert cli_posix_unlink() and cli_posix_rmdir()
Jeremy Allison
2009-04-28
1
-63
/
+190
*
find/replace. Change uintX types to uintX_t types to tidy up the code.
Jeremy Allison
2009-04-24
1
-38
/
+38
*
Make dskattr async.
Jeremy Allison
2009-04-22
1
-38
/
+102
*
Make cli_chkpath async.
Jeremy Allison
2009-04-22
1
-0
/
+121
*
s3:libsmb: always use the tevent_req_nomem() for checking allocation failures
Stefan Metzmacher
2009-04-21
1
-6
/
+6
*
Make rmdir async.
Jeremy Allison
2009-04-21
1
-57
/
+91
*
Make cli_mkdir async. Change it to return NTSTATUS.
Jeremy Allison
2009-04-21
1
-0
/
+110
*
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
2009-04-14
1
-4
/
+4
*
Convert cli_open to tevent_req
Volker Lendecke
2009-04-06
1
-46
/
+102
*
Convert cli_close to tevent_req
Volker Lendecke
2009-04-06
1
-20
/
+66
*
Convert cli_ntcreate to tevent_req
Volker Lendecke
2009-04-06
1
-38
/
+68
*
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
2009-02-01
1
-3
/
+3
*
Add async cli_ntcreate
Volker Lendecke
2009-01-30
1
-0
/
+132
*
Add the strlen to push to smb_bytes_push_str, return the converted size
Volker Lendecke
2009-01-29
1
-8
/
+11
*
Decouple clistr_pull from struct cli_state->inbuf
Volker Lendecke
2009-01-26
1
-1
/
+1
*
Fix an error path memleak
Volker Lendecke
2009-01-25
1
-0
/
+1
[next]