add const qualifier for smb write related code
[libsmb2.git] / lib /
2020-01-08 Amandeep Gautamadd const qualifier for smb write related code
2019-12-18 Amandeep Gautamdo not clamp read/write request to 60KB
2019-12-17 Amandeep Gautamevaluate smb status before call to krb5 lib
2019-11-26 Ronnie Sahlbergfix SIGBUS in smb2_set_uint64
2019-11-19 Namjae Jeonlibsmb2: don't call dcerpc_free_pdu to avoid use-after...
2019-11-19 Namjae Jeonlibsmb2: fix potential memory leak
2019-11-19 Namjae Jeonlibsmb2: alloc_hint with unint32 type never less than...
2019-11-19 Namjae Jeonlibsmb2: fix use-after-free of c_data->utf8_unc
2019-11-05 Volker LendeckeUse calloc where appropriate
2019-10-28 Ronnie Sahlbergnegotiate protocol: some servers do not return a blob...
2019-10-27 Ronnie SahlbergMerge pull request #118 from tguillem/more-errnos
2019-10-25 Thomas Guillemsmb2_connect_share_async: don't return ENOMEM if connec...
2019-10-25 Thomas Guillemsmb2_connect_async: convert getaddrinfo to errno
2019-10-24 Thomas Guillemsmb2_connect_async: return errno
2019-10-21 Ronnie SahlbergMerge pull request #113 from ePirat/configure-cleanup
2019-10-18 Ronnie SahlbergMerge pull request #112 from ePirat/ci-run-prs
2019-10-18 Ronnie SahlbergMerge pull request #111 from ePirat/add-ci-windows
2019-10-18 Ronnie SahlbergMerge pull request #110 from ePirat/fix-windows-msvc
2019-10-17 Marvin ScholzVarious MSVC build fixes
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-10-17 Marvin Scholzaes128ccm: Add missing portable-endian header
2019-10-17 Ronnie SahlbergMerge pull request #102 from tguillem/smb2-password-fix
2019-10-17 Ronnie SahlbergRevert "fix correct length for error PDUs"
2019-10-15 Thomas Guillemdon't override password set via smb2_set_password()
2019-10-15 Thomas Guillemcheck fopen return value
2019-10-03 Ronnie Sahlbergkrb5: ignore errors if SMB2 layer returned success
2019-09-26 Ronnie SahlbergAdd header guards to make lgtm.com happy
2019-09-26 Ronnie Sahlbergwe don't need SHA512 either
2019-09-26 Ronnie Sahlbergwe don't need SHA384
2019-09-26 Ronnie Sahlbergwe dont need sha1
2019-09-26 Ronnie SahlbergWe don't need SHA224
2019-09-26 Ronnie Sahlbergaes: we do not need the CBC version of AES
2019-09-25 Ronnie Sahlbergidcerpc: ask for 32kb for frag size. 256b is too small
2019-09-24 Ronnie Sahlbergcheck for integer wrap in query directory
2019-09-24 Ronnie Sahlbergdont segfault when trying to connect to server==NULL
2019-09-24 Ronnie Sahlbergmake it possible to use alternative username for the...
2019-09-11 Ronnie Sahlbergfix correct length for error PDUs
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-15 Ronnie Sahlbergmake more commands use encryption is seal is enabled
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 Sahlberginitialize the prng by calling srandom on context creation
2019-08-12 Ronnie Sahlbergset SEAL flag in ntlmssp is we want encryption
2019-08-12 Ronnie Sahlbergaes128ccm: add test program
2019-08-12 Ronnie Sahlbergadd aes128ccm functions
2019-08-12 Ronnie SahlbergWhen sign is used, set the ENCRYPTION capability in...
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-12 Ronnie SahlbergMerge pull request #97 from tguillem/android-getlogin_r-fix
2019-08-12 Thomas Guillemfix getlogin_r() dep on Android
2019-08-12 Thomas Guillemfix getlogin_r() fallback
2019-08-12 Ronnie SahlbergMerge pull request #96 from tguillem/fix-segfault-destroy
2019-08-08 Thomas Guillemsmb2_destroy_context: fix possible null-deref
2019-08-08 Ronnie SahlbergMerge pull request #94 from tguillem/getlogin-fix
2019-08-06 Ronnie SahlbergMerge pull request #95 from apuder/master
2019-08-06 Arno PuderLimit output buffer size to 512 on an ESP32
2019-08-06 Ronnie Sahlbergntlmssp: add support for Anonymous logins
2019-07-30 Thomas GuillemFix getlogin() usage
2019-07-30 Thomas GuillemFix indent and white spaces
2019-07-15 Ronnie Sahlbergimprove error messages for readlink failures
2019-07-15 Ronnie Sahlbergfix NULL deref in readlink_cb_3
2019-07-14 Ronnie SahlbergAdd support for readlink()
2019-06-09 Ronnie SahlbergNew version: 3.0.0
2019-06-02 Ronnie SahlbergMerge pull request #90 from apuder/esp
2019-06-02 Arno PuderAdd support for the ESP32 microcontroller
2019-06-01 Ronnie Sahlbergntlmssp: create a test program to verify ntlmssp_genera...
2019-05-15 Ronnie SahlbergMerge pull request #88 from slevengood/master
2019-05-15 Shane LevengoodAdded error message on smb2_open_async failure
2019-05-12 Ronnie SahlbergMerge pull request #86 from mwyoungpa/master
2019-05-11 mwyoung libsmb2... Support host:port syntax for specifying non-standard...
2019-05-11 mwyoung libsmb2... Support host:port syntax for specifying non-standard...
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-04-08 Ronnie Sahlbergsmb2_open_async: fix incorrect handling of O_TRUNC
2019-02-12 Thomas GuillemMap more EACCESS error status
2019-02-12 Thomas GuillemAdd more error status
2019-01-22 Ronnie SahlbergMerge pull request #73 from AkiraNorthstar/master
2019-01-22 Ronnie SahlbergMerge pull request #79 from chouquette/allow_NULL_set_p...
2019-01-17 Hugo Beauzée-LuyssenAllow passing NULL to smb2_set_password
2018-11-12 Ronnie Sahlbergdcerpc: more reassembly fixes
2018-11-12 Ronnie Sahlbergdcerpc: fix fragment reassembly
2018-11-04 Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libsmb2
2018-11-04 Ronnie Sahlbergdce: add simple ioctl dce fragment reassembly
2018-10-23 Ronnie SahlbergMerge pull request #76 from MrMC/master
2018-10-23 S. DavillaENOMEDIUM does not exist on darwin, use posix ENODEV...
2018-09-19 AkiraNorthstarcmake LIB_SUFFIX patch
next