summaryrefslogtreecommitdiff
path: root/source4/torture/raw/eas.c
Commit message (Expand)AuthorAgeFilesLines
* s4-torture: fix gcc6 build warning.Günther Deschner2016-02-061-5/+1
* torture: Provide enough space for test EA name in raw.eas testAndrew Bartlett2014-09-111-1/+1
* Add torture tests to raw.eas to check sending Windows invalid names in the mi...Jeremy Allison2013-07-191-0/+114
* s4-torture: Improve torture test boilerplate, use torture_assert()Andrew Bartlett2012-05-181-6/+2
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4-smbtorture: use torture_assert_ and comment functions in raw.eas test.Günther Deschner2011-03-181-32/+29
* s4-smbtorture: use torture_context in raw.eas test.Günther Deschner2011-03-181-6/+6
* s4-smbtorture: remove trailing whitespace from raw.eas test.Günther Deschner2011-03-181-34/+34
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-3/+3
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-13/+9
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-21/+21
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-4/+4
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-5/+5
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-13/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-101-2/+2
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-2/+2
* r14527: Fix build problems.Jelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-6/+6
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-4/+4
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r8117: fixed a bunch more dos error code handing.Andrew Tridgell2007-10-101-2/+1
* r8051: separate out the MAX EAs test, as it fills disk too much to be run reg...Andrew Tridgell2007-10-101-2/+29
* r8004: added a maximum EAs size test from Kukks.Andrew Tridgell2007-10-101-1/+228
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-101-8/+0
* r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2007-10-101-22/+20
* r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2007-10-101-70/+27
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-101-2/+2
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-2/+3
* r3828: added testing of opening an existing file with EAs (the EAs are ignored)Andrew Tridgell2007-10-101-2/+22
* r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell2007-10-101-1/+67
* r3746: added RAW-STREAMS and RAW-EAS tests to smbtortureAndrew Tridgell2007-10-101-0/+215