summaryrefslogtreecommitdiff
path: root/source3/include/libsmb_internal.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-06s3:libsmb: Add a talloc context to the internal data structureAndreas Schneider1-0/+2
2025-06-16libsmbclient: Add fgetxattrVolker Lendecke1-0/+8
2024-04-30libsmb: Remove unused setup_stat_from_stat_ex()Volker Lendecke1-3/+0
2023-10-12libsmbclient: Add smbc_[gs]etOptionPosixExtensions()Volker Lendecke1-0/+8
2023-09-25libsmb: Remove two #defines just used onceVolker Lendecke1-2/+0
2023-09-25libsmb: Remove SMBC_errno()Volker Lendecke1-5/+0
2023-09-14s3:libsmb: Use lpcfg_set_cmdline()Pavel Kalugin1-1/+3
2022-02-07libsmb: Convert SMBC_getatr() to NTSTATUSVolker Lendecke1-1/+1
2021-05-28s3:libsmb: Use cli_credentials to store traversal credsAndreas Schneider1-3/+2
2020-10-21libsmb: Use "struct" in self-referencesVolker Lendecke1-2/+2
2020-05-28libsmb: Remove the CREATE_ACCESS_READ #defineVolker Lendecke1-2/+0
2020-05-25libsmb: Make SMBC_dlist_contains return boolVolker Lendecke1-2/+1
2020-04-08libsmb: Pass "struct timespec" to SMBC_setatr()Volker Lendecke1-4/+4
2020-04-08libsmb: Remove a typedefVolker Lendecke1-2/+2
2020-03-20libsmb: Don't try to find posix stat info in SMBC_getatr()Volker Lendecke1-1/+0
2020-03-10libsmbclient: Put it back to a known, well-working stateVolker Lendecke1-2/+2
2020-03-03libsmb: Use posix result in SMBC_readdirplus2_ctxVolker Lendecke1-0/+1
2020-02-25libsmb: Make SMBC_dlist_contains return boolVolker Lendecke1-2/+1
2019-12-19s3:libsmb: Add a setup_stat_from_stat_ex() functionAndreas Schneider1-0/+3
2019-12-19s3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()Andreas Schneider1-7/+1
2019-12-19s3:libsmb: Add try_posixinfo to SMBSRV struct. Only enable for SMB1 with UNIX...Andreas Schneider1-0/+1
2019-10-30s3: libsmb: Added new API smbc_readdirplus2()Jeremy Allison1-0/+5
2019-10-30s3: libsmb: Add missing ino field to internal struct smbc_dirplus_list.Jeremy Allison1-0/+1
2019-10-30s3: libsmb: Move setting all struct stat fields into setup_stat().Jeremy Allison1-1/+5
2019-10-30s3: libsmb: Move setting st->st_ino into setup_stat.Jeremy Allison1-1/+2
2019-10-30s3: libsmb: Change generate_inode()/setup_stat() to modern coding standards.Jeremy Allison1-0/+5
2018-05-05s3: libsmbclient: Add new function SMBC_readdirplus_ctx().Puran Chand1-0/+4
2018-05-05s3: libsmbclient: Add internal/external structures needed for readdirplus.Puran Chand1-0/+5
2015-07-10libsmb: Implement smbc_notifyVolker Lendecke1-0/+7
2015-06-05s3: libsmbclient: Re-resolving targetcli on every read/write/lseek/ftruncate/...Jeremy Allison1-0/+5
2015-05-29s3: libsmbclient: Add server-side copy supportRoss Lagerwall1-2/+9
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe1-2/+2
2015-03-20s3: lib: libsmbclient: If reusing a server struct, check every cli->timout mi...Jeremy Allison1-0/+1
2013-10-30s3:libsmb: SMBC_getatr use pathinfo3 for second tryGregor Beck1-0/+1
2013-06-21Fix some blank line endingsVolker Lendecke1-16/+15
2013-06-11Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison1-0/+1
2013-06-11Add the port argument to SMBC_server().Jeremy Allison1-0/+1
2013-06-11Add port argument to SMBC_attr_server(). Does nothing as yet.Jeremy Allison1-0/+1
2013-06-11Add the ability to parse out the port to SMBC_parse_path().Jeremy Allison1-0/+1
2012-06-12s3-libsmbclient: Add OptionUseNTHashVolker Lendecke1-0/+4
2012-06-12s3-libsmbclient: Make SMBC_call_auth_fn staticVolker Lendecke1-9/+0
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-3/+3
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-1/+1
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2010-11-02s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett1-5/+0
2009-03-18s3: remove POLICY_HND.Günther Deschner1-1/+1
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-0/+6
2009-02-14[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-2/+2
2009-02-13s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty1-2/+2
2009-02-12[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-0/+14