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
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftest: Place the test environment at the end of the failure lines
Andrew Bartlett
2012-04-27
4
-53
/
+63
*
selftest: Remove silly space before unit test name
Andrew Bartlett
2012-04-27
2
-58
/
+62
*
s3:winbindd: also try SMB2 when connecting to "IPC$"
Stefan Metzmacher
2012-04-27
1
-7
/
+20
*
s3:libsmb/cli_np_tstream: add support for SMB2
Stefan Metzmacher
2012-04-27
1
-41
/
+190
*
s3:libsmb/cli_np_tstream: remove unused tstream_cli_np_existing()
Stefan Metzmacher
2012-04-27
2
-34
/
+0
*
s3:libsmb: add smb2cli_ioctl*
Stefan Metzmacher
2012-04-27
4
-0
/
+360
*
libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.h
Stefan Metzmacher
2012-04-27
2
-3
/
+3
*
s4:ntvfs/ipc: don't echo back the smb2 ioctl input_buffer
Stefan Metzmacher
2012-04-27
1
-1
/
+1
*
s3: oplock_timeout is a talloc child of fsp
Volker Lendecke
2012-04-26
1
-3
/
+0
*
s3: Remove code TALLOC_FREE already does
Volker Lendecke
2012-04-26
1
-5
/
+1
*
torture: change dfs tests now that we return a level 4 when level 4 is requested
Matthieu Patou
2012-04-26
1
-3
/
+2
*
dfs_server: fix the response to please XP and Windows 2008R2 doing so avoid c...
Matthieu Patou
2012-04-26
1
-4
/
+12
*
replace: Fix use of mktemp
Simo Sorce
2012-04-26
1
-2
/
+2
*
addns: clean up headers
Simo Sorce
2012-04-26
1
-33
/
+0
*
s3: Remove an unused variable
Volker Lendecke
2012-04-26
1
-1
/
+0
*
s4-torture: never return false in the raw.composite torture test
Andrew Bartlett
2012-04-26
1
-39
/
+7
*
selftest: push --target selection into plansmbtorturetestsuite
Andrew Bartlett
2012-04-26
1
-3
/
+4
*
s4:torture: add a rpc.samba3.smb-reauth2 test
Michael Adam
2012-04-26
1
-0
/
+145
*
s4:torture: add a rpc.samba3.smb-reauth1 test
Michael Adam
2012-04-25
1
-0
/
+165
*
s4:torture: add a raw.session suite with a raw.session.reauth test
Gregor Beck
2012-04-25
3
-1
/
+92
*
Fix bug reported by Dina_Fine@Dell.com.
Jeremy Allison
2012-04-25
1
-16
/
+19
*
libcli: Use data_blob_null
Volker Lendecke
2012-04-25
1
-1
/
+1
*
selftest: remove printserver.enum_printers_servername from flapping
Michael Adam
2012-04-25
1
-1
/
+0
*
selftest: remove samba3.rpc.spoolss.*printserver.openprinter_badnamelist from...
Michael Adam
2012-04-25
1
-1
/
+0
*
selftest: mark the driver_info_winreg tests knownfail.
Michael Adam
2012-04-25
1
-0
/
+2
*
selftest: mark failing print_tests more specifically
Michael Adam
2012-04-25
1
-1
/
+1
*
selftest: remove .*printer.*print_test_extended from flapping
Michael Adam
2012-04-25
1
-1
/
+0
*
selftest: remove the "rpc.spoolss.printer" test from flapping
Michael Adam
2012-04-25
1
-1
/
+0
*
s3:registry: replace call to reg_openkey() in reg_createkey() by accesscheck.
Michael Adam
2012-04-25
1
-8
/
+10
*
s3:registry: remove a superfluous fill_subkey_cache() in reg_createkey()
Michael Adam
2012-04-25
1
-5
/
+0
*
s3:registry: use fill_subkey_cache to check exsistence in regkey_open_oneleve...
Michael Adam
2012-04-25
1
-11
/
+2
*
s3:registry: let fill_subkey_cache return WERR_BADFILE when the subkey list c...
Michael Adam
2012-04-25
1
-1
/
+1
*
s3:registry: convert reg_openkey() to use talloc instead of SMB_STRDUP etc
Michael Adam
2012-04-25
1
-15
/
+12
*
s3:registry untangle an assignment from the check in regkey_open_onelevel()
Michael Adam
2012-04-25
1
-1
/
+2
*
s3:registry: untangle assignment from check in regkey_open_onelevel()
Michael Adam
2012-04-25
1
-1
/
+2
*
s3:registry: fix seqnum race in regdb_fetch_keys_internal
Michael Adam
2012-04-25
1
-3
/
+22
*
s3:registry: fix seqnum race in fetch_values_internal
Michael Adam
2012-04-25
1
-3
/
+21
*
s3:registry: update the seqnum in the subkey cache at the end of regval_store...
Michael Adam
2012-04-25
1
-1
/
+5
*
s3:registry:db: update the value container seqnum after storing/deleting to p...
Michael Adam
2012-04-25
1
-1
/
+22
*
s3:registry: wrap reg_deletekey() into a transaction
Michael Adam
2012-04-25
1
-2
/
+25
*
s3:registry: wrap reg_createkey() in a transaction
Michael Adam
2012-04-25
1
-6
/
+30
*
s3:registry: untangle assignments from checks in reg_createkey()
Michael Adam
2012-04-25
1
-2
/
+6
*
s3:registry: wrap reg_deletevalue() in a transaction
Michael Adam
2012-04-25
1
-4
/
+30
*
s3:registry: untangle assignment from check in reg_deletevalue()
Michael Adam
2012-04-25
1
-1
/
+2
*
s3:registry: fix race in reg_setvalue that could lead to data corruption
Michael Adam
2012-04-25
1
-6
/
+33
*
s3:registry: untangle assignment from check and add a debugmessage in reg_set...
Michael Adam
2012-04-25
1
-1
/
+3
*
s3:registry: don't leak the old contents when updating the value cache
Michael Adam
2012-04-25
1
-0
/
+1
*
s3:registry: fix debug message in regdb_store_values_internal()
Michael Adam
2012-04-25
1
-1
/
+1
*
s3:registry: improve log message in regdb_unpack_values()
Michael Adam
2012-04-25
1
-1
/
+2
*
s3:registry: fix a debug message typo
Michael Adam
2012-04-25
1
-1
/
+1
[next]