index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix strlower_m() to return an error indication.
Jeremy Allison
2012-08-09
2
-5
/
+9
*
Check error returns on strnorm().
Jeremy Allison
2012-08-09
4
-7
/
+19
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
48
-88
/
+280
*
Fix missing ads_destroy in error path.
Jeremy Allison
2012-08-09
1
-0
/
+1
*
Change strupper_m() to return a value.
Jeremy Allison
2012-08-09
2
-5
/
+9
*
Fix bad return in unix_strupper.
Jeremy Allison
2012-08-09
1
-1
/
+1
*
Prepare to remove smb_panic() from unix_strlower().
Jeremy Allison
2012-08-09
1
-0
/
+2
*
Fix bad return values in unix_strlower/unix_strupper.
Jeremy Allison
2012-08-09
1
-2
/
+2
*
s3:torture:delete: add a 12th subtest to the delete-on-close tests
Michael Adam
2012-08-09
1
-0
/
+98
*
s3:torture:delete: fix 11th test to work against windows
Michael Adam
2012-08-09
1
-9
/
+6
*
s3:torture:delete: simplify return code handling, fixing a couple of return c...
Michael Adam
2012-08-09
1
-48
/
+3
*
s3:torture:delete: reduce indentation
Michael Adam
2012-08-09
1
-8
/
+6
*
s3:torture:delete: add a comment
Michael Adam
2012-08-09
1
-0
/
+2
*
s3:torture:delete: add a comment
Michael Adam
2012-08-09
1
-0
/
+2
*
s3:torture:delete: add a comment
Michael Adam
2012-08-09
1
-0
/
+2
*
s3:torture:delete: move the success message for a subtest to the correct place
Michael Adam
2012-08-09
1
-2
/
+3
*
s3:torture:delete: remove an else, reducing indentation
Michael Adam
2012-08-09
1
-2
/
+3
*
s3:torture:delete: remove an else, reducing indentation
Michael Adam
2012-08-09
1
-2
/
+3
*
s3:torture:delete: remove an else, reducing indentation
Michael Adam
2012-08-09
1
-2
/
+3
*
s3:torture:delete: remove an else, reducing indentation
Michael Adam
2012-08-09
1
-2
/
+3
*
s3:torture:delete: really fail the test in a failure case
Michael Adam
2012-08-09
1
-2
/
+2
*
s3:torture:delete: fix a comment
Michael Adam
2012-08-09
1
-1
/
+1
*
s3:torture:delete: fix a message
Michael Adam
2012-08-09
1
-1
/
+1
*
s3:torture:delete: fix a message
Michael Adam
2012-08-09
1
-1
/
+1
*
s3:torture:delete: fix a message
Michael Adam
2012-08-09
1
-1
/
+1
*
s3:torture:delete: fix a message (counting the opens)
Michael Adam
2012-08-09
1
-1
/
+1
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-1
/
+2
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-1
/
+2
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-2
/
+6
*
s3:torture:delete: untanlge function call from result check
Michael Adam
2012-08-09
1
-1
/
+2
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-1
/
+2
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-1
/
+2
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-1
/
+1
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-1
/
+2
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-1
/
+2
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-1
/
+2
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-3
/
+5
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-1
/
+2
*
s3:torture:delete: untangle function call from result check
Michael Adam
2012-08-09
1
-2
/
+5
*
s3-events: Do not vasprintf() the tevent debug messages that will not be shown
Andrew Bartlett
2012-08-09
1
-4
/
+6
*
s3:smb2_sesssetup: setup global->[en|de]cryption_key
Stefan Metzmacher
2012-08-09
1
-0
/
+36
*
s3:smb2_read: don't try sendfile if encryption is used
Stefan Metzmacher
2012-08-09
1
-0
/
+1
*
s3:smb2_server: add smbd_smb2_request->do_encryption
Stefan Metzmacher
2012-08-09
2
-0
/
+2
*
s3:smb2_tcon: set global->encryption_required and enforce it
Stefan Metzmacher
2012-08-09
1
-5
/
+29
*
s3:smb2_sesssetup: set global->encryption_required and enforce it
Stefan Metzmacher
2012-08-09
1
-0
/
+22
*
s3:smbXsrv.idl: add encryption_required to smbXsrv_tcon_global0
Stefan Metzmacher
2012-08-09
1
-0
/
+1
*
s3:smb2_server: check the session before we could response with an error.
Stefan Metzmacher
2012-08-09
1
-15
/
+15
*
s3:smb2_server: do central file_id check if the operation requires it
Stefan Metzmacher
2012-08-09
1
-0
/
+56
*
s3:nmbd: log a failure in get_domain_master_name_node_status_success() as lev...
Stefan Metzmacher
2012-08-08
1
-1
/
+1
*
s3:nmbd: don't log get_domain_master_name_node_status_fail at level 0
Stefan Metzmacher
2012-08-08
1
-1
/
+1
[next]