summaryrefslogtreecommitdiff
path: root/source4/torture/raw/qfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* s4-torture: fix truncation warningsUri Simchoni2017-11-241-1/+1
* s4:torture/raw: fix debug message in torture_raw_qfileinfo_pipe()Stefan Metzmacher2014-03-251-1/+1
* s4:tortore:raw/qfileinfo: don't use dcerpc_pipe_open_smb() to open a named pipeStefan Metzmacher2013-10-171-12/+29
* s4:torture: use tctx->ev as event context for pollingStefan Metzmacher2011-11-291-1/+1
* Clean up some const and other compiler warnings.Jeremy Allison2011-05-051-1/+1
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* smbtorture: Don't crash RAW-QFILEINFO if there's no alternate name.James Peach2010-08-111-0/+5
* s4 torture: Warn on NOT_IMPLEMENTED in addition to NOT_SUPPORTED for RAW-QFIL...Aravind Srinivasan2010-06-241-3/+9
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+1
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-20/+20
* s4-torture: another unsigned comparison bugAndrew Tridgell2009-12-211-1/+1
* s4 torture: Update RAW-QFILEINFO to only test info levels that are supported ...Aravind Srinivasan2009-12-151-0/+33
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-3/+0
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+3
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-33/+33
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-0/+1
* r24883: Use torture API.Jelmer Vernooij2007-10-101-29/+18
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-32/+16
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22874: Expand the RPC-QFILEINFO-IPC test, and add a server implementation to...Andrew Bartlett2007-10-101-0/+18
* r22873: Make the RAW-QFILEINFO-IPC test pass against Win2k3.Andrew Bartlett2007-10-101-71/+150
* r22838: Add in an explority test for what QFSINFO operations are valid on IPC$Andrew Bartlett2007-10-101-56/+125
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-2/+2
* r17785: fix compiler warningsStefan Metzmacher2007-10-101-1/+6
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-101-1/+1
* r15201: Use abs() rather then ABS()Jelmer Vernooij2007-10-101-1/+1
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+1
* r14527: Fix build problems.Jelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-2/+2
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-2/+2
* 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
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-2/+2
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-101-1/+1
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-7/+9
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-101-1/+1
* r3173: make the RAW-QFILEINFO test cope better with null strings from the serverAndrew Tridgell2007-10-101-4/+4
* r1740: fixed the torture suite for ASCII-only serversAndrew Tridgell2007-10-101-3/+3
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-7/+7
* r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher2007-10-101-1/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-15/+15
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-3/+3
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-18/+18
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-4/+4
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-081-6/+6