summaryrefslogtreecommitdiffstats
path: root/source4/torture/gentest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-8/+8
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-4/+4
* fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell2004-03-251-1/+1
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-101-5/+5
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-081-6/+6
* * removed a bunch of unused codeAndrew Tridgell2003-11-301-1/+1
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-021-3/+2
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-2/+2
* added SMBopen to gentestAndrew Tridgell2003-08-141-0/+35
* added seek to gentestAndrew Tridgell2003-08-141-0/+23
* - added a raw smb scannerAndrew Tridgell2003-08-131-1/+1
* - added SMBntrename test suiteAndrew Tridgell2003-08-131-4/+39
* make sure we give the chosen workgroup in gentestAndrew Tridgell2003-08-131-2/+6
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+2113