Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 77d1938e96e02fc93c411197869cc6a1fc4451d1)
|
|
flag 'smb2' in the dcerpc binding string. This gives a pretty good
test to the new SMB2 trans call.
(This used to be commit f99bef585d4c1e52becc06b581bd5aaa62cf9dd7)
|
|
- added session key to SMB2
- renamed 'unknown2' in create to 'impersonation'
(This used to be commit aef915f312a78bf8a4123f7c40fcd14ff293d934)
|
|
metze
(This used to be commit a4277c6b2626f043ec2c2f4d0da245f78ef02f95)
|
|
(This used to be commit 470cc5952981c3625c7e35f44c9fd41d19593396)
|
|
(This used to be commit 9e6929c643d7dbc38a9faff59493778b96ec0bfe)
|
|
Volker
(This used to be commit a67bc5117df6b933bf7303f8d067b766baca05c2)
|
|
- we now pass the same_owner tests so test them with make test
metze
(This used to be commit 579ebb874e40c66dc45c5468bfa0658c7fabcc61)
|
|
metze
(This used to be commit 71293f41a7c1e281bde36e7b5ffbf6b3b108d626)
|
|
- currently only the ADD, REPLACE and NOT REPLACE cases are handled complete
- other cases are just skiped for now
metze
(This used to be commit f889d110f5bcc0a19e110c63001e1aa4c18df870)
|
|
metze
(This used to be commit f5b672edc07586afcd6ab5eebeb8ae1247a2b4ed)
|
|
metze
(This used to be commit 52b1cdae9e21f7cbf4d1411adc2ce44ca3d85bba)
|
|
and add a flags argument to add and modify,the current flags are:
WINSDB_FLAG_ALLOC_VERSION to allocate a new version id for the record
WINSDB_FLAG_TAKE_OWNERSHIP to take the become the wins owner of the record
- fix handling of records with no addresses, this is valid for MHOMED and SGROUP
records when they're not in ACTIVE state
metze
(This used to be commit 0ffea2a7b898b1807e4cdcfbbeba9bd0c6792231)
|
|
metze
(This used to be commit 1d80ba062ae8a0854e35eb8a3fdae56990b790b8)
|
|
after volker gently pointed out that I should be wearing a paper bag
over my head for the last attempt :-)
(This used to be commit 7e132761fce75f64d3e7d42f650c45a483e37e3e)
|
|
destroying the dcerpc pipe
(This used to be commit 0b91602fa4b9a8b40331d088bdaac76381eac7ef)
|
|
problem was caused by a callback destroying the packet processing
context while that context was being used in packet_recv()
This is the first time we have used the ability of talloc destructors
to 'refuse' a free request. It works well in this case as it makes the
composite API simpler to use for other code, and isolates the
complexity of having callbacks destroying the packet context to the
packet.c code.
(This used to be commit b1b2d86541a376f1ef33fae897f750005c386ebe)
|
|
(This used to be commit aad52d9a5fb66fe3b595190905e7237a279f7270)
|
|
Abartlet, please don't break this again, it's too darn useful for
near-realistic load tests on an RPC infrastructure and can be quite easily
expanded to more weird things a workstation might do during a login.
Yes, I promise I will document this test, but this must wait until the
weekend.
I might add simulating a profile download quite soon, we have the information
available from the info3.
Thanks,
Volker
(This used to be commit 15ca9e16bbc120a4a29bedaededc266097204ec5)
|
|
(This used to be commit 3ac32d802bba96e5cbcebc4b536258eb0981a9e4)
|
|
(This used to be commit 77e0cb999c776d2cfc806445d36135e5ba3a5f3d)
|
|
(This used to be commit ed8d3073472fbb0850209f81dd04bd94f6d1c33d)
|
|
(This used to be commit 61cabcd7f9010f708a55165f2ff855630f4b39df)
|
|
repeated operations they should manually specify --num-ops=XX
this should speed up a few of the build farm tests
(This used to be commit d91506e1ceafc95c497973b0ecfd362f9bea3187)
|
|
watch 50
simulated logins doing stuff simultaneously. This is where the async
architecture *really* pays off.
Volker
(This used to be commit 4cca813dff1194546e85efb9aabd36f0139e5be2)
|
|
(This used to be commit 3f5ad1bd3f817d99df76678f3ad733e51c00c673)
|
|
(This used to be commit 94591bdb6542d4a3096074b672e19142c9236211)
|
|
(This used to be commit c10ccb2edb5e623def9bf167ff328a70a9a85841)
|
|
- use better function names
metze
(This used to be commit 35ab665957a0114e749e4045abdc2fb482867711)
|
|
metze
(This used to be commit be622259ab1976abb800f55d5d8d329359e082db)
|
|
metze
(This used to be commit 80f2e50387eedecfe661f0e48e7287017a34a508)
|
|
to use it in torture tests too
metze
(This used to be commit 364b092355cd872d52612895cd711625f5702997)
|
|
metze
(This used to be commit 28a065064ef4ed60eb7d260ba02d939cfaba0bb9)
|
|
(This used to be commit 47a91dae31d4f1de93579f705c9115cd44d4ca6e)
|
|
(This used to be commit fc6458d0d4d9059e00b19ad6c54e3fd5a4119341)
|
|
(This used to be commit 128b5ea7b369df6e7433609a24128f8bf623c4fe)
|
|
this fixes a valgrind error
(This used to be commit db9c0887bd24de4d81b5afa2ff096b3ba65c9720)
|
|
socket_connect_send() rather than the lower level socket code. Also
simplified the state structures a fair bit, and added name resolution,
fixing a bug where the multi-port connect code did a separate name
resolution for each port being tried.
(This used to be commit 3e6888156c1b2d24fe0d46940773560d219498b3)
|
|
a bit more consistent
(This used to be commit 4b6e9c7c978dfca54c05ed2d8995d1333ed21b02)
|
|
- removed the duplicate calls to socket_connect(), instead creating a
common function socket_send_connect() used by both code paths
- fixed some NULL ptr checks (probably was cut-and-paste bugs)
- ensure we use the result of the name resolution
- added a few comments
- use 'fde' for the file description event. The variable name
'connect_ev' immediately made me think of an event context, not a
fde. Using common variable name conventions makes code a bit easier
to read
(This used to be commit 37b73521b4c858c78013279daaa71352c704551d)
|
|
- removed the struct dcerpc_request_state as all the state
information is already available on the dcerpc_pipe structure, so just
use that
- added a single dcerpc_recv_data() handler for receiving packets
from the transport layer. This then does the initial decoding of
the dcerpc packet, and then looks at the packet type in order to
work out who to dispatch it to. This should allow in-flight async
rpc requests to still work while a new bind or alter context is
happening
- ensure that if the transport indicates the connection is dead that
any in-flight bind or alter context requests are given an error
- removed full_request_private and instead use separate bind_private
and alter_private pointers
- added a few comments for some bits I found hard to understand
(This used to be commit 938e372bffbee1982ad8268b83c43514fd2e5633)
|
|
option torture:quick=yes/no. This should be used in all slow tests to
enable a quick mode
- enabled the test_rpc_quick.sh tests in 'make quicktest'
(This used to be commit 180c209c1bb48f6421043de2d0d48c29fc7f9274)
|
|
revision 11809 had removed the change to the session key function
after authentication succeeds.
(This used to be commit c04c78d617b0d8c9f8fa724d475fefbe9e478ef7)
|
|
ncacn_ip_tcp/ncalrpc. The problem was that svn revision 11809 removed
the logic that forced the CONNECT auth type for authenticated binds
which don't have an explicit SIGN or SEAL flag set.
(This used to be commit e7a1f11e8bcba3839f74c7303bd82533a6acfbcd)
|
|
rafal
(This used to be commit 1e831aead17b399289b8161e521e1afd5873c556)
|
|
2) Set credentials workstation name, otherwise rpc bind function
segfaults on auth stage
rafal
(This used to be commit 6dc67ba6a30e6fc3fc21821d009ea940b093eec2)
|
|
utilities to set the context field.
rafal
(This used to be commit 5da8b457c34236b21f6e88e3a7a12338d0390a4f)
|
|
hack for the
winbind "bug" :-)
Volker
(This used to be commit fb9a3c7ef376f289288c71bc47d67f548ddb7194)
|
|
to the
resolve_name if it's not used?
I know this is my code, but I don't understand why it breaks tests.
Volker
(This used to be commit 577a5639d3fc008480e988864bb4fb59939bc2d8)
|
|
(This used to be commit e1bf1c326f297321a6c8fdf9679130dba102669e)
|