s3-libsmb: only include rap client when needed.
[samba.git] / source3 / libsmb / clifile.c
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.
2009-05-28 Jeremy AllisonMake getfacl async.
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Jeremy AllisonAdd cli_posix_readlink() and a torture test for it.
2009-05-28 Jeremy AllisonAdd aync POSIX hardlink and symlink and torture test...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-21 Jeremy AllisonMake cli_posix_open() and cli_posix_mkdir() async.
2009-05-13 Bo Yangs3: return proper error code in cli_smb_req_send
2009-05-12 Jeremy AllisonClean up assignments to iov_base, ensure it's always...
2009-05-09 Stefan Metzmachers3:libsmb: fix layering of cli_ntrename_internal and...
2009-05-07 Jeremy AllisonAsync API needs all parameters to be kept around until...
2009-05-06 Jeremy AllisonMake cli_setatr async.
2009-05-06 Jeremy AllisonMake cli_setattrE async.
2009-05-06 Jeremy AllisonMake cli_getatr() async.
2009-05-05 Jeremy AllisonMake cli_getattrE async.
2009-05-04 Jeremy AllisonFix the async calls for the posix_unlink and posix_rmdir.
2009-04-30 Jeremy AllisonCause cli_close to return an NTSTATUS.
2009-04-30 Jeremy AllisonGet medieval on our ass about SMB1 file descriptors...
2009-04-30 Jeremy AllisonMake cli_unlink async.
2009-04-29 Jeremy AllisonMore async calls in libsmb/clifile.c
2009-04-28 Jeremy AllisonDoh ! Don't need "int dummy" when we have state :-).
2009-04-28 Jeremy AllisonConvert cli_rename to async.
2009-04-28 Jeremy AllisonConvert cli_posix_unlink() and cli_posix_rmdir()
2009-04-24 Jeremy Allisonfind/replace. Change uintX types to uintX_t types to...
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-22 Jeremy AllisonMake dskattr async.
2009-04-22 Jeremy AllisonMake cli_chkpath async.
2009-04-21 Stefan Metzmachers3:libsmb: always use the tevent_req_nomem() for checki...
2009-04-21 Jeremy AllisonMake rmdir async.
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Jeremy AllisonMake cli_mkdir async. Change it to return NTSTATUS.
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-06 Volker LendeckeConvert cli_open to tevent_req
next