summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-14/+3
2000-05-06signed/unsigned fixes so we can handle a lock base close to 2^32Andrew Tridgell1-31/+29
2000-05-05make debug easier to readAndrew Tridgell1-6/+9
2000-05-05make debug easier to readAndrew Tridgell1-5/+6
2000-05-05nasty hack to print posix locksAndrew Tridgell1-0/+17
2000-05-05example of broken posix lock behaviourAndrew Tridgell1-0/+8
2000-05-04rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison1-2/+14
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-04need LOCKING_OBJ in locktest nowAndrew Tridgell1-3/+7
2000-05-04more locktest improvementsAndrew Tridgell1-31/+81
2000-05-04fixed message textAndrew Tridgell1-1/+1
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-03improved the lock test programAndrew Tridgell1-15/+27
2000-05-03added a nasty lock testing programAndrew Tridgell1-0/+340
2000-05-03Added read overlay write lock on same fnum test to locktest2.Jeremy Allison1-1/+117
2000-05-01locking/posix.c: Fixed double-free nasty crash bug found by insure.Jeremy Allison2-1/+10
2000-04-30handle the special rule of *.* for old style listings when old_list isAndrew Tridgell1-0/+3
2000-04-30added cli_list_old() to allow for old style directory listing fromAndrew Tridgell1-5/+12
2000-04-30changed masktest to test the internal algorithm against one server,Andrew Tridgell1-78/+30
2000-04-30YIPEE!!!!!Andrew Tridgell1-78/+16
2000-04-27Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison1-1/+1
2000-04-27quick hack to get smbtorture working againAndrew Tridgell1-0/+2
2000-04-25fixed a memory leak in nmblookupAndrew Tridgell1-0/+2
2000-03-26load smb.conf and interfaces in masktest (to allow for netbios nameAndrew Tridgell1-0/+4
2000-03-14Fixed parsing issue with HP printer defs reported by HP.Jeremy Allison1-26/+62
2000-03-07added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton1-0/+72
2000-03-01Fixed smbpasswd crash bugs found by Giulio.Jeremy Allison1-3/+2
2000-02-25client/client.c:Jeremy Allison1-53/+43
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-9/+35
2000-02-10the beginnings of a fnmatch() based wildcard matching routineAndrew Tridgell1-20/+66
2000-02-09update masktest for new make_nmb_name() syntaxAndrew Tridgell1-3/+3
2000-02-09added masktest to head branch, in preparation for another assault onAndrew Tridgell1-0/+435
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-2/+2
2000-01-16renamed DENY to DENY1Andrew Tridgell1-5/+95
2000-01-16use GET_DENY_MODE() macroAndrew Tridgell1-2/+1
2000-01-16added code to allow traversal of the byte range lock databaseAndrew Tridgell1-1/+29
2000-01-14casts and defines to make solaris happyAndrew Tridgell2-3/+3
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-14/+12
2000-01-14some more work on the byte range lockingAndrew Tridgell1-14/+16
2000-01-13greatly expanded the lock4 locking test. we now pass all but one testAndrew Tridgell1-45/+93
2000-01-10I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell1-21/+129
2000-01-08extent smbtorture to test with both an exe file and a dat fileAndrew Tridgell1-37/+43
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell1-1/+1
2000-01-08added a DENY test that tests deny mode handling. It produces a matrixAndrew Tridgell1-2/+86
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell2-8/+8