An 'inetd' with Expanded Functionality
xinetd takes the abilities of inetd and appends additional
functionality:
- Access Control
- Prevention of 'denial of access' attacks
- Extensive logging abilities
- Clear configuration file
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / xinetd
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:utilities/xinetd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
FAQ | 0000009205 8.99 KB | |
README.SUSE | 0000002229 2.18 KB | |
_link | 0000000141 141 Bytes | |
logrotate | 0000000200 200 Bytes | |
xinetd-2.3.14-honour_disable.patch | 0000000364 364 Bytes | |
xinetd-2.3.14-ident-bind.patch | 0000001510 1.47 KB | |
xinetd-2.3.14-ipv6-ipv4-fallback.patch | 0000006702 6.54 KB | |
xinetd-2.3.14-man.dif | 0000002396 2.34 KB | |
xinetd-2.3.14-nodeadlock-revisited.patch | 0000001760 1.72 KB | |
xinetd-2.3.14-nodeadlock.diff | 0000000858 858 Bytes | |
xinetd-2.3.14-pie.patch | 0000000911 911 Bytes | |
xinetd-2.3.14-server_args-fix.diff | 0000000536 536 Bytes | |
xinetd-2.3.14-strict-aliasing-fix.diff | 0000001202 1.17 KB | |
xinetd-2.3.15.tar.gz | 0000309774 303 KB | |
xinetd-config.patch | 0000001601 1.56 KB | |
xinetd-service_files.tar.bz2 | 0000000890 890 Bytes | |
xinetd.changes | 0000017595 17.2 KB | |
xinetd.conf | 0000000625 625 Bytes | |
xinetd.service | 0000000274 274 Bytes | |
xinetd.spec | 0000003562 3.48 KB |
Revision 21 (latest revision is 60)
Michal Vyskocil (mvyskocil)
committed
(revision 21)
- update to 2.3.15 * If the address we're binding to is a multicast address, do the multicast join. * Merge the Fedora patch to turn off libwrap processing on tcp rpc services. Patch xinetd-2.3.12-tcp_rpc.patch. * Merge the Fedora patch to add labeled networking. Patch xinetd-2.3.14-label.patch r1.4. * Merge the Fedora patch to fix getpeercon() for labeled networking in MLS environments. Patch xinetd-2.3.14-contextconf.patch r1.1 * Merge the Fedora patch for int->ssize_t. Patch xinetd-2.3.14-ssize_t.patch r1.1 * Change compiler flags, -Wconversion generates excessive and unnecessary warnings with gcc, particularly all cases of ntohs(uint16_t). http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614 Additionally add -Wno-unused to prevent unnecessary warnings regarding unused function parameters when the function is a callback conforming to a standard interface. * Merge patch from Thomas Swan regarding CVE-2012-0862 - merged the SUSE xinetd.conf with the upstream one this changes default target for logging - now the syslog is used instead of /var/log/xinetd.log - logrotate dependency has been dropped and config file is installed in /usr/share/doc/packages/xinetd - drop rc.xinetd and add xinetd.service instead - add an entry to README.SUSE explaining the systemd socket activation
Comments 0