Main > Free Download Search >

Free snooper 2.21 software for mac

snooper 2.21

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8
TV-Snooper 2.21

TV-Snooper 2.21


TV-Snooper - TV listings for France more>>
Downloads and crams TV programmes for France into a sleek widget.
Data source is www.telepoche.fr
Main features:
- Time range selection
- Individual channel selection
- Filter by programme kind
- Progress bar for running/completed programs
- Show view
- Link to details.
Enhancements:
- Bug fix: disabled HTTP cache
- New pref pane
- Resizing.
<<less
Download (354KB)
Added: 2006-02-17 License: Freeware Price:
1355 downloads
 
Other version of TV-Snooper
TV-Snooper 2.41TV-Snooper is a very wonderful program which is French TV listings widget working of telepoche ...TV-Snooper 2.41 is a very wonderful program which is French TV listings widget
License:Freeware
Download (324.2KB)
downloads
Added: 2005-07-13
TV-Snooper 2.4.1TV-Snooper 2.4.1 is a convenient,accessible,friendly dashboard widget that is a shameless ...TV-Snooper 2.4.1 is a convenient, accessible, friendly dashboard widget that is a
License:Free
Download (317K)
downloads
Added: 2005-07-14
kSpectra Toolkit 2.21

kSpectra Toolkit 2.21


kSpectra Toolkit 2.21 is known as a set of great tools for advanced time series analysis that supports many sciences including finance, economics, geophysics as well as biomedical sciences. more>> <<less
Added: 2009-09-08 License: update/patch Price: $189.00
downloads
Kojoney 0.0.4.1

Kojoney 0.0.4.1


A free low level interaction honeypot that emulates an SSH server more>> A free low level interaction honeypot that emulates an SSH server

Kojoney is an open source, easy to use, secure, robust and powerful honeypot for the SSH Service developed in Python.
With the kojoney daemon are distributeds other tools such as kip2country (IP to Country) and kojreport, a tool to generate reports from the log files.

System requirements:
-
-

Enhancements
- Support to download files solicited by the attacker.
- Upgraded IP-Country to 2.21. Fix for bug 1465862.
- Fix for bug 1507382 (amd64/fc5).
- Applied patch for bug 1507380 (A bug in ZopeInterface-3.0.1 prevents to compile on amd64). Also fixes bug 1505078.
- Username & password file updated from 42 combinations to 23752.
- Other minor fixes.

<<less
Download (3MB)
Added: 2009-05-11 License: GPL Price: FREE
184 downloads
Tide Widget 2.21

Tide Widget 2.21


Tide Widget - Displays current tide or current for locations worldwide more>>
The Tide widget displays the current tide or current for locations worldwide, using the XTIDE tide engine to predict the tides.
You can help with the Widget! If you can translate the text strings into another language, that would be incredible! I need German, Italian, Japanese, Spanish, and Dutch to begin with, and if you can do another language that OS X supports then Ill put that in to! Contact me and Ill coordinate the efforts.
Enhancements:
- Fixed a bug where you couldnt change the units at the same time you changed the station. A silly little one-line fix that I should have caught before release.
- Fixed a display issue with some of the localized versions where the back side wasnt displaying correctly.
- Added the ability to set default units that apply to all stations, by holding down the option key when you select the unit.
- Fixed the programmers error that made it seem necessary to copy the images to the localization subdirectories. Now theres only one set of images and the widgets size is way down.
<<less
Download (2MB)
Added: 2006-07-28 License: Freeware Price:
1197 downloads
Digital Frontiers HVS JPEG 2.21

Digital Frontiers HVS JPEG 2.21


Digital Frontiers HVS JPEG is a plugin equipped with the ability to make JPEG images with superb quality and file size more>>

Digital Frontiers HVS JPEG 2.21 is a plugin equipped with the ability to make JPEG images with superb quality and file size

<<less
Added: 1998-10-11 License: update/patch Price:
downloads
MacDaddyX 0.2.21

MacDaddyX 0.2.21


MacDaddyX brings a simple to use, yet sophisticated MAC Address Changer (Spoofer). more>>

MacDaddyX 0.2.21 brings a simple to use, yet sophisticated MAC Address Changer (Spoofer). MacDaddy does not change the hardware burned-in MAC addresses. MacDaddy changes the "software based" MAC addresses. Allows changes to any NIC that permits using built-in utilities.

MacDaddy helps people to protect their privacy by hiding their real MAC Addresses in the widely available Network. MacDaddy also helps Network and IT Security professionals to troubleshoot network problems, test Intrusion Detection / Prevention Systems (IDS/IPS,) test Incident Response plans, build high-availability solutions, recover (MAC Address based) software licenses, etc.


Enhancements:
  • Growl Notifications.
  • Feedback Form.
  • Fixed code for faster startup.
  • Change button disabled on same MAC.
  • Leopard Compatibitly Fix.
Requirements: Mac OS X 10.4.10 or later.
<<less
Download (3.9MB)
Added: 2007-11-06 License: Free Price:
downloads
Apache for OSX 2.0.55

Apache for OSX 2.0.55


