Hugo Beauzée-Luyssen
|
e38d56b84c
smb_session_connect: Simplify
|
9 年之前 |
Thomas Guillem
|
91c28848e2
netbios: use a uint32_t for ip
|
9 年之前 |
Hugo Beauzée-Luyssen
|
24b5047ee4
Add missing #include "config.h"
|
9 年之前 |
Jean-Baptiste Kempf
|
0c50ec4e27
compat: Add a strndup replacement
|
9 年之前 |
Thomas Guillem
|
c7d478eb5c
fix logged not set from smb_session_login_ntlm
|
9 年之前 |
Tim Oliver
|
56bb2c8209
Fix for checking if a session is logged in.
|
9 年之前 |
Thomas Guillem
|
307759c634
Fix return values of all public functions
|
9 年之前 |
Jean-Baptiste Kempf
|
dcc8c9f3fd
Remove () around return values
|
9 年之前 |
Tobias Conradi
|
8ec98708fa
fix issue discovered by asan. smb_ntlmh is already a pointer we don't need a pointer to the pointer.
|
9 年之前 |
Thomas Guillem
|
63d9831156
update license headers: LGPLv2.1 + commercial
|
10 年之前 |
Thomas Guillem
|
09b1cceb2b
check smb_message returns
|
10 年之前 |
Thomas Guillem
|
8e078b7b7f
smb_message: realloc packet when needed
|
10 年之前 |
Thomas Guillem
|
2aa80b82af
check malloc/calloc and don't assert
|
10 年之前 |
Thomas Guillem
|
e137e0f787
use calloc instead of malloc/memset
|
10 年之前 |
Thomas Guillem
|
acb49695b5
Hide non public headers
|
10 年之前 |
Julien 'Lta' BALLET
|
84bbfefcf8
Remove 3 leaks
|
10 年之前 |
Julien 'Lta' BALLET
|
166f11b3e3
Since OSX's SMBX server doesn't honor our buffer size request, we now grow the reception buffer as needed, closes #24
|
10 年之前 |
Julien 'Lta' BALLET
|
3df64e7906
Add smb_stat_list_destroy function. Plus a few small fixes
|
11 年之前 |
Julien 'Lta' BALLET
|
1407b130fd
Cleanup commented code
|
11 年之前 |
Julien 'Lta' BALLET
|
a948b15cc8
Cleanup commented code
|
11 年之前 |
Julien 'Lta' BALLET
|
4e588b86e8
Remove useless parameter on smb_negotiate
|
11 年之前 |
Julien 'Lta' BALLET
|
f1a2945c4a
Reindent all code using astyle --style=ansi -s4 -SLYUH -m0 -k3 -c --mode=c -rn
|
11 年之前 |
Julien 'Lta' BALLET
|
9fc36255f0
Clean smb_session from unused members, extract sub struct definitions
|
11 年之前 |
Julien 'Lta' BALLET
|
37d2c11ec1
Remove some ptr check before free (thx flx42 for pointing that out)
|
11 年之前 |
Julien 'Lta' BALLET
|
e783acd8ce
Use smb_buffer in smb_ntlm.c whenever possible
|
11 年之前 |
Julien 'Lta' BALLET
|
328a565f38
Remove unused src_env parameter to smb_message_put_utf16
|
11 年之前 |
Julien 'Lta' BALLET
|
36f14f432e
Remove all compilation warning
|
11 年之前 |
Julien 'Lta' BALLET
|
83d50d198e
Move smb_session_xxx_msg to their own file/header
|
11 年之前 |
Julien 'Lta' BALLET
|
9f3f11935d
Remove smb_message_set_default_flags, and set the flags before sending packets. Login function now use stored creds
|
11 年之前 |
Julien 'Lta' BALLET
|
7d572239d0
Add credentials field in session object
|
11 年之前 |