summaryrefslogtreecommitdiff
path: root/source3/libsmb/clisymlink.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: pass impersonation_level to cli_ntcreate_send()Stefan Metzmacher2018-12-131-2/+4
* s3: libsmb: Plumb in the new SMB2 get reparse point calls into the cli_readli...Jeremy Allison2017-12-061-10/+31
* s3: libsmb: Plumb in the new SMB2 reparse point calls into the cli_symlink_cr...Jeremy Allison2017-12-061-15/+30
* s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse po...Jeremy Allison2017-11-301-7/+7
* s3: libsmb: Add uint16_t addtional_flags2 to cli_trans_send().Jeremy Allison2016-08-191-2/+2
* s3: client : Add extra return parameter to all client open calls.Jeremy Allison2014-05-091-2/+2
* s3:libsmb: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-2/+2
* s3:libsmb: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-2/+2
* s3:libsmb: get rid of cli_has_async_callsLuk Claes2012-05-281-2/+3
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-4/+3
* s3: Remove duplicate fsctl function definitionsDavid Disseldorp2011-10-191-1/+0
* s3: Add cli_readlinkVolker Lendecke2011-07-031-0/+175
* s3: Add cli_symlinkVolker Lendecke2011-06-241-0/+228