Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-03 | Note that the delaytime for update has changed betweek w2k3 and w2k8. | Jeremy Allison | 1 | -7/+11 | |
We must eventually parameterize this. Jeremy. | |||||
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 2 | -9/+9 | |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 2 | -3/+3 | |
consistency with Samba 3. | |||||
2009-02-11 | s4 torture: Two minor fixes to smbtorture BRL tests. | Zack Kirsch | 1 | -1/+1 | |
2009-02-02 | s4:libcliraw: s/private/private_data | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -2/+2 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-12-18 | BASE-LOCK: fix LOCK5 | Stefan Metzmacher | 1 | -4/+12 | |
We need to close all 3 file handle to make the unlink work. metze | |||||
2008-12-09 | s4: [2/3] Fix a delete on close divergence from windows and the associated ↵ | Tim Prouty | 1 | -5/+18 | |
torture test This second patch fixes the deltest17 BASE-DELETE torture test to pass against win2k3/win2k8/winXPsp2 | |||||
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 2 | -12/+7 | |
Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters. | |||||
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -1/+2 | |
should in the future only contain some settings required for gensec. | |||||
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 | |
2008-11-01 | Move lp_*() calls a bit higher up the calls tack. | Jelmer Vernooij | 1 | -1/+2 | |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -3/+4 | |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 2 | -3/+3 | |
make them wrappers around convert_string{,talloc}_convenience(). | |||||
2008-10-24 | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 2 | -1/+3 | |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 1 | -11/+10 | |
functions. | |||||
2008-10-22 | Repel pstring to nsswitch/. | Jelmer Vernooij | 1 | -6/+5 | |
2008-10-12 | Fix number of arguments for file_load() functions. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 2 | -2/+2 | |
2008-09-30 | Pass session options around; saves another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 | |
2008-09-30 | Pass options struct into session initialization functions rather than | Jelmer Vernooij | 1 | -1/+4 | |
using global_loadparm. | |||||
2008-09-18 | Properly report why a test didn't succeed (required for use with known | Jelmer Vernooij | 1 | -117/+91 | |
failures). | |||||
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 | |
testing. Jeremy. (This used to be commit 2bf9074c7751324483744f55b02cfb044bb0b2dd) | |||||
2008-09-09 | A truncate write must be a smbcli_smbwrite, not a | Jeremy Allison | 1 | -1/+1 | |
smbcli_write. Jeremy. (This used to be commit 8cebd4d36c862dcdc6551dc6bf4dda2342dfede7) | |||||
2008-09-08 | Make it easier to see when tests start/end. | Jeremy Allison | 1 | -15/+52 | |
Jeremy. (This used to be commit 6f89e728272ca14f0ed9557485e21647c0731ef2) | |||||
2008-09-08 | BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite ↵ | Stefan Metzmacher | 1 | -0/+204 | |
truncate and writeX again metze (This used to be commit 66b8c8d80e1c8e45ab6ca38cabebea07aa122c40) | |||||
2008-09-08 | BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and ↵ | Stefan Metzmacher | 1 | -0/+206 | |
SMBwrite again metze (This used to be commit 051164ba0a69d54aa706ffa876059e8dbbeacb36) | |||||
2008-09-08 | BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write ↵ | Stefan Metzmacher | 1 | -0/+157 | |
time after SET_FILE_INFO metze (This used to be commit f81014db9d5afbf9e0b1c007bc56fc1d3a201309) | |||||
2008-09-08 | BASE-DELAYWRITE: demonstrate that the time between the open and the first ↵ | Stefan Metzmacher | 1 | -0/+159 | |
write doesn't matter metze (This used to be commit 13d051cd633f4a4152d360453fe5297ad53cc7b5) | |||||
2008-09-08 | BASE-DELAYWRITE: test more details of the truncate write time update behavior | Stefan Metzmacher | 1 | -4/+371 | |
metze (This used to be commit 39367ef15fabbb52cd2c05be7ca59b25dc4aff71) | |||||
2008-09-05 | Don't compare identity, it'll never be different. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. (This used to be commit 840369b5534eee21818b9d3677404b0fc60a0219) | |||||
2008-09-05 | Added tests that show that write time update is immediate | Jeremy Allison | 1 | -1/+347 | |
when changing file size using SMBwrite of size zero, SET_END_OF_FILE, or SET_ALLOCATION_SIZE - no 2 second delay in these cases. Jeremy. (This used to be commit 3aa7523d7750fe30d1e6bb5a75ac42b681b9e493) | |||||
2008-07-07 | torture: .in.max_data should not depend on the smb max size | Stefan Metzmacher | 2 | -9/+9 | |
We now support async multi fragment SMBtrans calls. metze (This used to be commit ba8499867af90dcd88455476b1f58a2ab18f159b) | |||||
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 | |
(This used to be commit 9d74201e462f2f95ed5bd91200681db3bd2a9277) | |||||
2008-06-03 | BASE-DELAYWRITE: fix test on filesystem without high resolution timestamps | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit fde9880f9943897549859037b0fc9341d3a032f7) | |||||
2008-06-03 | BASE-DELAYWRITE: add missing time checks to make sure the server has updated ↵ | Stefan Metzmacher | 1 | -0/+2 | |
the write time metze (This used to be commit 9c004df8910c07d75bb3f75d7c3cfba9f9c94f51) | |||||
2008-06-02 | remove unused macros | Andrew Tridgell | 1 | -12/+0 | |
(This used to be commit 7a1877db15e6a57f0f057dcf5da6609b9bdeef51) | |||||
2008-04-27 | Move subunit infrastructure code into lib/torture. | Jelmer Vernooij | 3 | -4/+3 | |
(This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3) | |||||
2008-04-21 | Remove more event_context_init() uses from function calls within deep down ↵ | Simo Sorce | 1 | -1/+2 | |
the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9) | |||||
2008-04-13 | Use torture_assert_mem_equal() in a couple more places. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit e2c3fab9d1bf0482c15a115e7d373562ffe50b29) | |||||
2008-04-08 | BASE-DELAYWRITE: be more friendly to filesystems without high resolution ↵ | Stefan Metzmacher | 1 | -1/+12 | |
timestamps metze (This used to be commit 9c18cf670889c9eb8c12b505c3b9ce5f9a516839) | |||||
2008-04-08 | BASE-DELAYWRITE: use timeval_* and make it possible to spefic the writetime ↵ | Stefan Metzmacher | 1 | -101/+164 | |
update delay metze (This used to be commit 751ab2992afd13548af6e67a03d3ced566cb136f) | |||||
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 8 | -0/+9 | |
(This used to be commit 47ffbbf67435904754469544390b67d34c958343) | |||||
2008-02-26 | BASE-DEFER_OPEN: be less strict with to late responses | Stefan Metzmacher | 1 | -1/+1 | |
The server might be just busy. metze (This used to be commit 16c60cd347a42a2d98753585cbefddc948e2860f) | |||||
2008-02-25 | BASE-DEFER_OPEN: add torture:sharedelays option to run this test faster | Stefan Metzmacher | 1 | -5/+13 | |
metze (This used to be commit 877cc375d0523cb31324a5d611e73d666e7a9a78) | |||||
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 230355d2e6e27918dff40823eb238904c7a1870e) | |||||
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵ | Jelmer Vernooij | 2 | -8/+5 | |
options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb) | |||||
2008-01-03 | r26653: Janitorial: Remove global_loadparm use in two more places. | Jelmer Vernooij | 1 | -14/+19 | |
(This used to be commit 65fbb4700d145810d1c7539a4037d73d856278c6) | |||||
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 2 | -1/+2 | |
The number of arguments is getting a bit excessive now, so it probably makes sense to pass in the smbcli_options struct rather than all members individually and add a convenience function for obtaining a smbcli_options struct from a loadparm context. (This used to be commit 9f64213463b5bf3bcbf36913139e9a5042e967a2) |