Age | Commit message (Expand) | Author | Files | Lines |
2000-05-04 | more locktest improvements | Andrew Tridgell | 1 | -31/+81 |
2000-05-04 | fixed message text | Andrew Tridgell | 1 | -1/+1 |
2000-05-04 | if the stat cache is off then don't initialise it | Andrew Tridgell | 1 | -0/+2 |
2000-05-04 | added -A analyze mode to locktest - it can now automatically prune | Andrew Tridgell | 1 | -139/+242 |
2000-05-04 | found a much simpler case that kills the posix locking | Andrew Tridgell | 1 | -5/+5 |
2000-05-04 | fixed a uninit memory read that insure found | Andrew Tridgell | 1 | -6/+3 |
2000-05-04 | added ability to present lock tests | Andrew Tridgell | 1 | -16/+40 |
2000-05-04 | Fix for debug statement crash. | Jeremy Allison | 1 | -1/+1 |
2000-05-03 | Fix based on Elrond's code to reduce the store size on removing dead records. | Jeremy Allison | 1 | -0/+1 |
2000-05-03 | Fixed the bug locktest.c found, it was an off-by-one error in the non-overlap | Jeremy Allison | 1 | -1/+1 |
2000-05-03 | Fixed silly bug where I wasn't checking for matching fd's in closing a file. | Jeremy Allison | 1 | -7/+24 |
2000-05-03 | Added range info to the panic message to track down the bug with | Jeremy Allison | 1 | -1/+5 |
2000-05-03 | improved the lock test program | Andrew Tridgell | 1 | -15/+27 |
2000-05-03 | - clear dead locks at startup | Andrew Tridgell | 1 | -2/+47 |
2000-05-03 | added a nasty lock testing program | Andrew Tridgell | 2 | -1/+350 |
2000-05-03 | Fix for stacking locks in brlock and POSIX. Windows only allows a read lock | Jeremy Allison | 2 | -92/+130 |
2000-05-03 | Added read overlay write lock on same fnum test to locktest2. | Jeremy Allison | 1 | -1/+117 |
2000-05-03 | Insure uninitialized memory read fixes. | Jeremy Allison | 3 | -3/+5 |
2000-05-02 | Fixed wild pointer diff found by insure. | Jeremy Allison | 1 | -1/+1 |
2000-05-02 | Implemented the last (I hope:-) part of the locking puzzle, the reference | Jeremy Allison | 1 | -23/+90 |
2000-05-02 | added support for deleting printers into the spoolss system | Andrew Tridgell | 6 | -1/+139 |
2000-05-02 | split the username in the vuser structure into a separate | Andrew Tridgell | 10 | -27/+34 |
2000-05-02 | and yet another memory leak - this one in the client | Andrew Tridgell | 1 | -0/+5 |
2000-05-02 | fixed a memory leak (calling hash_table_init twice) | Andrew Tridgell | 1 | -1/+7 |
2000-05-02 | fixed a memory leak | Andrew Tridgell | 1 | -0/+2 |
2000-05-02 | Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS | Jeremy Allison | 6 | -108/+141 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 38 | -64/+98 |
2000-05-01 | locking/posix.c: Fixed double-free nasty crash bug found by insure. | Jeremy Allison | 3 | -4/+10 |
2000-05-01 | handle tabs in printcap files | Andrew Tridgell | 1 | -2/+2 |
2000-05-01 | allow a DEFAULT_PRINTING to be specified in CFLAGS | Andrew Tridgell | 1 | -0/+4 |
2000-05-01 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2000-05-01 | added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags. | Andrew Tridgell | 6 | -48/+79 |
2000-04-30 | - added some error checking | Andrew Tridgell | 3 | -73/+67 |
2000-04-30 | fixed dptr_wcard handling (need to use strdup) | Andrew Tridgell | 1 | -1/+1 |
2000-04-30 | fixed parsing of broken NT short name | Andrew Tridgell | 1 | -1/+1 |
2000-04-30 | handle the special rule of *.* for old style listings when old_list is | Andrew Tridgell | 1 | -0/+3 |
2000-04-30 | removed more cruft from our old wildcard matching code | Andrew Tridgell | 1 | -37/+0 |
2000-04-30 | go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFO | Andrew Tridgell | 1 | -10/+4 |
2000-04-30 | fixed our smbsearch code. We now store the mask with the dptr, this | Andrew Tridgell | 2 | -32/+19 |
2000-04-30 | fix handing of ascii_to_unistr | Andrew Tridgell | 1 | -19/+19 |
2000-04-30 | - get the findclose code right | Andrew Tridgell | 1 | -9/+17 |
2000-04-30 | added cli_list_old() to allow for old style directory listing from | Andrew Tridgell | 3 | -11/+158 |
2000-04-30 | some cleanups | Andrew Tridgell | 1 | -10/+13 |
2000-04-30 | we don't need fnmatch.c any more | Andrew Tridgell | 6 | -348/+100 |
2000-04-30 | changed masktest to test the internal algorithm against one server, | Andrew Tridgell | 1 | -78/+30 |
2000-04-30 | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 15 | -975/+391 |
2000-04-30 | YIPEE!!!!! | Andrew Tridgell | 6 | -79/+166 |
2000-04-29 | put tdb utility functions in a separate file | Andrew Tridgell | 3 | -45/+71 |
2000-04-29 | Removed tdb locking calls (picky Andrew...:-) | Jeremy Allison | 1 | -25/+12 |
2000-04-28 | Moved deletion of vfs handle into smbd/conn.c as it was being done too | Jeremy Allison | 2 | -16/+15 |