The ntpd daemon implements the Simple Network Time Protocol version 4 as
described in RFC 2030 and the Network Time Protocol version 3 as de-
scribed in RFC 1305. It can synchronize the local clock to one or more
remote NTP servers and act as NTP server itself, redistributing the local
time.
encryption. It runs on Unix-like operating systems and on Microsoft
Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe
Devine), program execution (-e option), choosing source port, continuous
reconnection with delay, and some other nice features. Only TCP/IP
communication is supported. Source code and binaries are distributed
under the GNU General Public License.
sbd can be used for any number of network-related things, e.g.:
* Secure file transfer
* Remote administration
* Simple (but secure) peer-to-peer chat
* Pen-test tool (crypto avoids NIDS detection and telnet-style traffic
recording)
PR: 68838
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Approved by: krion (mentor)
. While I'm here:
. Use PORTDOCS to greatly simplify the packing list.
. Use %%EXAMPLESDIR%% in the packing list rather than the equivalent
hardcoded path.
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
The following cards are known to work with the acx driver:
Card Bus
Binatone WL-1000 CARDBUS
D-Link DWL-650+ CARDBUS
US Robotics USR2210 CARDBUS
US Robotics USR2216 PCI
WWW: http://wlan.kewl.org/
PR: ports/68612
Submitted by: Leonid Zolotarev <leoz@saunalahti.fi>
netinfo piece of gnome-network broken out into its own distribution.
Gnome-nettool is a MacOS X-like Network Utility that disaplys interface
information as well as front-ends many useful network tools like ping,
netstat, traceroute, host, finger, and whois.
Author fixed are following problems:
1) threading issue causing pthread_create() errors under Linux after
number of requests and memory leaks on different Unix platforms.
2) deadlock in gethostbyname() mutex, HTTP CONNECT redirection.
Grab maintainership because author can't contact with
maintainer 3-4 monthes.
Announce from: 3APA3A <3APA3A at security dot nnov dot ru>