Andrew Tridgell
63ae3f21e3
r14838: fix the build. Looks like I still haven't quite got the hang of the
...
new dependency/proto system :-)
2007-10-10 13:59:25 -05:00
Andrew Tridgell
23724bfd24
r14837: fixed build error
2007-10-10 13:59:25 -05:00
Tim Potter
9c11c1ac2a
r14836: Keep constants in the right order, and line things up nicely.
2007-10-10 13:59:24 -05:00
Andrew Tridgell
33495d19cf
r14835: split out the config rules for the ntvfs/common/ directory
2007-10-10 13:59:24 -05:00
Stefan Metzmacher
45e2832972
r14826: initialize pid1 and pid2:-)
...
metze
2007-10-10 13:59:24 -05:00
Stefan Metzmacher
d41d48caf2
r14822: if we use the snum used by the lp_* functions instead of the wire TID,
...
then don't use tid as name...
metze
2007-10-10 13:59:24 -05:00
Stefan Metzmacher
127fe33c46
r14819: list all tests smbtorture offers and explicit list tests
...
for skipping
metze
2007-10-10 13:59:24 -05:00
Stefan Metzmacher
fa73030deb
r14818: give an error on an unknown test
...
so we catch typos in the make test scripts
metze
2007-10-10 13:59:23 -05:00
Stefan Metzmacher
d8529ec2ee
r14817: rename some tests
...
tridge: is SCAN-EAMAX ok?
metze
2007-10-10 13:59:23 -05:00
Jelmer Vernooij
594215d117
r14816: Simplify test for comparison_fn_t
2007-10-10 13:59:23 -05:00
Stefan Metzmacher
711df01cc8
r14815: BASE-DIR doesn't exists...
...
metze
2007-10-10 13:59:23 -05:00
Stefan Metzmacher
b52baadf22
r14814: also run the BASE-DIR test with 'make test'
...
metze
2007-10-10 13:59:23 -05:00
Jelmer Vernooij
bd803fc980
r14813: Remove headers already checked for earlier or not used.
2007-10-10 13:59:22 -05:00
Jelmer Vernooij
354326a718
r14812: Fix typos
2007-10-10 13:59:22 -05:00
Andrew Tridgell
adb4ea32e2
r14808: added notify_trigger() calls for rename and setfileinfo calls
2007-10-10 13:59:22 -05:00
Andrew Tridgell
fb91a37e92
r14807: fixed the format of notify responses (forgot to commit this earlier)
2007-10-10 13:59:22 -05:00
Jelmer Vernooij
b38a834077
r14806: Fix compiler warnings
2007-10-10 13:59:22 -05:00
Andrew Tridgell
a6be44f78c
r14805: use tdb_lock_bystring() to prevent race conditions in notify add/remove
2007-10-10 13:59:21 -05:00
Tim Potter
4c9af9c149
r14804: Start writing a more Pythonic tdb module.
2007-10-10 13:59:21 -05:00
Andrew Tridgell
16742cd286
r14803: copy with the root directory, which has /. on the end of the path
2007-10-10 13:59:21 -05:00
Tim Potter
757805f020
r14802: Fix typo.
2007-10-10 13:59:21 -05:00
Tim Potter
3721072fc5
r14801: Move swig testing makefile fragment into swig's config.mk and out of
...
main.mk
2007-10-10 13:59:21 -05:00
Andrew Tridgell
d09b8761bf
r14800: use tdb_get_seqnum() in the change notify code to avoid reloading the
...
notify record if the tdb has not changed. This makes the
notify_trigger() call much faster, which is important as it is called
on just about every file operation
2007-10-10 13:59:20 -05:00
Andrew Tridgell
f325ba605c
r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allows
...
for an extremely lightweight test to see if a tdb has possibly
changed.
2007-10-10 13:59:20 -05:00
Tim Potter
3dfd0959f7
r14798: Get swig building again (by commenting out dcerpc stuff for now).
...
Add the start of a test framework for swigged functionality.
2007-10-10 13:59:20 -05:00
Andrew Tridgell
1db0a5a7f4
r14797: added checking of the filter in notify requests
2007-10-10 13:59:20 -05:00
Andrew Tridgell
a4c0e23f9d
r14796: handle overflows in the notify buffer. The pending events are dumped
...
and the notify buffer removed
2007-10-10 13:59:19 -05:00
Andrew Tridgell
c976f14a9f
r14795: queue notify requests on the same handle
2007-10-10 13:59:19 -05:00
Andrew Tridgell
15e9302bcd
r14794: added a test to see what happens when you send a notify request on a
...
handle that already has a notify request pending. It turns out that
they are queued
2007-10-10 13:59:19 -05:00
Andrew Tridgell
d193758902
r14793: the RAW-NOTIFY test now passes. Next I need to make it efficient, and
...
add the hooks in all the other places
2007-10-10 13:59:19 -05:00
Andrew Tridgell
182aee1a21
r14792: when we enable fake oplocks, give out batch oplocks not exclusive oplocks
2007-10-10 13:59:19 -05:00
Andrew Tridgell
4d234b37e5
r14755: the change notify code now passes most of the RAW-NOTIFY test. Still
...
more work to do though
2007-10-10 13:59:18 -05:00
Jelmer Vernooij
3aafd09020
r14740: Try loading shared libs from the bin/ directory (useful for running 'make test'
...
without developer mode)
2007-10-10 13:59:18 -05:00
Stefan Metzmacher
2c87f210e9
r14739: keep the last request time for the smbsrv_connection,
...
smbsrv_session and smbsrv_tcon for management tools
metze
2007-10-10 13:59:18 -05:00
Stefan Metzmacher
f61bd2e9a2
r14738: do some different lookups
...
metze
2007-10-10 13:59:18 -05:00
Jelmer Vernooij
d508382180
r14737: Fix shared library build without --enable-developer
2007-10-10 13:59:18 -05:00
Stefan Metzmacher
bac95bb8f4
r14736: - the ntvfs subsystem should not know about smb_server.h
...
- the process module subsystem should not know about smb_server.h
- the smb_server module should not know about process models
metze
2007-10-10 13:59:17 -05:00
Jelmer Vernooij
a316b33057
r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhere
2007-10-10 13:59:17 -05:00
Stefan Metzmacher
b9a90ed763
r14734: this demonstrates that a tcon isn't autoclosed by a ulogoff
...
the tcon can be reused using any other valid session later
metze
2007-10-10 13:59:17 -05:00
Stefan Metzmacher
fca74f2a4b
r14733: SMBtdis needs a TCON and doesn't need a SESSION,
...
on an invalid tcon it gives NT_STATUS_DOS(ERRSRV, ERRinvnid)
metze
2007-10-10 13:59:17 -05:00
Stefan Metzmacher
ffa500ebb4
r14732: fix typo noticed by derrell, thanks!
...
metze
2007-10-10 13:59:16 -05:00
Jelmer Vernooij
e68785a30b
r14731: Fix typo
2007-10-10 13:59:15 -05:00
Jelmer Vernooij
16da854eff
r14730: Remove dependency information with 'make clean'
2007-10-10 13:59:15 -05:00
Jelmer Vernooij
aa8979d55d
r14729: Install db_wrap.h and db_wrap_proto.h
2007-10-10 13:59:15 -05:00
Jelmer Vernooij
7a227457a4
r14728: Install two more headers, fix warning
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
c2f510d38b
r14727: Update pidls' TODO, add test that demonstrates the desired behaviour
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
141830116b
r14725: Reduce amount of headers, add simple ui implementation (not used yet though)
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
7146c1600f
r14724: Rearrange some source files, install more headers.
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
9d6eefad3a
r14723: Keep statistics
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
426ac78108
r14721: Fix a couple of warnings.
2007-10-10 13:59:13 -05:00