libsmb2.git
2020-06-24 Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libsmb2 master
2020-06-24 Ronnie Sahlbergdcerpc: fix handling of pointers for NetShareGetInfo...
2020-06-24 Timmeh87Added connection timeout for sync interface, now if...
2020-06-23 Ronnie SahlbergMerge pull request #149 from timmeh87/master
2020-06-23 Ronnie Sahlbergdcerpc: rework dcerpc and try to layer it a little...
2020-06-19 Timmeh87Added connection timeout for sync interface, now if...
2020-06-17 Ronnie SahlbergMerge pull request #147 from timmeh87/master
2020-06-15 Timmeh87Added windows specific error message if winsock is...
2020-06-11 Ronnie Sahlbergsmb2-cat-sync: improve the example read loop
2020-06-11 Ronnie Sahlbergsmb2-cat-sync: try to use very large reads
2020-06-11 Ronnie Sahlbergpread/pwrite: make sure to always update the number...
2020-05-12 Ronnie SahlbergAdd support for timeout
2020-04-20 Ronnie Sahlbergsync: don't access freed memory for cancelled PDUs
2020-04-20 Ronnie Sahlbergsync: don't use cb structures allocated on the stack
2020-04-20 Ronnie SahlbergRevert "We can not access cb_data when status is CANCELLED"
2020-04-17 Ronnie SahlbergMerge pull request #139 from amandeepgautam/master
2020-04-12 Ronnie SahlbergAdd a URL argument and API to enforce signing
2020-04-09 Amandeep Gautamreturn appropriate error codes on failure
2020-04-05 Ronnie SahlbergMerge pull request #138 from amandeepgautam/master
2020-04-05 Amandeep Gautamfix regression from commit: "extend error codes (from...
2020-03-20 Ronnie SahlbergMerge pull request #136 from amandeepgautam/master
2020-03-20 Amandeep Gautamadd const for filename
2020-03-09 Ronnie Sahlbergdcerpc: the srvsvc_interface belong in dcerpc-srvsvc...
2020-03-09 Ronnie Sahlbergdcerpc: add example of NetShareGetInfo
2020-02-23 Ronnie Sahlbergdcerpc: make it possible to control le/be from url...
2020-02-23 Ronnie Sahlbergdcerpc: make it possible to select ndr transfer syntax...
2020-02-22 Ronnie Sahlbergdcerpc: fix top level ref pointer bug.
2020-02-22 Ronnie Sahlbergdcerpc: add comment that NDR64 is only available for...
2020-02-22 Ronnie Sahlbergdcerpc: we need portable-endian.h for some platforms
2020-02-22 Ronnie Sahlbergdcerpc: support sending dcerpc pdus in big-endian mode
2020-02-22 Ronnie Sahlbergdcerpc: track the data representation in the dcerpc...
2020-02-20 Ronnie SahlbergWe can not access cb_data when status is CANCELLED
2020-02-20 Ronnie SahlbergFix cast in dcerpc.c
2020-02-20 Ronnie SahlbergIPv6 is available on all platforms. No need to check...
2020-02-18 Ronnie SahlbergMerge pull request #130 from amandeepgautam/master
2020-02-11 Ronnie SahlbergAdd callbacks to notify application of fd or event...
2020-02-11 Ronnie SahlbergMerge pull request #132 from 76716C86/master
2020-02-03 Catalin Pichiufix __cplusplus guards
2020-01-31 Amandeep Gautamextend error codes (from samba)
2020-01-09 Ronnie SahlbergMerge pull request #128 from amandeepgautam/master
2020-01-08 Amandeep Gautamadd const qualifier for smb write related code
2019-12-18 Ronnie SahlbergMerge pull request #124 from amandeepgautam/master
2019-12-18 Amandeep Gautamdo not clamp read/write request to 60KB
2019-12-18 Ronnie SahlbergMerge pull request #123 from amandeepgautam/master
2019-12-18 Amandeep Gautamupdate readme to say that signing is supported with...
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 Marvin ScholzUse AS_IF instead of shell if statements
2019-10-18 Marvin ScholzUse GCC variable instead of ac_cv_prog_gcc
2019-10-18 Marvin ScholzRemove unused header checks
2019-10-18 Marvin ScholzCleanup comments
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-18 Marvin ScholzFix indentation
2019-10-18 Marvin ScholzAdd missing quotes
2019-10-18 Marvin ScholzDo not use deprecated AC_HELP_STRING
2019-10-18 Marvin ScholzRemove explicit PKG_PROG_PKG_CONFIG call
2019-10-18 Marvin ScholzSet minimum supported autoconf version to 2.58
2019-10-18 Marvin ScholzCheck for AM_PROG_AR instead of defining to nothing
2019-10-18 Marvin ScholzSet needed automake version to 1.11
2019-10-18 Marvin ScholzSimplify suppression of default CFLAGS
2019-10-18 Marvin ScholzAdd config.h.in~ to gitignore
2019-10-17 Marvin ScholzTrigger CI builds for pull requests
2019-10-17 Marvin ScholzAdd windows build to CI
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 ePiratAdd GitHub Actions CI
2019-10-17 Marvin ScholzRemove check for popt and fix conditional directory
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 Marvin ScholzRemove unused popt dependency for examples
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 Sahlbergchange bitfield from int:1 to uint8_t:1 to make lgtm...
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
next