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
/
source4
/
torture
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix static module list generation for ldb.
Jelmer Vernooij
2008-02-20
1
-2
/
+0
*
initshutdown.idl: get rid of initshutdown_String and use lsa_StringLarge
Stefan Metzmacher
2008-02-19
1
-7
/
+6
*
winreg.idl: get rid of initshutdown_String and use lsa_StringLarge
Stefan Metzmacher
2008-02-19
1
-9
/
+6
*
samba3rpc: Remove use of global_loadparm.
Jelmer Vernooij
2008-02-19
1
-31
/
+42
*
Avoid use of global_loadparm.
Jelmer Vernooij
2008-02-19
1
-6
/
+7
*
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet
Andrew Bartlett
2008-02-19
1
-5
/
+6
|
\
|
*
Fix dependency on popt.
Jelmer Vernooij
2008-02-18
1
-1
/
+2
|
*
Rename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij
2008-02-18
1
-3
/
+3
|
*
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
Jelmer Vernooij
2008-02-18
1
-1
/
+1
*
|
To partially simplfy our gcov handling, move to the new --coverage option.
Andrew Bartlett
2008-02-19
1
-9
/
+10
|
/
*
disable the EAS level in SMB2-GETINFO test until we get some feedback
Andrew Tridgell
2008-02-18
1
-4
/
+6
*
open a root handle in SMB2 should use a NULL filename, not a zero length
Andrew Tridgell
2008-02-18
1
-1
/
+2
*
Reconcile header files for torture utility functions.
Jelmer Vernooij
2008-02-15
6
-55
/
+123
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
2008-02-15
4
-286
/
+228
|
\
|
*
NET-API-BECOME-DC: at least find the 'provision' function in python mode
Stefan Metzmacher
2008-02-15
1
-4
/
+16
|
*
remove redundent code
Andrew Tridgell
2008-02-15
1
-3
/
+0
|
*
fixed some options that could not be overridden on the command line
Andrew Tridgell
2008-02-15
1
-10
/
+3
|
*
convert gentest to use popt and the cmdline library
Andrew Tridgell
2008-02-15
1
-83
/
+83
|
*
make sure lp_ctx is initialised
Andrew Tridgell
2008-02-15
1
-1
/
+2
|
*
fix typo
Andrew Tridgell
2008-02-15
1
-1
/
+1
|
*
added a blackbox test for masktest
Andrew Tridgell
2008-02-15
1
-5
/
+10
|
*
fixed masktest to use popt, and fixed the incorrect pstring conversion
Andrew Tridgell
2008-02-15
1
-94
/
+63
|
*
converted locktest to use popt and cmdline utility code
Andrew Tridgell
2008-02-15
2
-94
/
+71
|
*
fixed loadparm handling in standalone tests
Andrew Tridgell
2008-02-15
3
-3
/
+3
*
|
Use struct for provision parameters since there are so many of them.
Jelmer Vernooij
2008-02-15
4
-168
/
+180
*
|
Add ability to not specify certain provision options(), fix some other options.
Jelmer Vernooij
2008-02-15
1
-19
/
+47
*
|
Add test for provision_bare() code.
Jelmer Vernooij
2008-02-15
1
-0
/
+21
*
|
Finish migration of provision code.
Jelmer Vernooij
2008-02-15
3
-57
/
+103
*
|
Move Python dependencies.
Jelmer Vernooij
2008-02-15
1
-3
/
+2
*
|
Avoid using private libnet test structure inside util_provision.
Jelmer Vernooij
2008-02-15
2
-55
/
+95
*
|
Split provision from C code out of becomedc.
Jelmer Vernooij
2008-02-14
3
-296
/
+326
|
/
*
updated SMB2 code for getinfo according to WSPP docs
Andrew Tridgell
2008-02-14
1
-6
/
+9
*
torture/eventlog: the NTSTATUS of dcerpc_ functions is the same as r.out.result
Stefan Metzmacher
2008-02-13
1
-2
/
+0
*
torture/eventlog: fix crash bugs!
Stefan Metzmacher
2008-02-13
1
-0
/
+8
*
spoolss.idl: improve idl for EnumPrinterData and not use 'lstring' any more
Stefan Metzmacher
2008-02-13
1
-7
/
+15
*
updated SMB2 create operation to match WSPP.
Andrew Tridgell
2008-02-13
3
-29
/
+29
*
Remove Samba 3 backwards compatibility code in C.
Jelmer Vernooij
2008-02-11
1
-2
/
+2
*
Remove unused define.
Jelmer Vernooij
2008-02-09
1
-7
/
+3
*
Re-enable python support in BECOME-DC test.
Jelmer Vernooij
2008-02-09
1
-1
/
+2
*
Ignore kinit with pkinit test failures for now.
Jelmer Vernooij
2008-02-09
1
-1
/
+1
*
torture: Merge util.c into util_smb.c
Jelmer Vernooij
2008-02-09
2
-66
/
+39
*
Move nt_time_equal() to libutil.
Jelmer Vernooij
2008-02-09
1
-7
/
+0
*
make the multiplier in the RAW-OFFLINE test settable
Andrew Tridgell
2008-02-07
1
-1
/
+2
*
Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and 351c2e99ab8b6a9...
Jelmer Vernooij
2008-01-29
1
-2
/
+1
*
torture: Fix too early free in spoolss notify test.
Jelmer Vernooij
2008-01-28
1
-5
/
+6
*
NET-BECOME-DC: always try to build ejs and python code
Stefan Metzmacher
2008-01-25
1
-9
/
+16
*
torture: the libnet torture test depend on python
Stefan Metzmacher
2008-01-25
1
-1
/
+2
*
added latency reporting
Andrew Tridgell
2008-01-25
1
-6
/
+51
*
this is in seconds
Andrew Tridgell
2008-01-25
1
-3
/
+2
*
more useful output
Andrew Tridgell
2008-01-25
1
-10
/
+17
[next]