robocop
|
91544a92e0
|
Totally misc.
|
2006-12-29 08:48:28 +00:00 |
|
hvlad
|
a1e9297bbd
|
Fixed CORE-1067: AV in the engine using some API calls when 'lazy port' feature active
|
2006-12-25 10:28:41 +00:00 |
|
alexpeshkoff
|
2f48fc38f7
|
1. Closed security whole with malformed DPB/SPB
2. Avoid memory leak when exception is thrown.
3. Better diiagnostics.
Thanks to Claudio.
|
2006-12-17 15:53:46 +00:00 |
|
robocop
|
4afa6a29cb
|
Misc.
|
2006-12-17 09:09:39 +00:00 |
|
dimitr
|
6466e7b12d
|
1) WNET and XNET cannot support OOB transmission, so they should not ask for that.
2) Cleanup the INET protocol types.
|
2006-12-15 15:47:52 +00:00 |
|
alexpeshkoff
|
6bb3545558
|
fixed posix build after my latest changes
|
2006-12-10 13:45:02 +00:00 |
|
asfernandes
|
854d870d8f
|
Misc
|
2006-12-10 00:16:00 +00:00 |
|
asfernandes
|
a150855ef8
|
Misc
|
2006-12-09 01:23:17 +00:00 |
|
alexpeshkoff
|
1a4652f01a
|
Trusted authentication for windows
|
2006-12-08 18:38:15 +00:00 |
|
dimitr
|
bdc09b234a
|
The remote subsystem should not guess about the internal structure of BLOB ID.
|
2006-12-04 21:42:27 +00:00 |
|
dimitr
|
25bf9d6c11
|
Fixed CORE-1017.
|
2006-11-28 10:21:21 +00:00 |
|
asfernandes
|
d8e10bbe1f
|
Misc
|
2006-11-21 00:20:35 +00:00 |
|
dimitr
|
3edda730cd
|
Attempted to fix XNET for the mixed 32-bit and 64-bit process interaction.
The binary memory layout is still the same, so I didn't bump the protocol version number.
|
2006-11-20 12:18:51 +00:00 |
|
dimitr
|
21e3b7e302
|
Let's never use native datatypes in the protocol structures. time_t in VC8 is 8 bytes long by default.
|
2006-11-20 07:55:39 +00:00 |
|
dimitr
|
ce77a882c4
|
Fixed XNET in Win64 builds.
|
2006-11-20 07:31:30 +00:00 |
|
asfernandes
|
a1c9b22868
|
Misc
|
2006-11-02 19:55:20 +00:00 |
|
dimitr
|
71801a4e0d
|
Corrections (Win64 related).
|
2006-11-01 07:11:09 +00:00 |
|
dimitr
|
9ae3ad0c0a
|
Win64 adjustments.
|
2006-10-30 14:18:02 +00:00 |
|
dimitr
|
f68e287a0b
|
Win64 adjustments.
|
2006-10-30 14:13:30 +00:00 |
|
dimitr
|
78fb4f3fe0
|
This is supposed to fix pre-VC8 builds.
|
2006-10-30 13:05:51 +00:00 |
|
dimitr
|
89183deea6
|
This is supposed to fix pre-VC8 builds.
|
2006-10-30 13:00:40 +00:00 |
|
dimitr
|
9db2c1cbd4
|
Win64 adjustments + cleanup.
|
2006-10-30 12:41:23 +00:00 |
|
asfernandes
|
efcadd67a1
|
Misc
|
2006-10-25 15:09:13 +00:00 |
|
paulbeach
|
d668ed78e6
|
Commit the right inet.cpp and fix for CORE-966
|
2006-10-25 09:54:32 +00:00 |
|
robocop
|
27a9f9d586
|
Undo Paul Beach's fix for CORE-966 in HEAD because the patch is malformed and contains outdated code. Maybe it was intended for v2.0.
|
2006-10-25 07:05:25 +00:00 |
|
paulbeach
|
dd89b18833
|
Fix for Core-966
|
2006-10-24 15:06:24 +00:00 |
|
alexpeshkoff
|
2d5a3061d7
|
Instead of rejecting connect packet with more than 10 protocols
try to use first 10 of them, ignoring others.
|
2006-10-09 13:16:18 +00:00 |
|
dimitr
|
dd91852178
|
Simplified the code as Adriano suggests.
|
2006-09-15 06:11:34 +00:00 |
|
dimitr
|
7c405166aa
|
1) Support for client PID in the monitoring data.
2) Changed XNET to return local hostname instead of PID as its remote address.
|
2006-09-14 13:47:31 +00:00 |
|
dimitr
|
b018393168
|
Fixed CORE-923.
|
2006-09-12 06:48:03 +00:00 |
|
dimitr
|
00080ab731
|
More patches for Win64 compatibility.
|
2006-08-02 05:28:57 +00:00 |
|
dimitr
|
a09dc97d6b
|
Corrections, thanks to Claudio.
|
2006-07-20 06:19:25 +00:00 |
|
asfernandes
|
ea0435247a
|
Misc
|
2006-07-18 02:45:35 +00:00 |
|
dimitr
|
a9348e5766
|
Fixed CORE-833.
|
2006-07-17 11:10:18 +00:00 |
|
dimitr
|
2bc42d7dba
|
Cleanup.
|
2006-06-02 08:26:08 +00:00 |
|
alexpeshkoff
|
b953f965b0
|
Fixed setsockopt() level - thanks to Fred
|
2006-06-02 07:16:39 +00:00 |
|
alexpeshkoff
|
a2720f8e51
|
Fixed my previous commit
|
2006-05-29 16:36:49 +00:00 |
|
alexpeshkoff
|
b36b5fb9a0
|
Report failure instead of having AV in case of too many suggested protocol versions
|
2006-05-29 16:34:06 +00:00 |
|
alexpeshkoff
|
d8560dd061
|
common code to set NODELAY option
|
2006-05-24 14:08:06 +00:00 |
|
robocop
|
9886d09647
|
Misc.
|
2006-05-20 04:22:07 +00:00 |
|
robocop
|
ae51945b18
|
Misc.
|
2006-05-20 03:31:05 +00:00 |
|
asfernandes
|
292ad66e96
|
Misc
|
2006-05-20 01:53:51 +00:00 |
|
asfernandes
|
f772eae2c8
|
Fix windows build
|
2006-05-20 01:48:05 +00:00 |
|
alexpeshkoff
|
b056a118b5
|
1. Avoid use of STL
2. Reworked exceptions to make status_exception always hold correct status vector
3. Avoid use of RTTI
|
2006-05-19 15:17:02 +00:00 |
|
asfernandes
|
df37723a48
|
Misc
|
2006-05-02 01:32:41 +00:00 |
|
robocop
|
07f4bed382
|
I don't want another "interprete", so I rename "defered" to "deferred".
|
2006-05-02 00:04:12 +00:00 |
|
hvlad
|
f94b8bd641
|
Merge B1_5_Remote_LazyPort branch into HEAD
|
2006-05-01 22:23:31 +00:00 |
|
robocop
|
d306dc5ef4
|
Since TCP_NO_DELAY is gone, comments regarding it are obsolete.
|
2006-04-29 03:01:40 +00:00 |
|
robocop
|
150112b8c3
|
Delete obsolete code after Dmitry's changes.
|
2006-04-21 06:33:11 +00:00 |
|
dimitr
|
ccc620e334
|
A bunch of changes targeted to support multi-instancing on win32.
|
2006-04-20 10:35:44 +00:00 |
|