Commit Graph

2645 Commits

Author SHA1 Message Date
danh
14a604a2c8 update to ucd-snmp 4.2.6
from Sergio Jimenez Romero <tripledes@eslack.org>
2003-04-22 15:11:05 +00:00
avsm
f8b4f8b14a argh, cvs refuses to add/remove these patches from the previous
update; noticed by naddy@
2003-04-22 12:08:05 +00:00
naddy
6b179137ad Update to 0.19.5. Now also includes (incomplete) man pages. 2003-04-22 00:41:31 +00:00
couderc
db83dba925 update to 1.8.11, take maintainership 2003-04-19 15:45:22 +00:00
brad
cbd207471f - fix path used for silc_etcdir
- @comment out unwanted files/dirs
2003-04-19 01:21:32 +00:00
pvalchev
4f02f14ade update to 0.10.1; from maintainer Patroklos Argyroudis 2003-04-18 21:25:49 +00:00
brad
2965814c70 upgrade to silc-client 0.9.12.1 2003-04-18 03:22:23 +00:00
naddy
a75b48b948 Bug fix: allow entering 8-bit characters on the command line.
From FreeBSD; no response from maintainer.
2003-04-18 00:31:24 +00:00
wilfried
b9d3092930 update to 1.40.1; from new maintainer Jolan Luff <jolan@cryptonomicon.org>
- now respects CFLAGS throughout the whole build
- this version adds tun device support for OpenBSD.
2003-04-17 18:59:49 +00:00
naddy
44d330d643 update to 0.19.4 (bug fixes) 2003-04-17 11:41:02 +00:00
wilfried
c6bd8802af +poptop 2003-04-17 08:59:33 +00:00
wilfried
8d0a40c24e Import poptop 1.1.4.b3; submitted by Craig Barraclough <craigba@creative.com.au>
PoPTop is a PPTP server solution for Unix. PoPToP allows Unix Servers
to function seamlessly in the PPTP VPN environment.
2003-04-17 08:59:26 +00:00
pvalchev
2049aaa0e9 no more need for underscores, 2^n vs n bytes align shit 2003-04-17 07:50:05 +00:00
sturm
02b9757f46 +poink 2003-04-16 20:32:14 +00:00
sturm
e4d20d89e7 Initial import of poink 1.6
Nosuid TCP/IP ping is a small, secure replacement for the original ping
command. Unlike its setuid counterpart, it won't allow flood-pings,
security compromises and other typical problems. It uses TCP syn-rst
challenge/response instead of ICMP echo and echo-reply.

WWW: http://lcamtuf.coredump.cx/

from Artur Skura <arturs@iidea.pl> with changes from me
2003-04-16 20:30:20 +00:00
avsm
41b58b5970 correct a nasty little typo in a string bound which a gives wrong value
(sizeof(DEVBUF-1)) -> (sizeof(DEVBUF)-1)

brad@ ok
2003-04-16 19:36:46 +00:00
wilfried
c82bb786c8 +bitlbee 2003-04-16 18:51:17 +00:00
wilfried
b1272b0309 Import bitlbee 0.73; submitted by Han Boetes <han@linux-mandrake.com>
IRC-proxy to connect to icq, aol, msn and jabber
2003-04-16 18:51:08 +00:00
lebel
f5badbd7a0 update net/oinkmaster to 0.7 2003-04-16 13:51:43 +00:00
avsm
831d2a16f6 update to snort-2.0.0; fixes a remote overflow - users of older versions
should upgraded

from bmc@snort.org
2003-04-16 13:01:42 +00:00
avsm
24c4a06162 fix an snprintf buffer size; submitted upstream 2003-04-16 09:04:24 +00:00
avsm
0669dd6aef fix incorrect buffer bounds to snprintf and inet_ntop
submitted upstream, itojun@ ok
2003-04-16 08:27:55 +00:00
avsm
f310a6d271 typo in buffer size declaration leads to an overflow; fix submitted
upstream, jakob@ ok
2003-04-15 21:31:57 +00:00
avsm
bc4460e916 incorrect buffer bound in snprintf, not submitted as the current version
in ports is unsupported by the icecast folks
2003-04-15 18:49:56 +00:00
avsm
c6404d9344 plug a buffer in cpha packet processing, submitted upstream, jakob@ ok 2003-04-15 18:44:11 +00:00
brad
3b3a2b9fa7 working dist sites/homepage. 2003-04-15 16:19:03 +00:00
avsm
ea66de8a0c plug another bad boundary value; string size was 4069, used 4096 for the bound 2003-04-15 15:50:11 +00:00
dhartmei
932daf0191 allow absolute time values (seconds since Epoch), useful for files with
fixed start/end times.
2003-04-15 01:38:34 +00:00
naddy
8f1a091133 Update to 0.19.3. 2003-04-14 23:49:08 +00:00
wilfried
745620cce4 POSIX chown, ok espie@ 2003-04-14 15:02:08 +00:00
wilfried
ed94b6f2de Update to pork-0.7.0; from maintainer Jolan Luff <jolan@cryptonomicon.org>
- bug fixes
- show urls in messages containing a href tags
- interoperability with icq
2003-04-14 09:20:40 +00:00
sturm
16621522d2 +tcpdpriv 2003-04-13 10:03:26 +00:00
sturm
b8f5ee89cb Initial import of tcpdpriv 1.1.10
Tcpdpriv removes sensitive information from a packet trace, replacing it
with contrived information from which the sensitive information cannot be
reconstructed.  By removing the sensitive information, the output of
tcpdpriv may be shared with others (for debugging or network analysis,
say).

