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
/
source
/
torture
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the string does not convert back, print the buggy result.
Andrew Bartlett
2003-04-06
1
-3
/
+10
*
Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.
Andrew Bartlett
2003-04-06
1
-0
/
+40
*
Test harness that exercises check_dos_char()
Martin Pool
2003-04-04
1
-0
/
+42
*
reversed the sense of the TCON test, now that we know that win2003
Andrew Tridgell
2003-04-01
1
-10
/
+10
*
This changes our handling of invalid service types that the
Volker Lendecke
2003-03-30
1
-0
/
+100
*
added simple tests for SMBchkpath and SMBioctl
Andrew Tridgell
2003-03-30
1
-0
/
+142
*
updated the TCON test so that win2000 passes. Samba now fails this
Andrew Tridgell
2003-03-29
1
-32
/
+63
*
added a simple test for the old SMBtcon interface
Andrew Tridgell
2003-03-29
1
-0
/
+38
*
Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes
Jelmer Vernooij
2003-03-24
2
-45
/
+13
*
Run test 10000 times to make measurement easier.
Martin Pool
2003-03-19
1
-2
/
+7
*
The new string macros catch a bug at compile that previously only
Martin Pool
2003-03-18
1
-0
/
+7
*
show which files we fail to create in the casetable test
Andrew Tridgell
2003-03-13
1
-2
/
+5
*
Update usage message.
Martin Pool
2003-03-12
1
-1
/
+2
*
Add example of string overflow which is now caught in developer mode.
Martin Pool
2003-03-12
1
-0
/
+16
*
having sticky create times is not a bug
Andrew Tridgell
2003-03-11
1
-1
/
+0
*
fixed the MANGLE smbtorture test with the new paranoid string code
Andrew Tridgell
2003-03-11
1
-1
/
+1
*
make sure we have an empty directory when we start the utable test
Andrew Tridgell
2003-03-11
1
-1
/
+5
*
fixed use_oplocks and the timeout in smbtorture startup
Andrew Tridgell
2003-03-10
1
-6
/
+16
*
added -i option for ignoring dot errors in masktest
Andrew Tridgell
2003-03-10
1
-2
/
+9
*
Make smbtorture use the same cli_full_connection() framework as the rest of
Andrew Bartlett
2003-03-06
4
-865
/
+842
*
FIXME about crash on failure case.
Martin Pool
2003-03-06
1
-2
/
+5
*
Add *SMBSERVER fallback code to smbtorture ...
Richard Sharpe
2003-03-05
1
-3
/
+17
*
Add code to allow us to specify the port to connect on when performing
Richard Sharpe
2003-03-05
1
-6
/
+14
*
Add simple test harness that exposes StrCaseCmp for testing.
Martin Pool
2003-02-28
1
-0
/
+20
*
More const fixes and flow on fixes from yesterday's const-fest.
Tim Potter
2003-02-25
2
-2
/
+2
*
Add static
Andrew Bartlett
2003-02-22
1
-1
/
+1
*
New locktest7 code based on patch from "Srikanta Shivanna" <sshivanna@pillard...
Jeremy Allison
2003-02-22
1
-0
/
+134
*
correct init for vfs.conn, thanks Stefan
Simo Sorce
2003-02-19
1
-1
/
+2
*
Add -V option (to print out version) to utilities where possible
Jelmer Vernooij
2003-02-18
2
-0
/
+2
*
Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable
Andrew Bartlett
2003-02-15
2
-2
/
+7
*
Fixup delete on close torture.
Jeremy Allison
2003-02-11
1
-10
/
+4
*
Samba janitors: applying mbp's redundant umask fix.
Jeremy Allison
2003-02-07
1
-4
/
+0
*
Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test.
Jeremy Allison
2003-02-03
1
-122
/
+91
*
Added first part of attribute matrix tests. Not run and compiled in right now...
Jeremy Allison
2003-01-31
1
-0
/
+101
*
Fix a number of client-side fstring/pstring mixups.
Andrew Bartlett
2003-01-11
4
-20
/
+20
*
BIG patch...
Andrew Bartlett
2003-01-02
8
-64
/
+66
*
Finish adding strings to all talloc_init() calls.
Jeremy Allison
2002-12-23
1
-1
/
+1
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-1
/
+1
*
Please compile with :
Jeremy Allison
2002-11-23
1
-20
/
+26
*
Added HIDDEN/NORMAL attribute test.
Jeremy Allison
2002-11-18
1
-1
/
+49
*
Fix the build.
Jim McDonough
2002-11-07
1
-1
/
+4
*
Fix build. Extra parm was added to cli_full_connection, but not in locktest2.c.
Jim McDonough
2002-10-18
1
-1
/
+2
*
forgot some bits from previous rpc_secdesc.h rework patch
Simo Sorce
2002-10-07
1
-3
/
+3
*
Fix the compile issue in bin/samtest, and make the 'system' token just have the
Andrew Bartlett
2002-09-30
1
-2
/
+2
*
Remove sam/api.c.
Andrew Bartlett
2002-09-29
2
-14
/
+14
*
Fix 'plugin' command
Jelmer Vernooij
2002-09-28
1
-2
/
+2
*
Patch from metze to fix enum_accounts
Jelmer Vernooij
2002-09-28
1
-13
/
+56
*
Add the beginings of sam_ads to the tree.
Andrew Bartlett
2002-09-28
1
-3
/
+3
*
notify user when no {domains,accounts} were found
Jelmer Vernooij
2002-09-25
1
-0
/
+10
*
Add samtest command 'enum_accounts' + few typo fixes in sam/interface.c
Jelmer Vernooij
2002-09-25
1
-1
/
+29
[next]