summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2004-04-15Install a libsmbclient.so.0 link for the library, to let programs that usejmmv2-2/+5
it find it properly. Bump PKGREVISION to 1.
2004-04-15Make this build in FreeBSD, patch stolen from FreeBSD/ports.xtraeme2-1/+23
2004-04-15Import tnftp 20050103.lukem1-1/+4
Various changes, including: * forbid mget of filenames that aren't in or below the local cwd. * improve auto-fetch transfers * improve www/proxy authentication support * improve http response header parsing * change UCB-licensed code from 4-clause to 3-clause
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz2-4/+2
from the buildlink2.mk files.
2004-04-14Make this build on Darwin. pkg/23325danw3-33/+132
2004-04-14Convert to buildlink3.snj2-4/+25
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv13-31/+28
*-dirs packages.
2004-04-13During print-PLIST, output comments for the lib/orbit-2.0 and share/idljmmv1-1/+6
directories instead of removing them, as they are handled by this package.
2004-04-13bl3ifyjmmv1-7/+10
2004-04-13Changes 1.42:adam3-25/+25
* rewrote the entire configure.in/config.h.in to autoconf 2.57 to be more consistent with normal autoconf'd programs. corrects bugs around packaging impediments and typos. * improved privilege dropping code and added more options to configure to govern its behaviour * added flag to turn off privilege revocation logic * added multiline match as default and ability to enforce previous default single-line match (bugfix + feature) * added ability to read bpf filter expression from file * added ability to force the column width to a certain size * added two new output modes: ``byline'', whose output respects embedded carriage returns (useful for http dumps), and ``none'', which prints out each dump as a single line no matter what. * added ability to specify alternate nonprintable character (default is ``.''). * made ``-q'' effects more consistent and usable for scenarios where ``-I'' and/or ``-O'' are being employed * documentation updated
2004-04-13Cleaned up, use buildlink3adam1-20/+6
2004-04-12Convert to buildlink3.snj3-22/+20
2004-04-12Convert to buildlink3. Also fix build with gcc3.snj6-34/+51
2004-04-12Convert to buildlink3.snj3-28/+27
2004-04-12Upgrade to smokeping-1.28:kim6-36/+56
- new probes: CiscoRTTMonEchoICMP, CiscoRTTMonDNS, CiscoRTTMonTcpConnect, Curl, LDAP, Radius, RemoteFPing, TelnetIOSPing - support for multiple alert recipients - new --filter option allows you to run the smokeping deamon on a big config but have the config file filtered and only measure the entries that pass the filter. This allows to use rsync to consolidate measurements from different hosts at a central location for presentation. - new option to generate static pages (--static-pages)
2004-04-12Hack to fix build with threaded Tcl package: at configure time snarf the valueseb1-1/+3
of {TCL,TK}_LIBS in {tcl,tk}Config.sh and pass it down to configure via V_LIBS in environment.
2004-04-12Fix startup script so that it really works on system which don't usetron2-6/+5
NetBSD's "/etc/rc.d" framework. Bump package revision because of this.
2004-04-12bl3ify.seb1-8/+15
Require gcc3 on NetBSD/sparc64. Use INSTALLATION_DIRS. Install one file at a time. USE_LANGUAGES instead of USE_GCC_SHLIB. Claim stewardship.
2004-04-12remove redundant Net::IRC in COMMENT.grant1-2/+2
2004-04-12Fix Makefile to install correct files. No PKGREVISION bump becauseminskim2-4/+4
this was imported a few minutes ago.
2004-04-12Remove net/ish and enable net/ishell instead.minskim6-98/+2
2004-04-11Reimport net/ish into net/ishell because we already haveminskim5-0/+97
converters/ish. A couple of file names are also changed to avoid conflicts with converters/ish.
2004-04-11Add and enable ish.minskim1-1/+2
2004-04-11Import ish-0.2 from pkgsrc-wip. Packaged by pancake and slightlyminskim5-0/+96
modified by me. ICMP Shell is a telnet-like protocol. It allows users to connect to a remote host and to open a shell using only ICMP to send and receive data. ICMP Shell was written in C for the UNIX environment.
2004-04-11No longer used.snj1-26/+0
2004-04-11No longer used.snj1-21/+0
2004-04-11No longer used.snj1-23/+0
2004-04-11No longer used.snj1-29/+0
2004-04-11Hack to fix build with threaded Tcl package: at configure time snarfseb1-1/+2
the value of TCL_LIBS in tclConfig.sh and pass it down to configure/make via LIBS as a configure argument.
2004-04-11Convert to buildlink3.snj2-9/+9
2004-04-11Include libiconv's buildlink3.mk (fixes build on 1.6-vintage systems).schmonz1-1/+2
2004-04-10Update to version 3.0.1.salo4-15/+18
Changes: 3.0.1: ====== - fixed timeout handling in sftp. - fixed a coredump in case of some network errors. - fixed compilation with gcc-2.95. - fixed compilation with socks. - fixed compilation without ssl. 3.0.0: ====== - sftp protocol support (use `sftp://user@host' URLs). sftp is a protocol implemented as ssh2 subsystem, it is binary and works over a secure channel. - faster directory caching, no re-parsing each time. - ftp now follows RFC2640; FEAT, LANG, UTF8 support; new settings ftp:use-feat and ftp:lang. - ftp can set modification time on remote files using either SITE UTIME or two argument MDTM command (off by default); new settings ftp:use-site-utime and ftp:use-mdtm-overloaded. - ftp can now use MLSD to get machine parseable file listing (ftp:use-mlsd). - charset translation in ftp protocol, new setting ftp:charset. - new mirror option --delete-first to remove old files before transferring new files. By default mirror removes old files after the transfers. - now mirror can replace directories with plain files or symbolic links if --delete (-e) option is specified. - ftp can now use CONNECT method of http proxies (when ftp:use-hftp is false). - mirror open --newer-than can now take time specification like that of at(1) command, like `week ago', `now-7days' or `2004-01-01'. - new mirror options --ignore-size and --only-missing. - new mirror option --use-pget[-n=N] to make mirror use pget to transfer files. - debug output can now include date and time on each line (debug -t). When lftp goes to background, this is turned on by default, along with pid (-p) and context (-c). Try `debug -tcp' and see. - get1 command has now --source-region and --target-position options to get a part of a file. - better handling of ~/.netrc - multiple logins for the same machine are allowed, proper password is taken automatically from netrc if a login matches. - pget has now a progress bar which shows file download state. - new source option -e to execute output of an external program. - chmod -R fixed. - fixed cache invalidation when file name being invalidated ends with a slash.
2004-04-10Look into ${DISTDIR}/${DIST_SUBDIR} instead of ${DISTDIR} when copyingzuntum1-3/+3
dnscache-log.pl.txt and tinydns-log.pl.txt, so that this actually has a chance to work.
2004-04-10Convert to buildlink3.snj2-6/+4
2004-04-10Update to snort-2.1.2. From Adrian Portelli in PR pkg/25029.snj3-9/+69
While here, convert to buildlink3. Changes: * Various portability fixes. * Fixed conversation parsing faults so users can operate this preprocessor * Detect non-rfc standard chunk encodings. Detect abnormal HTTP requests with newlines, spaces, etc. before the request method. * Fix negative stats output on snort exit or SIGUSR1. * Removed escaping of '%' and '_' characters in MySQL * Various documentation fixes/updates. * Added Flowbits detection functionality. * Added utility to parse out perfmon stats. * Tagged Packets no longer have NULL msg name. * Fixed http_inspect double alerting on pkts and rebuilt streams. * http_inspect proxy_alert now supports normal proxy networks setups. http_inspect default server only valid if specified in config. * Close Socket when Snort receives SIGHUP. * Added GID, SID, and Rev to csv output. * config chroot readded. * Added additional error checking for custom rules. * Flow now honors -q (quiet). * Removed non_rfc_chars from default profiles. * Added suppression negation. * Better support for ODBC. Better memory management. Improved escaping of SQL strings. * Other miscellaneous bugfixes.
2004-04-09Update ed2k-gtk-gui to 0.6.2.minskim3-7/+84
Changes in 0.6.2: * Fixed toolbar in non-green mode with themes that have a radiant background in the toolbar (no more artifacts around the labels and the '?' button) (sorry it took so long until it got fixed) * 'transfered' value is shown again as in previous versions, ie. the (often inflated) value by the core is displayed, and only if 'transfered' is greater than the filesize we calculate a better value from the gaplist. * remember (again) which columns in the download view are supposed to be hidden and which are supposed to be shown. * Fixed erratic GUI freeze on selecting 'shutdown core' * Fixed crash that would happen in certain rare conditions while sorting the download list * Fixed problem with insensitive Go! button in connect dialog when core is on remote host (hopefully; #853664) * Wait a couple of seconds after auto-spawning the core, to give the core opportunity to get going. Otherwise auto-connect on startup would fail after auto-spawning the core (thanks to MrMario64 for pointing this out). * added --noob-wants-to-run-as-root command line switch for those noobs who insist they must absolutely run the GUI as root *sigh*. Must be first command line switch if multiple ones are used. * added --enable-static-gnet2 switch to ./configure, mainly to be able to build packages that are statically linked with gnet2. However, if no gnet2 headers are found, the shipped gnet2 will automatically be used instead now. * for MacOSX: poll-emulator (no need for libpoll - it's just one source file) Use with ./configure --enable-static-poll to force it (otherwise it will automatically be enabled if no poll.h include files are found) * ed2k-link handler now allows you to add downloads in paused state * fixed 'status window clear interval' and 'server rotate interval' (amount configured was taken to be in seconds and not in minutes as it should be) (#866410, #859741) * new icon theme: bluecore (submitted by Anonymous) * mingw and win32 patches by Hazeman * misc. other minor fixes
2004-04-09+p5-Net-DNSServergrant1-1/+2
2004-04-09Initial import of p5-Net-DNSServer 0.11 into the NetBSD packages collection.grant4-0/+28
Net::DNSServer is a secure and extensible name server module for Perl.
2004-04-09fix misimport into net/grant4-25/+0
2004-04-09+p5-Net-Googlegrant1-1/+2
2004-04-09Initial import of p5-DBD-Google 0.11 into the NetBSD packages collection.grant4-0/+25
DBD::Google provides a Perl DBI interface to the Google search engine.
2004-04-09Initial import of p5-Net-Google 0.61 into the NetBSD packages collection.grant5-0/+40
Net::Google provides a simple OOP-ish interface to the Google SOAP API.
2004-04-08Enable pkgviews installation.minskim1-1/+3
2004-04-07Missing files in PLISTmanu1-1/+5
2004-04-07Fogotten changed file in last commitsmanu2-3/+6
2004-04-06I forgot to cvs add a patch. Also a missing file in PLISTmanu1-0/+12
2004-04-06Build and install BIND9 resolver in ${prefix}/include/bind/ andmanu5-5/+83
${prefix}/lib/libbind.a , just like the BIND8 package does.
2004-04-05Wildcard p5-ispman dependency.wiz1-2/+2
2004-04-05Update USE_NCURSES comment now that we have *echochar.wiz1-2/+2
2004-04-05Update gftp to 2.0.17.xtraeme5-11/+12
Changes from 2.0.16 to 2.0.17: * Separated out more of the UI independent code in the GTK+ and Text ports and created a user interface common repository. Cleaned up some of the existing GTK+ code. The GTK+ port can now be controlled from a command line interface in the GUI. There is an option you have to enable in the options dialog for this. (enable manual commands in GUI) * Added support for the FTPS protocol. The control connection is the only one encrypted at the moment. * When viewing/editing a file, the temporary file that is created is created with the same extension as the remote file so that syntax highlighting works * File transfers can be resumed/skipped/overwritten in the text port and whenever files are dropped on gftp in the GTK+ port. * FTP: Added support for MVS directory listings * FTP: Fix for FXP transfers * SSH2: fix for resuming uploads * Added option to show the transfer status in the title bar. * Added option to disable IPV6 support. * Fixed the wrong date being displayed when a file was modified last year * 64 bit cleanups. This also fixed a SSH segfault that was happening on FreeBSD * Look for the .gmo translation files in the proper directory * If a bookmarked site has it's password saved in the config file, then the passwords are written out in a scrambled format. This isn't secure, but it'll prevent someone from casually looking over your shoulder and seeing your password. I still do not recommend saving your passwords to disk. * Fix for systems that do not support the %'ld format argument * The startup directory option is now expanded so that an option like ~/src can be specified * New language translations and updates (ca cs de ga hr hu nl pt_BR sr sr@Latn ta th) * Many other small changes and improvements. See the ChangeLog file in the distribution for a detailed list of changes.