WWW: http://ita.ee.lbl.gov/html/contrib/tcpdpriv.html
2003-04-13 10:00:41 +00:00
pvalchev
0b4dd288ce trickle 2003-04-13 08:08:35 +00:00
pvalchev
c666ca6186 Initial import of trickle-1.04
trickle is a portable lightweight userspace bandwidth shaper.  It can
run in collaborative mode (together with trickled) or in stand alone
mode.  trickle works by taking advantage of the unix loader preloading.
Essentially it provides, to the application, a new version of the
functionality that is required to send and receive data through sockets.
It then limits traffic based on delaying the sending and receiving of
data over a socket.  trickle runs entirely in userspace and does not
require root privileges.

WWW: http://monkey.org/~marius/trickle/

Maintainer Jolan Luff <jolan@cryptonomicon.org>
2003-04-13 08:07:50 +00:00
naddy
c7a5a7d929 Update to 0.19.2:
* The server now runs as a daemon by default and automatically reloads the
  configuration file when it has been updated.
* Client options to force the use of IPv4 and IPv6, respectively.
2003-04-11 18:58:48 +00:00
jsyn
dfd02bf536 +netsed 2003-04-11 08:49:42 +00:00
jsyn
a4c4ca8198 Import of netsed-0.01c:
--
netsed is a small utility designed to allow you to alter the contents of
packets forwarded through your network in real time.

WWW: http://lcamtuf.coredump.cx/

This rocks, BTW; bought time I brought this in.
2003-04-11 08:48:42 +00:00
naddy
c48737b726 Update to 0.19.1. 2003-04-10 21:00:43 +00:00
jsyn
43d7195899 quote COMMENTs; ok naddy@ 2003-04-10 18:08:56 +00:00
jsyn
ce0e6c004a hyphenate and quote; ok jakob@ 2003-04-10 10:34:04 +00:00
brad
d466470440 gaim,esd -> gaim,audio 2003-04-09 16:50:53 +00:00
brad
c894ebcd03 upgrade to gaim 0.61
--
MAINTAINER ok
2003-04-09 16:39:46 +00:00
camield
92fc3b03df update to 1.9 2003-04-09 09:46:05 +00:00
jsyn
7420b438fe update to libdnet-1.7; from Srebrenko Sehic <haver@insecure.dk>,
give MAINTAINER
2003-04-08 00:59:33 +00:00
brad
3c38c2373b upgrade to Samba 2.2.8a
A flaw was found in Samba which could allow remote anonymous root
level privileges.

http://marc.theaimsgroup.com/?l=bugtraq&m=104972664226781&w=2
2003-04-07 19:32:40 +00:00
naddy
ae9de7338c Update from Vladimir Popov <pva48@mail.ru>:
o Fix buffer overflow in kvm_updateStats() found by Jolan Luff
o Use system getopt_long()
o Replace fprintf(stderr) && exit -> err() and fprintf(stderr) -> warn()
2003-04-06 00:43:21 +00:00
margarida
4e23116797 Update to version 1.2.2
A bug that let users run tcpreen as another user when the setuid bit
was set (it is not set by default) was fixed.
Also, sudo support was added.
2003-04-06 00:20:11 +00:00
margarida
618efd5fd8 Update to version 1.5
- New MASTER_SITES;
- Add HOMEPAGE;
- Bugfixes.

From new MAINTAINER: Jolan Luff <jolan@cryptonomicon.org>
2003-04-05 23:43:59 +00:00
naddy
0abb5ed250 Update to 0.19.0:
* Change cvsync version exchange protocol.
* Improve the performance of updating sub-collections.
2003-04-04 14:25:11 +00:00