Fix up 'net ads join' to delete and rejoin if the account already exists.
[ira/wip.git] / source3 / torture /
2002-01-03 Andrew BartlettUpdate the NT_STATUS -> DOS error table.
2002-01-03 Andrew BartlettMake a couple more of the warnings also be C comments
2002-01-03 Andrew BartlettA few changes to always output the erorr mapping even...
2002-01-03 Andrew BartlettWorkaround some 'smarts' in Win2k.
2002-01-03 Andrew BartlettRe-add bail on failure.
2002-01-03 Andrew Tridgellfixed ERRMAPEXTRACT torture to work with win2k
2002-01-02 Andrew BartlettMinor update to make the output 'real C'. (The output...
2001-12-20 Jeremy AllisonRemoved global debugf. Replaced with lp_set_logfile...
2001-12-19 Andrew Tridgellbetter nsstest error checking
2001-12-09 Andrew Tridgellset return value to total errors
2001-12-09 Andrew Tridgellbetter error checking in nsstest
2001-12-09 Andrew Tridgell- check for correct error codes
2001-12-06 Andrew Tridgellallow nsstest to test any nss module
2001-12-03 Andrew Tridgellput sid_to_name behind the winbindd backend interface
2001-12-03 Andrew Tridgellfixed default location of libnss_winbind.so
2001-12-03 Andrew Tridgellfixed the nsswitch initgroups code
2001-11-28 Andrew Tridgellfix a bunch of places where we can double-free a cli...
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-25 Andrew BartlettAdd a new torture test to extract a NT->DOS error map...
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-20 Andrew Tridgellfix maxfd test to start deleting at right file
2001-11-20 Andrew Tridgellfix locktest default parameters
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-10-14 Andrew Tridgellthe next step in the intl changeover. This should get...
2001-10-11 Andrew Tridgellfirst step in converting the head branch to use lang_td...
2001-10-03 Andrew Tridgellswitched over to a new method of handling uppercase...
2001-10-02 Andrew Tridgellbetter method of generating the case equivalence table
2001-10-02 Andrew Tridgellthe CASETABLE torture target now generates the complete...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-25 Andrew Tridgelladded a little smbtorture test for dumping the unicode...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-17 Andrew Tridgellfixed ctemp in server and client. It turns out that...
2001-09-16 Andrew BartlettFix (I hope) for a number of little compile warnings...
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-06 Andrew Tridgell- fixed proto.h build on systems using a parallel make
2001-09-06 Andrew Tridgellit turns out that XP agrees with the samba head branch...
2001-09-04 Andrew Tridgellfixed compilation of torture
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew Tridgellforgot to commit the scanner code
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-24 Andrew Tridgellfixed handling of 139/445 in clients
2001-08-24 Andrew Tridgelltests for 0 length locks
2001-08-24 Andrew Tridgellallow for 0 range locks in locktest
2001-08-23 Andrew Tridgellmore minor torture updates
2001-08-23 Andrew Tridgellthe beginnings of a TRANS2 scanner
2001-08-22 Andrew Tridgellminor bug fixes to smbtorture
2001-08-20 Andrew Tridgella bunch of fixes from the s\7fflight to seattle
2001-08-13 Tim PotterConverted to new error API.
2001-07-07 Andrew BartlettUpdate smbtorture in line with SAMBA_2_2
2001-07-05 Andrew Tridgellfixed compilation of masktest on AIX
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-03 Andrew BartlettSee if we can stick to slightly valid C..
2001-07-02 Andrew BartlettNot all OSs have setbuffer, so we better check for it.
2001-07-02 Andrew BartlettMake smbtorture return status values for use in the...
2001-06-30 Jeremy AllisonEnsure we return correct error on trying to unlock...
2001-06-19 Jeremy AllisonExtra debug in open.c, fix for bad debug message in...
2001-06-19 Andrew Tridgelladded a torture target for building all torture progs...
2001-06-19 Andrew Tridgellmoved all our torture code to a separate directory