summaryrefslogtreecommitdiff
path: root/source4/torture/gentest.c
Commit message (Expand)AuthorAgeFilesLines
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-23/+23
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-101-0/+1
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-53/+53
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-0/+1
* r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij2007-10-101-1/+1
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-101-2/+2
* r12551: fixed oplock serialisation problem in gentest as wellAndrew Tridgell2007-10-101-3/+20
* r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNSAndrew Tridgell2007-10-101-1/+0
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r11633: Fix some more warnings.Tim Potter2007-10-101-0/+13
* r11626: Fix unhandled enum in case statement warnings by noting appropriatelyTim Potter2007-10-101-0/+8
* r10528: Add credentials.h back into includes.h as some compilers don'tJelmer Vernooij2007-10-101-1/+0
* r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij2007-10-101-0/+1
* r10315: Remove use of fstring and pstring in dynconfig.cJelmer Vernooij2007-10-101-1/+0
* r8643: - make lp_configfile() work againAndrew Tridgell2007-10-101-1/+1
* r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell2007-10-101-2/+2
* r7704: - fixed open_nbt_connection() to return NULL when the connection failedAndrew Tridgell2007-10-101-1/+1
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-1/+1
* r7530: Simply calling convention of lp_load().Andrew Bartlett2007-10-101-1/+1
* r6531: fixed gentest with new credentials codeAndrew Tridgell2007-10-101-7/+16
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-1/+3
* r5963: Fix parameter passing for gentest and locktestJelmer Vernooij2007-10-101-9/+10
* r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2007-10-101-18/+11
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-101-5/+6
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-4/+5
* r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2007-10-101-2/+6
* r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2007-10-101-3/+3
* 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-2/+3
* r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell2007-10-101-2/+2
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-0/+2
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-1/+1
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2007-10-101-0/+1
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+1
* r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell2007-10-101-10/+10
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-101-1/+1
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-101-1/+1
* r2062: Fix a couple more of the printf warnings (real bugs).Andrew Bartlett2007-10-101-1/+1
* r1676: - improved the handling of username/password in locktest and gentestAndrew Tridgell2007-10-101-2/+6
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-24/+24
* r1578: the first stage of the async client rewrite.Andrew Tridgell2007-10-101-15/+4
* r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher2007-10-101-2/+2
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-3/+3
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-23/+23