| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: xinetd-simple-services | Distribution: Mandriva Linux |
| Version: 2.3.13 | Vendor: Mandriva |
| Release: 2mdk | Build date: Wed Aug 17 05:52:55 2005 |
| Group: System/Base | Build host: ramanujan.mandriva.com |
| Size: 2776 | Source RPM: xinetd-2.3.13-2mdk.src.rpm |
| Packager: Gwenole Beauchesne <gbeauchesne@mandriva.com> | |
| Url: http://www.xinetd.org | |
| Summary: Internal xinetd simple services | |
Internal xinetd simple services (not very useful one): - chargen Chargen is short for Character Generator and is a service that generates random characters either in one UDP packet containing a random number (between 0 and 512) of characters, or a TCP session. The UDP Chargen server looks for a UDP packet on port 19 and responds with the random character packet. With TCP Chargen, the server sends as a continuous stream of TCP packets once a connection is made, and until the session closes. The data is thrown away. Chargen is used to find the cause for dropped packets. It uses TCP/UDP port 19. An infiltrator can create a DoS attack by spoofing an IP address and causing two devices to send random traffic to each other. RFC 864 describes the Chargen service. - daytime The Daytime protocol is another testing tool and uses port 13 for both UDP and TCP versions. On receipt of a datagram to port 13, the server in the UDP version, sends the current date and time in ASCII format in a datagram. The TCP version, on receipt of a datagram to port 13, and once the connection is established, sends the date and time in ASCII format and closes the connection. RFC 867 describes the Daytime service. - echo Echo uses UDP and TCP port 7 and is used as a debgging tool to send any datagrams received from a source, back to that source. The risk with this is that someone who has access to the network can overload devices via the Echo service amounting to a DoS attack. RFC 862 describes the Echo service. - time - servers Show servers running - services Show available services - xadmin Show servers running and available services
BSD
* Sun Jul 31 2005 Nicolas Lécureuil <neoclust@mandriva.org> 2.3.13-2mdk
- Fix Build with gcc4 ( Fedora )
* Thu Feb 19 2004 Warly <warly@mandrakesoft.com> 2.3.13-1mdk
- new version
- fix a segfault on service reload
* Thu Jan 29 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 2.3.12-5mdk
- Disable patch5, no longer needed since fam is correctly configured now
* Mon Jan 26 2004 Warly <warly@mandrakesoft.com> 2.3.12-4mdk
- Include Steve Grubb suggestions
- zombie patch is deprecated
- new fixes which will be included into 2.3.13
- remove deprecated servers and xadmin
* Thu Jan 08 2004 Pixel <pixel@mandrakesoft.com> 2.3.12-3mdk
- move dumb unused simple xinetd-internal services to package xinetd-simple-services
(chargen, daytime, echo, time, servers, services, xadmin)
* Tue Jan 06 2004 Stefan van de rEijk <stefan@eijk.nu> 2.3.12-2mdk
- remove unpackaged symlink
- remove redundant BuildRequires (rpm-helper is Required by rpm-build)
* Mon Dec 01 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.3.12-1mdk
- new release
- remove patch 2 (version properly reported), 3 and 4 (merged upstream)
- rediff patch 5
* Wed Jul 16 2003 Guillaume Rousse <guillomovitch@linux-mandrake.com> 2.3.11-4mdk
- fix /etc/xinetd.d ownership
* Fri Jul 04 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.3.11-3mdk
- patch 5: fix bug reported by Mark Pierce
* Thu May 22 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.3.11-2mdk
- typo fix in init script spotted by Alice Lafox in .po
* Wed May 14 2003 Vincent Danen <vdanen@mandrakesoft.com> 2.3.11-1mdk
- 2.3.11 (security fix)
- merge patches from RH
* Fri Feb 14 2003 Warly <warly@mandrakesoft.com> 2.3.10-1mdk
- new version (main changes from changelog):
- Close the service descriptors on fork. This will help reduce the file
discriptors used by the daemon when using some internal services
- Fix a numbering bug with xinetd's internal flag representation that
was manifesting its self as all services being disabled upon recieving
a SIGUSR2 (hard reconfig)
- Don't pass a hostname to dns registration calls, it'll pick a
hostname automagically.
- Make sure tcp internal non-forking services close their
filedescriptors.
- Up the default CPS value to 50 from 10 (Document the default CPS
values in the xinetd.conf man page).
- Fix a closing of the connection when there's an error handling the
service.
- Fixed a bug in the consistency check mechanism where it would report
the signal pipe as a problem.
- Remove access control calls for special services. The access
control functions must always allow these services anyway.
- Fixed a bug with reconfiguring services using the interface
attribute.
- Fixed a bug with deallocating dns registrations.
- Fixed a bug where tcp_wrappers would not identify an internal
service since the internal service has no executable.
- Fix a potential memory leak with bind_addr and service reconfig.
- Fix a reconfig timing issue.
* Thu Jan 30 2003 Frederic Lepied <flepied@mandrakesoft.com> 2.3.9-4mdk
- gprintified init script by hand
* Sat Oct 26 2002 Warly <warly@mandrakesoft.com> 2.3.9-3mdk
- new version
* Fri Aug 23 2002 Warly <warly@mandrakesoft.com> 2.3.7-3mdk
- fix typo in xadmin
* Thu Aug 22 2002 Warly <warly@mandrakesoft.com> 2.3.7-2mdk
- add a xadmin entry
* Wed Aug 14 2002 Warly <warly@mandrakesoft.com> 2.3.7-1mdk
- new version
* Sun Aug 11 2002 Pixel <pixel@mandrakesoft.com> 2.3.6-2mdk
- xinetd-services, xinetd-servers: fix description (thanks to allen <aef@prismnet.com>)
- add "PreReq: rpm-helper"
* Sat Aug 10 2002 Warly <warly@mandrakesoft.com> 2.3.6-1mdk
- new version
* Sat Jun 01 2002 Warly <warly@mandrakesoft.com> 2.3.5-1mdk
- new version
* Mon Mar 04 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 2.3.4-4mdk
- Update patch0 to use official fix from xinetd author (Thanks to Rob Braun)
* Thu Feb 28 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 2.3.4-3mdk
- Patch0: fix zombie server process when no active process is running
* Wed Dec 12 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.4-2mdk
- Fix more rpmlint.
- DONT_GPRINTIFY he broke initscripts.
* Tue Dec 11 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.4-1mdk
- Upgrade to cvs version to fix some bugs (rh).
- Add configuration files for the xinetd internal services listing
current servers and services. It's off by default, and restricted
to localhost when enabled (rh)
* Sat Sep 29 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.3-5mdk
- Fix rpmlint errors.
* Sat Sep 15 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.3-4mdk
- Rebuild.
* Tue Sep 04 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.3-3mdk
- If we don't find any /usr/sbin/xinetd then relaunch
update-alternatives.
* Mon Sep 03 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.3-2mdk
- Fix syntax error that doen't show up by black magick on my test box
in 1mdk.
* Sun Sep 02 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.3-1mdk
- 2.3.3 which contains numbered fixes.
* Thu Aug 23 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.0-5mdk
- Merge RH patches.
* Fri Aug 10 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.0-4mdk
- Fix alternatives initscripts (pixel).
* Wed Aug 08 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.0-3mdk
- Disable logfile patch (broken).
* Fri Aug 03 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.3.0-2mdk
- Rework initscripts.
- Merge logfile patch from RedHat.
* Sat Jun 30 2001 Vincent Danen <vdanen@mandrakesoft.com> 2.3.0-1mdk
- 2.3.0 final
* Thu Jun 28 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre17-1mdk
- pre17.
* Fri Jun 22 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre16-1mdk
- pre16.
* Thu Jun 21 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre15-3mdk
- Remove the %ghost/usr/sbin/xinetd (pixel).
* Tue Jun 19 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre15-2mdk
- set TMPDIR to /tmp/ before launching daemon.
* Tue May 29 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre15-1mdk
- 2.1.8.9pre15 with patch from Steve G <linux_4ever@yahoo.com> for
IPV6 compilation.
* Sat May 19 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre14-6mdk
- Add /etc/sysconfig/xinetd so users can add extra options (rh).
- Add tcp wait=yes patch.
* Thu Apr 05 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre14-5mdk
- Add rh patches :
Because realloc() doesn't initialize newly-allocated memory,
the NULL pointer on the end can't be assumed to be there.
- User server build macros.
* Wed Apr 04 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre14-3mdk
- Remove /etc/init.d/ requires (rpm bugs ?)
* Wed Feb 21 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre14-2mdk
- Obsoletes: now netkit-base.
* Mon Feb 05 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre14-1mdk
- 2.1.8.9pre14.
* Mon Nov 20 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre13-4mdk
- Requires: xinetd even for xinetd-ipv6.
- Workaround for alternatvies and upgrade.
* Thu Nov 16 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre13-3mdk
- Don't put alternatives only in upgrade mode.
* Wed Nov 15 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre13-2mdk
- add xinetd-ipv6 package with enabled ipv6 and alternatives high for
this package.
* Tue Nov 14 2000 Geoffrey Lee <snailtalk@mandrakesoft.com> 2.1.8.9pre13-1mdk
- be pedantic and use even more macros.
- new and shiny source bumped into cooker.
- enable ipv6.
* Fri Nov 10 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre12-3mdk
- rewrote inetdconvert as perl.
* Sat Oct 21 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre12-2mdk
- Obsoletes xinetd-devel.
- Add default inetd services like redhat does.
* Fri Oct 20 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre12-1mdk
- 2.1.8.9pre12.
* Sat Oct 14 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre11-1mdk
- 2.1.8.9pre11.
* Wed Oct 11 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre10-6mdk
- InitS at 56 to start after bind.
* Tue Oct 03 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre10-5mdk
- Preferred to do the Alexander way to check if NETWORKING is up.
* Tue Oct 03 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre10-4mdk
- Install includes as 644.
* Thu Sep 28 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre10-3mdk
- Add probe dummy target in init script for linuxconf.
* Tue Sep 26 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre10-2mdk
- Fix initscripts for network.
* Mon Sep 25 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre10-1mdk
- 2.18.9pre10.
* Sun Sep 24 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre9-3mdk
- Add some noreplace
- Do a condrestart only when DURING_INSTALL is NULL.
* Sun Sep 24 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre9-2mdk
- Fix initscripts.
- Add pidfile writing to file patch (rh).
- Add patch to skip junk file (.rpmsave/.rpmnew/~) (rh).
* Fri Aug 04 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre9-1mdk
- 2.1.8.9pre9.
* Mon Jul 24 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre8-7mdk
- Correct postscripts.
- Add condrestart to the init.d/ script to restart xinetd only when
his launched.
- Upgrade faq.
* Thu Jul 20 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre8-6mdk
- Make rpmlint happy with /etc/rc.d/init.d/ files.
- BM.
* Sat Jul 15 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.1.8.9pre8-5mdk
- Move to main/.
- Clean up of %post %pre %preun.
- Add malloc patches.
* Fri Jul 14 2000 Christian Zoffoli <czoffoli@linux-mandrake.com> 2.1.8.9pre8-4mdk
- fixed permission problem
* Thu Jul 13 2000 Christian Zoffoli <czoffoli@linux-mandrake.com> 2.1.8.9pre8-3mdk
- removed System/Base
- removed _sysconfdir
* Tue Jul 11 2000 Christian Zoffoli <czoffoli@linux-mandrake.com> 2.1.8.9pre8-2mdk
- macroszifications
- specfile cleanup
* Tue Jul 11 2000 Christian Zoffoli <czoffoli@linux-mandrake.com> 2.1.8.9pre8-1mdk
- new beta version
* Tue Jun 27 2000 Christian Zoffoli <czoffoli@linux-mandrake.com> 2.1.8.8p3-2mdk
- fix chkconfig problem
* Thu Jun 22 2000 Christian Zoffoli <czoffoli@littlepenguin.org> 2.1.8.8p3-1mdk
- built first spec.
- Mandrakized version
- Enabled IPv6 Support
- Added FAQ
/etc/xinetd.d/chargen /etc/xinetd.d/chargen-udp /etc/xinetd.d/daytime /etc/xinetd.d/daytime-udp /etc/xinetd.d/echo /etc/xinetd.d/echo-udp /etc/xinetd.d/services /etc/xinetd.d/time /etc/xinetd.d/time-udp
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 13 17:08:07 2013