summaryrefslogtreecommitdiff
path: root/source4/torture/basic/utable.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-18s4-test: prevent the utable test from crashingAndrew Tridgell1-3/+5
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison1-6/+12
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-2/+2
2011-03-19source4/torture/basic: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-6/+8
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-1/+0
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-6/+7
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-2/+2
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-2/+2
2008-10-22Repel pstring to nsswitch/.Jelmer Vernooij1-6/+5
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-3/+3
2007-12-21r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij1-1/+1
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-2/+3
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-2/+2
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22579: disable progress printing in the build-farmStefan Metzmacher1-1/+4
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-44/+28
2007-10-10r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke1-2/+2
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+1
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-2/+2
2007-10-10r14527: Fix build problems.Jelmer Vernooij1-0/+1
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+2
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-4/+4
2007-10-10r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell1-1/+1
2007-10-10r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell1-5/+6
2007-10-10r3699: - split the delayed write testing out of RAW-WRITE, as it is not yetAndrew Tridgell1-5/+4
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-2/+2
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-7/+7
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-2/+2
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-19/+19
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2004-03-26- moved some of the base tests into torture/basic/Andrew Tridgell1-0/+199