1 |
2004-01-16 Stephane Thiell <mbuna@bugged.org> |
2 |
|
3 |
* src/PXScanManager.cc: Now restart checking targets when all have |
4 |
already been checked (but wait a bit). Bind to source IP when |
5 |
checking target if source IPs are provided (take one randomly..). |
6 |
|
7 |
2004-01-10 Stephane Thiell <mbuna@bugged.org> |
8 |
|
9 |
* src/PXRepeater.cc: Fixed peak's timers management, as |
10 |
peak_task_timer_add() increases retain count. |
11 |
|
12 |
2004-01-03 Stephane Thiell <mbuna@bugged.org> |
13 |
|
14 |
* src/PXScan.cc: I forgot to handle the special case of a PXScan |
15 |
object waiting for Completed() to be called.. but a proxy or error |
16 |
has been found and all launched modules have already completed |
17 |
(ouch my brain hurts). |
18 |
* px/px.c: Improved OPAS simple command line client! |
19 |
* doc-pxyscandconf.xml: New documented configuration file. |
20 |
|
21 |
2004-01-02 Stephane Thiell <mbuna@bugged.org> |
22 |
|
23 |
* Added some temporary stderr debugs. We need a real logging |
24 |
system like pxyservd for pxyscand, but with iostream. |
25 |
* Added config parser directives to handle dynamic scan modules |
26 |
registration. Built-in types are wingate, socks, http and |
27 |
crazybandit. |
28 |
|
29 |
2004-01-01 Stephane Thiell <mbuna@bugged.org> |
30 |
|
31 |
* Add uint32_t cast in PXServer::CreateStatus for the target's |
32 |
port, to allow htonl to work (all integers sent are 32 bits |
33 |
integer). |