s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmit
[metze/samba/wip.git] / source3 / libsmb / clifile.c
2011-08-02 Stefan Metzmachers3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli...
2011-08-02 Stefan Metzmachers3:libsmb/clifile: make use of cli_set_timeout()
2011-08-02 Stefan Metzmachers3:libsmb/cli*: make use of cli_state_capabilities()
2011-07-29 Jeremy AllisonAdded missing return. Not strictly neccessary, the...
2011-07-29 Volker Lendeckes3: Add a fallback for missing open&x support in OS...
2011-07-20 Stefan Metzmachers3:libsmb: move cli->pid to cli->smb1.pid and hide...
2011-07-18 Björn Baumbachs3-libsmb: remove unused cli_lock()
2011-07-11 Björn Baumbachs3-libsmb: let cli_lock64 return NTSTATUS instead of...
2011-07-11 Björn Baumbachs3-libsmb: introduce cli_lock32()
2011-07-07 Stefan Metzmachers3:libsmb: use trans2_bytes_push_str() in cli_set_ea_path()
2011-07-07 Stefan Metzmachers3:libsmb: add trans2_bytes_push_bytes()
2011-07-07 Stefan Metzmachers3:libsmb: make trans2_bytes_push_str() non-static
2011-07-06 Stefan Metzmachers3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-upstream/tags/samba-4.0.0alpha16
2011-06-19 Volker Lendeckes3: Add incomplete cli_nttrans_create
2011-06-19 Volker Lendeckes3: Correctly align even
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-19 Volker Lendeckes3: Do central cli_set_error
2011-05-10 Volker Lendeckes3: Use tevent_req_ntstatus properly in a few places
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-06 Andrew Bartlettlibcli/smb Move cifs posix helper functions and headers...
2011-04-30 Jeremy AllisonAdd POSIX O_RDONLY test of a directory for bug #8112...
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-25 Andrew Tridgells3-libsmb: work our correct length for EA strings
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-15 Günther Deschners3-libsmb: only include rap client when needed.
2011-01-17 Volker Lendeckes3: Convert cli_lock64 to cli_smb
2011-01-17 Volker Lendeckes3: Convert cli_lock to use cli_locktype
2011-01-17 Volker Lendeckes3: Convert cli_locktype to cli_smb
2011-01-17 Volker Lendeckes3: Make passing up "result_parent" from cli_smb optional
2011-01-17 Volker Lendeckes3: Add cli_setpathinfo
2011-01-17 Volker Lendeckes3: Fix some nonempty blank lines
2010-11-30 Volker Lendeckes3: Add cli_shadow_copy_data
2010-11-11 Volker Lendeckes3: Well... Fix a stupid error
2010-11-11 Volker Lendeckes3: Make cli_set_ea_fnum return NTSTATUS
2010-11-11 Volker Lendeckes3: Make cli_set_ea_path return NTSTATUS
2010-11-11 Volker Lendeckes3: Remove two pointless variables
2010-11-11 Volker Lendeckes3: Convert cli_set_ea() to cli_trans()
2010-10-24 Volker Lendeckes3: Use cli_setpathinfo in cli_posix_unlink_internal
2010-10-24 Volker Lendeckes3: Avoid passing down a boolean to cli_posix_unlink_in...
2010-10-24 Volker Lendeckes3: Use cli_setpathinfo in cli_posix_chown_chmod_internal
2010-10-24 Volker Lendeckes3: Use cli_setpathinfo in cli_posix_link_internal
2010-10-24 Volker Lendeckes3: Use tevent_req_simple_recv_ntstatus where appropriate
2010-10-24 Volker Lendeckes3: Pass down a level instead of a flag to cli_posix_li...
2010-10-24 Volker Lendeckes3: Add async cli_setpathinfo
2010-10-24 Volker Lendeckes3: Initialize output vars in parse_ea_blob
2010-10-24 Volker Lendeckes3: Remove unused cli_get_ea_list_fnum
2010-10-24 Volker Lendeckes3: Add async cli_qfileinfo
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-build: only include async headers where needed.
2010-08-18 Volker Lendeckes3: async cli_list
2010-08-18 Volker Lendeckes3: Add cli_flush
2010-08-05 Volker Lendeckes3: Explicitly pass flags2 to clistr_pull_talloc
2010-08-05 Volker Lendeckes3: Remove some pointless wrapper functions
2010-08-05 Volker Lendeckes3: Save the received trans2 from the inbuf in cli_trans
2010-07-26 Volker Lendeckes3: Callers of cli_qpathinfo_recv might ignore the...
2010-07-26 Volker Lendeckes3: Fix a structure mess-up
2010-07-26 Volker Lendeckes3: Remove some unused struct members
2010-07-25 Volker Lendeckes3: Convert cli_get_ea_list_path to cli_qpathinfo_send
2010-07-25 Volker Lendeckes3: Factor out parse_ea_blob
2010-07-25 Volker Lendeckes3: Convert cli_posix_stat to cli_qpathinfo_send
2010-07-25 Volker Lendeckes3: Convert cli_posix_getfacl to cli_qpathinfo_send
2010-07-25 Volker Lendeckes3: Convert cli_posix_readlink to cli_qpathinfo_send
2010-07-25 Volker Lendeckes3: Add async cli_qpathinfo
2010-07-25 Volker Lendeckes3: Fix cli_posix_stat
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_message_start_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_dskattr_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_getatr_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_getattrE_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_open_done
2010-02-22 Volker Lendeckes3: Explicitly handle inbuf in cli_ntcreate_done
2010-02-22 Volker Lendeckes3: Add a talloc_move for the inbuf to cli_smb_recv
2010-02-20 Volker Lendeckes3: Convert cli_raw_ioctl to use cli_smb()
2009-11-17 Volker Lendeckes3: Fix the build on Solaris
2009-11-16 Stefan Metzmachers3:libsmb: avoid passing a function call as function...
2009-11-14 Volker Lendeckes3: Add min_setup, min_param and min_data to cli_trans_recv
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-13 Volker Lendeckes3:torture: Add a notify-bench test
2009-10-13 Volker Lendeckes3:libsmb: Add cli_notify
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-14 Jeremy AllisonFix bug 6726 - Filename length overwrites oplock reques...
2009-07-27 Volker LendeckeFix a valgrind error in cli_ctemp_done
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-15 Jeremy AllisonMake cli_unlock and cli_unlock64 async. Fix POSIX lock...
2009-07-14 Jeremy AllisonMake cli_posix_lock/unlock asynchronous.
2009-06-10 Jeremy AllisonMake ctemp async. Fix the test to pass against W2K3.
2009-06-05 Jeremy AllisonMake cli_ftruncate async. Also add a simple test.
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-29 Jeremy AllisonMake cli_nt_delete_on_close() async.
2009-05-28 Jeremy AllisonMake cli_posix_chown()/cli_posix_chmod() async.
2009-05-28 Jeremy AllisonMake cli_posix_stat() async.
next