2002-03-31, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- changed the "char ip[16]" to in_addr_t, saves me 12 bytes and
  is much nicer :) 

2002-03-24, Protocol <Protocol@Protocol.be>
- I modified some code so I can use dscan through my vps (with
  vtund) and it is safely reachable from my vpn or "trusted users" only..
  I compiled the 0.6 version successfully on 4 Immunix 7.0 systems, and it
  works fine for the moment.. but i didn't test it deeply..

2001-10-18, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- client now use getservbyport
- some bugfixes
- i found out that null scan doesnt work... damn, i'm a fucking
  bad coder, and i should test more this thing
- cleaned up code, more error checking

2001-10-16, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- fixed a bug in send_ports(), now the client distribute the ports
  correctly to the servers 

2001-09-14, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- w000h000: scan bugs are caused by the to_ms option in pcap
  open_live, which was 1000ms (should be 20 or 10!)

2001-09-10, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- default timeout is now 10 (one second)
- removed a gethostname of localhost every time i send a packet
- created a infopacket struct, now the source is much cleaner
- changed rand() to random()

2001-09-16, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- fixed some bugs
- changed alarm() to setitimer() for port timeout
- more randomness in ip header

2001-08-30, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- exported the pcap and libnet socket initialisation to
  initialise_sockets() in serversockets.c
  this fixed some strange libnet errors
- removed some global variables

2001-08-24, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- ctrl-c now abort the scan AND show the results
- redesigned code in the client

2001-08-23, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- updated return code checking
- implemented select() in the client for receiving packets, should now
  not block anymore

2001-08-21, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- i had again time for this, updated all files
- fixed a few little bugs
- released 0.2.3

2001-08-14, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- updated server makefile, should now compile without library errors
- updated docs

2001-08-06, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- implemented the ports array in client and server as a list
  this fixes many very, very strange segfaults and errors i last day had
  and it's much faster, and better for your ram :)
- used gethostname()
- fixed (?) stealthscan routine

2001-08-05, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- updated makefiles (coz libnet and libcrypt)

2001-08-03, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- fixed some bugs

2001-08-02, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- updated messages.h for shorter and unsigned data types
- updated doc's

2001-08-01, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- heil helvetica!
- implemented new stealth portscanner with libnet and libpcap
- added more randomness, srand (getpid), on sending packets etc...

2001-07-29, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- patches blowfish encryption routine, works now without changing my data
- added encryption

2001-07-28, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- tried blowfish encryption (again), didnt work, does anybody know another
  good an easy to integrate encrytion library??
- added real subnet scanning

2001-07-24, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- better children handling

2001-07-24, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- reorganisation of the .h and .c files
- new makefiles
- basic subet scanning

2001-07-22, Dobin Rutishasuer <dobin.rutishauser@gmx.net>
- works now with multiple servers
- send the ports wich must be scanned not sequentally, but randomized to the
  servers
- input ip file option added
- added des and md5 password authentication
- added port range, and multiple hosts in command line

2001-07-21, Dobin Rutishauser <dobin.rutishauser@gmx.net>
- Damn, it's 08:15, and i added and changed a few stuff:
  - totally rewrite of the protokoll
  - rewrite of the packet handling stuff, now can every packet has it's own
    port, time, scan type and more... much more flexible, but also a
    bigger protocol overhead, but who cares? :)
  - new command line options, decoding routine
  - bugfixes, nice dynamic memory allocation stuff and such shit

2001-07-19, Dobin Rutishauser <dobin.rutishauser@gmx.net>
- Added Password authentication
