extend error codes (from samba)
[libsmb2.git] / include /
2020-01-31 Amandeep Gautamextend error codes (from samba)
2020-01-08 Amandeep Gautamadd const qualifier for smb write related code
2019-10-27 Ronnie SahlbergMerge pull request #118 from tguillem/more-errnos
2019-10-24 Thomas Guillemsmb2_connect_async: return errno
2019-10-17 Ronnie SahlbergMerge pull request #108 from ePirat/add-ci
2019-10-17 Ronnie SahlbergMerge pull request #107 from ePirat/fix-distcheck
2019-10-17 Marvin ScholzAdd missing headers files to Makefile.am
2019-10-17 Ronnie SahlbergMerge pull request #105 from ePirat/remove-popt-dep
2019-10-17 Ronnie SahlbergMerge pull request #106 from ePirat/fix-macos-compilation
2019-10-17 Ronnie SahlbergMerge pull request #104 from ePirat/add-error-code
2019-10-17 Marvin Scholzerrors: Add SMB2_STATUS_BAD_NETWORK_PATH
2019-09-26 Ronnie Sahlbergchange bitfield from int:1 to uint8_t:1 to make lgtm...
2019-09-24 Ronnie Sahlbergmake it possible to use alternative username for the...
2019-09-04 Ronnie Sahlbergremove dependency of struct iovec from libsmb2-private.h
2019-08-17 Ronnie Sahlbergalways build with ntlmssp
2019-08-15 Ronnie Sahlbergadd a function to enable/disable encryption
2019-08-14 Ronnie SahlbergAdd plumbing to process the headers/command/data for...
2019-08-14 Ronnie Sahlbergsplit out the loops where we read header/fixed/variable...
2019-08-14 Ronnie Sahlbergadd code to decrypt smb3 transform headers and payload
2019-08-12 Ronnie Sahlbergseal: encrypt outgoing PDUs that are flagged to require...
2019-08-12 Ronnie Sahlbergderive the encryption keys for smb3.0 and smb3.02
2019-08-12 Ronnie Sahlbergadd a URL argument for seal
2019-08-06 Ronnie SahlbergMerge pull request #95 from apuder/master
2019-07-15 Ronnie Sahlbergimprove error messages for readlink failures
2019-07-14 Ronnie SahlbergAdd support for readlink()
2019-06-02 Ronnie SahlbergMerge pull request #90 from apuder/esp
2019-06-02 Arno PuderAdd support for the ESP32 microcontroller
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-05-02 Ronnie SahlbergAbort all async commands with -ECONNRESET when context...
2019-05-02 Ronnie SahlbergFree all directory handles when the context is destroyed
2019-05-02 Ronnie SahlbergFree all open handles when the context is destroyed
2019-02-12 Thomas GuillemAdd more error status
2018-09-19 Ronnie SahlbergMerge pull request #72 from AkiraNorthstar/master
2018-09-19 AkiraNorthstarlibsmb_error patch
2018-08-30 Ronnie Sahlbergadd a function that will create a smb2fh based on an...
2018-07-08 Ronnie Sahlbergadd smb2_get_file_id()
2018-07-08 Ronnie Sahlbergadd support for setting FileBasicInfo
2018-07-08 Ronnie Sahlbergdcerpc: refactor dcerpc into its own module
2018-07-08 Ronnie Sahlbergadd SMB2 IOCTL
2018-06-30 Ronnie SahlbergAdd support to handle (==ignore) STATUS_PENDING PDUs
2018-06-27 Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libsmb2
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-26 Amir AbbasFixed import issue in Xcode
2018-06-23 Ronnie SahlbergAdd a simple DCERPC runtime and implement smb2_share_en...
2018-06-04 Ronnie SahlbergDon't allow pread/pwrite create PDUs larger than max...
2018-06-04 Ronnie SahlbergFix rename '/' '\' remapping bug and add a sync rename...
2018-05-22 Ronnie Sahlbergadd statvfs() support
2018-05-11 Ronnie SahlbergMerge pull request #40 from skbehera1984/smb3-signing
2018-05-11 SARAT KUMAR BEHERASMB3 Signing Support:-
2018-05-04 SARAT KUMAR BEHERAEnable SMB2 signing :- Sign an outgoing pdu.
2018-04-28 SARAT KUMAR BEHERARetrieve the SSPI session key after a successful SMB2...
2018-04-28 Ronnie Sahlbergsmb2_lseek should return a int64_t
2018-04-28 Ronnie SahlbergMerge pull request #33 from afedchin/fix-win
2018-04-28 Ronnie SahlbergMerge pull request #34 from MrMC/master
2018-04-28 Ronnie SahlbergMerge pull request #32 from MrMC/mrmc-1.0.0-1
2018-04-21 S. Davillause EBADF instead of EBADFD, missing on darwin
2018-04-19 Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libsmb2
2018-04-19 Ronnie SahlbergAdd a vers argument to control which version to negotiate
2018-03-30 Ronnie SahlbergMerge pull request #26 from skbehera1984/pullup
2018-03-30 Ronnie SahlbergAllow selecting krb5 using kinit or creds cache at...
2018-03-30 SARAT KUMAR BEHERAAdd sync API smb2_echo()
2018-03-30 Ronnie SahlbergMerge pull request #24 from skbehera1984/pullup
2018-03-29 Ronnie SahlbergMerge pull request #23 from afedchin/rename
2018-03-29 Anton Fedchinimplement rename
2018-03-20 Ronnie SahlbergMerge pull request #19 from afedchin/fixes
2018-03-19 Anton Fedchinfix build with msvc toolset
2018-03-19 Anton Fedchinadded headers for compatibility with msvc
2018-03-19 Anton Fedchinchange socket type
2018-03-19 Anton Fedchinadded sbm2_echo_async method
2018-03-13 Ronnie SahlbergAdd a builtin NTLMSSP module we can use instead of...
2018-01-16 Ronnie Sahlbergquery info: add fs sector sie information
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 SahlbergAllow passing NULL as user argument to smb2_connect_sha...
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 Sahlbergsmb2_lseek: make the signature similar to nfs_lseek.
2017-10-05 Ronnie SahlbergAdd SET_INFO support and smb2_truncate[_async]
2017-10-01 Ronnie SahlbergFix include for smb2-errors.h
2017-10-01 Ronnie Sahlbergmake compound_file_id extern
2017-05-03 Ronnie SahlbergAdd functions to discover max read/write size
2017-05-03 Ronnie SahlbergEnforce the max read/write sizes that the server indica...
2017-04-28 Ronnie SahlbergAdd smb2_fsync[_async] functions
2017-04-28 Ronnie SahlbergAdd SMB2_FLUSH support
2017-04-27 Ronnie SahlbergTrack if the server support large_mtu and adjust credit...
2017-04-27 Ronnie SahlbergConvert a lot of buffer pointers from char * to uint8_t *
2017-04-27 Ronnie SahlbergMake some pointers const where we can.
2017-04-25 Ronnie SahlbergAdd support to authenticate as a different NTLM user.
2017-04-24 Ronnie SahlbergAdd STATUS_BAD_NETWORK_NAME constant
2017-04-13 Ronnie SahlbergAdd decoding of Security Descriptors
2017-04-12 Ronnie SahlbergBreak the file info unmarshalling out into a separate...
2017-04-12 Ronnie SahlbergAdd example of compound pdus and how to access the...
next