summaryrefslogtreecommitdiff
path: root/source3/torture
AgeCommit message (Expand)AuthorFilesLines
2002-01-16Quieten some pointer cast warnings.Tim Potter1-3/+4
2002-01-03Update the NT_STATUS -> DOS error table.Andrew Bartlett1-3/+3
2002-01-03Make a couple more of the warnings also be C commentsAndrew Bartlett1-2/+2
2002-01-03A few changes to always output the erorr mapping even when the error wasAndrew Bartlett1-27/+34
2002-01-03Workaround some 'smarts' in Win2k.Andrew Bartlett1-0/+20
2002-01-03Re-add bail on failure.Andrew Bartlett1-2/+8
2002-01-03fixed ERRMAPEXTRACT torture to work with win2kAndrew Tridgell1-11/+5
2002-01-02Minor update to make the output 'real C'. (The output is intended to be a CAndrew Bartlett1-3/+8
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-3/+3
2001-12-19better nsstest error checkingAndrew Tridgell1-0/+20
2001-12-09set return value to total errorsAndrew Tridgell1-2/+9
2001-12-09better error checking in nsstestAndrew Tridgell1-9/+64
2001-12-09- check for correct error codesAndrew Tridgell1-27/+48
2001-12-06allow nsstest to test any nss moduleAndrew Tridgell1-13/+19
2001-12-03put sid_to_name behind the winbindd backend interfaceAndrew Tridgell1-2/+2
2001-12-03fixed default location of libnss_winbind.soAndrew Tridgell1-1/+1
2001-12-03fixed the nsswitch initgroups codeAndrew Tridgell1-0/+302
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell2-2/+0
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter5-12/+8
2001-11-25Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett1-0/+74
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter5-9/+0
2001-11-20fix maxfd test to start deleting at right fileAndrew Tridgell1-0/+1
2001-11-20fix locktest default parametersAndrew Tridgell1-2/+3
2001-11-19Store some path names in global variables initialized to configureMartin Pool6-14/+8
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-4/+0
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-1/+1
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-2/+18
2001-10-02better method of generating the case equivalence tableAndrew Tridgell1-22/+37
2001-10-02the CASETABLE torture target now generates the complete unicodeAndrew Tridgell2-0/+75
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2-3/+0
2001-09-25added a little smbtorture test for dumping the unicode table of aAndrew Tridgell2-1/+84
2001-09-17move to SAFE_FREE()Simo Sorce3-8/+6
2001-09-17fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell1-10/+12
2001-09-16Fix (I hope) for a number of little compile warnings found by the IRIXAndrew Bartlett3-8/+8
2001-09-10declare dbf in one spotAndrew Tridgell5-5/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell5-10/+10
2001-09-06- fixed proto.h build on systems using a parallel makeAndrew Tridgell2-192/+1575
2001-09-06it turns out that XP agrees with the samba head branch over the rightAndrew Tridgell1-12/+13
2001-09-04fixed compilation of tortureAndrew Tridgell2-48/+44
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell2-7/+7
2001-08-27forgot to commit the scanner codeAndrew Tridgell1-0/+435
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell2-161/+145
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell3-6/+3
2001-08-24tests for 0 length locksAndrew Tridgell1-15/+28
2001-08-24allow for 0 range locks in locktestAndrew Tridgell1-1/+1
2001-08-23more minor torture updatesAndrew Tridgell2-4/+15
2001-08-23the beginnings of a TRANS2 scannerAndrew Tridgell1-0/+66
2001-08-22minor bug fixes to smbtortureAndrew Tridgell1-3/+5
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell2-38/+47
2001-08-13Converted to new error API.Tim Potter1-28/+32