Andrew Tridgell
4e3ca10b13
much better synchronised startup in smbtorture - this allows us to run
...
massive NBENCH runs without killing the client
(This used to be commit 3f20041bb9
)
2003-10-29 04:21:58 +00:00
Tim Potter
9182f0e6c5
Add RPC-OPEN test as an example for using the new dcerpc client code.
...
It's a bit icky so I suspect it won't last long. (-:
(This used to be commit bc17a4a8ad
)
2003-10-28 11:00:54 +00:00
Tim Potter
4cac564d71
A fix for making transfer syntax a pointer instead of an array of pointers
...
in struct p_ctx_list.
(This used to be commit e99e28aa36
)
2003-10-28 10:59:19 +00:00
Tim Potter
ab2bd17d62
Add raw and cli dcerpc code to LIBRAW_OBJ and LIBSMB_OBJ, respectively.
...
(This used to be commit d66f5afaaa
)
2003-10-28 10:30:16 +00:00
Tim Potter
8d87d7ede5
Cli level code for initial dcerpc client support.
...
(This used to be commit 94686a3f94
)
2003-10-28 10:25:12 +00:00
Tim Potter
476adf5725
Initial version of raw dcerpc client support.
...
(This used to be commit 34a2cc1099
)
2003-10-28 10:24:13 +00:00
Tim Potter
06d58f8086
Add data structures for initial dcerpc support.
...
(This used to be commit 35ee9fdeab
)
2003-10-28 10:21:36 +00:00
Tim Potter
931dc55390
Implement raw SMBtrans by backending the SMBtrans2 send code. Receive is
...
the same for trans and trans2.
(This used to be commit 7d21af3fdf
)
2003-10-28 10:17:05 +00:00
Andrew Tridgell
f3d20c5c86
added some NTVFS info, and started the process model section
...
(This used to be commit 5b9f7bc8b5
)
2003-10-28 04:31:42 +00:00
Andrew Tridgell
498d08518f
the beginnings of a samba4 programming guide
...
(This used to be commit f0b309cb30
)
2003-10-27 11:23:35 +00:00
Andrew Tridgell
4e73a3c0fe
fixed snprintf.c for systems that have only some of the *printf() family of functions
...
cope with servers that return bogus (too large) values in max_xmit
cope with a couple more error conditions in RAW-SFILEINFO
better startup time heuristics in NBENCH
(This used to be commit 89f7261ba5
)
2003-10-10 05:40:32 +00:00
Jelmer Vernooij
b382acea72
Update MySQL configuration scripts, add module macros
...
(This used to be commit 42dbb8e2eb
)
2003-09-29 22:16:06 +00:00
Jelmer Vernooij
7699f3834f
Remove obsolete file
...
(This used to be commit ac05e976f2
)
2003-09-29 21:59:18 +00:00
Andrew Tridgell
bd1ca87733
better child synchronisation at startup in NBENCH
...
(This used to be commit 4559208c80
)
2003-09-29 06:04:23 +00:00
Andrew Tridgell
8205817eec
- use deltree to setup base directory
...
(This used to be commit 19eab118c1
)
2003-09-29 06:02:25 +00:00
Tim Potter
af780b0f01
Quieten a compiler warning.
...
(This used to be commit 9edf634569
)
2003-09-18 01:34:59 +00:00
Andrew Tridgell
0becf4d683
thanks to ntfsd and some google searches I worked out what the unknown
...
fields in level 261 and level 262 of directory search are, plus the
names of the levels
the unknown fields are a 64bit unique file id, and match the 64 bit
number from the internal_information qfileinfo level
(This used to be commit b69f54eb02
)
2003-09-02 04:37:33 +00:00
Andrew Tridgell
11c5869a45
I think I've finally got the ascii/unicode issues right in trans2 find
...
first
Also expanded the rename test a little
(This used to be commit 723af7f097
)
2003-08-31 03:16:52 +00:00
Andrew Tridgell
a8a5ac2bd2
expanded the RAW-READ test to make it clearer that all locks conflict
...
in SMBlockread, not just other peoples locks (error in spec)
(This used to be commit a56f6896bf
)
2003-08-29 04:35:35 +00:00
Andrew Tridgell
133c7a9055
fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATION
...
(This used to be commit 19abdace95
)
2003-08-23 18:53:46 +00:00
Jelmer Vernooij
489b369431
Remove some obsolete files (like in samba3)
...
(This used to be commit b85539336e
)
2003-08-17 07:02:36 +00:00
Jelmer Vernooij
1d471e8a74
Sync autogen.sh from samba3
...
(This used to be commit 7bc56792dc
)
2003-08-17 06:47:52 +00:00
Jelmer Vernooij
d55de7a159
Add script that reports unused macros/defines
...
(This used to be commit dd850b5bd8
)
2003-08-16 05:20:22 +00:00
Jelmer Vernooij
d9aa5b15d3
Add script that detects useless AC_DEFINE()'s in configure.in
...
(This used to be commit 37f55d8619
)
2003-08-16 02:24:33 +00:00
Herb Lewis
4809559c64
don't leak memory if cli->tree is NULL
...
(This used to be commit b034c4b86e
)
2003-08-15 23:57:05 +00:00
Herb Lewis
a59229614e
don't dereference null pointer
...
(This used to be commit ba5d1cde98
)
2003-08-15 21:37:42 +00:00
Andrew Tridgell
649f712f07
ascii/unicode fixes in ascii mode found by smbtorture
...
(This used to be commit cdf2626a6d
)
2003-08-15 21:11:13 +00:00
Andrew Tridgell
039e9dc5e6
- patch to fix a memory leak from metze
...
- fix a couple of unicode string errors for ascii clients found by
RAW- tests
(This used to be commit 81c941ba8a
)
2003-08-15 20:19:30 +00:00
Andrew Tridgell
dbe7b0c402
fix handling of parametric smb.conf parms with embedded spaces
...
(This used to be commit dad7d285ab
)
2003-08-15 19:09:52 +00:00
Andrew Tridgell
de10237719
more fixes from the IRIX compiler (thanks herb!)
...
(This used to be commit 02d068ba7d
)
2003-08-15 18:54:44 +00:00
Andrew Tridgell
8e4ab747b0
more fixes from the IRIX compiler (thanks herb!)
...
(This used to be commit 4cf3839b72
)
2003-08-15 18:33:43 +00:00
Herb Lewis
efacfb37fc
wrong typecast
...
(This used to be commit de7674ebef
)
2003-08-15 17:50:16 +00:00
Andrew Tridgell
1c849248d4
fixed an enumerated type error found on irix
...
(This used to be commit 19acf60fce
)
2003-08-15 17:34:49 +00:00
Herb Lewis
00743e97f8
cast to get rid of warnings
...
(This used to be commit cb7a9aef02
)
2003-08-15 17:29:04 +00:00
Herb Lewis
dcc8fcf9c0
IRIX already defines uint_t
...
(This used to be commit a019e54a46
)
2003-08-15 17:19:26 +00:00
Herb Lewis
3ae6d32e5e
signed bitfields cannot be 1 bit long
...
(This used to be commit 5fce80e757
)
2003-08-15 17:15:05 +00:00
Herb Lewis
e2c1250076
fix IRIX build
...
(This used to be commit 85c504a837
)
2003-08-15 17:14:20 +00:00
Herb Lewis
f24c298f43
rename mutex_t to smb_mutex_t to prevent name collision
...
(This used to be commit d32f149592
)
2003-08-15 17:13:41 +00:00
Andrew Tridgell
cc38992e3f
fixed some places where we don't brace (flags & STR_UNICODE)
...
this fixes the samba4 server with ascii clients
(This used to be commit c770603ac6
)
2003-08-15 16:19:48 +00:00
Andrew Tridgell
fe31953678
a few build fixes to try to get irix building
...
(This used to be commit 4059fbcf02
)
2003-08-15 15:16:34 +00:00
Andrew Tridgell
03ecf9b2aa
try to cope with servers that return a blank alt_name field
...
(This used to be commit 0a1cda392a
)
2003-08-15 15:14:49 +00:00
Andrew Tridgell
d3bc355533
some servers don't return a fs_type and dev_type
...
(This used to be commit eaec1bdaad
)
2003-08-15 15:14:14 +00:00
Andrew Tridgell
0efd81efec
fixed a comment typo
...
(This used to be commit 4cc8fef8ca
)
2003-08-15 15:13:43 +00:00
Andrew Tridgell
9e96467d36
nicer formatting in getattre
...
(This used to be commit 52657c369b
)
2003-08-15 15:13:24 +00:00
Andrew Tridgell
d0a91f4ef2
don't give detailed errors for levels that fail
...
(This used to be commit 04b60864a6
)
2003-08-15 15:12:30 +00:00
Andrew Tridgell
33f413a6bf
test resume by name before resume by flags
...
(This used to be commit 9f395dd768
)
2003-08-15 15:11:34 +00:00
Jeremy Allison
0cb8ef099f
Print out position info, ensure NT_RENAME info level only works
...
in a directory.
Jeremy.
(This used to be commit d623a51da0
)
2003-08-15 03:54:45 +00:00
Herb Lewis
2efe201fa4
client/client.c - cannot initialize struct with non-const values
...
include/byteorder.h - fix for IRIX compiler - cannot cast an LVALUE
include/smb_interfaces.h - remove empty structure
source/lib/debug.c - void functions cannot return value
libcli/clifile.c - cannot assign *struct to struct
(This used to be commit 9a72476201
)
2003-08-14 21:56:26 +00:00
Jeremy Allison
a19e269c2c
Extended seek tests to check position information.
...
Jeremy.
(This used to be commit c4cc40c5c8
)
2003-08-14 21:11:06 +00:00
Andrew Tridgell
e08eee4db0
fixed allinfo bug reported by metze
...
(This used to be commit 0b7e5d6353
)
2003-08-14 04:14:49 +00:00