summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* we don't do "revalidate = yes" any moreAndrew Tridgell2000-05-241-5/+0
* added -u hide_unlock_fails optionAndrew Tridgell2000-05-241-2/+7
* use \\ in front of filenamesAndrew Tridgell2000-05-241-2/+2
* use lp_workgroup()Andrew Tridgell2000-05-241-10/+13
* use lp_workgroup()Andrew Tridgell2000-05-241-3/+4
* torture test:Luke Leighton2000-05-241-0/+91
* Added -W workgroup command line option.Tim Potter2000-05-222-2/+12
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-14/+3
* signed/unsigned fixes so we can handle a lock base close to 2^32Andrew Tridgell2000-05-061-31/+29
* make debug easier to readAndrew Tridgell2000-05-051-6/+9
* make debug easier to readAndrew Tridgell2000-05-051-5/+6
* nasty hack to print posix locksAndrew Tridgell2000-05-051-0/+17
* example of broken posix lock behaviourAndrew Tridgell2000-05-051-0/+8
* rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2000-05-041-2/+14
* parameterize the lock timeoutAndrew Tridgell2000-05-041-2/+3
* added a test for the NT byte range lock into smbtortureAndrew Tridgell2000-05-041-1/+16
* an even simpler example of NT gettings its locking code wrong. ThisAndrew Tridgell2000-05-041-20/+14
* need LOCKING_OBJ in locktest nowAndrew Tridgell2000-05-041-3/+7
* more locktest improvementsAndrew Tridgell2000-05-041-31/+81
* fixed message textAndrew Tridgell2000-05-041-1/+1
* added -A analyze mode to locktest - it can now automatically pruneAndrew Tridgell2000-05-041-139/+242
* found a much simpler case that kills the posix lockingAndrew Tridgell2000-05-041-5/+5
* fixed a uninit memory read that insure foundAndrew Tridgell2000-05-041-6/+3
* added ability to present lock testsAndrew Tridgell2000-05-041-16/+40
* improved the lock test programAndrew Tridgell2000-05-031-15/+27
* added a nasty lock testing programAndrew Tridgell2000-05-031-0/+340
* Added read overlay write lock on same fnum test to locktest2.Jeremy Allison2000-05-031-1/+117
* locking/posix.c: Fixed double-free nasty crash bug found by insure.Jeremy Allison2000-05-012-1/+10
* handle the special rule of *.* for old style listings when old_list isAndrew Tridgell2000-04-301-0/+3
* added cli_list_old() to allow for old style directory listing fromAndrew Tridgell2000-04-301-5/+12
* changed masktest to test the internal algorithm against one server,Andrew Tridgell2000-04-301-78/+30
* YIPEE!!!!!Andrew Tridgell2000-04-301-78/+16
* Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison2000-04-271-1/+1
* quick hack to get smbtorture working againAndrew Tridgell2000-04-271-0/+2
* fixed a memory leak in nmblookupAndrew Tridgell2000-04-251-0/+2
* load smb.conf and interfaces in masktest (to allow for netbios nameAndrew Tridgell2000-03-261-0/+4
* Fixed parsing issue with HP printer defs reported by HP.Jeremy Allison2000-03-141-26/+62
* added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton2000-03-071-0/+72
* Fixed smbpasswd crash bugs found by Giulio.Jeremy Allison2000-03-011-3/+2
* client/client.c:Jeremy Allison2000-02-251-53/+43
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-9/+35
* the beginnings of a fnmatch() based wildcard matching routineAndrew Tridgell2000-02-101-20/+66
* update masktest for new make_nmb_name() syntaxAndrew Tridgell2000-02-091-3/+3
* added masktest to head branch, in preparation for another assault onAndrew Tridgell2000-02-091-0/+435
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-2/+2
* renamed DENY to DENY1Andrew Tridgell2000-01-161-5/+95
* use GET_DENY_MODE() macroAndrew Tridgell2000-01-161-2/+1
* added code to allow traversal of the byte range lock databaseAndrew Tridgell2000-01-161-1/+29
* casts and defines to make solaris happyAndrew Tridgell2000-01-142-3/+3
* we now pass all byte range locking testsAndrew Tridgell2000-01-141-14/+12