Next | Query returned 29 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2006-01-18 22:37:01 by Adrian Portelli | Files touched by this commit (3)
Log message:
Update to 1.8
Grab maintainership
   2005-12-08 19:21:16 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix OpenSSL test, it doesn't work out of the box on DragonFly
due to missing size_t.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-28 17:04:28 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.7.1:

* Fixed bug which caused hostnames containing hyphens to fail with an error.

* Improved mapping of ID numbers to names in decode.  This allows sparse IDs
  ranges (e.g. 1,2,3,65000) to be supported, which means that we can now decode
  XAUTH authentication method amongst other things.

* Added SO_BROADCAST option to UDP socket to allow sending to broadcast
  addresses.  Previously this gave a permission denied error.
   2005-02-24 14:10:14 by Alistair G. Crooks | Files touched by this commit (192)
Log message:
Add RMD160 digests.
   2005-01-14 09:36:54 by Adrian Portelli | Files touched by this commit (3)
Log message:
- Update to 1.7
- Add bl3 and openssl support
- Fix paths in man pages
- Install extra documentation
- Remove un-needed options from pkgsrc Makefile

Lots of changes/bugfixes from 1.6 including:
psk-crack.c: New program to crack Aggressive Mode Pre-Shared Keys
using dictionary attack.  This uses the output from "ike-scan -P"
together with a dictionary.
   2004-02-28 16:29:20 by Takahiro Kambe | Files touched by this commit (1)
Log message:
MAINTAINER should be tech-pkg@NetBSD.org instead of packages@netbsd.org.
   2004-02-27 23:12:51 by Jun-ichiro itojun Hagino | Files touched by this commit (4) | Imported package
Log message:
ike-scan, IKE fingerprinting tool

---
ike-scan discovers IKE hosts and can also fingerprint them using the
retransmission backoff pattern.

ike-scan does two things:

a) Discovery: Determine which hosts are running IKE.
   This is done by displaying those hosts which respond to the IKE requests
   sent by ike-scan.

b) Fingerprinting: Determine which IKE implementation the hosts are using.
   This is done by recording the times of the IKE response packets from the
   target hosts and comparing the observed retransmission backoff pattern
   against known patterns.

The retransmission backoff fingerprinting concept is discussed in more
detail in the UDP backoff fingerprinting paper which should be included
in the ike-scan kit as udp-backoff-fingerprinting-paper.txt.

The program sends IKE main mode requests to the specified hosts and displays
any responses that are received.  It handles retry and retransmission with
backoff to cope with packet loss.  It also limits the amount of bandwidth
used by the outbound IKE packets.


Next | Query returned 29 messages, browsing 21 to 30 | previous