annotate contrib/debian/control @ 658:f198d16fa7f4

Initial commit for 1.1.0: * Restructuring: * libfreeDiameter: - renamed folder & binary into libfdproto - renamed libfD.h into fdproto-internal.h - removed signals management (replaced by triggers in libfdcore) * freeDiameter split into: - libfdcore (most contents) - renamed fD.h into fdcore-internal.h - added core.c for framework init/shutdown. - new triggers mechanism in events.c. - freeDiameterd (main, command line parsing, signals management) * tests: - now in top-level directory tests. * other changes: - fd_dict_new now returns 0 on duplicate identical entries. - fixes in dict_legacy_xml - fixes in some dictionaries - moved FD_DEFAULT_CONF_FILENAME definition to freeDiameter-host.h
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 14 Jan 2011 15:15:23 +0900
parents 3660824413ab
children a8269458d5b1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1 Source: freediameter
469
ae466ccc32d5 Couple of cleanups in Debian package files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 431
diff changeset
2 Section: contrib/net
ae466ccc32d5 Couple of cleanups in Debian package files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 431
diff changeset
3 Priority: extra
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4 Maintainer: Sebastien Decugis <sdecugis@nict.go.jp>
328
90294e7e986c Moved the debian dir outside the top level directory
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 313
diff changeset
5 Build-Depends: debhelper ( >= 7.3.9),
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
6 cmake, make, gcc, bison, flex,
629
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
7 libsctp-dev, libgnutls-dev, libgcrypt-dev,
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
8 libpq-dev, libmysqlclient-dev, libxml2-dev, swig, python-dev
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
9 Standards-Version: 3.8.3
335
603791d2dcc4 Updated website information
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 328
diff changeset
10 Homepage: http://www.freediameter.net
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
11
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
12 Package: freediameter-common
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
13 Architecture: any
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
14 Depends: ${shlibs:Depends}, ${misc:Depends}
658
f198d16fa7f4 Initial commit for 1.1.0:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 631
diff changeset
15 Description: The freeDiameter libraries.
f198d16fa7f4 Initial commit for 1.1.0:
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 631
diff changeset
16 This package contains the libraries required by all freeDiameter components.
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
17 It may also be useful for other projects which need to
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
18 perform operations on Diameter messages.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
19 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
20 See 'freeDiameter-dev' package to retrieve the API for the library.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
21
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
22 Package: freediameter-dev
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
23 Architecture: any
469
ae466ccc32d5 Couple of cleanups in Debian package files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 431
diff changeset
24 Section: contrib/devel
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
25 Depends: freediameter-daemon (= ${binary:Version}), libsctp-dev, libgnutls-dev, libgcrypt-dev
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
26 Description: This package provides the development files for freeDiameter.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
27
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
28 Package: freediameter-daemon
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
29 Architecture: any
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
30 Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-common (= ${binary:Version})
631
3660824413ab Fixed some dependencies
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 629
diff changeset
31 Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072, freediameter-dictionary-rfc4740,
3660824413ab Fixed some dependencies
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 629
diff changeset
32 freediameter-dictionary-mip6, freediameter-dictionary-legacy
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
33 Description: The freeDiameter daemon.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
34 The freeDiameter daemon provides support for the Diameter
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
35 Base Protocol. Without any extension, the daemon can only
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
36 be used as a Diameter routing agent. You probably want to
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
37 install some freeDiameter extension(s) to extend its
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
38 features.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
39 .
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
40 The daemon is shipped with a small set of extensions, for
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
41 example to configure the routing behavior. See the
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
42 examples for more details.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
43
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
44 Package: freediameter-debug-tools
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
45 Architecture: any
469
ae466ccc32d5 Couple of cleanups in Debian package files
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 431
diff changeset
46 Section: contrib/debug
631
3660824413ab Fixed some dependencies
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 629
diff changeset
47 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version})
3660824413ab Fixed some dependencies
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 629
diff changeset
48 Suggests: python, libmysqlclient16
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
49 Description: freeDiameter debug tools.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
50 This package provides useful tools to help tracking
629
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
51 problems in freeDiameter installation. For example,
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
52 the dbg_interactive.fdx extension allows access to the
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
53 framework via a python interpreter console.
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
54
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
55 Package: freediameter-dictionary-rfc4005
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
56 Architecture: any
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
57 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version})
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
58 Description: RFC4005 (NASREQ) dictionary support.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
59 This freeDiameter extension provides the dictionary support
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
60 for commands and AVP defined in RFC4005 (NASREQ).
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
61 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
62 In order to use this extension, your main freeDiameter
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
63 configuration file must contain a LoadExtension directive.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
64 See freeDiameter documentation for more details.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
65 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
66 This extension does not require a configuration file.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
67
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
68 Package: freediameter-dictionary-rfc4072
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
69 Architecture: any
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
70 Depends: ${misc:Depends}, freediameter-dictionary-rfc4005 (= ${binary:Version})
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
71 Description: RFC4072 (Diameter EAP) dictionary support.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
72 This freeDiameter extension provides the dictionary support
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
73 for commands and AVP defined in RFC4072 (Diameter EAP).
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
74 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
75 In order to use this extension, your main freeDiameter
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
76 configuration file must contain a LoadExtension directive.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
77 See freeDiameter documentation for more details.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
78 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
79 This extension does not require a configuration file.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
80
431
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
81 Package: freediameter-dictionary-rfc4740
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
82 Architecture: any
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
83 Depends: ${misc:Depends}
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
84 Description: RFC4740 (Diameter SIP) dictionary support.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
85 This freeDiameter extension provides the dictionary support
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
86 for commands and AVP defined in RFC4740 (Diameter SIP).
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
87 .
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
88 In order to use this extension, your main freeDiameter
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
89 configuration file must contain a LoadExtension directive.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
90 See freeDiameter documentation for more details.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
91 .
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
92 This extension does not require a configuration file.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
93
629
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
94 Package: freediameter-dictionary-mip6
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
95 Architecture: any
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
96 Depends: ${misc:Depends}
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
97 Description: Diameter Mobile IPv6 application dictionary support.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
98 This package contains a set of extensions to provide the support
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
99 for commands and AVP defined in several RFCs related to
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
100 Diameter MIPv6. It is split is several extensions:
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
101 mip6a, mip6i, nas-mipv6, rfc5777.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
102 .
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
103 In order to use these extensions, your main freeDiameter
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
104 configuration file must contain LoadExtension directives.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
105 See freeDiameter documentation for more details.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
106 .
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
107 These extensions do not require a configuration file.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
108
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
109 Package: freediameter-dictionary-legacy
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
110 Architecture: any
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
111 Depends: ${misc:Depends}, libxml2
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
112 Description: Legacy XML dictionary files support.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
113 This freeDiameter extension allows the use of XML dictionary
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
114 files with the freeDiameter framework. Please note that
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
115 dictionaries provided as XML files come with less features
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
116 than native binary format, so the later should be preferred
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
117 when possible.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
118 .
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
119 In order to use this extension, your main freeDiameter
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
120 configuration file must contain a LoadExtension directive.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
121 See freeDiameter documentation for more details.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
122 .
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
123 This extension requires a configuration file. See
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
124 dict_legacy_xml.conf.sample for documentation.
7ae66129fd73 Prepare for upcoming 1.0.3
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 561
diff changeset
125
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
126 Package: freediameter-radius-gateway
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
127 Architecture: any
561
1cb9352359f4 More cleanups in the packaging. Also removed rgw_common.so which was quite useless
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 483
diff changeset
128 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), freediameter-dictionary-rfc4072 (= ${binary:Version}), freediameter-dictionary-rfc4740 (= ${binary:Version})
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
129 Description: RADIUS/Diameter extensible gateway.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
130 This freeDiameter extension implements a RADIUS to Diameter
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
131 gateway. It allows a RADIUS client to connect to a Diameter
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
132 server.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
133 .
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
134 The support for specific Diameter applications and/or RADIUS
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
135 extensions is provided in the gateway by the use of plugins.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
136 Currently, the following plugins are available:
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
137 - echodrop.rgwx : drop or echo a RADIUS attribute.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
138 The attribute is not converted to Diameter.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
139 See echodrop.rgwx.conf.sample for details.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
140 - auth.rgwx : Convert Access-Request to Diameter AAR or DER.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
141 Requests For Comments: RADIUS: 2865, 3162, 2868,
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
142 2869, 3579; Diameter: 4005, 4072.
431
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
143 - sip.rgwx : Convert Access-Request to Diameter SIP messages.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
144 Requests For Comments: Diameter: 4740.
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
145 - acct.rgwx : Converts Accounting-Request (2866) to Diameter
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
146 ACR (3588).
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
147 .
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
148 In order to use this extension, your main freeDiameter
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
149 configuration file must contain a LoadExtension directive.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
150 See freeDiameter documentation for more details.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
151 .
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
152 This extension requires a configuration file.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
153 See app_radgw.conf.sample for more details.
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
154
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
155 Package: freediameter-accounting-server
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
156 Architecture: any
313
6fd1e6f56af5 Completed initial debianization
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 312
diff changeset
157 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), libpq5
561
1cb9352359f4 More cleanups in the packaging. Also removed rgw_common.so which was quite useless
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 483
diff changeset
158 Suggests: freediameter-dictionary-rfc4072
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
159 Description: freeDiameter simple Accounting server.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
160 This freeDiameter extension implements the Diameter Base
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
161 Accounting application. It saves the accounting records
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
162 in a PostgreSQL database backend in a highly configurable
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
163 maneer.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
164 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
165 In order to use this extension, your main freeDiameter
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
166 configuration file must contain a LoadExtension directive.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
167 See freeDiameter documentation for more details.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
168 .
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
169 This extension requires a configuration file.
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
170 See app_acct.conf.sample for more details.
561
1cb9352359f4 More cleanups in the packaging. Also removed rgw_common.so which was quite useless
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 483
diff changeset
171 .
1cb9352359f4 More cleanups in the packaging. Also removed rgw_common.so which was quite useless
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 483
diff changeset
172 You may find some useful resources to parse the saved records
1cb9352359f4 More cleanups in the packaging. Also removed rgw_common.so which was quite useless
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 483
diff changeset
173 in the contrib/app_acct_tools folder in source package.
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
174
431
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
175 Package: freediameter-eap-server
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
176 Architecture: any
561
1cb9352359f4 More cleanups in the packaging. Also removed rgw_common.so which was quite useless
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 483
diff changeset
177 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), libmysqlclient16, freediameter-dictionary-rfc4072 (= ${binary:Version})
431
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
178 Description: freeDiameter Diameter EAP server implementation.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
179 This freeDiameter extension implements a Diameter EAP server.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
180 It supports EAP-MD5 and EAP-TLS methods currently.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
181 .
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
182 In order to use this extension, your main freeDiameter
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
183 configuration file must contain a LoadExtension directive.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
184 See freeDiameter documentation for more details.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
185 .
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
186 This extension requires a configuration file.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
187 See app_diameap.conf.sample and
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
188 http://diameap.yagami.freediameter.net for more details.
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
189
431
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
190 Package: freediameter-sip-server
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
191 Architecture: any
561
1cb9352359f4 More cleanups in the packaging. Also removed rgw_common.so which was quite useless
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 483
diff changeset
192 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), libmysqlclient16, freediameter-dictionary-rfc4740 (= ${binary:Version})
431
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
193 Description: freeDiameter Diameter SIP server implementation.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
194 This freeDiameter extension implements a Diameter SIP server.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
195 See http://www.freediameter.net/trac/wiki/app_sip.fdx for
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
196 status information.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
197 .
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
198 In order to use this extension, your main freeDiameter
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
199 configuration file must contain a LoadExtension directive.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
200 See freeDiameter documentation for more details.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
201 .
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
202 This extension requires a configuration file.
1bb1bc417efe Reworked the packaging to include newest components
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 335
diff changeset
203 See app_sip.conf.sample for more details.
312
344ebcb39298 Debianization in progress
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
204
"Welcome to our mercurial repository"