summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-01-20Add netbsd-tap.cube1-1/+2
2005-01-20Initial import of netbsd-tap into the NetBSD Packages Collection.cube15-0/+2016
netbsd-tap is the "pkgsrcized" version of the implementation of tap(4) that can be found in NetBSD-current. It is compatible with NetBSD 2.0 and above.
2005-01-20Disable this for NetBSD 1.xmartti1-1/+4
2005-01-20Update to version 3.78salo3-8/+9
Changes: - The XML nmaprun element now has a startstr attribute which gives the human readable calendar time format that a scan started. Similarly the finished element now has a timestr attribute describing when the scan finished. These are in addition to the existing nmaprun/start and finished/time attributes that provided the start and finish time in UNIX time_t notation. This should help in development of better XSLT stylesheets for Nmap XML output. - Added new "closed|filtered" state. This is used for Idlescan, since that scan method can't distinguish between those two staes. Nmap previously just used "closed", but this is more accurate. - Rewrote the host IP (target specification) parser for easier maintenance and to fix a bug found by Netris (netris(a)ok.kz) - Fixed compilation on soem HP-UX 11 boxes thanks to a patch by Petter Reinholdtsen (pere(a)hungry.com). - Fixed a portability problem on some OpenBSD and FreeBSD machines thanks to a patch by Okan Demirmen (okan(a)demirmen.com). - Added an NTP probe and matches to the version detection database (nmap-service-probes) thanks to a submission from Martin Macok (martin.macok@underground.cz).
2005-01-19Compile fix for Interix. Don't bother using uintptr_t when it's nottv2-1/+16
actually necessary to do so. (Pointers are already comparable with >=.)
2005-01-19Fix localstatedir; depend on gdome2 (needed for xmldump plug-in); revision bumpadam1-2/+4
2005-01-19update to 2.2.0.itojun4-10/+31
- nsd-xfer is now in package - bug fixes - pidfile can be specified by -P
2005-01-17Remove 22pth from versions, since py-gtk2 does not support it.wiz1-2/+2
2005-01-17Updated xfce4-wavelan-plugin to 0.4.1martti3-7/+7
* Bug fixes
2005-01-16Ensure the manpages are always installed under PREFIX/man instead ofjmmv2-1/+15
PREFIX/share/man. The later may happen if that directory exists if created by another package. Fixes PR pkg/28959.
2005-01-16Be explicit that the source for the rc scripts is not in files/ (themarkd1-1/+5
package supplies them itself). From Greg Woods by way of Jeremy Reed.
2005-01-14Update p5-Net-SNMP to 5.0.1jschauma2-6/+5
Changes since 4.1.2: RELEASE 5.0.1 SEP-09-2004 - The module is now again functional with Perl 5.6.x. Compensations were made for compatibility problems with the IO::Socket::INET and Math::BigInt modules packaged with Perl 5.6.x. - The UDP/IPv6 and TCP/IPv6 Transport Domains are now functional when using version 2.0x of the IO::Socket::INET6 module. RELEASE 5.0.0 JUL-20-2004 - Added support for the UDP/IPv6 Transport Domain listed in RFC 3419. - Support for the TCP/IPv4 and TCP/IPv6 Transport Domains was added as described in RFC 3430 - "SNMP over TCP Transport Mapping". - Optimizations were made to ASN.1 processing and preparation methods. - Corrected a possible memory exhaustion error with OCTET STRINGs that contain "printf" format characters. - The ASN.1 types associated with the ObjectSyntax values in the VarBindList can now be retrieved using the var_bind_types() method. - The function snmp_type_ntop() was added for displaying ASN.1 types. - The Net::SNMP::Dispatcher module now checks for select() errors. - Passing the "-maxrepetitions" argument with a value of 1 or less to the get_table() or get_entries() methods instructs them to use get-next-request messages instead of get-bulk-request messages. - The maximum allowed value for the maxMsgSize was reduced to 65535. - The Perl modules for the non-default Transport Domains and Security Model are now loaded at runtime instead of compile time.
2005-01-14Create a pam.buildlink3.mk file that is used by PAM-using packages.jlam3-6/+6
It includes the correct buildlink3.mk file from either Linux-PAM (security/PAM) or OpenPAM (security/openpam) and eventually will support solaris-pam. pam.buildlink3.mk will: * set PAMBASE to the base directory of the PAM files; * set PAM_TYPE to the PAM implementation used. There are two variables that can be used to tweak the selection of the PAM implementation: PAM_DEFAULT is a user-settable variable whose value is the default PAM implementation to use. PAM_ACCEPTED is a package-settable list of PAM implementations that may be used by the package. Modify most packages that include PAM/buildlink3.mk to include pam.buildlink3.mk instead.
2005-01-13bump PKGREVISION for ipv6 support.bouyer1-2/+2
2005-01-13Support IPv6 via PKG_SUPPORTED_OPTIONS= inet6. Reviewed by Juan RP.bouyer1-1/+11
2005-01-13moved to py-kenosisdrochner4-284/+0
2005-01-13kenosis moveddrochner1-2/+2
2005-01-13re-import kenosis as py-kenosis for consistency,drochner4-0/+285
add a dependency on py-xml to fix build error noted by Min Sik Kim
2005-01-13Added hobbitmon.xtraeme1-1/+2
2005-01-13Changes 0.5.17:adam6-64/+38
* Bug fixes
2005-01-13Hobbitmon is a big brother like network monitoring toolmanu12-0/+639
2005-01-13add net/mDNSResponderitojun1-1/+2
2005-01-13net/mDNSResponder, part of apple rendezvous technologyitojun4-0/+35
2005-01-12Incorporate Jan 12's allocation of 2003:0000::/18 to the RIPE NCC;kleink2-10/+12
ride today's PKGREVISION bump.
2005-01-12Lower dependency requirement to 0.5.0, required for some pkgs onxtraeme1-2/+2
NetBSD with old libpcap.
2005-01-12Correctly reference location of the logwtmp plugin. Otherwise it makescube3-7/+22
pppd fail and the connection doesn't happen. PKGREVISION++.
2005-01-12Merge patch-ac into patch-aa (both patch the same file).kim4-68/+81
Fix .fi lookup (there is a whois server since 2005-01-11). Point the default browser path to pkgsrc lynx.
2005-01-11Use this builtin.mk from pkgsrc-wip, which works for all platformsxtraeme1-45/+44
and detects a lot of more versions, thanks to Peter Postma.
2005-01-11Update to 0.0.9.2 (OK'd by jschauma@netbsd.org).tv3-11/+6
The ChangeLog is huge -- see it for changes. This is still a pre-alpha piece of software, so rapid development and change is currently expected.
2005-01-11typo, thanks peter.xtraeme1-2/+2
2005-01-11Always matching 0.8.3 if FreeBSD >= 5.3xtraeme1-2/+2
2005-01-11FreeBSD >= 5.3 uses libpcap-0.8.3, older versions are using 0.7.x.xtraeme1-3/+5
2005-01-11libpcap was updated to 0.8.3 in NetBSD-2.99.9 (more or less), so matchxtraeme1-3/+3
NetBSD<=2.99.8 as 0.7.2, also match future NetBSD versions as 0.8.3.
2005-01-11This package requires libpcap>=0.8.3, noted by jdc@, bumpxtraeme1-1/+4
PKGREVISION.
2005-01-11this should be 0.7.2 not 0.7xtraeme1-2/+2
2005-01-11Better checking of libpcap versions, based in heimdal/builtin.mk.xtraeme1-4/+60
for now we are assumming that: _LIBPCAP_VERSIONS= 0.8.3 0.7.2 _LIBPCAP_0.8.3= NetBSD-2.99.9* NetBSD-2.99.1[0-9]* _LIBPCAP_0.7= NetBSD-1.[56]* NetBSD-2.0* Users of other platforms should update this list eventually.
2005-01-11Make sure correct path for perl is set in installed scripts.markd3-3/+17
Bump PKGREVISION.
2005-01-10+kenosisdrochner1-1/+2
2005-01-10this doesn't belong heredrochner1-1/+0
2005-01-10import kenosis-0.92, a P2P RPC library for Pythondrochner5-0/+285
2005-01-10Added fix for includes so mtr will compile on Mac OS X.jklos2-7/+24
2005-01-09Give up maintainership. (I voted for removing this pkg instead ofkim1-2/+2
reimporting as ntop1.)
2005-01-09Fix the pam build: lunix defines both the portablechristos3-3/+39
PAM_AUTHTOK_RECOVERY_ERR and the non-portable PAM_AUTHTOK_RECOVER_ERR as 21, and you guessed which samba decided to use. Bump the version to nb2.
2005-01-08Update to 0.9.8, mostly from Ian Zagorskih on tech-pkg@. Changes:schmonz6-21/+46
- FIX: shared library naming scheme included the howl version number (jdub@perkypants.org) - FIX: pkgconfig include pathing included the howl version number (eloli@hotmail.com) - FIX: howl_config.h was being included when compiling apps that use howl (sebastien.estienne@gmail.com) - FIX: publish sample had reversed callback parameters (sebastien.estienne@gmail.com) - nicer printing of text records in browse example (sebastien.estienne@gmail.com) Additional pkgsrc changes by me: * Create a "howl" user and group. * Add rc.d script. * Format DESCR.
2005-01-07Redo fixing of hardcoded paths, including actually using the value ofmarkd3-20/+8
${RCD_SCRIPTS_EXAMPLEDIR} rather than just its default.
2005-01-07ntop2 removedadam6-470/+0
2005-01-07Update to 3.6.1p1 (ok wiz).peter2-6/+5
Changelog: 20041209 - (dtucker) [version.h] Release 3.6.1p1. 20041208 - (dtucker) [Makefile.in configure.ac] Add --with-privsep-path configure option, based on patch from Andrew Stribblehill (ads at debian org). - (dtucker) [Makefile.in configure.ac] Strip installed binaries by default, add --disable-strip configure option, taken from OpenSSH. Noticed by otto@ 20041207 - (dtucker) OpenBSD CVS Sync - mickey@cvs.openbsd.org 2004/12/06 17:52:33 [ntpd.h] ensure the most excellent alignment in the structs; henning@ ok - mickey@cvs.openbsd.org 2004/12/06 21:57:17 [ntpd.8 ntpd.c ntpd.h] do not log tiny local clock drifts; w/ help from Joerg Sonnenberger <joerg@britannica.bec.de>; henning@ ok 20041204 - (dtucker) OpenBSD CVS Sync - jmc@cvs.openbsd.org 2004/11/07 22:42:33 [ntpd.conf.5] document that keywords can be specified multiple times; from otto and myself; prodded by henning; - otto@cvs.openbsd.org 2004/11/08 20:09:19 [ntpd.conf.5] Advice user to use multiple servers. Prodded by Daniel Polak, help and ok jmc@ ok henning@ - henning@cvs.openbsd.org 2004/11/10 12:27:54 [ntpd.c ntpd.h parse.y] const'ify conffile From: Joerg Sonnenberger <joerg@britannica.bec.de> - henning@cvs.openbsd.org 2004/11/10 12:47:28 [client.c ntp.c ntpd.h] ntp_adjtime() -> priv_adjtime() ntp_settime() -> priv_settime() ntp_host_dns() -> priv_host_dns() - henning@cvs.openbsd.org 2004/11/12 18:24:52 [ntp.c ntpd.h util.c] some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de> - henning@cvs.openbsd.org 2004/11/25 07:27:41 [parse.y] fix "listen on hostname" fallout from the deferred dns lookups noticed by dhartmei@ - (dtucker) [y.tab.c] Regen. 20041203 - (dtucker) [ntpd.c openbsd-compat/bsd-misc.c openbsd-compat/openbsd-compat.h] Correctly initialise __progname on platforms that don't have it natively, based on OpenSSH's ssh_get_progname(). Reported by ihsan at dogan.ch. 20041106 - (dtucker) [client.c] Back out portable-specific SA_LEN bits. - (dtucker) OpenBSD CVS Sync - henning@cvs.openbsd.org 2004/11/05 15:28:29 [parse.y] memleaks in error pathes, patrick latifi, Thanks! - dtucker@cvs.openbsd.org 2004/11/06 00:39:46 [client.c] Use SA_LEN() instead of ss.ss_len. Evaluates to the same result but it's easier on portable. ok henning@ 20041105 - (dtucker) [configure.ac ntpd.c] Remove workaround for signal(SIGCHLD, SIG_IGN) on Linux. - (dtucker) OpenBSD CVS Sync - henning@cvs.openbsd.org 2004/11/02 19:00:38 [ntpd.8] superfluous comma, From: James Herbert <lists@artyzan.net> - henning@cvs.openbsd.org 2004/11/05 00:04:22 [ntpd.c] use SIG_DFL instead of SIG_IGN when we are not interested in SIG_CHILD anymore, same thing for us and it makes darren's life easier for the portable - (dtucker) [configure.ac ntpd.h] Add a --with-privsep-user option to configure. 20041103 - (dtucker) [configure.ac] Check for snprintf too. - (dtucker) [ntpd.8] Remove references to OpenBSD-specific startup files, from Christian Gut (cycloon at is-root org). 20041028 - (dtucker) [openbsd-compat/bsd-misc.c] Use precision from adjtimex for clock_getres. 20041027 - (dtucker) OpenBSD CVS Sync - henning@cvs.openbsd.org 2004/10/27 10:55:27 [ntp.c] use clock_getres(3) and calculate precision from that, and fill the precision field when we reply in server mode accordingly. from phessler - dtucker@cvs.openbsd.org 2004/10/27 14:19:12 [ntp.c] Calculate Hz and round up; ok henning@ - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/openbsd-compat.h] Add clock_getres compat function. 20041026 - (dtucker) [configure.ac includes.h openbsd-compat/bsd-misc.c openbsd-compat/openbsd-compat.h] Add vsyslog() to compat library. - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/bsd-snprintf.c] Import snprintf replacement from OpenSSH Portable. - (dtucker) [configure.ac defines.h] Add a few definitions needed to compile on older Solaris version. - (dtucker) [README] Update for Solaris. - (dtucker) [configure.ac] Look for socklen_t in <sys/socket.h> - (dtucker) [configure.ac includes.h] Include <ctype.h>, do better checking for socklen_t. - (dtucker) [openbsd-compat/openbsd-compat.h] Add prototypes for snprintf and vsnprintf. - (dtucker) [configure.ac defines.h] Use sockaddr_storage.__ss_family where available. 20041023 - (dtucker) OpenBSD CVS Sync - henning@cvs.openbsd.org 2004/09/14 22:01:28 [client.c] paranoia: reset query->fd to -1 after close, from canacar some time ago - henning@cvs.openbsd.org 2004/09/15 00:05:29 [buffer.c] remove buf_write(), not used in ntpd. found by theo - henning@cvs.openbsd.org 2004/09/15 00:07:20 [ntp.c] missing include, from theo - henning@cvs.openbsd.org 2004/09/15 00:08:06 [ntp.c ntpd.c] unused variables, theo - henning@cvs.openbsd.org 2004/09/15 00:18:12 [ntpd.h parse.y] remove the unused variable/macro code, ok theo - henning@cvs.openbsd.org 2004/09/15 00:23:08 [parse.y] kill another unused function and two debugging printfs - henning@cvs.openbsd.org 2004/09/15 19:14:11 [ntp.c ntpd.c] malloc the imsg buffers instead of having them statically, suggested by micsky some time ago, ok otto - henning@cvs.openbsd.org 2004/09/15 19:21:25 [imsg.c ntp.c ntpd.c ntpd.h] imsg framework cleanup: -kill the _pid flavors of imsg_create and imsg_compose, and just add pid as argument to those -use imsg_create in imsg_compose instead of duplicating code -check for datalen overflow - henning@cvs.openbsd.org 2004/09/15 19:22:55 [imsg.c] need buf_free() to free buf, free() is not good enough - henning@cvs.openbsd.org 2004/09/16 01:02:37 [imsg.c] ewps... - henning@cvs.openbsd.org 2004/09/16 01:06:51 [imsg.c] use imsg_add instead of the lower level buf_add in imsg_create; it already does the error checking for us. - henning@cvs.openbsd.org 2004/09/16 01:10:05 [imsg.c] in imsg_compose: -don't buf_free() on imsg_add() errors, it already does that for us -use imsg_close() instead of buf_close(), does error handling already - henning@cvs.openbsd.org 2004/09/16 01:13:42 [imsg.c ntpd.h] the "type" param to imsg_compose and imsg_create is really an enum imsg_type and not an int - henning@cvs.openbsd.org 2004/09/18 07:33:14 [ntp.c ntpd.h] do not bother overallocating and shrinking the pfd and idx2peer arrays, doesn't by us anything. discussed with ryan during dinner at original joe's - henning@cvs.openbsd.org 2004/09/18 20:01:38 [client.c ntp.c ntpd.8 ntpd.c ntpd.h] add a new -s option, that tells ntpd to set the time using settimeofday() once at startup. ntpd delays daemonizing until it has done the intial time setting (or ran into the timeout) in this mode to make sure stuff started later in rc is not subject to time jumps. this eleminates the need to run rdate -n beforehands. with some input from & ok ryan and bob, march music from mickey - henning@cvs.openbsd.org 2004/09/18 20:27:57 [ntpd.c ntpd.h] don't call settimeofday() when the offset is smaller than 180 seconds, adjtime() will fix that fast enough, from discussion in theo's living room ok mcbride beck - henning@cvs.openbsd.org 2004/09/18 20:31:46 [ntpd.8] say when we run settimeofday() with -s and when not, help from bob - henning@cvs.openbsd.org 2004/09/18 20:37:12 [ntpd.8 ntpd.c] implement -S to override earlier -s, requested by theo - henning@cvs.openbsd.org 2004/09/18 23:21:35 [ntpd.c] jmc says S before s and not s before S, sssssssso we do. - henning@cvs.openbsd.org 2004/09/18 23:22:13 [ntpd.8] greatly improved by jmc with some tweaks by yours truly - henning@cvs.openbsd.org 2004/09/23 01:53:07 [ntpd.c] reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send it a kill then - tiny possible race there pointed out by Brian Poole <raj@cerias.purdue.edu> - henning@cvs.openbsd.org 2004/09/24 14:51:16 [client.c ntp_msg.c] connect() the client-side sockets. idea & test & ok camield@ - henning@cvs.openbsd.org 2004/09/30 10:19:43 [client.c] now that we connect() the client sockets we need to handle ECONNREFUSED as non-fatal too, from camield@ - henning@cvs.openbsd.org 2004/10/04 11:12:58 [ntp.c] do not take the average offset from all peers when calculating the total offset to correct the local clock, but use the median. given a reasonable sized set of servers this makes us nearly immune against outliers or flasetickers, without the need for a horribly complicated outliers detection which does not yield to better results anyway. - henning@cvs.openbsd.org 2004/10/05 11:23:28 [client.c] in client_addr_init() and client_nextaddr(), do not set up the socket and connect it, instead leave it at -1. in client_query, set up and connect the socket if it is -1. and, the real reason for this change: handle connect failures gracefully ok otto - henning@cvs.openbsd.org 2004/10/08 12:42:25 [client.c] whitespace both in comment; from bernd - henning@cvs.openbsd.org 2004/10/13 09:20:41 [ntp.c] when we get back a IMSG_HOST_DNS message from the parent the peer ID within might have become invalid (because the peer showed up, dns request sent to parent, peer vanishes, and then the reply comes back), so do not fatal() in that case but just log_warnx(). provoked by brad - henning@cvs.openbsd.org 2004/10/13 12:22:39 [ntp.c server.c] correctly set refid in replies with NTP protocol versions < 4. code path for NTP4 remains unchanged, we already set refid correctly there. NTP3 and older uses an IPv4 address as refid. use the IP of the server we last synced to if it was a IPv4 one. sometimes we use the average offset between two, in that case just pick one for the IP. this scheme naturally fails when we query IPv6 servers and have to reply to IPv4 NTP3 (or even older NTP versions) clients - refid stays at 0 then. this is a protocol limitation, nothing we can do about it. - henning@cvs.openbsd.org 2004/10/13 12:37:47 [ntp_msg.c] fall cleaning - henning@cvs.openbsd.org 2004/10/13 13:19:44 [client.c] thinko, htonl() -> ntohl(). as we don't use the value in question effect zero - henning@cvs.openbsd.org 2004/10/13 13:35:19 [client.c ntp.h ntp_msg.c] in struct ntp_msg, rename "distance" to "rootdelay" to closer match RFCs and such - henning@cvs.openbsd.org 2004/10/13 14:02:50 [ntp.c server.c] set rootdelay in replies. inherit rootdelay from the delay from the last client update from the peer that we picked last time to adjust the local clock. in some cases we use the average offset between two peers' client updates, then use the average delay between the two as well. - dtucker@cvs.openbsd.org 2004/10/14 09:35:48 [client.c ntpd.h server.c] Have ntpd use IPTOS_LOWDELAY; ok henning@ - dtucker@cvs.openbsd.org 2004/10/15 01:58:04 [client.c server.c] Only set IPTOS_LOWDELAY on IPv4 interfaces; pointed out by phessler, ok henning - henning@cvs.openbsd.org 2004/10/22 21:17:37 [client.c ntp.c ntp_msg.c ntpd.h server.c] in server mode reply with stratum from the peer that we currently prefer plus one - henning@cvs.openbsd.org 2004/10/22 21:24:20 [ntp_msg.c] oups - (dtucker) [client.c] Use SA_LEN instead of ss_len. - (dtucker) [ntpd.c] Move seed_rng earlier. - (dtucker) [includes.h ntpd.c version.h] Add a version identifier. - (dtucker) [configure.ac ntp.c] Test for the presence of <paths.h> - (dtucker) [defines.h] Define MAX() macro if not already defined. - (dtucker) [ntpd.c] Add SCCS tag marker so 'what' works too.
2005-01-06Set sysconfdir to ${PKG_SYSCONFDIR} in configure.peter1-2/+3
Should fix PR pkg/28866 from Kimmo Suominen. Bump PKGREVISION to 2. ok wiz.
2005-01-06Fix a bug that made the kernel module crash when trying to send packets ofcube3-6/+7
size approximatively equal to MLEN. PKGREVISION++, everyone using that package should update.
2005-01-06old ntop->ntop1, ntop updated to 3.1adam1-2/+2