Age | Commit message (Collapse) | Author | Files | Lines |
|
that uses samba's internal iconv() functions. Useful for
testing purposes.
(This used to be commit ccabb7961a15c06a315bdb9ff1a79834864f67e7)
|
|
just the correct error.
This should help us avoid breaking NT4 IPC$ connections, for example.
This has required that we don't overwrite the device type for IPC$ in our
tcon&X code, but only smbwrapper even uses it, and a server that doesn't send
a correct dev type breaks other things pretty badly.
In any case, I'll 'fix' smbwrapper :-).
Andrew Bartlett
(This used to be commit a93057efcb6e639be05b7bdcb9729ed8f39f5f62)
|
|
merge last time. I hope this might fix a few failures on the build farm too.
Andrew Bartlett
(This used to be commit 0c837126923cc30fa60223a5a68d4f527971cc7b)
|
|
(This used to be commit 7798c7ee1a2fafa0a4879e550e16027f17ccbbcf)
|
|
(This used to be commit b6a77048886151435a4a5eeb9a04be44d397c504)
|
|
(This used to be commit 89a25ef20d10e20e70b11bba56add4708f62051f)
|
|
used to be commit 381649916ecbaddefbb6ee0e6137b7cc73eb54b1)
|
|
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)
|
|
Jeremy.
(This used to be commit bc094789b972ac5ccc7ea3944c7ddb98581cf613)
|
|
Add torture test to ensure this is so.
Jeremy.
(This used to be commit e07dd4d93d2bf6ed83dd055efd29d11f5cd66a36)
|
|
(This used to be commit b20d8b49701b532d4770197c5d08fa092234bf8e)
|
|
10000 times. (In theory they should be pure functions....) You can
specify a parameter to repeat them if you want to e.g. measure
performance.
(This used to be commit 92acecd28c3374abcadbff0ab9cb765411f453f4)
|
|
- Build t_push_ucs2 as part of check-programs, the prerequisite for
"make check".
- t_push_ucs2.c: Load configuration from /dev/null so that we get a
unix_charset of UTF-8 and can do meaningful UCS2 tests. Better
comment.
- Add a test to strings.py which tries conversion UTF8->UCS2->UTF8
and checks the results. Do this for English, Latin-1, and Katakana
strings.
- Add Python module with symbolic names for a handful of UNICODE
characters.
(This used to be commit 275e095c92ac74815ab9e388a0e83cdb7ddd85f3)
|
|
(This used to be commit 98f76325542c0ab2e0bbcf082a15c6f8db27e37c)
|
|
Andrew Bartlett
(This used to be commit a60fd29b43537935500f40a32fec553f2b52c0d3)
|
|
used to be commit cbc42567bed0959cb38d71543becd1ff124cac24)
|
|
(This used to be commit 346c763fd1f5d7ef51ca3f748a276d9982275bfe)
|
|
(This used to be commit b522892215b12d3f919cb4d1fb99721981710f2a)
|
|
fixes this. This means that TCON fails on win2000, but passes on Samba
and win2003
(This used to be commit 591a500ed77870bc72acb94f2fd24070b7d617b6)
|
|
client requested on tconx. We now return the same error
code like NT4SP6 and W2kSP3 return.
TCONDEV is a little test for this.
Volker
(This used to be commit 6f94ab8ed50ad171f25e9538417c5074feba164d)
|
|
client requested on tconx. We now return the same error
code like NT4SP6 and W2kSP3 return.
TCONDEV is a little test for this.
Volker
(This used to be commit 6ab88f31d6773f16baff8421ec9e530461cc8f93)
|
|
(This used to be commit ca982a9f1d6485e2d388d4b2e9c13806736ad91e)
|
|
test.
It is an interesting test because it shows that win2000 completely
ignores the TID and VUID fields in a SMBwriteX. In Samba it is hard to
do this as we check the VUID and TID fields before we call the SMB
specific reply functions.
The test also shows that the list of open files must be global to the
socket, not specific to a tcon.
(This used to be commit be98069c4e5bbfbe3ce66c20f796c2d2324e7511)
|
|
(This used to be commit c95ae394c5dfe5e0fcc658119213b17bcb95fab5)
|
|
(This used to be commit 2ddfed298d7f0b6e690275725a39c3ef107077ae)
|
|
(This used to be commit e051789ac6cc05f8a643ea81e887d3b969cf3a27)
|
|
used to be commit f0d009c3e91979b0dc3443e16f3f545bcc64cfda)
|
|
trapped at runtime, which is great. So we have to try a little harder
to provoke an overflow -- which is still caught nicely in developer
mode.
(This used to be commit cea126f62ad411f5efbebc7c5d39297fd8ef9efb)
|
|
(This used to be commit d40e3747cfa2994349aa84568f7b79457341a058)
|
|
(This used to be commit 17f01f6959fb79ba11a56d6869ec9789e3ee2f74)
|
|
(This used to be commit dcf1705782f5d589120624c90b695b81a0332e6b)
|
|
(This used to be commit f283f71104319fa9f1e7d22fc91b8d7224ae157a)
|
|
(This used to be commit 7be44dbe009a8d831c0720a2649fc871b067beef)
|
|
(This used to be commit af415842b80f024ca26b4e3bc52fd73fce0a28f3)
|
|
(This used to be commit cec1ef09e5009cdac22e6c9ca101a49c5ef36b1a)
|
|
(This used to be commit 0f4d1172a6add3f490fca22a45975d2588485146)
|
|
Samba. This fixes things like not doing *SMBSERVER etc.
Andrew Bartlett
(This used to be commit 8863ff863c1da42aa6b8718f315c608d9d9067c6)
|
|
(This used to be commit a387c4209735f8e4c826cad7cb10c5349b2041ec)
|
|
(This used to be commit 460339db2246b0213252ee34f507eb8e55ecbecb)
|
|
a test ...
(This used to be commit 1128a2fb4c16681e669efe605ff7d7161a2f7acd)
|
|
(This used to be commit ab77beca041595bc3bd70de3a6e1b49159a4964b)
|
|
Merge: add popt_common_version to command line options table.
(This used to be commit 5f8a008a52b115ed423464faa264f1b7ab86a1e2)
|
|
(This used to be commit 018733eedd7897e6811e8461c07e3acf418c0e09)
|
|
twice, let the libsmb code determine what form the share name should take.
Andrew Bartlett
(This used to be commit a25f6126647c94551c03bfc28e3fb5ec5ef6264a)
|
|
(This used to be commit 56934f303c0551df858cc6d6ad32d0b37fcd1307)
|
|
(This used to be commit d0365f20c242bcfc4f5d8286c6c5654e310a9d45)
|
|
<sshivanna@pillardata.com>
Jeremy.
(This used to be commit caf298c3808cbdd683e884b32b7a0538505a3066)
|
|
(This used to be commit a2e1969ce54e9ad412fc25ed5d749c38167ad8b0)
|
|
(This used to be commit 162683d2b5c15016fe1423876589573b48b9f5a6)
|
|
(pdbedit already has a -V option..)
(This used to be commit 5de622968d95c1436dbd34edc8d0a9bbff68916b)
|