summaryrefslogtreecommitdiff
path: root/source3/libsmb/clisymlink.c
Commit message (Expand)AuthorAgeFilesLines
* libsmb: Make readlink issue posix_readlinkVolker Lendecke2022-12-051-0/+47
* smbd: Pass unparsed_path_length to symlink_reparse_buffer_marshall()Volker Lendecke2022-11-221-1/+1
* libsmb: Convert cli_symlink to cli_fsctlVolker Lendecke2022-10-031-35/+11
* libsmb: Convert cli_readlink() to cli_fsctl_send/recvVolker Lendecke2022-10-031-36/+15
* libsmb: Correctly return ioctl error from cli_readlink()Volker Lendecke2022-08-261-0/+5
* libsmb: move reparse_symlink to libcli/smb/Volker Lendecke2021-11-111-1/+1
* libsmb: Introduce "struct symlink_reparse_struct"Volker Lendecke2021-11-111-11/+11
* libsmb: Give reparse_symlink.c its own headerVolker Lendecke2021-11-111-0/+1
* 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