summaryrefslogtreecommitdiff
path: root/source3/include/libsmbclient.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-09s3:include: Fix the smbc_fgetxattr() documentation in libsmbclientAndreas Schneider1-1/+27
2025-06-16libsmbclient: Add fgetxattrVolker Lendecke1-0/+8
2024-11-06s3:headers: s/the the\b/the/ in commentsDouglas Bagnall1-2/+2
2023-10-12libsmbclient: Add smbc_[gs]etOptionPosixExtensions()Volker Lendecke1-0/+6
2023-07-05s3:include: Fix code spellingAndreas Schneider1-10/+10
2023-04-20s3:libsmb: Also deprecate smbc_init()Andreas Schneider1-14/+3
2023-04-20s3:libsmb: Mark smbc_set_credentials() as deprecatedAndreas Schneider1-22/+17
2023-04-09libsmb: fix regression on smbc_getxattr and fix docRemi Collet1-1/+1
2022-08-26libsmbclient: Fix a typoVolker Lendecke1-1/+1
2020-08-19s3:libsmb: Use cli_credentials_set_smb_encryption()Andreas Schneider1-0/+1
2020-03-23s3: libsmbclient.h: add missing time.h includeAurelien Aptel1-0/+1
2019-12-02s3: smbclient doc fixPuran Chand1-2/+2
2019-10-30s3: libsmb: Added new API smbc_readdirplus2()Jeremy Allison1-0/+26
2019-01-10Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig1-2/+2
2018-09-05s3:libsmbclient: Add function to set protocol levelsAndreas Schneider1-1/+18
2018-05-17s3:libsmbclient: Use const for setting and getting stringsAndreas Schneider1-5/+5
2018-05-05s3: libsmbclient: Add new function SMBC_readdirplus_ctx().Puran Chand1-0/+20
2018-05-05s3: libsmbclient: Add internal/external structures needed for readdirplus.Puran Chand1-0/+49
2018-01-21Added smbc_SetConfiguration which lets the user set the smb.conf for libsmbcl...Puran Chand1-0/+4
2017-12-10Added smbc_SetLogCallback which lets third party code to capture libsmbclient...Puran Chand1-0/+13
2017-10-27libsmbclient: Use const for the userAndreas Schneider1-1/+1
2015-07-10libsmb: Implement smbc_notifyVolker Lendecke1-0/+65
2015-05-29s3: libsmbclient: Add server-side copy supportRoss Lagerwall1-0/+9
2013-06-21Fix some blank line endingsVolker Lendecke1-167/+167
2013-06-14libsmbclient: Fix typosVolker Lendecke1-4/+4
2013-06-11Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison1-0/+14
2012-06-12s3-libsmbclient: Add OptionUseNTHashVolker Lendecke1-0/+8
2011-03-09libsmbclient: Fix a typoVolker Lendecke1-1/+1
2010-04-11[Bug 7345] Incomplete description of function return values in libsmbclient.hDerrell Lipman1-8/+14
2010-01-24s3-libsmbclient: Add smbc_setOptionUseCCache()Volker Lendecke1-0/+11
2009-05-11Correct typos; semicolons instead of commasDerrell Lipman1-7/+7
2009-05-10Provide a libsmbclient interface for programs requiring threadsDerrell Lipman1-0/+109
2009-02-23Make char* parameters constDerrell Lipman1-4/+4
2009-02-20Change smbc_set_credentials_with_fallback() (unreleased) to useJeremy Allison1-3/+3
2009-02-20Make libsmbclient work with DFSBo Yang1-0/+12
2009-02-14enums are traditionally signed. Avoid use of high bit in bit flags.Derrell Lipman1-3/+3
2009-02-14[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-20/+5
2009-02-13s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty1-5/+20
2009-02-12[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-0/+75
2009-01-17Determine case sensitivity based on file system attributes.Derrell Lipman1-2/+14
2009-01-16Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman1-0/+9
2008-07-16The buf in the smbclient write function should be const.Andreas Schneider1-2/+2
2008-07-16Fix typos.Derrell Lipman1-1/+1
2008-07-08[BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman1-0/+27
2008-06-23Add documentation for kerberos support in libsmbclient.Andreas Schneider1-0/+10
2008-06-18Remove prototype of unimplemented smbc_chown() function.Derrell Lipman1-26/+0
2008-03-03use constant name less likely to cause conflictDerrell Lipman1-50/+50
2008-03-03Missed a few 'deprecated' markersDerrell Lipman1-2/+2
2008-03-03Continued revamping of libsmbclient.Derrell Lipman1-126/+121
2008-03-02fixed missing white spaceDerrell Lipman1-0/+1