summaryrefslogtreecommitdiff
path: root/source4/torture/basic/scanner.c
AgeCommit message (Expand)AuthorFilesLines
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-9/+4
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-3/+4
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-11/+10
2008-07-07torture: .in.max_data should not depend on the smb max sizeStefan Metzmacher1-4/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-01-03r26653: Janitorial: Remove global_loadparm use in two more places.Jelmer Vernooij1-14/+19
2007-12-21r26466: Janitorial: Remove pstrings and static char[]s from torture/basic/sca...Kai Blin1-77/+144
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-6/+7
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-6/+6
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-26/+26
2007-10-10r24874: Fix double free of smbcli_tree.Jelmer Vernooij1-4/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-19/+4
2007-10-10r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke1-3/+3
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-3/+3
2007-10-10r14527: Fix build problems.Jelmer Vernooij1-0/+1
2007-10-10r13170: Remove some dependencies on -1 implying the size of pstringJelmer Vernooij1-3/+3
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-10r8117: fixed a bunch more dos error code handing.Andrew Tridgell1-10/+10
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+2
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-3/+3
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-4/+7
2007-10-10r3971: fix compiler warningsStefan Metzmacher1-7/+7
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell1-4/+4
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-3/+3
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-6/+6
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-37/+37
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-2/+4
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2004-03-26- moved some of the base tests into torture/basic/Andrew Tridgell1-0/+563