summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-05-04rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison4-19/+41
2000-05-04Updated to fix overlapping problem.Jeremy Allison1-68/+142
2000-05-04a minimal change to get appliance mode to work with winbinddAndrew Tridgell5-16/+70
2000-05-04parameterize the lock timeoutAndrew Tridgell1-2/+3
2000-05-04added a test for the NT byte range lock into smbtortureAndrew Tridgell1-1/+16
2000-05-04an even simpler example of NT gettings its locking code wrong. ThisAndrew Tridgell1-20/+14
2000-05-04 - use full_name instead of real_nameAndrew Tridgell8-21/+9
2000-05-04need LOCKING_OBJ in locktest nowAndrew Tridgell2-4/+8
2000-05-04more locktest improvementsAndrew Tridgell1-31/+81
2000-05-04fixed message textAndrew Tridgell1-1/+1
2000-05-04if the stat cache is off then don't initialise itAndrew Tridgell1-0/+2
2000-05-04added -A analyze mode to locktest - it can now automatically pruneAndrew Tridgell1-139/+242
2000-05-04found a much simpler case that kills the posix lockingAndrew Tridgell1-5/+5
2000-05-04fixed a uninit memory read that insure foundAndrew Tridgell1-6/+3
2000-05-04added ability to present lock testsAndrew Tridgell1-16/+40
2000-05-04Fix for debug statement crash.Jeremy Allison1-1/+1
2000-05-03Fix based on Elrond's code to reduce the store size on removing dead records.Jeremy Allison1-0/+1
2000-05-03Fixed the bug locktest.c found, it was an off-by-one error in the non-overlapJeremy Allison1-1/+1
2000-05-03Fixed silly bug where I wasn't checking for matching fd's in closing a file.Jeremy Allison1-7/+24
2000-05-03Added range info to the panic message to track down the bug withJeremy Allison1-1/+5
2000-05-03improved the lock test programAndrew Tridgell1-15/+27
2000-05-03- clear dead locks at startupAndrew Tridgell1-2/+47
2000-05-03added a nasty lock testing programAndrew Tridgell2-1/+350
2000-05-03Fix for stacking locks in brlock and POSIX. Windows only allows a read lockJeremy Allison2-92/+130
2000-05-03Added read overlay write lock on same fnum test to locktest2.Jeremy Allison1-1/+117
2000-05-03Insure uninitialized memory read fixes.Jeremy Allison3-3/+5
2000-05-02Fixed wild pointer diff found by insure.Jeremy Allison1-1/+1
2000-05-02Implemented the last (I hope:-) part of the locking puzzle, the referenceJeremy Allison1-23/+90
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell6-1/+139
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell10-27/+34
2000-05-02and yet another memory leak - this one in the clientAndrew Tridgell1-0/+5
2000-05-02fixed a memory leak (calling hash_table_init twice)Andrew Tridgell1-1/+7
2000-05-02fixed a memory leakAndrew Tridgell1-0/+2
2000-05-02Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison6-108/+141
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison38-64/+98
2000-05-01locking/posix.c: Fixed double-free nasty crash bug found by insure.Jeremy Allison3-4/+10
2000-05-01handle tabs in printcap filesAndrew Tridgell1-2/+2
2000-05-01allow a DEFAULT_PRINTING to be specified in CFLAGSAndrew Tridgell1-0/+4
2000-05-01fixed typoAndrew Tridgell1-1/+1
2000-05-01added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell6-48/+79
2000-04-30 - added some error checkingAndrew Tridgell3-73/+67
2000-04-30fixed dptr_wcard handling (need to use strdup)Andrew Tridgell1-1/+1
2000-04-30fixed parsing of broken NT short nameAndrew Tridgell1-1/+1
2000-04-30handle the special rule of *.* for old style listings when old_list isAndrew Tridgell1-0/+3
2000-04-30removed more cruft from our old wildcard matching codeAndrew Tridgell1-37/+0
2000-04-30go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFOAndrew Tridgell1-10/+4
2000-04-30fixed our smbsearch code. We now store the mask with the dptr, thisAndrew Tridgell2-32/+19
2000-04-30fix handing of ascii_to_unistrAndrew Tridgell1-19/+19
2000-04-30- get the findclose code rightAndrew Tridgell1-9/+17
2000-04-30added cli_list_old() to allow for old style directory listing fromAndrew Tridgell3-11/+158