The NetBSD Project

CVS log for pkgsrc/net/freeDiameter/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / freeDiameter

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:05:36 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines

net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:41:27 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
net: Remove SHA1 hashes for distfiles

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 12 14:26:52 2020 UTC (4 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
freeDiameter: update to 1.5.0.

freediameter (1.5.0) RELEASED; urgency=low

  * freeDiameter:
    - Add -g to help
    - Change -d and -q to control syslog level, as per stdout logging.
    - Syslog to LOG_DAEMON.
    - Actually syslog to LOG_DEBUG, now that -d/-q are used.
    - Add -p pidfile
    - SCTP client: bind to local endpoints configured with ListenOn so
      that the SCTP INIT only contains those local endpoint addresses,
      matching what is advertised in the CER.
  * Base dictionary: Add rules for Experimental-Result.
  * All extensions: Hide symbols except for fd_ext_init(), fd_ext_fini(),
    and fd_ext_depends.
  * dbg_dict_dump.fdx: add extension to write the dictionary
    to the given file or to the log.
  * dbg_dict_dump_json.fdx: add extension to write the dictionary as JSON
    to the given file or stdout.
  * dict_dcca_3gpp.fdx: Update to 3GPP Release 15, adding many standards.
    This adds 96 TYPEs, 145 ENUMVALs, 791 AVPs, 52 RULEs.
    There are various breaking changes (documented below).
  * contrib/dictionary_dcca_3gpp.json: Remove non-3GPP AVPs that are
    actually from base IETF RFCs:
      - MIP6-Feature-Vector (124). IETF RFC 5447
      - Service-Selection (493). IETF RFC 5778
      - Mobile-Node-Identifier (506). IETF RFC 5779
      - QoS-Capability (578). IETF RFC 5777.
  * New API: fd_msg_add_result(): set Result-Code or Experimental-Result.
  * New API: log level FD_LOG_INFO.
  * fd_conf_dump(): fix formatting of local endpoints.
  * fd_msg_search_avp(): support searching avp as well as msg.
  * Fix compiler warnings.
  * Add ERRORS_ON_WARNINGS cmake boolean to enable fatal compiler warnings.
  * New tool: grep_fd_dict_dump: cleanup fd_dict_dump() output in logs.
  * New tool: csv_to_fd: convert .csv with AVP tables to freeDiameter C or JSON.
  * New tool: org_to_csv: convert .org files into .csv files.

  * dict_dcca_3gpp.fdx changes per update to 3GPP Release 15 as at 2019-12:
    - AVP changes:
      - 3GPP-CG-IPv6-Address (14) renamed to 3GPP-CG-Ipv6-Address (14).
      - 3GPP-GGSN-IPv6-Address (16) renamed to 3GPP-GGSN-Ipv6-Address (16).
      - 3GPP-IPv6-DNS-Servers (17) renamed to 3GPP-Ipv6-DNS-Servers (17).
      - 3GPP-SGSN-IPv6-Address (15) renamed to 3GPP-SGSN-Ipv6-Address (15).
      - 3GPP2-BSID (9010) flag M MUST.
      - 3GPP2-BSID (9010) type changed from OctetString to UTF8String.
      - ADC-Revalidation-Time (2801) Time removed in 3GPP TS 29.212 V12.1.0 (2013-06).
      - ADC-Rule-Base-Name (1095) flag M MUST.
      - ADC-Rule-Definition (1094) flag M MUST.
      - ADC-Rule-Install (1092) flag M MUST.
      - ADC-Rule-Name (1096) flag M MUST.
      - ADC-Rule-Remove (1093) flag M MUST.
      - ADC-Rule-Report (1097) flag M MUST.
      - Application-Service-Type (2102) type changed from UTF8String to Enumerated.
      - Application-Session-Id (2103) type changed from UTF8String to Unsigned32.
      - Call-Barring-Infor-List (1488) renamed to Call-Barring-Info (1488).
      - External-Identifier (28) OctetString replaced by External-Identifier (3111) UTF8String.
      - LCS-Requestor-Id (1239) renamed to LCS-Requestor-ID (1239).
      - LCS-Requestor-Id-String (1240) renamed to LCS-Requestor-ID-String (1240).
      - MBMS-BMSC-SSM-IPv6-Address (919) renamed to MBMS-BMSC-SSM-Ipv6-Address (919).
      - MBMS-GGSN-IPv6-Address (917) renamed to MBMS-GGSN-Ipv6-Address (917).
      - MBMSGW-Address (2307) renamed to MBMS-GW-Address (2307).
      - Measurement-Period-LTE (1656) code changed to Measurement-Period-LTE (1655).
      - Measurement-Period-UMTS (1655) code changed to Measurement-Period-UMTS (1656).
      - MME-LocationInformation (1600) renamed to MME-Location-Information(1600).
      - PDG-Address (895) Address removed in 3GPP TS 32.299 V12.6.0 (2014-09).
      - PDG-Charging-Id (896) Unsigned32 removed in 3GPP TS 32.299 V12.6.0 (2014-09).
      - PDN-Connection-ID (1065) flag M MUST NOT.
      - PoC-User-Role-info-Units (1254) renamed to PoC-User-Role-Info-Units (1254).
      - PS-to-CS-Session-Continuity (1099) flag M MUST NOT.
      - SS-Status (1477) type changed from Grouped to OctetString.
      - Status (2702) renamed to Status-AS-Code (2702).
      - WAG-Address (890) Address removed in 3GPP TS 32.299 V12.6.0 (2014-09).
      - WAG-PLMN-Id (891) OctetString removed in 3GPP TS 32.299 V12.6.0 (2014-09).
      - WLAN-Information (875) Grouped removed in 3GPP TS 32.299 V12.6.0 (2014-09).
      - WLAN-Radio-Container (892) Grouped removed in 3GPP TS 32.299 V12.6.0 (2014-09).
      - WLAN-Session-Id (1246) UTF8String removed in 3GPP TS 32.299 V12.6.0 (2014-09).
      - WLAN-Technology (893) Unsigned32 removed in 3GPP TS 32.299 V12.6.0 (2014-09).
      - WLAN-UE-Local-IPAddress (894) Address removed in 3GPP TS 32.299 V12.6.0 (2014-09).
    - AVP renames:
      - Rename Call-Barring-Infor-List (1488) to Call-Barring-Info (1488).
      - Rename LCS-Requestor-Id (1239) to LCS-Requestor-ID (1239).
      - Rename LCS-Requestor-Id-String (1240) to LCS-Requestor-ID-String (1240).
      - Rename MBMSGW-Address (2307) to MBMS-GW-Address (2307).
      - Rename MME-LocationInformation (1600) to MME-Location-Information(1600).
      - Rename PoC-User-Role-info-Units (1254) to PoC-User-Role-Info-Units (1254).
      - Rename Status (2702) to Status-AS-Code (2702).
    - AVP name conflicts:
      - Time-Window (3818) in 3GPP TS 29.345 V12.1.0 (2014-12) predates
        Time-Window-29.154 (4204) in 3GPP TS 29.154 V13.1.0 (2016-03).
    - Add Enumerated(3GPP/Experimental-Result-Code). 145 values.
    - Update standards:
      - 3GPP TS 29.061 V15.5.0 (2018-12). 15 AVPs.
      - 3GPP TS 29.173 V15.0.0 (2018-06). 1 AVP.
      - 3GPP TS 29.212 V15.9.0 (2019-12). 46 AVPs.
      - 3GPP TS 29.214 V15.7.0 (2019-09). 27 AVPs.
      - 3GPP TS 29.229 V15.2.0 (2019-09). 8 AVPs.
      - 3GPP TS 29.272 V15.10.0 (2019-12). 44 AVPs.
      - 3GPP TS 29.329 V15.2.0 (2019-09). 5 AVPs.
      - 3GPP TS 32.299 V15.7.0 (2019-06). 154 AVPs.
    - Add standards:
      - 3GPP TS 29.109 V15.0.0 (2017-06). 21 AVPs.
      - 3GPP TS 29.128 V15.6.0 (2019-09). 25 AVPs.
      - 3GPP TS 29.153 V15.1.0 (2019-09). 2 AVPs.
      - 3GPP TS 29.154 V15.3.0 (2019-09). 16 AVPs.
      - 3GPP TS 29.172 V15.2.0 (2019-12). 66 AVPs.
      - 3GPP TS 29.209 V6.8.0 (2011-09). 2 AVPs.
      - 3GPP TS 29.215 V15.2.0 (2019-09). 9 AVPs.
      - 3GPP TS 29.217 V15.1.0 (2019-09). 14 AVPs.
      - 3GPP TS 29.219 V15.3.0 (2019-09). 7 AVPs.
      - 3GPP TS 29.234 V11.2.0 (2013-06). 19 AVPs.
      - 3GPP TS 29.273 V15.4.0 (2019-09). 40 AVPs.
      - 3GPP TS 29.283 V15.1.0 (2019-09). 16 AVPs.
      - 3GPP TS 29.336 V15.7.0 (2019-09). 79 AVPs.
      - 3GPP TS 29.337 V15.0.0 (2018-06). 4 AVPs.
      - 3GPP TS 29.338 V15.1.0 (2018-12). 34 AVPs.
      - 3GPP TS 29.343 V15.1.0 (2019-09). 13 AVPs.
      - 3GPP TS 29.344 V15.1.0 (2019-09). 7 AVPs.
      - 3GPP TS 29.345 V15.1.0 (2019-09). 68 AVPs.
      - 3GPP TS 29.368 V15.1.0 (2019-09). 12 AVPs.
      - 3GPP TS 29.388 V15.1.0 (2019-09). 3 AVPs.
      - 3GPP TS 29.389 V15.1.0 (2019-09). 3 AVPs.
      - 3GPP TS 29.468 V15.8.0 (2019-12). 33 AVPs.
      - 3GPP TS 29.561 V16.3.0 (2020-03). 9 AVPs.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Apr 28 16:56:31 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5 lines
freeDiameter: update to 1.4.0.

freediameter (1.4.0) RELEASED; urgency=low

  * New API: fd_fifo_set_max to change the capacity of a queue.
  * New configuration stanza for Relays: ProcessingPeersPattern and ProcessingPeersMinimum
  * New configuration stanza for scalability: RoutingInThreads and RoutingOutThreads
  * some coding style cleanups
  * Improvements on rt_load_balance algorithm
  * Improvements on logging & locking behaviors
  * More tolerant to invalid messages and answers.
  * Improvements on shutdown behaviors.
  * test_ccload: new extension: generates random
    Credit-Control-Requests and counts how many are answered/give an
    error/get no answer. Start it with SIGUSR2, stop it with a second
    SIGUSR2. Statistics are printed on exit.
  * test_cc: new extension. Automatically replies to
    Credit-Control-Requests. Copies minimally necessary data from
    the Request.
  * Fixed testcnx failing due to expired CA certificate

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jun 2 18:45:06 2019 UTC (5 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
freeDiameter: update to 1.3.2.

1.3.2

This new version adds better compilation compatibility with a wider
range of system versions and improvements to the whitelist extension
(acl_wl).

Note: 1.3.1 was exactly the same as 1.3.0 but fixes a version number
problem only...

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue May 28 13:05:20 2019 UTC (5 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -6 lines
freeDiameter: update to 1.3.0.

freediameter (1.3.0)

Many thanks to Thomas Klausner for his contribution of several important extensions.

freediameter (1.2.1) UNRELEASED; urgency=low

  * New extension: rt_randomize (load-balancing on possible destinations)
  * New contrib: Gx extension.
  * rt_redirect.fdx and rt_load_balance.fdx improvement: use a hash table. Thanks Thomas.
  * New hook HOOK_MESSAGE_SENDING to give a last chance to edit messages before they are sent.
    This will be mostly used for enforcing interoperability constraints on non-compliant peers.
  * Simplified log output. Old output can be recovered with DEBUG_WITH_META build option.
  * Updated the internal counters for finer control on the load.
  * Fixes in message expiry mechanism.
  * Bug fixes in error messages generation and various parts.
  * Improvements on shutdown sequence handling.
  * Improvements to the dict_dcca_* extensions.
  * Improved default CMake configuration.
  * Improved build for MacOSX
  * Fixes for a few newer operating systems compatibility.
  * Fixed default secure Diameter port number 5868 instead of5658 (errata of RFC 6733)

 -- Sebastien Decugis <sdecugis@freediameter.net>  Sat, 30 Jan 2016 23:38:03 +0800

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Sep 25 12:59:25 2018 UTC (6 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
freeDiameter: Fix mysql detection.

Fixes build.

Based on patch by Mustafa Dogan in private mail.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Nov 4 00:35:00 2015 UTC (9 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Sep 14 13:55:58 2013 UTC (11 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update to 1.2.0:

freediameter (1.2.0) UNRELEASED; urgency=low

  * Major changes in the logging system to be more syslog and production friendly
  * New extension: dict_dcca_3gpp
  * New extension: dict_dcca_starent (Starent DCCA vendor-specific AVPs)
  * New extension: rt_ignore_dh (hide network topology by proxying Destination-Host).
  * New extension: rt_load_balance (load balancer based on pending queue size).
  * New extension: rt_busypeers. See doc/rt_busypeers.conf.sample.
  * New extension: dbg_msg_timings. Measures timing of message operations.
  * New extension: dbg_msg_dumps. Use to control hooks display.
  * New API (fd_hook_*) for extensions to control messages logging & profiling
  * New API (fd_stats_*) for extensions to monitor framework state (e.g. SNMP implem)
  * API change: all the fd_*_dump functions now return malloc'd strings instead of logging directly.
  * API change: callback parameter of fd_rt_out_register had its signature updated.
  * Updated dbg_monitoring extension to use the new API
  * New script to generate dictionary extensions from org file (see contrib/tools)
  * New compilation option: WORKAROUND_ACCEPT_INVALID_VSAI to improve compatibility
    with invalid Vendor-Specific-Application-Id AVPs received from some equipments (e.g. Cisco).
  * New compilation option: DISABLE_PEER_EXPIRY for use in test environments.
  * Extensions are now also searched in LD_LIBRARY_PATH.
  * Copy Proxy-Info AVP automatically in new answers.
  * Port value 0 allowed in configuration to disable local server (e.g. disable non-secure port).
  * API change: fd_msg_send_timeout now takes a separate callback for timeout situation.
  * Function changes: fd_msg_dump_* now split in three different type of output.
  * New test testmesg_stress to measure message parser performance
  * Fix termination of the framework to avoid failures.
  * Fix invalid timespec value in peer PSM appearing randomly (leading to crash).
  * Return DIAMETER_LOOP_DETECTED if local peer in the Route-Record list of a message.
  * Allow running without TLS configuration.
  * Upgraded SCTP code to comply with RFC 6458
  * Using default secure Diameter port number 5658 as per RFC 6733
  * Updated TLS code for performance improvements with new GNU TLS.
  * Fix interlocking problem when large number of requests were failed over.
  * New option in test_app.fdx extension for long messages payload.
  * Performance improvement in message sending code path.

 -- Sebastien Decugis <sdecugis@freediameter.net>  Sat, 14 Sep 2013 18:08:07 +0800

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 4 16:28:29 2013 UTC (11 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Update to 1.1.6:

freediameter (1.1.6)

  * Fix major issue in 1.1.5 preventing to send answers to a received message.
  * New command-line option: --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING )
  * Improved parsing error handling and Failed-AVP generation.
  * Added support for some timings measurements in freeDiameter (in the logs)
  * Fix port handling when using non-default port.
  * Some cleanups in several dictionary files.
  * New option to fd_dict_search: AVP_BY_STRUCT
  * Improved compatibility with C++ compilers.
  * Cleanups in sessions creation/destruction to avoid memory corruption under stress.
  * Add support for "include" directive in freeDiameter.conf file.

 -- Sebastien Decugis <sdecugis@freediameter.net>  Sun, 03 Mar 2013 07:40:43 +0100

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 13 21:15:04 2012 UTC (12 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Update to 1.1.5:
  * Added compatibility with MAC OS X
  * Fix behavior of timeout when sending messages to allow re-send.
  * Several cleanups and new contributions included.
  * Added dependency on C++ compiler for CMakeLists.txt

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 12 06:32:45 2012 UTC (12 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -6 lines
Update to 1.1.4.

1.1.4:
This new release contains a lot of bug fixes, thank to many reports
from our users. It is also the first release compatible with GNUTLS
version 3.x.

1.1.3:
This new release is a minor bug fix release, addressing a few issues
in dbg_interactive.fdx, as well as a memory leak in the sessions
module.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 26 07:14:28 2012 UTC (12 years, 3 months ago) by dholland
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Avoid build failure if AI_ADDRCONFIG isn't available.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 20 12:17:20 2012 UTC (12 years, 3 months ago) by wiz
Branches: MAIN
Import freeDiameter-1.1.2 as net/freeDiameter.

freeDiameter is a implementation of the Diameter protocol specified
in RFC3588. Diameter is a protocol for carrying Authentication,
Authorization and Accounting information. It is an evolution of
the widely-deployed RADIUS protocol. freeDiameter also implements
the changes to the Diameter protocol introduced by the rfc3588bis
Internet Draft (work in progress).

freeDiameter is open-source and released under a BSD compatible
license. It is mainly written in the C language, which provides
excellent performance and small memory footprint.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>