Age | Commit message (Expand) | Author | Files | Lines |
2008-09-16 | Fix last few includes to use new tdb location. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-12 | Comment the delay write time tests so I know what they're | Jeremy Allison | 1 | -3/+41 |
2008-09-09 | A truncate write must be a smbcli_smbwrite, not a | Jeremy Allison | 1 | -1/+1 |
2008-09-08 | Make it easier to see when tests start/end. | Jeremy Allison | 1 | -15/+52 |
2008-09-08 | BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite truncat... | Stefan Metzmacher | 1 | -0/+204 |
2008-09-08 | BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and SMBwr... | Stefan Metzmacher | 1 | -0/+206 |
2008-09-08 | BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write t... | Stefan Metzmacher | 1 | -0/+157 |
2008-09-08 | BASE-DELAYWRITE: demonstrate that the time between the open and the first wri... | Stefan Metzmacher | 1 | -0/+159 |
2008-09-08 | BASE-DELAYWRITE: test more details of the truncate write time update behavior | Stefan Metzmacher | 1 | -4/+371 |
2008-09-05 | Don't compare identity, it'll never be different. | Jeremy Allison | 1 | -2/+2 |
2008-09-05 | Added tests that show that write time update is immediate | Jeremy Allison | 1 | -1/+347 |
2008-07-07 | torture: .in.max_data should not depend on the smb max size | Stefan Metzmacher | 2 | -9/+9 |
2008-06-03 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -1/+3 |
2008-06-03 | BASE-DELAYWRITE: fix test on filesystem without high resolution timestamps | Stefan Metzmacher | 1 | -1/+1 |
2008-06-03 | BASE-DELAYWRITE: add missing time checks to make sure the server has updated ... | Stefan Metzmacher | 1 | -0/+2 |
2008-06-02 | remove unused macros | Andrew Tridgell | 1 | -12/+0 |
2008-04-27 | Move subunit infrastructure code into lib/torture. | Jelmer Vernooij | 3 | -4/+3 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -1/+2 |
2008-04-13 | Use torture_assert_mem_equal() in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-08 | BASE-DELAYWRITE: be more friendly to filesystems without high resolution time... | Stefan Metzmacher | 1 | -1/+12 |
2008-04-08 | BASE-DELAYWRITE: use timeval_* and make it possible to spefic the writetime u... | Stefan Metzmacher | 1 | -101/+164 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 8 | -0/+9 |
2008-02-26 | BASE-DEFER_OPEN: be less strict with to late responses | Stefan Metzmacher | 1 | -1/+1 |
2008-02-25 | BASE-DEFER_OPEN: add torture:sharedelays option to run this test faster | Stefan Metzmacher | 1 | -5/+13 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -3/+3 |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 2 | -8/+5 |
2008-01-03 | r26653: Janitorial: Remove global_loadparm use in two more places. | Jelmer Vernooij | 1 | -14/+19 |
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 2 | -1/+2 |
2008-01-02 | r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit... | Jelmer Vernooij | 1 | -0/+6 |
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 2 | -2/+3 |
2007-12-21 | r26466: Janitorial: Remove pstrings and static char[]s from torture/basic/sca... | Kai Blin | 1 | -77/+144 |
2007-12-21 | r26438: Store iconv convenience in tdr push contexts. | Jelmer Vernooij | 2 | -2/+2 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 3 | -9/+12 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 2 | -2/+2 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 3 | -9/+9 |
2007-12-21 | r26307: BASE-DELAYWRITE: only set the write time | Stefan Metzmacher | 1 | -3/+3 |
2007-12-21 | r26306: BASE-DELAYWRITE: print access time stamps and test fileinfo and pathi... | Stefan Metzmacher | 1 | -3/+36 |
2007-12-21 | r26266: Remove more global_loadparm uses. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26249: Remove a couple more uses of global_loadparm. | Jelmer Vernooij | 5 | -12/+12 |
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more uses... | Jelmer Vernooij | 3 | -11/+11 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26220: BASE-DELAYWRITE: add more subtests to explore write time update details | Stefan Metzmacher | 1 | -0/+679 |
2007-12-21 | r26219: BASE-DELAYWRITE: make the tests more strict about the write time update | Stefan Metzmacher | 1 | -38/+49 |
2007-10-10 | r25596: It isn't valid to take the address of an array on the stack, and this | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 14 | -438/+438 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 3 | -5/+5 |
2007-10-10 | r25392: Add loadparm context as argument in a couple more places. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25186: Fix a memory corruption in base-mangle | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 1 | -1/+1 |