summaryrefslogtreecommitdiff
path: root/source4/torture/gentest.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell1-2/+2
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-0/+2
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-1/+1
2007-10-10r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell1-0/+1
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+1
2007-10-10r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell1-10/+10
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3441: some include file cleanups and general housekeepingAndrew Tridgell1-1/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell1-1/+1
2007-10-10r2062: Fix a couple more of the printf warnings (real bugs).Andrew Bartlett1-1/+1
2007-10-10r1676: - improved the handling of username/password in locktest and gentestAndrew Tridgell1-2/+6
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-24/+24
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-15/+4
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher1-2/+2
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-3/+3
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-23/+23
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-8/+8
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-4/+4
2004-03-25fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell1-1/+1
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter1-5/+5
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter1-6/+6
2003-11-30 * removed a bunch of unused codeAndrew Tridgell1-1/+1
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell1-3/+2
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-2/+2
2003-08-14added SMBopen to gentestAndrew Tridgell1-0/+35
2003-08-14added seek to gentestAndrew Tridgell1-0/+23
2003-08-13- added a raw smb scannerAndrew Tridgell1-1/+1
2003-08-13- added SMBntrename test suiteAndrew Tridgell1-4/+39
2003-08-13make sure we give the chosen workgroup in gentestAndrew Tridgell1-2/+6
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+2113