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
/
clifile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Add cli_shadow_copy_data
Volker Lendecke
2010-11-30
1
-0
/
+149
*
s3: Well... Fix a stupid error
Volker Lendecke
2010-11-11
1
-1
/
+1
*
s3: Make cli_set_ea_fnum return NTSTATUS
Volker Lendecke
2010-11-11
1
-5
/
+5
*
s3: Make cli_set_ea_path return NTSTATUS
Volker Lendecke
2010-11-11
1
-3
/
+5
*
s3: Remove two pointless variables
Volker Lendecke
2010-11-11
1
-5
/
+4
*
s3: Convert cli_set_ea() to cli_trans()
Volker Lendecke
2010-11-11
1
-40
/
+35
*
s3: Use cli_setpathinfo in cli_posix_unlink_internal
Volker Lendecke
2010-10-24
1
-47
/
+15
*
s3: Avoid passing down a boolean to cli_posix_unlink_internal_send
Volker Lendecke
2010-10-24
1
-5
/
+7
*
s3: Use cli_setpathinfo in cli_posix_chown_chmod_internal
Volker Lendecke
2010-10-24
1
-54
/
+16
*
s3: Use cli_setpathinfo in cli_posix_link_internal
Volker Lendecke
2010-10-24
1
-49
/
+16
*
s3: Use tevent_req_simple_recv_ntstatus where appropriate
Volker Lendecke
2010-10-24
1
-66
/
+11
*
s3: Pass down a level instead of a flag to cli_posix_link_internal
Volker Lendecke
2010-10-24
1
-7
/
+7
*
s3: Add async cli_setpathinfo
Volker Lendecke
2010-10-24
1
-0
/
+78
*
s3: Initialize output vars in parse_ea_blob
Volker Lendecke
2010-10-24
1
-0
/
+2
*
s3: Remove unused cli_get_ea_list_fnum
Volker Lendecke
2010-10-24
1
-62
/
+0
*
s3: Add async cli_qfileinfo
Volker Lendecke
2010-10-24
1
-0
/
+133
*
s3-build: only include async headers where needed.
Günther Deschner
2010-09-20
1
-0
/
+1
*
s3: async cli_list
Volker Lendecke
2010-08-18
1
-0
/
+20
*
s3: Add cli_flush
Volker Lendecke
2010-08-18
1
-0
/
+83
*
s3: Explicitly pass flags2 to clistr_pull_talloc
Volker Lendecke
2010-08-05
1
-3
/
+4
*
s3: Remove some pointless wrapper functions
Volker Lendecke
2010-08-05
1
-4
/
+7
*
s3: Save the received trans2 from the inbuf in cli_trans
Volker Lendecke
2010-08-05
1
-10
/
+11
*
s3: Callers of cli_qpathinfo_recv might ignore the output
Volker Lendecke
2010-07-26
1
-2
/
+8
*
s3: Fix a structure mess-up
Volker Lendecke
2010-07-26
1
-1
/
+1
*
s3: Remove some unused struct members
Volker Lendecke
2010-07-26
1
-6
/
+0
*
s3: Convert cli_get_ea_list_path to cli_qpathinfo_send
Volker Lendecke
2010-07-25
1
-20
/
+94
*
s3: Factor out parse_ea_blob
Volker Lendecke
2010-07-25
1
-25
/
+41
*
s3: Convert cli_posix_stat to cli_qpathinfo_send
Volker Lendecke
2010-07-25
1
-57
/
+20
*
s3: Convert cli_posix_getfacl to cli_qpathinfo_send
Volker Lendecke
2010-07-25
1
-53
/
+21
*
s3: Convert cli_posix_readlink to cli_qpathinfo_send
Volker Lendecke
2010-07-25
1
-67
/
+33
*
s3: Add async cli_qpathinfo
Volker Lendecke
2010-07-25
1
-0
/
+135
*
s3: Fix cli_posix_stat
Volker Lendecke
2010-07-25
1
-4
/
+4
*
s3: Explicitly handle inbuf in cli_message_start_done
Volker Lendecke
2010-02-22
1
-4
/
+3
*
s3: Explicitly handle inbuf in cli_dskattr_done
Volker Lendecke
2010-02-22
1
-2
/
+4
*
s3: Explicitly handle inbuf in cli_getatr_done
Volker Lendecke
2010-02-22
1
-2
/
+4
*
s3: Explicitly handle inbuf in cli_getattrE_done
Volker Lendecke
2010-02-22
1
-2
/
+4
*
s3: Explicitly handle inbuf in cli_open_done
Volker Lendecke
2010-02-22
1
-2
/
+4
*
s3: Explicitly handle inbuf in cli_ntcreate_done
Volker Lendecke
2010-02-22
1
-2
/
+3
*
s3: Add a talloc_move for the inbuf to cli_smb_recv
Volker Lendecke
2010-02-22
1
-17
/
+19
*
s3: Convert cli_raw_ioctl to use cli_smb()
Volker Lendecke
2010-02-20
1
-18
/
+10
*
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
[next]