Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from Artem's fork #105

Open
wants to merge 102 commits into
base: master
Choose a base branch
from
Open

Merge from Artem's fork #105

wants to merge 102 commits into from

Commits on Feb 10, 2016

  1. renamed md4/md5 context methods to prevent compiling issues with othe…

    …r libraries
    Artem Meleshko committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    bf41564 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

  1. fixed rename request

    Artem Meleshko committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    c2774c2 View commit details
    Browse the repository at this point in the history
  2. smb os and smblanman

    Artem Meleshko committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    255b892 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. added SO_NOSIGPIPE

    Artem Meleshko committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    90de67a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. xcode build project

    Artem Meleshko committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    bd1ea03 View commit details
    Browse the repository at this point in the history
  2. refresh project

    Artem Meleshko committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    3220daf View commit details
    Browse the repository at this point in the history
  3. update project

    Artem Meleshko committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    9deb700 View commit details
    Browse the repository at this point in the history
  4. added missing files

    Artem Meleshko committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    45891b8 View commit details
    Browse the repository at this point in the history
  5. added block assertions

    Artem Meleshko committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    7392121 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	src/netbios_session.c
    Artem Meleshko committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    dd952af View commit details
    Browse the repository at this point in the history
  7. deployment target

    Artem Meleshko committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    4d5aa72 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2016

  1. Merge commit 'c3d186419708e52123137d23a3fe052ff78267ad'

    Conflicts:
    	.gitignore
    	src/smb_session.h
    Artem Meleshko committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    fa52175 View commit details
    Browse the repository at this point in the history
  2. discard merge

    Artem Meleshko committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    288c698 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. block assertions

    Artem Meleshko committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    753fe14 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. asn1_ calls synchronized

    Artem Meleshko committed May 20, 2016
    Configuration menu
    Copy the full SHA
    8fc69d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. clock ctime

    Artem Meleshko committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    e4594ce View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	Makefile.am
    #	bin/dsm.c
    #	include/bdsm.h
    #	include/bdsm/smb_types.h
    #	src/netbios_defs.h
    #	src/netbios_ns.c
    #	src/smb_file.c
    #	src/smb_session.c
    #	src/smb_types.h
    Artem Meleshko committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    16b3229 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. fixed compiling issues

    rdmeleshko committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    3572dde View commit details
    Browse the repository at this point in the history
  2. fixed asn lock

    rdmeleshko committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    41addee View commit details
    Browse the repository at this point in the history
  3. merged 1ef10ad from libdsm

    rdmeleshko committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    3113f7c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. merged last version 0.2.7 - removed local fixes

    Artem Meleshko committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    58afc89 View commit details
    Browse the repository at this point in the history
  2. md4 md5 rename

    Artem Meleshko committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    997608e View commit details
    Browse the repository at this point in the history
  3. CTX_ rename

    Artem Meleshko committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    36b3ea2 View commit details
    Browse the repository at this point in the history
  4. added build script

    Artem Meleshko committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    0b2a5a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30a5637 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. fixed clock gettime

    Artem Meleshko committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    e53d46a View commit details
    Browse the repository at this point in the history
  2. removed compiled lib

    Artem Meleshko committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    e9a2914 View commit details
    Browse the repository at this point in the history
  3. update gitignore

    Artem Meleshko committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    95d60e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. asn lock unlock

    Artem Meleshko committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    7717b2b View commit details
    Browse the repository at this point in the history
  2. fix rename

    Artem Meleshko committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    dd23f92 View commit details
    Browse the repository at this point in the history
  3. minor

    Artem Meleshko committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    faedac4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. smb_session_login_spnego: don't override logged status

    It's already set by auth() in case of success.
    Artem Meleshko committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    3a72334 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. SMB SESSION LOGOFF

    Artem Meleshko committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    40c2404 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. asn synchronized fixes

    Artem Meleshko committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    b0f2244 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2016

  1. smb session assert - disabled for release

    Artem Meleshko committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    58ff3ca View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. Configuration menu
    Copy the full SHA
    ba4c3a2 View commit details
    Browse the repository at this point in the history
  2. Update xcode setting

    darling0825 authored Apr 15, 2017
    Configuration menu
    Copy the full SHA
    e2e069b View commit details
    Browse the repository at this point in the history
  3. fix a small bug

    darling0825 authored Apr 15, 2017
    Configuration menu
    Copy the full SHA
    2301e19 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from darling0825/master

    fix some small bug
    everappz authored Apr 15, 2017
    Configuration menu
    Copy the full SHA
    1519fde View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. minor

    Artem Meleshko committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    233505b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ddcd8c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. fixed iconv crash and assert in release

    Artem Meleshko committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    c57a2a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. removed assert in release

    Artem Meleshko committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    d844d84 View commit details
    Browse the repository at this point in the history
  2. minor

    Artem Meleshko committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    06cb59c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2017

  1. added ipv6 support

    Artem Meleshko committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    f4eb917 View commit details
    Browse the repository at this point in the history
  2. ipv6 fixes

    Artem Meleshko committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    4e3e814 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. added user port and connection timeout

    Artem Meleshko committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    61c87e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. decreased connection timeout

    Artem Meleshko committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    732624e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. minor

    Artem Meleshko committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    4ce2096 View commit details
    Browse the repository at this point in the history
  2. remove clock_gettime case of name conflict

    Artem Meleshko committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    2d15f58 View commit details
    Browse the repository at this point in the history
  3. rename clock getttime to avoid name collision

    Artem Meleshko committed Nov 23, 2017
    1 Configuration menu
    Copy the full SHA
    2e6e800 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. smb_ntlm: do not send lm & ntlm to server for guest login

    smb_ntlm: Do not append empty buffers
    smb_stat: add smb_stat_list_next()
    Bump ABI revision
    Artem Meleshko committed May 22, 2018
    Configuration menu
    Copy the full SHA
    6e681f9 View commit details
    Browse the repository at this point in the history
  2. smb_fstat: check malformed packet

    Artem Meleshko committed May 22, 2018
    Configuration menu
    Copy the full SHA
    75e4986 View commit details
    Browse the repository at this point in the history
  3. netbios: use time() instead of clock_gettime()

    Artem Meleshko committed May 22, 2018
    Configuration menu
    Copy the full SHA
    d3b5784 View commit details
    Browse the repository at this point in the history
  4. Fix too small buffer for ASN1 response token.

    * After having done a server upgrade to some newer version of samba,
    smb_session_login_spnego() consistently failed. The reason was
    that smb_spnego::challenge() invokes asn1_read_value() with a
    buffer of size 256 bytes, but that function for some reason
    requires a buffer of 258 bytes in size. Fix this the simple
    way by increasing the on-stack buffer to 512 bytes.
    Artem Meleshko committed May 22, 2018
    Configuration menu
    Copy the full SHA
    21fd3f2 View commit details
    Browse the repository at this point in the history
  5. Fix setting of payload_size in smb_negotiate().

    * On some platforms (arm5te apparently), writing to an unaligned
    uint16_t pointer will actually write to the next lower word-aligned
    address. Use memcpy() in order to fix this.
    Artem Meleshko committed May 22, 2018
    Configuration menu
    Copy the full SHA
    de8898c View commit details
    Browse the repository at this point in the history
  6. Fixed segmentation fault

    Artem Meleshko committed May 22, 2018
    Configuration menu
    Copy the full SHA
    79a13ad View commit details
    Browse the repository at this point in the history
  7. minor

    Artem Meleshko committed May 22, 2018
    Configuration menu
    Copy the full SHA
    b351c3c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. asn and iconv lock refactoring

    Artem Meleshko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    d4dfdda View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. minor

    Artem Meleshko committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    a84ea4f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. added read/write timeout

    Artem Meleshko committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    f8bf141 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. no message

    Artem Meleshko committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    541f9ff View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. read timeout and write timeout refactoring

    Artem Meleshko committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    f200de7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. bin/discover: fix netbios_ns leak

    Artem Meleshko committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    7715831 View commit details
    Browse the repository at this point in the history
  2. minor

    Artem Meleshko committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    c29f269 View commit details
    Browse the repository at this point in the history
  3. fixed directory parsing for empty responses

    Artem Meleshko committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    7aa36d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. minor

    Artem Meleshko committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    6281205 View commit details
    Browse the repository at this point in the history
  2. minor

    Artem Meleshko committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    b31d94f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. asn lock refactoring

    Artem Meleshko committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    c853985 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. renamed bdsm headers

    Artem Meleshko committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    d55dfe9 View commit details
    Browse the repository at this point in the history
  2. Revert "renamed bdsm headers"

    This reverts commit d55dfe9.
    Artem Meleshko committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    837b665 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. fixed headers

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    4c91656 View commit details
    Browse the repository at this point in the history
  2. debug header

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    bbd8a69 View commit details
    Browse the repository at this point in the history
  3. smbtypes

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    9ddf744 View commit details
    Browse the repository at this point in the history
  4. headers

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    4bd2ca7 View commit details
    Browse the repository at this point in the history
  5. headers

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    9eb37d1 View commit details
    Browse the repository at this point in the history
  6. Update smb_stat.h

    everappz authored Aug 9, 2019
    Configuration menu
    Copy the full SHA
    ae05671 View commit details
    Browse the repository at this point in the history
  7. headers

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    8c93ed3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    909a133 View commit details
    Browse the repository at this point in the history
  9. headers

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    a6627fc View commit details
    Browse the repository at this point in the history
  10. minor

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    16f48dc View commit details
    Browse the repository at this point in the history
  11. minor

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    025abe9 View commit details
    Browse the repository at this point in the history
  12. headers

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    3031092 View commit details
    Browse the repository at this point in the history
  13. headers

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    410e4da View commit details
    Browse the repository at this point in the history
  14. headers

    Artem Meleshko committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    12ff233 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. fixed crash on TimeCapsule

    Artem Meleshko committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    05ff3d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. fixed assert in release

    Artem committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    491c98d View commit details
    Browse the repository at this point in the history
  2. minor

    Artem committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e7b6617 View commit details
    Browse the repository at this point in the history
  3. minor

    Artem committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b1f54a3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. added libtasn source code

    Artem committed May 13, 2021
    Configuration menu
    Copy the full SHA
    12c1bee View commit details
    Browse the repository at this point in the history
  2. added tasn subproject

    Artem committed May 13, 2021
    Configuration menu
    Copy the full SHA
    680443a View commit details
    Browse the repository at this point in the history
  3. minor

    Artem committed May 13, 2021
    Configuration menu
    Copy the full SHA
    96205a6 View commit details
    Browse the repository at this point in the history
  4. minor

    Artem committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1548382 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. minor

    Artem committed May 17, 2021
    Configuration menu
    Copy the full SHA
    f3e4d1a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. minor

    Artem committed May 25, 2021
    Configuration menu
    Copy the full SHA
    bb7cab8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. fixed timeouts

    Artem committed May 29, 2021
    Configuration menu
    Copy the full SHA
    17294fd View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. project file fixes

    Artem Meleshko committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    7c6e85b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. minor

    Artem Meleshko committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    333e9e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. fixed file info request

    Artem Meleshko committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    026cd30 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. added file info deprecated request/response

    Artem Meleshko committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    2f12640 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. fix deployment target

    everappz committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    93aea51 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. project file fix

    everappz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ee0d1b8 View commit details
    Browse the repository at this point in the history