Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added NEGNOWAIT. sent to secure@microsoft.com | Luke Leighton | 2000-09-26 | 1 | -2/+35 |
| | |||||
* | first cut at smbcontrol program. It currently allows syntax like: | Andrew Tridgell | 2000-09-13 | 2 | -14/+159 |
| | | | | | | | smbcontrol nmbd debug 7 smbcontrol smbd debug 9 smbcontrol 3278 debug 1 smbcontrol nmbd force-election | ||||
* | - fixed some memory leaks in the messages code | Andrew Tridgell | 2000-09-12 | 1 | -3/+21 |
| | | | | - added a MSG_PING message for performance testing. | ||||
* | - changed the msg_type to be an int instead of an enum so that it is | Andrew Tridgell | 2000-09-12 | 1 | -1/+1 |
| | | | | | | | easier to add new message types to messages.h without breaking old binaries - added a MSG_FORCE_ELECTION message to force nmbd to hold an election | ||||
* | a simple test program I use to test the debug message system | Andrew Tridgell | 2000-09-11 | 1 | -0/+63 |
| | |||||
* | Fix for safe_free freeing static strings. From Robert August Vincent, II. | Jeremy Allison | 2000-08-21 | 1 | -5/+6 |
| | | | | Jeremy. | ||||
* | fixed help string | Andrew Tridgell | 2000-08-09 | 1 | -1/+2 |
| | |||||
* | Fixed memory leaks in root and non-root password changing. | Tim Potter | 2000-07-26 | 1 | -7/+20 |
| | |||||
* | Removed the sanity check on the WINS SERVER parameter because it simply | Christopher R. Hertel | 2000-07-18 | 1 | -17/+0 |
| | | | | | | checked to see that only one server was listed. As I am working on an enhancement that allows multiple servers to be listed...this was a bit contrary. ;) | ||||
* | the smbw sample prog | Andrew Tridgell | 2000-07-06 | 1 | -0/+93 |
| | |||||
* | slightly saner defaults | Andrew Tridgell | 2000-06-29 | 1 | -3/+3 |
| | |||||
* | add -d debuglevel option | Andrew Tridgell | 2000-06-15 | 1 | -1/+5 |
| | |||||
* | If I use nmblookup to search for node ZOOB#1B and there is no such name | Christopher R. Hertel | 2000-06-13 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | registered within the search space, nmblookup would report name_query failed to find name ZOOB I've changed it to report any non-zero type, so the above message becomes name_query failed to find name ZOOB#1B If the query is for ZOOB or even ZOOB#00 then the old style error message is given. Chris -)----- | ||||
* | argv parsing fixes | Andrew Tridgell | 2000-06-13 | 1 | -2/+2 |
| | |||||
* | allow for lots of connections per server | Andrew Tridgell | 2000-06-13 | 1 | -75/+76 |
| | |||||
* | added -L switch to tell smbtorture to use oplocks | Andrew Tridgell | 2000-06-13 | 2 | -4/+7 |
| | |||||
* | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 2000-06-11 | 1 | -2/+2 |
| | | | | | I had to modify sys_select() to not loop on EINTR. I added a wrapper called sys_select_intr() which gives the old behaviour. | ||||
* | don't ue nasty /proc/locks hack by default | Andrew Tridgell | 2000-06-05 | 1 | -2/+2 |
| | |||||
* | added locktest2 | Andrew Tridgell | 2000-06-05 | 1 | -0/+626 |
| | | | | | | | | | this uses 16 open file descriptors on 2 servers, with each server accessed both via POSIX call and SMB calls. The idea is to test NFS/SMB locking interaction. Unfortunately the NT NFS locking implementation is so badly broken that we don't have anything to test against | ||||
* | added -O (use oplocks) option to locktest | Andrew Tridgell | 2000-06-05 | 1 | -1/+8 |
| | |||||
* | moved secrets fns into secrets.c | Andrew Tridgell | 2000-06-03 | 1 | -1/+1 |
| | |||||
* | fixed bugs in fdpass tests | Andrew Tridgell | 2000-05-27 | 1 | -8/+11 |
| | |||||
* | move srandom to after connect so random stuff in clientgen doesn't | Andrew Tridgell | 2000-05-27 | 1 | -2/+4 |
| | | | | change seed | ||||
* | minor fixes | Andrew Tridgell | 2000-05-24 | 2 | -7/+4 |
| | |||||
* | 2nd evil simultaneous read-write test. forks. one writer. others | Luke Leighton | 2000-05-24 | 1 | -1/+118 |
| | | | | | are readers. writes between 1 and 20 bytes. reads as much as possible. compares. repeat until end of buffer (fixed size: 131072 bytes) reached. | ||||
* | we don't do "revalidate = yes" any more | Andrew Tridgell | 2000-05-24 | 1 | -5/+0 |
| | |||||
* | added -u hide_unlock_fails option | Andrew Tridgell | 2000-05-24 | 1 | -2/+7 |
| | |||||
* | use \\ in front of filenames | Andrew Tridgell | 2000-05-24 | 1 | -2/+2 |
| | |||||
* | use lp_workgroup() | Andrew Tridgell | 2000-05-24 | 1 | -10/+13 |
| | | | | | use \\ in front of filenames get short name via a separate trans2 level 260 call | ||||
* | use lp_workgroup() | Andrew Tridgell | 2000-05-24 | 1 | -3/+4 |
| | | | | use \\ in front of filenames | ||||
* | torture test: | Luke Leighton | 2000-05-24 | 1 | -0/+91 |
| | | | | | | | | | | same cli_state: open file rw/denynone, open *same* file r/denynone. write to file (fd1) read from file (fd2). compare. repeat. two cli_states: open file rw/denynone (cli1), open *same* file r/denynone (cli2). write to file (fd1) read from file (fd2). compare. repeat. | ||||
* | Added -W workgroup command line option. | Tim Potter | 2000-05-22 | 2 | -2/+12 |
| | | | | Added call to codepage_initialise(). | ||||
* | added secrets.tdb and changed storage of trust account password to use | Andrew Tridgell | 2000-05-08 | 1 | -14/+3 |
| | | | | it | ||||
* | signed/unsigned fixes so we can handle a lock base close to 2^32 | Andrew Tridgell | 2000-05-06 | 1 | -31/+29 |
| | |||||
* | make debug easier to read | Andrew Tridgell | 2000-05-05 | 1 | -6/+9 |
| | |||||
* | make debug easier to read | Andrew Tridgell | 2000-05-05 | 1 | -5/+6 |
| | |||||
* | nasty hack to print posix locks | Andrew Tridgell | 2000-05-05 | 1 | -0/+17 |
| | |||||
* | example of broken posix lock behaviour | Andrew Tridgell | 2000-05-05 | 1 | -0/+8 |
| | |||||
* | rpc_server/srv_lsa.c: Bring into sync with 2.0.x. | Jeremy Allison | 2000-05-04 | 1 | -2/+14 |
| | | | | | | | rpc_server/srv_pipe_hnd.c: Bring into sync with 2.0.x. smbd/blocking.c: Improve blocking debug reporting. utils/torture.c: Added check for NT locking bug. Jeremy. | ||||
* | parameterize the lock timeout | Andrew Tridgell | 2000-05-04 | 1 | -2/+3 |
| | |||||
* | added a test for the NT byte range lock into smbtorture | Andrew Tridgell | 2000-05-04 | 1 | -1/+16 |
| | |||||
* | an even simpler example of NT gettings its locking code wrong. This | Andrew Tridgell | 2000-05-04 | 1 | -20/+14 |
| | | | | | | | | one doesn't even need two connections to the box, just two file handles. it is a very simple case actually, and one I think will happen quite a lot in real life. I wonder how they haven't noticed it? I checked and W2K has the same bug. | ||||
* | need LOCKING_OBJ in locktest now | Andrew Tridgell | 2000-05-04 | 1 | -3/+7 |
| | |||||
* | more locktest improvements | Andrew Tridgell | 2000-05-04 | 1 | -31/+81 |
| | | | | | the current preset tests show a very interesting NT bug - it sometimes refuses a lock that it shouldn't. | ||||
* | fixed message text | Andrew Tridgell | 2000-05-04 | 1 | -1/+1 |
| | |||||
* | added -A analyze mode to locktest - it can now automatically prune | Andrew Tridgell | 2000-05-04 | 1 | -139/+242 |
| | | | | the list of locks that cause a failure | ||||
* | found a much simpler case that kills the posix locking | Andrew Tridgell | 2000-05-04 | 1 | -5/+5 |
| | |||||
* | fixed a uninit memory read that insure found | Andrew Tridgell | 2000-05-04 | 1 | -6/+3 |
| | |||||
* | added ability to present lock tests | Andrew Tridgell | 2000-05-04 | 1 | -16/+40 |
| | |||||
* | improved the lock test program | Andrew Tridgell | 2000-05-03 | 1 | -15/+27 |
| |