Age | Commit message (Collapse) | Author | Files | Lines |
|
of the fixed body part, and +1 if there's a dynamic part
- there're 3 types of dynamic blobs
with uint16_t offset/uint16_t size
with uint16_t offset/uint32_t size
with uint32_t offset/uint32_t size /* aligned to 8 bytes */
- strings are transmitted in UTF-16 with no termination and
packet into a uint16/uint16 blob
metze
(This used to be commit 79103c51e5c752fbdb4d25a0047b65002828df89)
|
|
'dangerous' tests) then it does a write of 160k, which causes vista to
blue screen. Otherwise it does a 120k write which works fine.
(This used to be commit b4c5d7d0173b94ade4c16d47ef774ad9f3c17bc8)
|
|
(This used to be commit 2baea9a5ec0a805b90c8b48454e395ce40a35a74)
|
|
(This used to be commit ca65bf0235cbfab451e5d5ceac9f714acc0cd46c)
|
|
(This used to be commit 7c229e5b9fc8774207b647214b9d03d26a60aae3)
|
|
different attributes before running the getinfo level scanner, making
it easier to recognise levels
(This used to be commit 5d0cd9d041af71cb1bfb9cb3e0c45e0bbd8193cb)
|
|
- added a SMB2-SCANGETINFO test for scanning for available info levels
- added names for the info levels I recognise to smb2.h
(This used to be commit fe5986067e2aaca039d70393ccc8761434f18fe6)
|
|
(This used to be commit aa3bcf952c4436b488e461a3686955d70c672ce4)
|
|
- name resolution
- socket connect
- negprot
- multi-stage session setup
- tcon
(This used to be commit c1a8e866fe6a0544b7b26da451ea093cdcacdd8f)
|
|
simplies the torture code a lot.
(This used to be commit 7bf1046fbb7fd83fecb2fa645628ba9a17aab037)
|
|
(This used to be commit 26ed781375c03958241d8c93324e04e948944d01)
|
|
(This used to be commit 3a0abb3ff0b532179780ed95f8fcb4bca6e040b1)
|
|
(This used to be commit a95413568f1e45691524dfd8e9159a3bafe358ea)
|
|
bytes, not 20 bytes (metze, you were right!)
(This used to be commit d3bcc6628cde9ddedf0fd408cbee573f133ce582)
|
|
in the call tho.
(This used to be commit 548fbd86b3b114493943b50669bdcba2f4ed87f2)
|
|
- add some sgroup,replica vs. sgroup,replica tests
metze
(This used to be commit 7a1b41452448fbb18170a7ca75c69f31cd7d89a8)
|
|
metze
(This used to be commit 19fb79b35d6d0b20d01f3722754cdd734bebc2ba)
|
|
try to use it every where and see how portable it is
metze
(This used to be commit 66a94de5ddd09df858a515555c01aa3d4f7d3e96)
|
|
connects, giving the following output:
Running SMB2-CONNECT
Negprot reply:
current_time = Fri Nov 11 20:10:42 2005 EST
boot_time = Sat Nov 12 10:34:33 2005 EST
Session setup gave UID 0x40000000071
Session setup gave UID 0x140000000075
Tree connect gave tid = 0x7500000001
Tree connect gave tid = 0x7500000005
SMB2-CONNECT took 0.049024 secs
(This used to be commit a24a4c311005dec4c5638e9c7c10e5e2f9872f4d)
|
|
in the sgroup_merge test, so that we don't see old records as new ones
- finish the owned,sgroup,active vs. sgroup * section
metze
(This used to be commit 534e34a1a1c822e72bf863e8acc396168b849b93)
|
|
- add owned,sgroup,active vs. replica,sgroup,active test
metze
(This used to be commit 938853dc5078a0d647d41177375ec8d35d61628b)
|
|
64bit uid
(This used to be commit 72b34a7c1b66af6be02f66639efc55a19c73e387)
|
|
stage of the session setup, and waits for more.
(This used to be commit 804c229c3ba7f866a7f3d66684e268d5ddc820ce)
|
|
the call definitions will be in smb2_calls.h, which will play a
similar role that smb_interfaces.h plays for the old SMB protocol
(This used to be commit 4ef3902a8a99a0b8caa81a07ba07830d7cbbc32c)
|
|
fields for now.
test name is SMB2-CONNECT
(This used to be commit 13f27fadca2f74a2486caa7df0fc7662fca16f67)
|
|
the associated send queue
- fixed negnowait to not watch for the SMBCLI_REQUEST_SEND state
(This used to be commit d19235ede5d352d0b0373d204f4357dddde5946f)
|
|
(This used to be commit c4266c7f688145a9b7da8977aff7fb972b7d0aa4)
|
|
thanks to Stephen Zarkos for finding this
(This used to be commit 8331eee64cb679c091ca46cc001ff9851eb91f0e)
|
|
(This used to be commit 89039683db4f2f492b292b32e2dd783e977ae165)
|
|
(This used to be commit d340ea7906c091a1400d3e73a8f530174aa8a965)
|
|
that some values aren't handled. The remaining warnings I think are
actual bugs or required functionality that is missing (mostly lack of
server side Unix extensions).
(This used to be commit 03c7da27a06736f2a27d76e6a00a24ab54453af9)
|
|
crash on i386 but was on ia64.
(This used to be commit 12c77bb2e17ef3cb3264da86852832dffb5474c1)
|
|
(This used to be commit f177c223e6b881a65ed49ceacf9106e42d2a7d0a)
|
|
metze
(This used to be commit 6bae17d279205a0d75f609f6a026b5c99d73cea5)
|
|
We now put the PAC in the AS-REP, so that the client has it in the
TGT. We then validate it (and re-sign it) on a TGS-REQ, ie when the
client wants a ticket.
This should also allow us to interop with windows KDCs.
If we get an invalid PAC at the TGS stage, we just drop it.
I'm slowly trying to move the application logic out of hdb-ldb.c, and
back in with the rest of Samba's auth system, for consistancy. This
continues that trend.
Andrew Bartlett
(This used to be commit 36973b1eef7db5983cce76ba241e54d5f925c69c)
|
|
(This used to be commit 419b28d02d6c5a03bd33eaeabf1b42bfab9155dd)
|
|
metze
(This used to be commit fc53eab2f1bdae471ee68c4b67f57b1eb0821f61)
|
|
metze
(This used to be commit 1b62959a3dd11fface6642e5843224752e188b4a)
|
|
metze
(This used to be commit 630f571934c1119dc3156a1e4b909fc6d5ae95fc)
|
|
not the addresses that are returned in it
metze
(This used to be commit 82e19d68086e795d68cd11eda21448f695aac0a3)
|
|
metze
(This used to be commit 5f45d070208eedaef59bff5f7e05f37719285d84)
|
|
metze
(This used to be commit 0231926e0a017bb65a900867a6dee7ca52d7ffe9)
|
|
requests. If it's
not there (it's not yet on *any* call... :-)), the rpc client strictly
sequences calls to an rpc pipe. Might need some more work on the exact
sequencing semantics when a pipe with both sync and async calls is actually
deployed, but I want it in for winbind simplification.
Volker
(This used to be commit b8f324e4f000971b7dafc263c16dd4af958ee7f9)
|
|
work again. The automatic value() is fine for the length, but cannot
be used for the size as the size is not the number of bytes being
sent, but the number of bytes that the server is allowed to use in the
reply
(This used to be commit 46e91f269c83707863a726e716325eade38e1142)
|
|
Andrew Bartlett
(This used to be commit c0ba414a38de7ffa7b2a59c664598e64e911fe7c)
|
|
special group vs. special group will be done later
metze
(This used to be commit 25a35c697795ff802d735cfd3e6c11ea73d92126)
|
|
metze
(This used to be commit 70166bb2a9085e08915fc0f560e660b7edd0c2b3)
|
|
metze
(This used to be commit a70cf6f87b975861bb7af4080c56f146faf3369d)
|
|
metze
(This used to be commit 061e2e67daeb920b2613564814738adc56c58017)
|
|
- we handle incoming release demands for that
metze
(This used to be commit 1db4d8e456895d18a864fa740ec0d8198226cba0)
|