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