Jean-Baptiste Kempf
|
d82f6c18c0
program: use correct header for Windows
|
9 years ago |
Thomas Guillem
|
307759c634
Fix return values of all public functions
|
9 years ago |
Jean-Baptiste Kempf
|
dcc8c9f3fd
Remove () around return values
|
9 years ago |
Sylver Bruneau
|
c7860c6e87
fix smb_tree_connect invalid return value in documentation and sample app
|
9 years ago |
Jean-Baptiste Kempf
|
80a5c0be65
Fix dsm compilation when udp.h is not present
|
10 years ago |
Thomas Guillem
|
7636c12c43
bin/dsm: fix double destroy
|
10 years ago |
Thomas Guillem
|
63d9831156
update license headers: LGPLv2.1 + commercial
|
10 years ago |
Thomas Guillem
|
95d806dfab
bin/dsm: don't use private members of bdsm structs
|
10 years ago |
Julien 'Lta' BALLET
|
3edf294999
Fix the lasts leaks. Valgrind is now happy, closes #25
|
11 years ago |
Julien 'Lta' BALLET
|
2a0dfc614f
Remove an important leak: smb_iconv wasn't closing iconv :-/
|
11 years ago |
Julien 'Lta' BALLET
|
84bbfefcf8
Remove 3 leaks
|
11 years ago |
Julien 'Lta' BALLET
|
753ea664f1
Enable autoheader
|
11 years ago |
Martin Storsjö
|
f2d3cf5bd4
Use the right printf format for printing uint64_t
|
11 years ago |
Julien 'Lta' BALLET
|
9f3f11935d
Remove smb_message_set_default_flags, and set the flags before sending packets. Login function now use stored creds
|
11 years ago |
Julien 'Lta' BALLET
|
ea35edef3c
Very dirty, but working Extended security login
|
11 years ago |
Julien 'Lta' BALLET
|
b3384674f1
Non working GSS-API implementation
|
11 years ago |
Julien 'Lta' BALLET
|
c8ef5449b9
Fix a very dangerous typo (sizeof wrong struct) that was causing random segfault. Handle reassembling tcp packets
|
11 years ago |
Julien 'Lta' BALLET
|
10cee1046b
It appears that SMB directly over TCP is really similar to NBT, there isn't just any handshake, and the length field is supposed to be 24bits instead of 17, but we don't care
|
11 years ago |
Julien 'Lta' BALLET
|
55e8069773
Refactor smb_session interaction with netbios session. It's now more generic and will allow to switch for directTcp
|
11 years ago |
Julien 'Lta' BALLET
|
8fcec94d9f
Detects if libiconv is in a separate lib or if it's inside of libc
|
11 years ago |
Julien 'Lta' BALLET
|
8be75ecde3
Removes _t suffixes on all of our defined types to respect POSIX recommandations
|
11 years ago |
Julien 'Lta' BALLET
|
9ac9ab8f22
'massive' reorganization: remove bdsm_context_t, moves every smb typedef/struct into smb_types.h, reorganize order of things inside of smb_defs.h
|
11 years ago |
Julien 'Lta' BALLET
|
2f81bc6026
More documentation, removes a few warning at compilation. Better share_list API
|
11 years ago |
Julien 'Lta' BALLET
|
992d66540d
Make smb_find work. (Unicode conversion, TRANS2 message concatenation, session_setup max_buffer fix
|
11 years ago |
Julien 'Lta' BALLET
|
5ea413e556
Fixes an implementation issue on ns_discover, only the first machine was discovered
|
11 years ago |
Julien 'Lta' BALLET
|
e9a8331d20
Adds is_guest and server_name to session API. Moves internal fd management functions to their own file
|
11 years ago |
Julien 'Lta' BALLET
|
b7aed11a86
Merge the two different usages that were printed on error or -h
|
11 years ago |
Julien 'Lta' BALLET
|
873511fbfb
Tweak and merge pull request #1 on lu-zero/libdsm from reubenhwk/cleanups.
|
11 years ago |
Julien 'Lta' BALLET
|
3846ae0847
Replace usage of BDSM_DEBUG macro by BDSM_dbg
|
11 years ago |
Julien 'Lta' BALLET
|
b24d297e47
Moves programs source files to bin folder, to clean up toplevel
|
11 years ago |