Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-09-24 | Fix bug in get_methods_by_name | Jelmer Vernooij | 1 | -9/+71 |
2002-09-24 | - Don't put pointer to sam_domain_handle in sam_methods but single domainsid ... | Jelmer Vernooij | 3 | -59/+74 |
2002-09-20 | Add framework for samtest commands | Jelmer Vernooij | 2 | -880/+117 |
2002-09-19 | Merge in first command for 'samtest' | Jelmer Vernooij | 3 | -11/+1036 |
2002-09-10 | Added final Steve French patch for "required" attributes with old | Jeremy Allison | 1 | -0/+100 |
2002-09-05 | initial mem_ctx to NULL | Andrew Tridgell | 2 | -2/+2 |
2002-08-30 | Correct error message. | Jeremy Allison | 1 | -1/+1 |
2002-08-30 | Better error reporting on OPEN test. | Jeremy Allison | 1 | -2/+4 |
2002-08-30 | Added attribute specific OPEN tests (for SYSTEM and HIDDEN). | Jeremy Allison | 1 | -0/+44 |
2002-08-29 | Correct popt argument info in vfstest | Jelmer Vernooij | 2 | -39/+2 |
2002-08-29 | Use popt for printing --help message | Jelmer Vernooij | 2 | -38/+13 |
2002-08-29 | Don't use global memory context | Jelmer Vernooij | 2 | -10/+8 |
2002-08-29 | Adding samtest utility used to test sam backends. Compiles but doesn't do | Jelmer Vernooij | 1 | -0/+468 |
2002-08-24 | if muhammad does not go to the mountain ... | Simo Sorce | 1 | -0/+2 |
2002-08-21 | implemented lock and mknod | Simo Sorce | 2 | -16/+207 |
2002-08-20 | some fixes | Jelmer Vernooij | 1 | -24/+1 |
2002-08-20 | Remove unused variables | Jelmer Vernooij | 1 | -16/+3 |
2002-08-19 | make IRIX happy | Simo Sorce | 1 | -10/+14 |
2002-08-19 | Add 'conf' command to load different smb.conf files | Jelmer Vernooij | 1 | -4/+22 |
2002-08-18 | O_NOFOLLOW does not exist on solaris 8 ?? | Simo Sorce | 1 | -0/+4 |
2002-08-18 | nicer locking timeout test | Andrew Tridgell | 1 | -2/+7 |
2002-08-18 | improvements and bugfix | Simo Sorce | 1 | -17/+71 |
2002-08-18 | A new utility to test VFS system and modules | Simo Sorce | 3 | -0/+1468 |
2002-08-18 | make the LOCK1 test randomise the time for the blocking lock test | Andrew Tridgell | 1 | -1/+1 |
2002-07-21 | More cleanups, and add a comment/hint not to clean somthing up in future :-) | Andrew Bartlett | 1 | -63/+7 |
2002-07-21 | Another smattering of static and const | Andrew Bartlett | 1 | -1/+1 |
2002-06-28 | Test how many pipes we can open. | Jeremy Allison | 1 | -0/+29 |
2002-05-17 | more dl* -> sys_dl* for sco | Andrew Bartlett | 1 | -2/+2 |
2002-04-24 | add collision/total indication to every collision report | Simo Sorce | 1 | -2/+3 |
2002-04-18 | Back out the wrong changes I made yesterday ... | Richard Sharpe | 2 | -11/+6 |
2002-04-17 | Fix smbtorture so it can handle collisions etc ... | Richard Sharpe | 2 | -6/+21 |
2002-04-12 | nicer measurement of failures and collisions | Andrew Tridgell | 1 | -7/+15 |
2002-04-12 | better mangling test. We now test that we can create by long name and | Andrew Tridgell | 1 | -2/+33 |
2002-04-12 | - added a mangling test suite that measures the collision rate on | Andrew Tridgell | 2 | -11/+179 |
2002-04-04 | Fixed some compile warnings. | Tim Potter | 2 | -2/+4 |
2002-03-28 | a dodgy fix for a dodgy race condition in smbtorture child startup | Andrew Tridgell | 1 | -1/+1 |
2002-03-26 | Tests for insane open semantics. | Jeremy Allison | 1 | -7/+68 |