index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
2009-04-14
8
-2266
/
+26
|
/
*
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
2009-04-14
4
-18
/
+18
*
Solve some of the conflict between Samba3 and Samba4 push_string
Andrew Bartlett
2009-04-14
3
-21
/
+23
*
Fix a bug in smbclient not sending the correct called name
Volker Lendecke
2009-04-12
1
-1
/
+5
*
Convert cli_push to tevent_req
Volker Lendecke
2009-04-08
1
-69
/
+58
*
Convert cli_pull to tevent_req
Volker Lendecke
2009-04-08
1
-45
/
+40
*
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett
2009-04-07
1
-11
/
+12
*
Add a bad hack to enable level 2 oplocks in torture_open_connection_share
Volker Lendecke
2009-04-06
1
-0
/
+4
*
Make cli_oplock_ack async
Volker Lendecke
2009-04-06
1
-29
/
+94
*
Add async oplock waiter
Volker Lendecke
2009-04-06
1
-1
/
+101
*
Never hand out 0xffff as a mid
Volker Lendecke
2009-04-06
1
-1
/
+1
*
Remove async_req based async libsmb infrastructure
Volker Lendecke
2009-04-06
1
-869
/
+0
*
Convert cli_open to tevent_req
Volker Lendecke
2009-04-06
1
-46
/
+102
*
Convert cli_close to tevent_req
Volker Lendecke
2009-04-06
1
-20
/
+66
*
Streamline cli_push sync wrapper
Volker Lendecke
2009-04-06
1
-9
/
+18
*
Convert cli_write_andx to tevent_req
Volker Lendecke
2009-04-06
1
-37
/
+88
*
Streamline cli_pull sync wrapper
Volker Lendecke
2009-04-06
1
-9
/
+18
*
Convert cli_read_andx to tevent_req
Volker Lendecke
2009-04-06
1
-108
/
+150
*
Convert cli_ntcreate to tevent_req
Volker Lendecke
2009-04-06
1
-38
/
+68
*
Convert cli_tcon_andx to tevent_req
Volker Lendecke
2009-04-06
1
-54
/
+69
*
Convert cli_negprot to tevent_req
Volker Lendecke
2009-04-06
1
-36
/
+68
*
Convert cli_session_setup_guest to tevent_req
Volker Lendecke
2009-04-06
1
-39
/
+69
*
Convert cli_trans to tevent_req
Volker Lendecke
2009-04-06
1
-382
/
+272
*
Convert cli_echo to tevent_req
Volker Lendecke
2009-04-06
1
-79
/
+66
*
Add new async libsmb infrastructure
Volker Lendecke
2009-04-06
2
-0
/
+777
*
Remove async_req dependency from cli_pull_trans
Volker Lendecke
2009-04-05
1
-23
/
+25
*
Fix an uninitialized variable valgrind error
Volker Lendecke
2009-03-31
1
-2
/
+2
*
[Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errno
Derrell Lipman
2009-03-27
3
-1
/
+15
*
s3: parse_packet can return NULL which is then dereferenced in match_mailslot...
Tim Prouty
2009-03-24
1
-0
/
+2
*
Fix two memleaks in the encryption code
Volker Lendecke
2009-03-24
1
-1
/
+2
*
s3:dsgetdcname: use parentheses in if condition to make negation clear
Björn Jacke
2009-03-24
1
-1
/
+1
*
s3:libsmb: use new simplified smb_signing code for the client side
Stefan Metzmacher
2009-03-23
5
-686
/
+204
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-333
/
+0
*
s3:libsmb: add a much simplified smb_siging infrastructure
Stefan Metzmacher
2009-03-23
1
-0
/
+370
*
s3:libsmb: rename smb_signing.c => clisigning.c
Stefan Metzmacher
2009-03-23
1
-0
/
+0
*
Fix connect to port 139 only -- thanks gd for bugging me :-)
Volker Lendecke
2009-03-23
1
-4
/
+3
*
s3-krb5: Fix Coverity #722 (RESOURCE_LEAK).
Günther Deschner
2009-03-20
1
-12
/
+18
*
Fix crash in async_smb.c
Bo Yang
2009-03-20
1
-3
/
+6
*
s3:libsmb: always create bytes array in cli_trans code
Stefan Metzmacher
2009-03-19
1
-5
/
+14
*
s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requests
Stefan Metzmacher
2009-03-19
1
-23
/
+7
*
Allow DFS client paths to work when POSIX pathnames have been
Jeremy Allison
2009-03-18
1
-2
/
+12
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
2
-7
/
+7
*
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
2009-03-17
6
-168
/
+148
*
Convert open_socket_out_defer to tevent_req
Volker Lendecke
2009-03-16
1
-22
/
+37
*
Fix a malloc/talloc mismatch when cli_initialise() fails
Volker Lendecke
2009-03-15
1
-3
/
+2
*
Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and
Jeremy Allison
2009-03-13
4
-78
/
+95
*
Remove the static "struct client_connection" mess which is part of
Jeremy Allison
2009-03-12
3
-113
/
+82
*
Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu...
Stefan Metzmacher
2009-03-12
1
-25
/
+8
*
s3:libsmb: add an option to cli_push to let the caller provide the buffers
Stefan Metzmacher
2009-03-10
1
-8
/
+25
*
s3:libsmb: only treat a return 0 as end of file
Stefan Metzmacher
2009-03-10
1
-4
/
+1
[prev]
[next]