We can not access cb_data when status is CANCELLED
[libsmb2.git] / examples /
2020-02-18 Ronnie SahlbergMerge pull request #130 from amandeepgautam/master
2020-02-11 Ronnie SahlbergAdd callbacks to notify application of fd or event...
2019-10-17 Ronnie SahlbergMerge pull request #105 from ePirat/remove-popt-dep
2019-10-17 Marvin ScholzRemove unused popt dependency for examples
2019-09-24 Ronnie Sahlbergmake it possible to use alternative username for the...
2019-08-06 Ronnie SahlbergMerge pull request #95 from apuder/master
2019-07-15 Ronnie Sahlbergimprove error messages for readlink failures
2019-07-15 Ronnie Sahlbergadd smb2_readlink example
2019-07-15 Ronnie Sahlbergfix NULL deref in readlink_cb_3
2019-07-14 Ronnie SahlbergAdd support for readlink()
2019-05-15 Ronnie SahlbergMerge pull request #88 from slevengood/master
2019-05-15 Ronnie SahlbergMerge pull request #87 from mwyoungpa/port-syntax
2019-05-13 mwyoung libsmb2... Document that server specifications can carry a port...
2019-05-08 Ronnie SahlbergMerge pull request #80 from tguillem/eacces
2019-05-08 Ronnie SahlbergMerge pull request #83 from amosavian/master
2019-05-03 Amir AbbasAdding creation time to smb_stat
2019-01-22 Ronnie SahlbergMerge pull request #73 from AkiraNorthstar/master
2018-10-01 Ronnie SahlbergAdd example progam using smb2_pwrite_async()
2018-06-26 Ronnie SahlbergMerge pull request #55 from amosavian/master
2018-06-26 Ronnie SahlbergWe don't need to pass a server argument to smb2_share_e...
2018-06-23 Ronnie SahlbergAdd a simple DCERPC runtime and implement smb2_share_en...
2018-05-22 Ronnie Sahlbergadd statvfs() support
2018-03-13 Ronnie SahlbergCredits/MessageId fix for multi credit requests
2018-03-13 Ronnie Sahlbergsmb2-cat-async: Try to read 100k at a time instead...
2018-01-11 Ronnie SahlbergFS Info: Add FileFsControlInfo
2018-01-11 Ronnie SahlbergFS Info: add FileFsDeviceInfo infolevel
2018-01-11 Ronnie Sahlbergquery_info: add initial support for query_info(SMB2_0_I...
2017-12-06 Ronnie SahlbergMake it possible to authenticate as a different user
2017-10-29 Ronnie SahlbergAdd support for KRB5 authentication and updates of...
2017-10-06 Ronnie SahlbergAdd ftruncate
2017-10-05 Ronnie SahlbergAdd SET_INFO support and smb2_truncate[_async]
2017-10-04 Ronnie SahlbergMerge pull request #15 from lrusak/cmake
2017-10-03 Lukas Rusakadd cmake build system support
2017-04-27 Ronnie SahlbergConvert a lot of buffer pointers from char * to uint8_t *
2017-04-26 Ronnie SahlbergFix examples. Dont invoke callback on error during...
2017-04-25 Ronnie SahlbergAdd support to authenticate as a different NTLM user.
2017-04-13 Ronnie SahlbergAdd decoding of Security Descriptors
2017-04-12 Ronnie SahlbergFix bug in unmarshalling of file-standard->is_directory
2017-04-12 Ronnie SahlbergAdd example of compound pdus and how to access the...
2017-01-30 Ronnie SahlbergAdd SMB3 to the negotiation. Add a proper disconnect...
2017-01-25 Ronnie SahlbergAdd write() and pwrite() support
2017-01-25 Ronnie SahlbergAdd smb2_stat_64 part of the dirent structure since...
2017-01-25 Ronnie SahlbergAdd stat() support
2017-01-23 Ronnie SahlbergAdd unlink() and rmdir()
2017-01-23 Ronnie SahlbergAdd support for open() pread() and close()
2017-01-22 Ronnie SahlbergStart adding a SYNC wrapper to the high-level API
2017-01-22 Ronnie SahlbergRename the smb2-ls example to smb2-ls-async
2017-01-21 Ronnie SahlbergStart adding proper nt status/error handling
2017-01-21 Ronnie SahlbergDisconnect cleanly in the smb2-ls.c example
2017-01-21 Ronnie SahlbergAdd readdir() rewinddir() telldir() and seekdir()
2017-01-21 Ronnie SahlbergAdd smb2_closedir()
2017-01-21 Ronnie Sahlbergopendir() support
2017-01-18 Ronnie SahlbergAdd smb2 close support and various fixes and cleanups
2017-01-18 Ronnie SahlbergAdd smb2 create support
2017-01-18 Ronnie SahlbergCall LOGOFF from the example when we are finished.
2017-01-18 Ronnie SahlbergAfter converting utf8 make sure we store the ucs2 in...
2017-01-18 Ronnie SahlbergAdd tree connect and do a major cleanup
2017-01-16 Ronnie SahlbergRemove debugging prints during session setup and cleanup.
2017-01-16 Ronnie SahlbergDisable seal for now
2017-01-16 Ronnie SahlbergAdd more debugging stuff
2017-01-05 Simo SorceWIP
2017-01-04 Ronnie SahlbergAdd the security blob to the negotiate_reply structure
2017-01-03 Ronnie SahlbergAdd licence information.
2017-01-03 Ronnie SahlbergInitial implementation with Negotiate and SessionSetup...