-
Notifications
You must be signed in to change notification settings - Fork 86
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
jbkempf
wants to merge
102
commits into
videolabs:master
Choose a base branch
from
everappz:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
102 commits
Select commit
Hold shift + click to select a range
bf41564
renamed md4/md5 context methods to prevent compiling issues with othe…
c2774c2
fixed rename request
255b892
smb os and smblanman
90de67a
added SO_NOSIGPIPE
bd1ea03
xcode build project
3220daf
refresh project
9deb700
update project
45891b8
added missing files
7392121
added block assertions
dd952af
Merge remote-tracking branch 'upstream/master'
4d5aa72
deployment target
fa52175
Merge commit 'c3d186419708e52123137d23a3fe052ff78267ad'
288c698
discard merge
753fe14
block assertions
8fc69d4
asn1_ calls synchronized
e4594ce
clock ctime
16b3229
Merge remote-tracking branch 'upstream/master'
3572dde
fixed compiling issues
rdmeleshko 41addee
fixed asn lock
rdmeleshko 3113f7c
merged 1ef10adc3b4f57d4fafc694227c6fcc49b88a0ca from libdsm
rdmeleshko 58afc89
merged last version 0.2.7 - removed local fixes
997608e
md4 md5 rename
36b3ea2
CTX_ rename
0b2a5a9
added build script
30a5637
Merge branch 'master' of https://github.com/leshkoapps/libdsm
e53d46a
fixed clock gettime
e9a2914
removed compiled lib
95d60e8
update gitignore
7717b2b
asn lock unlock
dd23f92
fix rename
faedac4
minor
3a72334
smb_session_login_spnego: don't override logged status
40c2404
SMB SESSION LOGOFF
b0f2244
asn synchronized fixes
58ff3ca
smb session assert - disabled for release
ba4c3a2
fix bug "retutn" to "return"
darling0825 e2e069b
Update xcode setting
darling0825 2301e19
fix a small bug
darling0825 1519fde
Merge pull request #1 from darling0825/master
everappz 233505b
minor
3ddcd8c
Merge branch 'master' of https://github.com/leshkoapps/libdsm
c57a2a9
fixed iconv crash and assert in release
d844d84
removed assert in release
06cb59c
minor
f4eb917
added ipv6 support
4e3e814
ipv6 fixes
61c87e9
added user port and connection timeout
732624e
decreased connection timeout
4ce2096
minor
2d15f58
remove clock_gettime case of name conflict
2e6e800
rename clock getttime to avoid name collision
6e681f9
smb_ntlm: do not send lm & ntlm to server for guest login
75e4986
smb_fstat: check malformed packet
d3b5784
netbios: use time() instead of clock_gettime()
21fd3f2
Fix too small buffer for ASN1 response token.
de8898c
Fix setting of payload_size in smb_negotiate().
79a13ad
Fixed segmentation fault
b351c3c
minor
d4dfdda
asn and iconv lock refactoring
a84ea4f
minor
f8bf141
added read/write timeout
541f9ff
no message
f200de7
read timeout and write timeout refactoring
7715831
bin/discover: fix netbios_ns leak
c29f269
minor
7aa36d4
fixed directory parsing for empty responses
6281205
minor
b31d94f
minor
c853985
asn lock refactoring
d55dfe9
renamed bdsm headers
837b665
Revert "renamed bdsm headers"
4c91656
fixed headers
bbd8a69
debug header
9ddf744
smbtypes
4bd2ca7
headers
9eb37d1
headers
ae05671
Update smb_stat.h
everappz 8c93ed3
headers
909a133
Merge branch 'master' of https://github.com/leshkoapps/libdsm
a6627fc
headers
16f48dc
minor
025abe9
minor
3031092
headers
410e4da
headers
12ff233
headers
05ff3d1
fixed crash on TimeCapsule
491c98d
fixed assert in release
e7b6617
minor
b1f54a3
minor
12c1bee
added libtasn source code
680443a
added tasn subproject
96205a6
minor
1548382
minor
f3e4d1a
minor
bb7cab8
minor
17294fd
fixed timeouts
7c6e85b
project file fixes
333e9e4
minor
026cd30
fixed file info request
2f12640
added file info deprecated request/response
93aea51
fix deployment target
everappz ee0d1b8
project file fix
everappz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refresh project
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ ref/* | |
*.o | ||
dsm | ||
*.so | ||
*.a | ||
dsm_discover | ||
dsm_lookup | ||
dsm_inverse | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate, good catch