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