Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes from version 1.0:
Introduced support for reporting network address, broadcast address,
number of IPs, first IP and last IP.
Made some source adjustments to facilitate compiling under
Win32, MacOS Classic and MacOS X.
Optimized a routine or two.
Cleaned up code / headers.
|
|
time ago.
|
|
client.
|
|
* Many changes to the internal data structures (not backward compatible!)
* Centralized backups
* Lots of bug fixes
* Many other feature enhancements
Requested by Ben Wong <benjamin.wong@cc.gatech.edu>.
While there, fix the dependency on ocaml, and install some docs.
PACKAGE DEVELOPERS: please don't just include binaries into pkgs!
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
to make it easier to track new versions.
|
|
Change lists can be found at http://www.delegate.org/delegate/updates/
|
|
crank down the maximum number of commands to feed one sed. Otherwise
config.status won't work with any of sun's seds.
Doing something with gsed won't work because while you can tell a
package to use a given sed (via ${SED} if needed), you can't tell
configure to use a given sed.
|
|
|
|
packet trace files.
|
|
Tcpslice extract pieces of and/or merge together packet trace files generated
using tcpdump's -w flag. Tcpslice uses libpcap, a system-independent interface
for user-level packet capture.
Provided in pkg/13926 by Stoned Elipot <seb@pbox.org>.
|
|
|
|
and Windows 2000 terminal servers, into the packages collection.
Package provided in PR 14059 by Grant Beattie (grant@grunta.com), slightly
modified by myself.
|
|
|
|
|
|
in PR pkg/14005.
|
|
"post-extract" target is quiet again.
|
|
|
|
in PR pkg/14045.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DNS although it is listed on the web page.
|
|
of the dead "gnutellahosts.com" as initial host list server to access
the Gnutella network. Bump package version to 0.1nb1.
|
|
|
|
for NetBSD-*-* (was 1.4-only before).
Reported by Christoph Leuzinger <u53n3t@westworks.ch> in de.comp.os.unix.bsd
|
|
|
|
publicfile supplies files to the public through HTTP and FTP
Security features:
publicfile chroot()s to the public file area and sheds root privileges.
publicfile never attempts to modify the public file area.
publicfile never runs any other programs.
HTTP features:
publicfile supports virtual hosts through the Host field.
publicfile supports virtual hosts through absolute URLs.
publicfile supports HTTP/1.1 persistent connections.
publicfile supports HTTP/1.1 chunked responses.
publicfile supports user-controlled content types.
publicfile supports exact-prefix If-Modified-Since.
FTP features:
publicfile has built-in LIST and NLST commands.
publicfile provides EPLF LIST responses.
publicfile supports restarted transfers.
publicfile supports pipelining.
Package provided by Sen Nagata <sen@eccosys.com> in pkg/13892.
This import closes pkg/13167, too.
|
|
Changes include minor bugfixes, see README file in distfile for details
(only available in polish)
|
|
|
|
|
|
|
|
|
|
* Fixed minor name resolution problem so that reverse lookups are not
performed on hostnames supplied as are dotted IP addresses
* Fixed minor problem where DAs listed in net.slp.DAaddresses could not be
found if multicast was not enabled.
* Fixed minor bugs in DA discovery code so that SLPFindScopes() returns more
consistant results.
* Applied patch from Jim Meyer that fixes several predicate parsing
irregularities
* Fixed minor KnownDAEcho problem that resulted in some DAs not getting
registrations.
|
|
010912 When storing part of the buffer for a renewed attempt,
store the *end*, not the beginning. Affects copy_up and copy_down.
Autoconf. Use daemon() if available. Make sure that we don't try
to close uninitialized file handles in add_client.
New option -n to not make sockets nonblocking (mainly useful
for debugging).
010911 Make sure that remaining data is stored away when we get EAGAIN
in copy_up.
Released 0.3.3.
010909 Added -p argument to store process id in a file (Andreas Wrede).
Made the sockets nonblocking. Handle EAGAIN in copy_up/down.
Released 0.3.2.
010908 Ignore SIGPIPE. Released 0.3.1.
010827 Option -h uses a hash on the client IP address for the initial
server selection. Option -s ("stubborn") prevents failover to
another server if the initial choice is unavailable.
010824 Use getport for the local port as well.
|
|
Changes:
* display transfer rates
* detect stalled connections and abort after stall-timeout seconds
* fix ASCII mode uploads
* write proper URLs (encoding special chars, include user and port)
* various bug fixes
|
|
|
|
ucd-snmp should be updated to this version too.
|
|
The moral of the story is that cvs 1.11 doesn't like:
cvs update
Modify files
cvs update after someone else has deleted them but with enough local
changes that they don't disapear
cvs ci
The checkin succeeds, but the ,v file stays in the attic.
|
|
Original message:
Bring ucd-snmp-current back to life. This is a package of ucd-snmp
4.2.1, the latest release of the net-snmp project (the name change is
still in progress).
|
|
I can fix it.
|
|
|
|
By Stoned Elipot in pkg/13920.
|
|
From Stoned Elipot in pkg/13918.
|
|
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
|
|
|
|
Note its existence in MESSAGE for binary package users.
First part requested by mycroft.
|