aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.12Pav Lucistnik2008-02-013-5/+4
| | | | Notes: svn path=/head/; revision=206613
* - Update to 1.1Sergey Matveychuk2008-02-012-4/+4
| | | | | | | Optimized version. Less system CPU time used. Notes: svn path=/head/; revision=206608
* Mark as broken on sparc64-7: fails to compile. There may be 2 cases ofMark Linimon2008-02-011-2/+2
| | | | | | | sparc64 failure. Notes: svn path=/head/; revision=206588
* - Update to 0.3Martin Wilke2008-02-012-5/+5
| | | | | | | | | | - Pass maintainership to submitter PR: 120077 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=206584
* - Update to 0.6.15bMartin Wilke2008-02-012-4/+4
| | | | | | | | PR: 120032 Submitted by: Mikhail Zakharov <zmey20000@yahoo.com> (maintainer) Notes: svn path=/head/; revision=206583
* - Fix radsqlrelay.Jean Milanez Melo2008-01-312-6/+38
| | | | | | | | | | | - Bump portrevision. - Update mastersites. PR: ports/119910 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Notes: svn path=/head/; revision=206508
* - Update to 2.0.1.Jean Milanez Melo2008-01-313-9/+41
| | | | | | | | | | | - Fix radsqlrelay. - Update mastersites. PR: ports/119909 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Notes: svn path=/head/; revision=206507
* It all started when we got some new routers, which told me theEdwin Groothuis2008-01-314-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following when trying to upload configuration or download images from it: The TFTP server doesn't support the blocksize option. My curiousity was triggered, it took me some reading of RFCs and other documentation to find out what was possible and what could be done. Was plain TFTP very simple in its handshake, TFTP with options was kind of messy because of its backwards capability: The first packet returned could either be an acknowledgement of options, or the first data packet. Going through the source code of src/libexec/tftpd and going through the code of src/usr.bin/tftp showed that there was a lot of duplicate code, and the addition of options would only increase the amount of duplicate code. After all, both the client and the server can act as a sender and receiver. At the end, it ended up with a nearly complete rewrite of the tftp client and server. It has been tested against the following TFTP clients and servers: - Itself (yay!) - The standard FreeBSD tftp client and server - The Fedora Core 6 tftp client and server - Cisco router tftp client - Extreme Networks tftp client It supports the following RFCs: RFC1350 - THE TFTP PROTOCOL (REVISION 2) RFC2347 - TFTP Option Extension RFC2348 - TFTP Blocksize Option RFC2349 - TFTP Timeout Interval and Transfer Size Options RFC3617 - Uniform Resource Identifier (URI) Scheme and Applicability Statement for the Trivial File Transfer Protocol (TFTP) It supports the following unofficial TFTP Options as described at http://www.compuphase.com/tftp.htm: blksize2 - Block size restricted to powers of 2, excluding protocol headers rollover - Block counter roll-over (roll back to zero or to one) From the tftp program point of view the following things are changed: - New commands: "blocksize", "blocksize2", "rollover" and "options" - Development features: "debug" and "packetdrop" If you try this tftp/tftpd implementation, please let me know if it works (or doesn't work) and against which implementaion so I can get a list of confirmed working systems. Author: Edwin Groothuis <edwin@FreeBSD.org> Notes: svn path=/head/; revision=206499
* - Fix build with OpenSSL-0.9.8bBeech Rintoul2008-01-319-8/+88
| | | | | | | | | | | | - Pet portlint - Bump portrevision PR: ports/119398 Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp> Approved by: (maintainer timeout) Notes: svn path=/head/; revision=206486
* Drop the maintainership to ports@. I haven't use it for over a year since whenJeremy Messenger2008-01-301-1/+1
| | | | | | | I got a few of good routers. Notes: svn path=/head/; revision=206474
* - Update to 0.10Cheng-Lung Sung2008-01-302-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/URI-Template/Changes Notes: svn path=/head/; revision=206411
* Upgrade to the latest release, 1.2.5. See the release announcment forBrooks Davis2008-01-293-65/+69
| | | | | | | | | details. http://www.open-mpi.org/community/lists/announce/2008/01/0018.php Notes: svn path=/head/; revision=206394
* - Fix "Couldn't create network handler" error [1]Alexey Dokuchaev2008-01-296-19/+208
| | | | | | | | | | | | | | - Revise manual page for correctness and completeness - Reinstate the `-y' (nroff) flag - Drop gmake(1) dependency, builds with BSD make(1) - Tweak port description and Makefile markup and syntax - Pet portlint(1) Mentioned in PR: ports/119680 [1] Patches obtained from: Debian Notes: svn path=/head/; revision=206393
* - relocate pkg-messageYen-Ming Lee2008-01-283-10/+2
| | | | | | | | | | - update non-version URL in pkg-descr Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=206303
* - fix build on non i386 archDirk Meyer2008-01-281-1/+2
| | | | Notes: svn path=/head/; revision=206302
* - Remove net/cactidClement Laforet2008-01-277-74/+0
| | | | Notes: svn path=/head/; revision=206286
* - Fix plist wehn ldap support enabeld isMartin Wilke2008-01-252-0/+2
| | | | | | | | | PR: 118450 Submitted by: Dmitriy Kirhlarov <dimma@higis.ru> Approved by: maintainer implicit Notes: svn path=/head/; revision=206201
* UPnP IGD client lightweight libraryDirk Meyer2008-01-255-0/+45
| | | | | | | | | | | | The usage of the miniUPnP client library is useful whenever an application needs to listen for incoming connections. Examples : P2P applications, FTP clients for active mode, IRC (for DCC) or IM applications, network games, any server. WWW: http://miniupnp.free.fr/ Notes: svn path=/head/; revision=206184
* - Update to 0.8.7Martin Wilke2008-01-253-4/+5
| | | | | | | | PR: 118306 Submitted by: Rashid N. Achilov <achilov-rn@askd.ru> (maintainer) Notes: svn path=/head/; revision=206180
* Reset maintainer: aquatique-ports@rambler.ru bounces.Mark Linimon2008-01-241-1/+1
| | | | Notes: svn path=/head/; revision=206125
* - Update to 1.12Cheng-Lung Sung2008-01-242-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/POE-Component-Client-Whois/Changes Notes: svn path=/head/; revision=206103
* Submit to portmgr's coersion and bump PORTREVISION.Mikhail Teterin2008-01-221-0/+1
| | | | Notes: svn path=/head/; revision=206036
* Update to 1.3.14.2.Xin LI2008-01-212-4/+4
| | | | | | | Approved by: maintainer (via private mail) Notes: svn path=/head/; revision=205997
* - Use termios.h instead of sgtty.hMartin Wilke2008-01-212-17/+94
| | | | | | | | | PR: 119103 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer timeout Notes: svn path=/head/; revision=205979
* - Fix build with gcc4.2Martin Wilke2008-01-213-8/+25
| | | | | | | | PR: 119707 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=205970
* Update to 1.3.14. [1]Xin LI2008-01-215-26/+28
| | | | | | | | | | | | Add a 'reload' subcommand to rc.d startup script. [2] Submitted by: p.rybicki cadera.com.pl [2] delphij [1] PR: ports/119755 [1] Approved by: maintainer Notes: svn path=/head/; revision=205957
* OpenBSD's Relay Daemon (previously known as hoststated).Jun Kuriyama2008-01-2025-0/+604
| | | | | | | | | | | | | | | | | relayd is a daemon to relay and dynamically redirect incoming connections to a target host. Its main purposes are to run as a load-balancer, application layer gateway, or transparent proxy. The daemon is able to monitor groups of hosts for availability, which is determined by checking for a specific service common to a host group. WWW: http://spootnik.org/relayd/ # This port will work on $OSVERSION >= 700049. # If you want to use on RELENG_6, apply a patch in # http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_table.c.diff?r1=1.67&r2=1.68 Notes: svn path=/head/; revision=205894
* Update to 0.3.2.Joe Marcus Clarke2008-01-205-19/+6
| | | | Notes: svn path=/head/; revision=205889
* Add the oc-localization to pkg-plist. Adjust pointy-hat.Mikhail Teterin2008-01-201-0/+3
| | | | | | | Notified by: pav Notes: svn path=/head/; revision=205883
* - Mark BROKEN on amd64: does not compile.Marcelo Araujo2008-01-191-1/+7
| | | | | | | | Reported by: pointyhat via pav Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=205817
* Update the codec negotiaion patch to the latest version.Maxim Sobolev2008-01-1810-20/+20
| | | | Notes: svn path=/head/; revision=205809
* - Send to atticBeech Rintoul2008-01-188-1133/+0
| | | | | | | | | PR: ports/119582 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=205807
* - Update to 2.0.0Beech Rintoul2008-01-186-159/+223
| | | | | | | | | PR: ports/119582 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=205805
* - Add freeradius2Beech Rintoul2008-01-181-0/+1
| | | | | | | Approved by: linimon (mentor) Notes: svn path=/head/; revision=205802
* - Update to 0.18.1Beech Rintoul2008-01-184-49/+69
| | | | | | | | | | | | - Makefile tweaks - Remove pkg-plist comments PR: ports/119537 Submitted by: Oleg Alexeenkov <proler@gmail.com> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=205764
* Update codec negotiation patch to 20080117 version. No PORTREVISION bumpMaxim Sobolev2008-01-178-16/+16
| | | | | | | since it's optional functionality. Notes: svn path=/head/; revision=205754
* o Update to 1.2.26.1;Maxim Sobolev2008-01-172-10/+9
| | | | | | | o update codec negotiation patch to 20080117 version. Notes: svn path=/head/; revision=205753
* - Update to 1.4.11Pav Lucistnik2008-01-172-4/+4
| | | | Notes: svn path=/head/; revision=205742
* Avoid confusion when SASL is enabled for server.Xin LI2008-01-161-0/+1
| | | | Notes: svn path=/head/; revision=205729
* Avoid confusion when SASL is enabled for server.Xin LI2008-01-161-0/+1
| | | | Notes: svn path=/head/; revision=205727
* - Update to 0.48Cheng-Lung Sung2008-01-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Amazon/Changes Notes: svn path=/head/; revision=205671
* - Update to 0.16Cheng-Lung Sung2008-01-152-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Pcap/Changes Notes: svn path=/head/; revision=205670
* - Update to 1.1.0.4Martin Wilke2008-01-132-4/+4
| | | | | | | | | PR: 119616 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: maintainer Notes: svn path=/head/; revision=205605
* Update 4.2.5p75 --> 4.2.5p109Cy Schubert2008-01-134-14/+5
| | | | Notes: svn path=/head/; revision=205588
* Update 4.2.2p4 --> 4.2.4p4Cy Schubert2008-01-133-10/+15
| | | | | | | | PR: 119330 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=205586
* - Update to 5.0 releaseSergey Matveychuk2008-01-122-4/+4
| | | | | | | | | | | | | | | | | Changes since 5.0rc2: New features: * Sending LCP Time-Remaining packet implemented. Bugfixes: * Fixed MPPC options loss on link disconnect. * Fixed crash on PPTP CDN sending error. * Fixed incorrect IPCP options reject processing. * Fixed MP SHORTSEQ option. * Fixed packet order on accepting outgoing PPTP call. Submitted by: mav (maintainer) Notes: svn path=/head/; revision=205580
* - Update to 1.0.2.Marcelo Araujo2008-01-123-5/+14
| | | | | | | | | | | - Reset maintainership. PR: ports/119382 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer) Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=205576
* This module handles the SOAP protocol. The first implementation is SOAP1.1Martin Wilke2008-01-125-0/+111
| | | | | | | | | | | | | | (http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most often used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is quite different; this module tries to define a sufficiently abstract interface to hide the protocol differences. WWW: http://search.cpan.org/dist/XML-Compile-SOAP/ PR: ports/119421 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=205553
* A Net::Proxy object represents a proxy that accepts connections and thenMartin Wilke2008-01-125-0/+68
| | | | | | | | | | | | | | | | | | | | | | relays the data transfered between the source and the destination. The goal of this module is to abstract the different methods used to connect from the proxy to the destination. A proxy is a program that transfer data across a network boundary between a client and a server. Net::Proxy introduces the concept of "connectors" (implemented as Net::Proxy::Connector subclasses), which abstract the server part (connected to the client) and the client part (connected to the server) of the proxy. This architecture makes it easy to implement specific techniques to cross a given network boundary, possibly by using a proxy on one side of the network fence, and a reverse-proxy on the other side of the fence. WWW: http://search.cpan.org/dist/Net-Proxy PR: ports/119301 Submitted by: Philippe Audeoud <jadawin at tuxaco.net> Notes: svn path=/head/; revision=205538
* - Update to 1.0rc13Martin Wilke2008-01-122-5/+5
| | | | | | | | PR: 119486 Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) Notes: svn path=/head/; revision=205494