Apache for OSX - Popular website server software more>>
Apache is the most popular internet webserver application in the world.
Its created by a collaborative effect of software developers.
The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation.
These volunteers are known as the Apache Group. In addition,hundreds of users have contributed ideas, code, and documentation to theproject.
This version of Apache is a precompiled binary for MacOS X and Darwin users.
Enhancements:
- SECURITY: CAN-2005-2700 (cve.mitre.org) mod_ssl: Fix a security issue where "SSLVerifyClient" was not enforced in per-location context if "SSLVerifyClient optional" was configured in the vhost configuration. [Joe Orton]
- worker MPM: Fix a memory leak which can occur after an aborted connection in some limited circumstances. [Greg Ames]
- mod_ldap: Fix PR 36563. Keep track of the number of attributes retrieved from LDAP so that all of the values can be properly cached even if the value is NULL. [Brad Nicholes, Ondrej Sury ]
- SECURITY: CAN-2005-2491 (cve.mitre.org): Fix integer overflows in PCRE in quantifier parsing which could be triggered by a local user through use of a carefully-crafted regex in an .htaccess file. [Philip Hazel]
- SECURITY: CAN-2005-2088 (cve.mitre.org) proxy: Correctly handle the Transfer-Encoding and Content-Length headers. Discard the request Content-Length whenever T-E: chunked is used, always passing one of either C-L or T-E: chunked he never the request includes a request body. Resolves an entire class of proxy HTTP Request Splitting/Spoofing attacks. [William Rowe]
- Added TraceEnable [on|off|extended] per-server directive to alter the behavior of the TRACE method. This addresses a flaw in proxy conformance to RFC 2616 - previously the proxy server would accept a TRACE request body although the RFC prohibited it. The default remains TraceEnable on. [William Rowe]
- Add ap_log_cerror() for logging messages associated with particular client connections. [Jeff Trawick]
- Correct mod_cgids argv[0] so that the full path can be delved by the invoked cgi application, to conform to the behavior of mod_cgi. [Pradeep Kumar S ]
- mod_include: Fix possible environment variable corruption when using nested includes. PR 12655. [Joe Orton]
- Support the suppress-error-charset setting, as with Apache 1.3.x. PR 31274. [Jeff Trawick]
- EBCDIC: Handle chunked input from client or, with proxy, origin server. [Jeff Trawick]
- Fix bad globbing comparison which could result in getting a directory listing when a file was requested. PR 34512. [sean ]
- Fix core dump if mod_auth_ldaps mod_auth_ldap_auth_checker() was called even if mod_auth_ldap_check_user_id() was not (or if it didnt succeed) for non-authoritative cases. [Jim Jagielski]
- SECURITY: CAN-2005-2728 (cve.mitre.org) Fix cases where the byterange filter would buffer responses into memory. PR 29962. [Joe Orton]
- mod_proxy: Fix over-eager handling of % for reverse proxies. PR 15207. [Jim Jagielski]
- mod_ldap: Fix various shared memory cache handling bugs. PR 34209. [Joe Orton]
- Fix a file descriptor leak when starting piped loggers. PR 33748. [Joe Orton]
- mod_ldap: Avoid segfaults when opening connections if using a version of OpenLDAP older than 2.2.21. PR 34618. [Brad Nicholes]
- mod_ssl: Fix build with OpenSSL 0.9.8. PR 35757. [William Rowe]
- SECURITY: CAN-2005-2088 (cve.mitre.org) core: If a request contains both Transfer-Encoding and Content-Length headers, remove the Content-Length, mitigating some HTTP Request Splitting/Spoofing attacks. [Paul Querna, Joe Orton]
- proxy HTTP: If a response contains both Transfer-Encoding and a Content-Length, remove the Content-Length and dont reuse the connection, mitigating some HTTP Response Splitting attacks. [Jeff Trawick]
- Prevent hangs of child processes when writing to piped loggers at the time of graceful restart. PR 26467. [Jeff Trawick]
- SECURITY: CAN-2005-1268 (cve.mitre.org) mod_ssl: Fix off-by-one overflow whilst printing CRL information at "LogLevel debug" which could be triggered if configured to use a "malicious" CRL. PR 35081. [Marc Stern ]
- mod_userdir: Fix possible memory corruption issue. PR 34588. [David Leonard ]
- worker mpm: dont take down the whole server for a transient thread creation failure. PR 34514 [Greg Ames]
- mod_rewrite: use buffered I/O to improve performance with large RewriteMap txt: files. [Greg Ames]
- proxy HTTP: Rework the handling of request bodies to handle chunked input and input filters which modify content length, and avoid spooling arbitrary-sized request bodies in memory. PR 15859. [Jeff Trawick].
<<less
Download (naMB)
Added: 2005-10-14 License: Freeware Price:
1475 downloads
Hotspot Shield 0.942

Hotspot Shield 0.942


Hotspot Shield is all you need to help you create a virtual private network (VPN) between your laptop and the wireless router. more>>

Hotspot Shield 0.942 is all you need to help you create a virtual private network (VPN) between your laptop and the wireless router.

This impenetrable tunnel prevents snoopers and hackers from viewing your email, instant messages, credit card information or anything else you send over a wireless network. Which means you remain anonymous and protect your privacy. Hotspot Shield security software is free to download, employs the latest VPN technology, and is easy to install and use. So go ahead - Get behind the Shield - try Hotspot Shield today!

Requirements: Mac OS X 10.4 or later.

<<less
Download (775K)
Added: 2008-04-30 License: Free Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1