summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_setget.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-16libsmbclient: Add fgetxattrVolker Lendecke1-0/+12
2023-10-12libsmbclient: Add smbc_[gs]etOptionPosixExtensions()Volker Lendecke1-0/+14
2023-09-14s3:libsmb: Use lpcfg_set_cmdline()Pavel Kalugin1-3/+8
2023-07-13s3:libsmb: Fix code spellingAndreas Schneider1-1/+1
2019-10-30s3: libsmb: Added new API smbc_readdirplus2()Jeremy Allison1-0/+10
2018-09-11s3:libsmbclient: Fix a typoAndreas Schneider1-1/+1
2018-09-05s3:libsmbclient: Add function to set protocol levelsAndreas Schneider1-0/+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/+10
2018-01-21Added smbc_SetConfiguration which lets the user set the smb.conf for libsmbcl...Puran Chand1-0/+15
2017-12-10Added smbc_SetLogCallback which lets third party code to capture libsmbclient...Puran Chand1-0/+8
2017-10-27libsmbclient: Use const for the userAndreas Schneider1-1/+1
2015-07-10libsmb: Implement smbc_notifyVolker Lendecke1-0/+12
2015-05-29s3: libsmbclient: Add server-side copy supportRoss Lagerwall1-0/+12
2014-11-20s3:libsmb: fix some function header comments.Michael Adam1-3/+3
2014-04-02libsmb: Provide a talloc_stackframe() to external users of libsmb_setget.cAndrew Bartlett1-2/+15
2013-06-21Fix some blank line endingsVolker Lendecke1-3/+3
2013-06-11Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison1-0/+19
2012-06-12s3-libsmbclient: Add OptionUseNTHashVolker Lendecke1-0/+18
2010-11-02s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett1-1/+10
2010-11-02s3-libsmbclient Add comments to describe the behaviour of DEBUG()Andrew Bartlett1-2/+10
2010-11-02s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett1-1/+3
2010-01-24s3-libsmbclient: Add smbc_setOptionUseCCache()Volker Lendecke1-0/+18
2010-01-15Second part of bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX...Jeremy Allison1-3/+9
2010-01-15Fix bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX calls.Jeremy Allison1-3/+6
2009-11-21s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2009-02-12[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-0/+24
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/+14
2008-03-03Continued revamping of libsmbclient.Derrell Lipman1-0/+905