libsmb: remove mode from struct file_info
[samba.git] / source3 / libsmb / libsmb_dir.c
2023-09-25 Volker Lendeckelibsmb: Remove a call to SMBC_errno()
2022-02-07 Volker Lendeckelibsmb: Convert SMBC_getatr() to NTSTATUS
2022-02-07 Volker Lendeckelibsmb: Avoid a call to SMBC_errno()
2022-02-07 Volker Lendeckelibsmb: Avoid two calls to SMBC_errno()
2022-02-07 Volker Lendeckelibsmb: Avoid a call to SMBC_errno()
2021-08-06 Volker Lendeckelibsmbclient: Avoid a call to SMBC_errno() in SMBC_noti...
2021-08-06 Volker Lendeckelibsmbclient: Avoid a call to SMBC_errno() in SMBC_chmo...
2021-06-15 Volker Lendeckelibsmbclient: Avoid a call to SMBC_errno() in SMBC_mkdi...
2021-05-28 Andreas Schneiders3:libsmb: Use cli_credentials to store traversal creds
2021-03-01 Björn Baumbachs3:libsmb: fix a typo in a comment
2021-01-13 Andreas Schneiders3:libsmb: Use cli_credentials directly
2021-01-13 Andreas Schneiders3:libsmb: Pass cli_credentials to get_ipc_connect_mast...
2020-11-26 Andreas Schneiders3:libsmb: Return early if dir is NULL
2020-11-04 Volker Lendeckelibsmb: Remove "mntpoint" argument from cli_list()...
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to cli_resolve_path...
2020-09-15 Jeremy Allisons3: libsmb: Convert the WINS and broadcast name functio...
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-08-04 Jeremy Allisons3: libsmb: Cleanup - put talloc parameter first in...
2020-06-04 Jeremy Allisons3: libsmb: Change cli_setatr() and async version to...
2020-06-04 Jeremy Allisons3: libsmb: SMBC_chmod_ctx(), rename mode -> attr when...
2020-06-04 Jeremy Allisons3: libsmb: In struct file_info rename mode -> attr.
2020-05-25 Volker Lendeckelibsmb: Move a variable declaration closer to its use
2020-05-25 Volker Lendeckelibsmb: Simplify callers of SMBC_dlist_contains()
2020-05-25 Volker Lendeckelibsmb: Align calls to SMBC_dlist_contains()
2020-05-05 Volker Lendeckelibsmb: Add a NULL check
2020-05-05 Volker Lendeckelibsmb: Align integer types in net_share_enum_rpc()
2020-04-08 Volker Lendeckelibsmb: Respect the full timeval for smbc_utimes()
2020-04-08 Volker Lendeckelibsmb: Pass "struct timespec" to SMBC_setatr()
2020-03-10 Volker Lendeckelibsmbclient: Put it back to a known, well-working...
2020-03-03 Volker Lendeckelibsmb: Use posix result in SMBC_readdirplus2_ctx
2020-02-25 Volker Lendeckelibsmb: Simplify callers of SMBC_dlist_contains()
2020-02-25 Volker Lendeckelibsmb: Align calls to SMBC_dlist_contains()
2020-02-25 Volker Lendeckelibsmb: Add a NULL check
2019-12-19 Andreas Schneiders3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()
2019-12-19 Andreas Schneiders3:libsmb: Generate the inode only based on the path...
2019-11-05 Jeremy Allisons3: libsmb: Ensure return from net_share_enum_rpc(...
2019-10-30 Jeremy Allisons3: libsmb: Added new API smbc_readdirplus2()
2019-10-30 Jeremy Allisons3: libsmb: Add missing ino field to internal struct...
2019-10-30 Jeremy Allisons3: libsmb: Ensure we don't call cli_RNetShareEnum...
2019-09-03 Jeremy Allisons3: libsmbclient: Fix smbc_lseekdir() to work with...
2019-09-03 Jeremy Allisons3: libsmbclient: Ensure SMBC_getdents_ctx() also updat...
2019-09-03 Jeremy Allisons3: libsmbclient: Ensure SMBC_readdirplus_ctx() also...
2019-09-03 Jeremy Allisons3: libsmbclient: Ensure SMBC_readdir_ctx() also update...
2018-09-05 Andreas Schneiders3:libsmbclient: Do not call cli_RNetShareEnum if SMB1...
2018-08-14 Jeremy Allisonlibsmb: Harden smbc_readdir_internal() against returns...
2018-05-04 Puran Chands3: libsmbclient: Add new function SMBC_readdirplus_ctx().
2018-05-04 Puran Chands3: libsmbclient: Add function add_dirplus() to fill...
2018-05-04 Puran Chands3: libsmbclient: Add readdirplus cleanup code on direc...
2018-04-10 Volker Lendeckelibsmb: Give namequery.c its own header
2017-08-18 Stefan Metzmachers3:libsmb: don't call cli_NetServerEnum() on SMB2/3...
2017-07-22 Thomas Jaroschs3: libsmb: Fix use-after-free when accessing pointer *p.
2017-03-28 Uri Simchonis3: libsmb: add replace support to cli_rename()
2016-10-25 David Disseldorplibsmb: fix leak in opendir error path
2016-10-21 Stefan Metzmachers3:libsmb: make use of proper allocated struct user_aut...
2016-09-27 Günther Deschnerwerror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAIL...
2015-07-21 Douglas BagnallUse uintptr_t for pointer int cast in SMBC_getdents_ctx()
2015-07-14 Andreas SchneiderCID 1311771: Fix a null pointer dereference
2015-07-10 Volker Lendeckelibsmb: Implement smbc_notify
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/libsmb.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-06-11 Jeremy AllisonAdd the port argument to SMBC_server().
2013-06-11 Jeremy AllisonAdd the ability to parse out the port to SMBC_parse_path().
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_remote_name
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-02-01 Andreas Schneiders3-lib: Fix util_cmdline which doesn't use popt.
2011-07-22 Stefan Metzmachers3:libsmb/libsmb_dir: make use of cli_state_remote_name()
2011-07-06 Volker Lendeckes3: make cli_resolve_path return NTSTATUS
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2325, RESOURCE_LEAK
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-04-30 Volker Lendeckes3: Make name_resolve_bcast return sockaddr_storage
2011-04-30 Volker Lendeckes3: Remove ip_sevice from get_ipc_connect_master_ip
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
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-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-03-24 Volker Lendeckes3: Fix some errno assignments in SMBC_opendir_ctx
2011-03-24 Volker Lendeckes3: Fix Coverity ID 2325: RESOURCE_LEAK
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-01-13 Günther Deschners3-libsmbclient: prefer dcerpc_srvsvc_X functions.
2010-10-29 Jeremy AllisonFix bug #7700 - Improvement of return code of smbclient
2010-10-27 Jeremy AllisonFix for bug 7755 - SMBC_getdents_ctx() ignores struct...
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-08-04 Volker Lendeckes3: Convert cli_list() to return NTSTATUS
2010-07-27 Volker Lendeckes3: Remove a typedef (struct file_info)
2010-01-16 Volker Lendeckes3: Fix a crash in libsmbclient used against the OpenSo...
2009-11-26 Günther Deschners3-rpc: Avoid including every pipe's client and server...
2009-11-12 Jeremy AllisonEnsure all callers to the rpc_client/cli_pipe functions...
2009-11-09 Jeremy AllisonFix bug 6880 - cannot list workgroup servers
2009-09-28 Jeremy AllisonSecond part of fix for bug #6235 - domain enumeration...
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2009-05-06 Jeremy AllisonMake cli_setatr async.
2009-04-30 Jeremy AllisonMake cli_unlink async.
2009-04-28 Jeremy AllisonConvert cli_rename to async.
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Jeremy AllisonMake rmdir async.
next