This commit is contained in:
commit
76fa014e5a
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
91
aliases
Normal file
91
aliases
Normal file
@ -0,0 +1,91 @@
|
||||
# This is the aliases file - it says who gets mail for whom.
|
||||
#
|
||||
# >>>>>>>>>> The program "newaliases" will need to be run
|
||||
# >> NOTE >> after this file is updated for any changes
|
||||
# >>>>>>>>>> to show through to sendmail.
|
||||
#
|
||||
|
||||
# It is probably best to not work as user root and redirect all
|
||||
# email to "root" to the address of a HUMAN who deals with this
|
||||
# system's problems. Then you don't have to check for important
|
||||
# email too often on the root account.
|
||||
# The "\root" will make sure that email is also delivered to the
|
||||
# root-account, but also forwared to the user "joe".
|
||||
#root: joe, \root
|
||||
|
||||
# Basic system aliases that MUST be present.
|
||||
postmaster: root
|
||||
mailer-daemon: postmaster
|
||||
|
||||
# amavis
|
||||
virusalert: root
|
||||
|
||||
# General redirections for pseudo accounts in /etc/passwd.
|
||||
administrator: root
|
||||
daemon: root
|
||||
lp: root
|
||||
news: root
|
||||
uucp: root
|
||||
games: root
|
||||
man: root
|
||||
at: root
|
||||
postgres: root
|
||||
mdom: root
|
||||
amanda: root
|
||||
ftp: root
|
||||
wwwrun: root
|
||||
squid: root
|
||||
msql: root
|
||||
gnats: root
|
||||
nobody: root
|
||||
# "bin" used to be in /etc/passwd
|
||||
bin: root
|
||||
|
||||
# Further well-known aliases for dns/news/ftp/mail/fax/web/gnats.
|
||||
newsadm: news
|
||||
newsadmin: news
|
||||
usenet: news
|
||||
ftpadm: ftp
|
||||
ftpadmin: ftp
|
||||
ftp-adm: ftp
|
||||
ftp-admin: ftp
|
||||
hostmaster: root
|
||||
mail: postmaster
|
||||
postman: postmaster
|
||||
post_office: postmaster
|
||||
# "abuse" is often used to fight against spam email
|
||||
abuse: postmaster
|
||||
spam: postmaster
|
||||
faxadm: root
|
||||
faxmaster: root
|
||||
webmaster: root
|
||||
gnats-admin: root
|
||||
mailman: root
|
||||
mailman-owner: mailman
|
||||
|
||||
# mlmmj needs only one alias to function; this is with a mailinglist in
|
||||
# /var/spool/mlmmj/myownlist (remember full path):
|
||||
# myownlist: "| /usr/bin/mlmmj-recieve -L /var/spool/mlmmj/myownlist"
|
||||
|
||||
# Majordomo can be used to have mailinglists on your site.
|
||||
#majordomo: "|/usr/lib/majordomo/wrapper majordomo"
|
||||
#owner-majordomo: root,
|
||||
#majordomo-owner: root,
|
||||
|
||||
# sample entry for a majordomo mailing-list called "test"
|
||||
# read /usr/doc/packages/majordomo/README.linux for more information
|
||||
# replace "test" with a new name and put the administrator into
|
||||
# the "owner-test" alias instead of "root".
|
||||
#
|
||||
#test: "|/usr/lib/majordomo/wrapper resend -l test test-outgoing"
|
||||
#test-outgoing: :include:/var/lib/majordomo/lists/test
|
||||
#test-request: "|/usr/lib/majordomo/wrapper majordomo -l test"
|
||||
#test-approval: owner-test,
|
||||
#owner-test-outgoing: owner-test,
|
||||
#owner-test-request: owner-test,
|
||||
#owner-test: root,
|
||||
#
|
||||
# if you have bulk_mailer installed, you can replace the above
|
||||
# "test-outgoing" line with the following:
|
||||
#test-outgoing: "|/usr/bin/bulk_mailer owner-test@host.com /var/lib/majordomo/lists/test"
|
||||
#
|
0
defaultdomain
Normal file
0
defaultdomain
Normal file
16
ethers
Normal file
16
ethers
Normal file
@ -0,0 +1,16 @@
|
||||
#
|
||||
# ethers This file contains 48 bit Ethernet addresses and their
|
||||
# corresponding IP number or hostname. The two items are
|
||||
# separated by any number of SPACE and/or TAB char acters.
|
||||
# A at the beginning of a line starts a comment which extends
|
||||
# to the end of the line. The Ethernet-address is written as
|
||||
# x:x:x:x:x:x, where x is a hexadecimal number between 0 and
|
||||
# ff which represents one byte of the address, which is in
|
||||
# network byte order (bigendian). The IP-number may be a
|
||||
# hostname which can be resolved by DNS or a dot separated
|
||||
# number.
|
||||
#
|
||||
# Syntax:
|
||||
# Ethernet-address IP-number
|
||||
#
|
||||
#
|
6
exports
Normal file
6
exports
Normal file
@ -0,0 +1,6 @@
|
||||
# See the exports(5) manpage for a description of the syntax of this file.
|
||||
# This file contains a list of all directories that are to be exported to
|
||||
# other computers via NFS (Network File System).
|
||||
# This file used by rpc.nfsd and rpc.mountd. See their manpages for details
|
||||
# on how make changes in this file effective.
|
||||
|
57
ftpusers
Normal file
57
ftpusers
Normal file
@ -0,0 +1,57 @@
|
||||
#
|
||||
# ftpusers This file describes the names of the users that may
|
||||
# _*NOT*_ log into the system via the FTP server.
|
||||
# This usually includes "root", "uucp", "news" and the
|
||||
# like, because those users have too much power to be
|
||||
# allowed to do "just" FTP...
|
||||
#
|
||||
adabas
|
||||
amanda
|
||||
at
|
||||
bin
|
||||
cyrus
|
||||
daemon
|
||||
dbmaker
|
||||
db2fenc1
|
||||
db2inst1
|
||||
db2as
|
||||
db4web
|
||||
dpbox
|
||||
empress
|
||||
fax
|
||||
firewall
|
||||
fnet
|
||||
games
|
||||
gdm
|
||||
gnats
|
||||
irc
|
||||
informix
|
||||
ingres
|
||||
ixess
|
||||
lnx
|
||||
lp
|
||||
mail
|
||||
man
|
||||
mdom
|
||||
mysql
|
||||
named
|
||||
news
|
||||
nobody
|
||||
nps
|
||||
oracle
|
||||
perforce
|
||||
pop
|
||||
postfix
|
||||
postgres
|
||||
root
|
||||
sapdb
|
||||
skyrix
|
||||
squid
|
||||
uucp
|
||||
virtuoso
|
||||
vscan
|
||||
wnn
|
||||
wwwrun
|
||||
yard
|
||||
zope
|
||||
# End.
|
1
get_version_number.sh
Normal file
1
get_version_number.sh
Normal file
@ -0,0 +1 @@
|
||||
echo ${BUILD_DISTRIBUTION_VERSION%-*}
|
16
host.conf
Normal file
16
host.conf
Normal file
@ -0,0 +1,16 @@
|
||||
#
|
||||
# /etc/host.conf - resolver configuration file
|
||||
#
|
||||
# Please read the manual page host.conf(5) for more information.
|
||||
#
|
||||
#
|
||||
# The following option is only used by binaries linked against
|
||||
# libc4 or libc5. This line should be in sync with the "hosts"
|
||||
# option in /etc/nsswitch.conf.
|
||||
#
|
||||
order hosts, bind
|
||||
#
|
||||
# The following options are used by the resolver library:
|
||||
#
|
||||
multi on
|
||||
|
23
hosts
Normal file
23
hosts
Normal file
@ -0,0 +1,23 @@
|
||||
#
|
||||
# hosts This file describes a number of hostname-to-address
|
||||
# mappings for the TCP/IP subsystem. It is mostly
|
||||
# used at boot time, when no name servers are running.
|
||||
# On small systems, this file can be used instead of a
|
||||
# "named" name server.
|
||||
# Syntax:
|
||||
#
|
||||
# IP-Address Full-Qualified-Hostname Short-Hostname
|
||||
#
|
||||
|
||||
127.0.0.1 localhost
|
||||
|
||||
# special IPv6 addresses
|
||||
::1 localhost ipv6-localhost ipv6-loopback
|
||||
|
||||
fe00::0 ipv6-localnet
|
||||
|
||||
ff00::0 ipv6-mcastprefix
|
||||
ff02::1 ipv6-allnodes
|
||||
ff02::2 ipv6-allrouters
|
||||
ff02::3 ipv6-allhosts
|
||||
|
63
hosts.allow
Normal file
63
hosts.allow
Normal file
@ -0,0 +1,63 @@
|
||||
# /etc/hosts.allow
|
||||
# See 'man tcpd' and 'man 5 hosts_access' for a detailed description
|
||||
# of /etc/hosts.allow and /etc/hosts.deny.
|
||||
#
|
||||
# short overview about daemons and servers that are built with
|
||||
# tcp_wrappers support:
|
||||
#
|
||||
# package name | daemon path | token
|
||||
# ----------------------------------------------------------------------------
|
||||
# ssh, openssh | /usr/sbin/sshd | sshd, sshd-fwd-x11, sshd-fwd-<port>
|
||||
# quota | /usr/sbin/rpc.rquotad | rquotad
|
||||
# tftpd | /usr/sbin/in.tftpd | in.tftpd
|
||||
# portmap | /sbin/portmap | portmap
|
||||
# The portmapper does not verify against hostnames
|
||||
# to prevent hangs. It only checks non-local addresses.
|
||||
#
|
||||
# (kernel nfs server)
|
||||
# nfs-utils | /usr/sbin/rpc.mountd | mountd
|
||||
# nfs-utils | /sbin/rpc.statd | statd
|
||||
#
|
||||
# (unfsd, userspace nfs server)
|
||||
# nfs-server | /usr/sbin/rpc.mountd | rpc.mountd
|
||||
# nfs-server | /usr/sbin/rpc.ugidd | rpc.ugidd
|
||||
#
|
||||
# (printing services)
|
||||
# lprng | /usr/sbin/lpd | lpd
|
||||
# cups | /usr/sbin/cupsd | cupsd
|
||||
# The cupsd server daemon reports to the cups
|
||||
# error logs, not to the syslog(3) facility.
|
||||
#
|
||||
# (Uniterrupted Power Supply Software)
|
||||
# apcupsd | /sbin/apcupsd | apcupsd
|
||||
# apcupsd | /sbin/apcnisd | apcnisd
|
||||
#
|
||||
# All of the other network servers such as samba, apache or X, have their own
|
||||
# access control scheme that should be used instead.
|
||||
#
|
||||
# In addition to the services above, the services that are started on request
|
||||
# by inetd or xinetd use tcpd to "wrap" the network connection. tcpd uses
|
||||
# the last component of the server pathname as a token to match a service in
|
||||
# /etc/hosts.{allow,deny}. See the file /etc/inetd.conf for the token names.
|
||||
# The following examples work when uncommented:
|
||||
#
|
||||
#
|
||||
# Example 1: Fire up a mail to the admin if a connection to the printer daemon
|
||||
# has been made from host foo.bar.com, but simply deny all others:
|
||||
# lpd : foo.bar.com : spawn /bin/echo "%h printer access" | \
|
||||
# mail -s "tcp_wrappers on %H" root
|
||||
#
|
||||
#
|
||||
# Example 2: grant access from local net, reject with message from elsewhere.
|
||||
# in.telnetd : ALL EXCEPT LOCAL : ALLOW
|
||||
# in.telnetd : ALL : \
|
||||
# twist /bin/echo -e "\n\raccess from %h declined.\n\rGo away.";sleep 2
|
||||
#
|
||||
#
|
||||
# Example 3: run a different instance of rsyncd if the connection comes
|
||||
# from network 172.20.0.0/24, but regular for others:
|
||||
# rsyncd : 172.20.0.0/255.255.255.0 : twist /usr/local/sbin/my_rsyncd-script
|
||||
# rsyncd : ALL : ALLOW
|
||||
#
|
||||
|
||||
|
6
hosts.deny
Normal file
6
hosts.deny
Normal file
@ -0,0 +1,6 @@
|
||||
# /etc/hosts.deny
|
||||
# See 'man tcpd' and 'man 5 hosts_access' as well as /etc/hosts.allow
|
||||
# for a detailed description.
|
||||
|
||||
http-rman : ALL EXCEPT LOCAL
|
||||
|
7
hosts.equiv
Normal file
7
hosts.equiv
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# hosts.equiv This file describes the names of the hosts which are
|
||||
# to be considered "equivalent", i.e. which are to be
|
||||
# trusted enough for allowing rsh(1) commands.
|
||||
#
|
||||
# hostname
|
||||
|
7
hosts.lpd
Normal file
7
hosts.lpd
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# hosts.lpd This file describes the names of the hosts which are
|
||||
# to be considered "equivalent", i.e. which are to be
|
||||
# trusted enough for allowing remote lpr(1) commands.
|
||||
#
|
||||
# hostname
|
||||
|
653
netcfg.changes
Normal file
653
netcfg.changes
Normal file
@ -0,0 +1,653 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 14:22:39 CEST 2006 - kukuk@suse.de
|
||||
|
||||
- Update services file from IANA
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 11:51:34 CEST 2006 - kukuk@suse.de
|
||||
|
||||
- Update protocols and services files from IANA
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:47:10 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 22:22:58 CET 2005 - kukuk@suse.de
|
||||
|
||||
- Update services file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 00:42:34 CEST 2005 - mmj@suse.de
|
||||
|
||||
- Readd the correct services file to patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 20:44:33 CEST 2005 - mmj@suse.de
|
||||
|
||||
- Add IANA official git port (9418) to services
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 08:55:41 CEST 2005 - kukuk@suse.de
|
||||
|
||||
- Update services file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 16:06:29 CET 2005 - kukuk@suse.de
|
||||
|
||||
- Change comments to make peopleusing file wrongly happy [#71247]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 09:14:33 CET 2005 - kukuk@suse.de
|
||||
|
||||
- Update /etc/services from IANA
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 11 18:49:51 CEST 2004 - mmj@suse.de
|
||||
|
||||
- Add example for mlmmj list in /etc/aliases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 16 11:49:57 CEST 2004 - kukuk@suse.de
|
||||
|
||||
- Add smtps back again, got lost with last update
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 2 15:21:12 CEST 2004 - kukuk@suse.de
|
||||
|
||||
- Use linux.site instead of linux.local [Bug #36949]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 31 14:44:50 CEST 2004 - mls@suse.de
|
||||
|
||||
- add link-local network
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 29 15:31:00 CEST 2004 - kukuk@suse.de
|
||||
|
||||
- Comment out shilp entry to make reading tcpdump output easier
|
||||
[Bug #37359]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 15 15:05:14 CET 2004 - kukuk@suse.de
|
||||
|
||||
- Update etc/services file with IANA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 1 13:41:24 CET 2003 - kukuk@suse.de
|
||||
|
||||
- Add etc/netgroup (moved from aaa_base)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 13 23:09:10 CET 2003 - adrian@suse.de
|
||||
|
||||
- add registered services to service file
|
||||
( sane, distcc, svn )
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 17:47:57 MEST 2003 - draht@suse.de
|
||||
|
||||
- added apcupsd daemons to /etc/hosts.allow (#29646)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 13:54:18 CEST 2003 - kukuk@suse.de
|
||||
|
||||
- Make rpm -V quiet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 08:53:21 CEST 2003 - kukuk@suse.de
|
||||
|
||||
- Remove inetd.conf, is now part of inetd package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 13:32:04 CEST 2003 - olh@suse.de
|
||||
|
||||
- run tftp via tcpd, not in.tftpd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 14:57:31 CEST 2003 - ro@suse.de
|
||||
|
||||
- change version numbering
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 12:19:06 CEST 2003 - arvin@suse.de
|
||||
|
||||
- added pop3s and imaps services to inetd.conf (bug #26281)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 21:36:57 CET 2003 - kukuk@suse.de
|
||||
|
||||
- Add aaa_base to PreReq. to fix update problems [Bug #25102]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 11:24:18 CET 2003 - meissner@suse.de
|
||||
|
||||
- Add VNC httpd and 2 VNC display ports, which start Xvnc on demand.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 10:57:57 CET 2003 - kukuk@suse.de
|
||||
|
||||
- Add etc/ethers [Bug #23016]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 09:44:07 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- etc/services: Add lotusnotes alias to lotusnote [Bug #21145]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
||||
|
||||
- removed bogus self-provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 14:20:32 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- etc/services: Add ports for sieve and smtps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 15:39:24 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- etc/services: add mrt entry in temporary area
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 23 10:44:20 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- Fix pop2 daemon name, add imap pop3 daemon [Bug #14474]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 15:46:22 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- Add PreRequires [Bug #17899]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 16:03:22 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- etc/services: add rpcbind alias to sunrpc entry
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 15:59:14 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- Fix get_version_number.sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 09:43:55 CEST 2002 - adrian@suse.de
|
||||
|
||||
- add disabled fam daemon line to inetd.conf
|
||||
- remove KDE 2 talk daemon lines
|
||||
(not anymore support due to security issues)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 17:36:45 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- Remove etc/defaultdomian.rpmnew if empty in postinstall script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 12 08:45:40 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- Add /etc/aliases as config(noreplace).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 14:10:31 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- Update /etc/services (add new, official ports)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 09:26:38 CEST 2002 - kukuk@suse.de
|
||||
|
||||
- fix typo in /etc/services [Bug #16478]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 20:10:15 MEST 2002 - draht@suse.de
|
||||
|
||||
- removed lprold from the comments in /etc/hosts.allow.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 17:50:24 MEST 2002 - draht@suse.de
|
||||
|
||||
- redo change from Tue Feb 5 18:38:44 MET 2002 - draht@suse.de
|
||||
commented out services time, telnet, login, finger from default
|
||||
/etc/inetd.conf. No services are configured by default.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 14:37:26 CEST 2002 - kssingvo@suse.de
|
||||
|
||||
- Add cups-lpd entry to inetd.conf (commented out)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 17:07:15 CET 2002 - kukuk@suse.de
|
||||
|
||||
- Remove not supported entries [Bug #14932]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 15:58:01 CET 2002 - kukuk@suse.de
|
||||
|
||||
- Add inofficial entries for pbs to etc/services [Bug #14450]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 14:57:51 CET 2002 - kukuk@suse.de
|
||||
|
||||
- Add sap db entries back to etc/services
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 15:03:53 CET 2002 - werner@suse.de
|
||||
|
||||
- Add the options '-L sendmail' and '-Am' to be sure that
|
||||
sendmail does work as server not as msp client
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 19:37:10 MET 2002 - draht@suse.de
|
||||
|
||||
- revert changes in /etc/inetd.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 18:55:51 MET 2002 - draht@suse.de
|
||||
|
||||
- more descriptive comment in /etc/exports.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 18:49:00 MET 2002 - draht@suse.de
|
||||
|
||||
- Added users db4web dpbox ingres mail oracle perforce pop sapdb
|
||||
squid vscan wnn wwwrun and zope to /etc/ftpusers.
|
||||
No users removed, legacy users stay.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 18:38:44 MET 2002 - draht@suse.de
|
||||
|
||||
- commented out services telnet, login and finger from default
|
||||
/etc/inetd.conf file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 18:37:07 MET 2002 - draht@suse.de
|
||||
|
||||
- add list of wrapped services and examples to /etc/hosts.allow
|
||||
- changed comment on /etc/hosts.deny
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 11:30:53 CET 2002 - kukuk@suse.de
|
||||
|
||||
- Fix x11 entry in etc/services
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 18:10:48 MET 2002 - draht@suse.de
|
||||
|
||||
- removed ^m characters from etc/services
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 10:46:41 CET 2002 - kukuk@suse.de
|
||||
|
||||
- Sync protocols with official list [Bug #12870]
|
||||
- Sync services with official list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 10:44:51 CET 2002 - kukuk@suse.de
|
||||
|
||||
- disable talk, not in wide use today
|
||||
- amindexd and amidxtaped should run as user amanda [Bug #12619]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 00:39:04 CET 2002 - ro@suse.de
|
||||
|
||||
- fixed filelist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 18:38:05 CET 2002 - kukuk@suse.de
|
||||
|
||||
- Remove /var/adm/setup, diphost and add defaultdomain and HOSTNAME
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 22 17:46:56 CEST 2001 - mmj@suse.de
|
||||
|
||||
- Change inetd.conf to have vsftpd support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 11:43:31 CEST 2001 - kukuk@suse.de
|
||||
|
||||
- Fix typo in hosts.equiv [Bug #9420]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 17:06:29 CEST 2001 - kukuk@suse.de
|
||||
|
||||
- Change inetd.conf entry for tftp to match new version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 6 16:27:07 CEST 2001 - kukuk@suse.de
|
||||
|
||||
- Fix path to initscript in comment
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 5 10:52:43 CEST 2001 - kukuk@suse.de
|
||||
|
||||
- services: Add ksysguard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 9 12:18:47 CEST 2001 - kukuk@suse.de
|
||||
|
||||
- Don't send wrong email about changed ftp server
|
||||
- Fix english comment in inetd.conf [Bug #7913]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 30 12:47:46 CEST 2001 - ro@suse.de
|
||||
|
||||
- added sql6 as 7210/tcp to etc/services
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 20 13:46:33 CEST 2001 - kukuk@suse.de
|
||||
|
||||
- Add comments for use of ktalkd [Bug #6566]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 17:08:13 CEST 2001 - kukuk@suse.de
|
||||
|
||||
- Revert some of the last changes [Bug #6957]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 09:43:21 CEST 2001 - kukuk@suse.de
|
||||
|
||||
- Update etc/protocols from official iana list [Bug #4183]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 24 17:07:05 CET 2001 - kukuk@suse.de
|
||||
|
||||
- etc/services: Add canna entry
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 22 15:32:39 CET 2001 - kukuk@suse.de
|
||||
|
||||
- Fix example in hosts.allow
|
||||
- etc/inetd.conf: Only enable time, telnet, rlogin and talk.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 18:26:37 CET 2001 - schwab@suse.de
|
||||
|
||||
- Fix cvs pserver example (#6293).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 17:36:27 CET 2000 - ro@suse.de
|
||||
|
||||
- removed lines db2cdb2inst1 and db2idb2inst1 from etc/services (#4461)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 18 15:39:48 CET 2000 - kukuk@suse.de
|
||||
|
||||
- Add dqs entries for nashif@suse.de
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 27 14:20:23 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- Add more Wnn* entries to etc/services
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 28 19:43:47 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- Fix rsync example
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 16:14:25 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- Compress tar archive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 14:36:41 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- Enable swat in etc/inetd.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 22:25:01 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- Fix tar archive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 25 17:07:10 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- Add etc/host.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 15 16:03:26 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- Remove ypserv entries from hosts.allow/hosts.deny
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 15 12:07:45 CEST 2000 - ro@suse.de
|
||||
|
||||
- removed duplicate line for opalis-rdv
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 15 08:51:07 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- etc/services: Add procstatd entry
|
||||
- etc/inetd.conf: Likewise.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 15:51:22 CEST 2000 - ro@suse.de
|
||||
|
||||
- added services entry for codine_commd
|
||||
(inofficial 536/tcp)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 18:46:18 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- etc/inetd.conf: Change tftpd default configuration to make a
|
||||
chroot into tftpboot directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 14:17:53 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- etc/services: Add more entries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 11:07:34 CEST 2000 - kukuk@suse.de
|
||||
|
||||
- etc/inetd.conf: service name is imap, not imap2 [Bug 2607]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 16:43:27 CET 2000 - kukuk@suse.de
|
||||
|
||||
- etc/services: Now really fix axnet entry [Bug 2080]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 19:28:20 CET 2000 - garloff@suse.de
|
||||
|
||||
- cvs entry fixed: path to cvs added.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 14:39:39 CET 2000 - kukuk@suse.de
|
||||
|
||||
- etc/services: Add more entries [Bug 2080]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 00:14:33 CET 2000 - garloff@suse.de
|
||||
|
||||
- added commented entry for cvs-pserver to inet.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 10:12:05 CET 2000 - kukuk@suse.de
|
||||
|
||||
- etc/services: Add pbs entries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 16:04:34 CET 2000 - kukuk@suse.de
|
||||
|
||||
- etc/inetd.conf: fix some typos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 13:18:09 CET 2000 - kukuk@suse.de
|
||||
|
||||
- Add missing amanda client entry to etc/inetd.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 12:00:43 CET 2000 - kukuk@suse.de
|
||||
|
||||
- Add missing amanda idx entries to etc/services
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 14:53:26 CET 2000 - kukuk@suse.de
|
||||
|
||||
- etc/ftpusers: Add more systemuser from /etc/passwd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 12:11:20 CET 2000 - kukuk@suse.de
|
||||
|
||||
- Add IPv6 addresses to etc/hosts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 10:35:20 CET 2000 - kukuk@suse.de
|
||||
|
||||
- etc/services: Add db2 and http-rman entries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 15:27:45 CET 2000 - kukuk@suse.de
|
||||
|
||||
- etc/inetd.conf: Remove RPC entries
|
||||
- etc/protocols: Add IPv6
|
||||
- etc/services: Add all known services
|
||||
- etc/rpc: Removed, is in shlibs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 21 12:14:53 MEST 1999 - kukuk@suse.de
|
||||
|
||||
- etc/inetd.conf: fix comments, disable btx and rplay
|
||||
- etc/ftpusers: Add more system users
|
||||
- etc/services: Add more official assinged numbers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
||||
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 11 16:05:31 MEST 1999 - kukuk@suse.de
|
||||
|
||||
- Make in.ftpd default ftp daemon (fixes bug #268)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 2 16:56:56 MEST 1999 - kukuk@suse.de
|
||||
|
||||
- Don't start identd from inetd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 12 11:02:46 MEST 1999 - bs@suse.de
|
||||
|
||||
- fixed buglet in %post (create var/adm/notify/messages)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 12 10:41:48 MEST 1999 - ro@suse.de
|
||||
|
||||
- updated etc/services (added https, ftp, data)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 25 15:22:56 MEST 1999 - uli@suse.de
|
||||
|
||||
- added services/inetd.conf entries for Mimer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 12:46:46 MEST 1999 - bs@suse.de
|
||||
|
||||
- enabled time services in /etc/inetd.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 22 20:17:27 MET 1999 - bs@suse.de
|
||||
|
||||
- added "bin" and "daemon" to /etc/ftpusers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 9 18:48:34 MET 1999 - ro@suse.de
|
||||
|
||||
- /etc/services: added entries for IBM DB2 Database
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 13:57:13 MET 1999 - ro@suse.de
|
||||
|
||||
- glibc is libc.so.6.1 on alpha: no etc/rpc there
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 17:10:54 MET 1999 - bs@suse.de
|
||||
|
||||
- added some entries for samba to inetd.conf and services
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 14:30:37 MET 1998 - bs@suse.de
|
||||
|
||||
- added netplan to /etc/services
|
||||
- marked /etc/inetd.conf as noreplace
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 22:13:14 MET 1998 - bs@suse.de
|
||||
|
||||
- added rsync to etc/services and etc/inetd.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 14:27:35 MET 1998 - bs@suse.de
|
||||
|
||||
- disabled vbox in inetd.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 20:32:54 MET 1998 - bs@suse.de
|
||||
|
||||
- hosts.equiv: typo fix
|
||||
- etc/services: added afpovertcp, mysql
|
||||
|
||||
- etc/inetd.conf: added leafnode, vboxd
|
||||
removed in.nntpd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 15:10:39 MEST 1998 - bs@suse.de
|
||||
|
||||
- added some entries to /etc/services to be friendly for netatalk
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 09:31:08 MEST 1998 - bs@suse.de
|
||||
|
||||
- changed entry for rplayd in inetd.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 11:43:19 MEST 1998 - bs@suse.de
|
||||
|
||||
- changed comment headers in /etc/hosts and /etc/hosts.lpd
|
||||
- added "noreplace" feature.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 13 20:23:04 MEST 1998 - bs@suse.de
|
||||
|
||||
- inetd.conf
|
||||
- added new entry for rplay
|
||||
- added entry for proftpd
|
||||
- services:
|
||||
- added aliases for imap2 (imap, imap4)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 14:04:17 MEST 1998 - bs@suse.de
|
||||
|
||||
- disabled imap2 in /etc/inetd.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 17:46:53 MET 1998 - ro@suse.de
|
||||
|
||||
- etc/services - changed entry for http-rman to nowait.10000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 28 16:56:08 MET 1998 - ro@suse.de
|
||||
|
||||
- etc/services - added entried for radius
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 11:09:09 MET 1998 - bs@suse.de
|
||||
|
||||
- etc/services: - added entries for amanda
|
||||
- added entries for ssh
|
||||
- etc/inetd.conf: - added entries for amanda
|
||||
- added "-e" to /usr/sbin/in.identd
|
||||
- added comment for "keep-alive"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:17:33 MET 1998 - ro@suse.de
|
||||
|
||||
- changed ftpd from in.ftpd to wu.ftpd in /etc/inetd.conf
|
||||
(in case of update with existing in.ftpd and nonexisting
|
||||
wu.ftpd, the administrator is notified of the change)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:40:22 MET 1998 - ro@suse.de
|
||||
|
||||
- added entries for hp eloquence software 8010,8100,8102,8104
|
381
netcfg.spec
Normal file
381
netcfg.spec
Normal file
@ -0,0 +1,381 @@
|
||||
#
|
||||
# spec file for package netcfg (Version 10.2)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: netcfg
|
||||
License: GPL, Other License(s), see package
|
||||
Group: System/Base
|
||||
Autoreqprov: on
|
||||
PreReq: /bin/rm aaa_base
|
||||
Summary: Network Configuration Files in /etc
|
||||
Version: 10.2
|
||||
Release: 7
|
||||
BuildArchitectures: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: defaultdomain
|
||||
Source1: exports
|
||||
Source2: ftpusers
|
||||
Source3: host.conf
|
||||
Source4: hosts
|
||||
Source5: hosts.allow
|
||||
Source6: hosts.deny
|
||||
Source7: hosts.equiv
|
||||
Source8: hosts.lpd
|
||||
Source9: networks
|
||||
Source10: protocols
|
||||
Source11: services.bz2
|
||||
Source12: HOSTNAME
|
||||
Source13: aliases
|
||||
Source14: ethers
|
||||
Source15: netgroup
|
||||
Patch: services-suse.diff
|
||||
|
||||
%description
|
||||
All of the basic configuration files for the network programs including
|
||||
/etc/aliases, /etc/protocols, and /etc/services.
|
||||
|
||||
These are often used by network routines in the C library and therefore
|
||||
must be installed for all network programs.
|
||||
|
||||
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/etc
|
||||
for i in HOSTNAME aliases defaultdomain exports ftpusers host.conf hosts hosts.allow hosts.deny hosts.equiv hosts.lpd netgroup networks protocols services.bz2 ethers; do
|
||||
install $RPM_SOURCE_DIR/$i $RPM_BUILD_ROOT/etc
|
||||
done
|
||||
bunzip2 $RPM_BUILD_ROOT/etc/services.bz2
|
||||
patch -p0 $RPM_BUILD_ROOT/etc/services < $RPM_SOURCE_DIR/services-suse.diff
|
||||
rm -f $RPM_BUILD_ROOT/etc/services.orig
|
||||
|
||||
%pre
|
||||
if [ "0$1" -ge "2" ]; then
|
||||
# If we have a /etc/netgroup.rpmsave and no /etc/netgroup, copy
|
||||
# /etc/netgroup.rpmsave and use it later instead of the new one.
|
||||
if [ -f /etc/netgroup.rpmsave -a ! -e /etc/netgroup ]; then
|
||||
cp /etc/netgroup.rpmsave /etc/...netgroup.new.rpmnew
|
||||
fi
|
||||
fi
|
||||
|
||||
%post
|
||||
test -f etc/defaultdomain.rpmnew -a ! -s etc/defaultdomain.rpmnew && rm -f etc/defaultdomain.rpmnew
|
||||
if [ -f etc/...netgroup.new.rpmnew ]; then
|
||||
test ! -f etc/netgroup.rpmnew && cp etc/netgroup etc/netgroup.rpmnew
|
||||
mv etc/...netgroup.new.rpmnew etc/netgroup
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(644,root,root,755)
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/HOSTNAME
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/aliases
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/defaultdomain
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/ethers
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/exports
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/ftpusers
|
||||
%config(noreplace) /etc/host.conf
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/hosts
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/hosts.allow
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/hosts.deny
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/hosts.equiv
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/hosts.lpd
|
||||
%config(noreplace) /etc/netgroup
|
||||
%config(noreplace) /etc/networks
|
||||
%config /etc/protocols
|
||||
%config /etc/services
|
||||
|
||||
%changelog -n netcfg
|
||||
* Wed Oct 04 2006 - kukuk@suse.de
|
||||
- Update services file from IANA
|
||||
* Tue May 23 2006 - kukuk@suse.de
|
||||
- Update protocols and services files from IANA
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Dec 14 2005 - kukuk@suse.de
|
||||
- Update services file
|
||||
* Tue Sep 13 2005 - mmj@suse.de
|
||||
- Readd the correct services file to patch
|
||||
* Mon Sep 12 2005 - mmj@suse.de
|
||||
- Add IANA official git port (9418) to services
|
||||
* Thu Jul 07 2005 - kukuk@suse.de
|
||||
- Update services file
|
||||
* Tue Mar 08 2005 - kukuk@suse.de
|
||||
- Change comments to make peopleusing file wrongly happy [#71247]
|
||||
* Wed Feb 23 2005 - kukuk@suse.de
|
||||
- Update /etc/services from IANA
|
||||
* Tue May 11 2004 - mmj@suse.de
|
||||
- Add example for mlmmj list in /etc/aliases
|
||||
* Fri Apr 16 2004 - kukuk@suse.de
|
||||
- Add smtps back again, got lost with last update
|
||||
* Fri Apr 02 2004 - kukuk@suse.de
|
||||
- Use linux.site instead of linux.local [Bug #36949]
|
||||
* Wed Mar 31 2004 - mls@suse.de
|
||||
- add link-local network
|
||||
* Mon Mar 29 2004 - kukuk@suse.de
|
||||
- Comment out shilp entry to make reading tcpdump output easier
|
||||
[Bug #37359]
|
||||
* Sun Feb 15 2004 - kukuk@suse.de
|
||||
- Update etc/services file with IANA version
|
||||
* Mon Dec 01 2003 - kukuk@suse.de
|
||||
- Add etc/netgroup (moved from aaa_base)
|
||||
* Thu Nov 13 2003 - adrian@suse.de
|
||||
- add registered services to service file
|
||||
( sane, distcc, svn )
|
||||
* Mon Sep 01 2003 - draht@suse.de
|
||||
- added apcupsd daemons to /etc/hosts.allow (#29646)
|
||||
* Fri Aug 15 2003 - kukuk@suse.de
|
||||
- Make rpm -V quiet
|
||||
* Tue May 13 2003 - kukuk@suse.de
|
||||
- Remove inetd.conf, is now part of inetd package
|
||||
* Thu Apr 24 2003 - olh@suse.de
|
||||
- run tftp via tcpd, not in.tftpd
|
||||
* Tue Apr 15 2003 - ro@suse.de
|
||||
- change version numbering
|
||||
* Tue Apr 15 2003 - arvin@suse.de
|
||||
- added pop3s and imaps services to inetd.conf (bug #26281)
|
||||
* Tue Mar 11 2003 - kukuk@suse.de
|
||||
- Add aaa_base to PreReq. to fix update problems [Bug #25102]
|
||||
* Thu Feb 13 2003 - meissner@suse.de
|
||||
- Add VNC httpd and 2 VNC display ports, which start Xvnc on demand.
|
||||
* Mon Jan 27 2003 - kukuk@suse.de
|
||||
- Add etc/ethers [Bug #23016]
|
||||
* Thu Oct 24 2002 - kukuk@suse.de
|
||||
- etc/services: Add lotusnotes alias to lotusnote [Bug #21145]
|
||||
* Tue Sep 17 2002 - ro@suse.de
|
||||
- removed bogus self-provides
|
||||
* Wed Sep 04 2002 - kukuk@suse.de
|
||||
- etc/services: Add ports for sieve and smtps
|
||||
* Mon Aug 26 2002 - kukuk@suse.de
|
||||
- etc/services: add mrt entry in temporary area
|
||||
* Fri Aug 23 2002 - kukuk@suse.de
|
||||
- Fix pop2 daemon name, add imap pop3 daemon [Bug #14474]
|
||||
* Thu Aug 15 2002 - kukuk@suse.de
|
||||
- Add PreRequires [Bug #17899]
|
||||
* Sat Aug 03 2002 - kukuk@suse.de
|
||||
- etc/services: add rpcbind alias to sunrpc entry
|
||||
* Tue Jul 30 2002 - kukuk@suse.de
|
||||
- Fix get_version_number.sh
|
||||
* Mon Jul 22 2002 - adrian@suse.de
|
||||
- add disabled fam daemon line to inetd.conf
|
||||
- remove KDE 2 talk daemon lines
|
||||
(not anymore support due to security issues)
|
||||
* Wed Jul 17 2002 - kukuk@suse.de
|
||||
- Remove etc/defaultdomian.rpmnew if empty in postinstall script
|
||||
* Fri Jul 12 2002 - kukuk@suse.de
|
||||
- Add /etc/aliases as config(noreplace).
|
||||
* Fri Jul 05 2002 - kukuk@suse.de
|
||||
- Update /etc/services (add new, official ports)
|
||||
* Tue Jul 02 2002 - kukuk@suse.de
|
||||
- fix typo in /etc/services [Bug #16478]
|
||||
* Thu Jun 13 2002 - draht@suse.de
|
||||
- removed lprold from the comments in /etc/hosts.allow.
|
||||
* Thu Jun 13 2002 - draht@suse.de
|
||||
- redo change from Tue Feb 5 18:38:44 MET 2002 - draht@suse.de
|
||||
commented out services time, telnet, login, finger from default
|
||||
/etc/inetd.conf. No services are configured by default.
|
||||
* Wed May 15 2002 - kssingvo@suse.de
|
||||
- Add cups-lpd entry to inetd.conf (commented out)
|
||||
* Wed Mar 13 2002 - kukuk@suse.de
|
||||
- Remove not supported entries [Bug #14932]
|
||||
* Tue Mar 05 2002 - kukuk@suse.de
|
||||
- Add inofficial entries for pbs to etc/services [Bug #14450]
|
||||
* Fri Mar 01 2002 - kukuk@suse.de
|
||||
- Add sap db entries back to etc/services
|
||||
* Wed Feb 13 2002 - werner@suse.de
|
||||
- Add the options '-L sendmail' and '-Am' to be sure that
|
||||
sendmail does work as server not as msp client
|
||||
* Tue Feb 05 2002 - draht@suse.de
|
||||
- revert changes in /etc/inetd.conf
|
||||
* Tue Feb 05 2002 - draht@suse.de
|
||||
- more descriptive comment in /etc/exports.
|
||||
* Tue Feb 05 2002 - draht@suse.de
|
||||
- Added users db4web dpbox ingres mail oracle perforce pop sapdb
|
||||
squid vscan wnn wwwrun and zope to /etc/ftpusers.
|
||||
No users removed, legacy users stay.
|
||||
* Tue Feb 05 2002 - draht@suse.de
|
||||
- commented out services telnet, login and finger from default
|
||||
/etc/inetd.conf file.
|
||||
* Tue Feb 05 2002 - draht@suse.de
|
||||
- add list of wrapped services and examples to /etc/hosts.allow
|
||||
- changed comment on /etc/hosts.deny
|
||||
* Tue Feb 05 2002 - kukuk@suse.de
|
||||
- Fix x11 entry in etc/services
|
||||
* Fri Feb 01 2002 - draht@suse.de
|
||||
- removed ^m characters from etc/services
|
||||
* Tue Jan 22 2002 - kukuk@suse.de
|
||||
- Sync protocols with official list [Bug #12870]
|
||||
- Sync services with official list
|
||||
* Fri Jan 18 2002 - kukuk@suse.de
|
||||
- disable talk, not in wide use today
|
||||
- amindexd and amidxtaped should run as user amanda [Bug #12619]
|
||||
* Thu Jan 17 2002 - ro@suse.de
|
||||
- fixed filelist
|
||||
* Wed Jan 16 2002 - kukuk@suse.de
|
||||
- Remove /var/adm/setup, diphost and add defaultdomain and HOSTNAME
|
||||
* Mon Oct 22 2001 - mmj@suse.de
|
||||
- Change inetd.conf to have vsftpd support
|
||||
* Mon Jul 30 2001 - kukuk@suse.de
|
||||
- Fix typo in hosts.equiv [Bug #9420]
|
||||
* Tue Jul 10 2001 - kukuk@suse.de
|
||||
- Change inetd.conf entry for tftp to match new version
|
||||
* Fri Jul 06 2001 - kukuk@suse.de
|
||||
- Fix path to initscript in comment
|
||||
* Tue Jun 05 2001 - kukuk@suse.de
|
||||
- services: Add ksysguard
|
||||
* Wed May 09 2001 - kukuk@suse.de
|
||||
- Don't send wrong email about changed ftp server
|
||||
- Fix english comment in inetd.conf [Bug #7913]
|
||||
* Mon Apr 30 2001 - ro@suse.de
|
||||
- added sql6 as 7210/tcp to etc/services
|
||||
* Fri Apr 20 2001 - kukuk@suse.de
|
||||
- Add comments for use of ktalkd [Bug #6566]
|
||||
* Wed Apr 11 2001 - kukuk@suse.de
|
||||
- Revert some of the last changes [Bug #6957]
|
||||
* Mon Mar 26 2001 - kukuk@suse.de
|
||||
- Update etc/protocols from official iana list [Bug #4183]
|
||||
* Sat Mar 24 2001 - kukuk@suse.de
|
||||
- etc/services: Add canna entry
|
||||
* Thu Mar 22 2001 - kukuk@suse.de
|
||||
- Fix example in hosts.allow
|
||||
- etc/inetd.conf: Only enable time, telnet, rlogin and talk.
|
||||
* Fri Feb 09 2001 - schwab@suse.de
|
||||
- Fix cvs pserver example (#6293).
|
||||
* Thu Dec 14 2000 - ro@suse.de
|
||||
- removed lines db2cdb2inst1 and db2idb2inst1 from etc/services (#4461)
|
||||
* Sat Nov 18 2000 - kukuk@suse.de
|
||||
- Add dqs entries for nashif@suse.de
|
||||
* Wed Sep 27 2000 - kukuk@suse.de
|
||||
- Add more Wnn* entries to etc/services
|
||||
* Fri Jul 28 2000 - kukuk@suse.de
|
||||
- Fix rsync example
|
||||
* Mon Jun 19 2000 - kukuk@suse.de
|
||||
- Compress tar archive
|
||||
* Mon Jun 19 2000 - kukuk@suse.de
|
||||
- Enable swat in etc/inetd.conf
|
||||
* Fri May 26 2000 - kukuk@suse.de
|
||||
- Fix tar archive
|
||||
* Thu May 25 2000 - kukuk@suse.de
|
||||
- Add etc/host.conf
|
||||
* Mon May 15 2000 - kukuk@suse.de
|
||||
- Remove ypserv entries from hosts.allow/hosts.deny
|
||||
* Mon May 15 2000 - ro@suse.de
|
||||
- removed duplicate line for opalis-rdv
|
||||
* Mon May 15 2000 - kukuk@suse.de
|
||||
- etc/services: Add procstatd entry
|
||||
- etc/inetd.conf: Likewise.
|
||||
* Tue May 09 2000 - ro@suse.de
|
||||
- added services entry for codine_commd
|
||||
(inofficial 536/tcp)
|
||||
* Mon Apr 17 2000 - kukuk@suse.de
|
||||
- etc/inetd.conf: Change tftpd default configuration to make a
|
||||
chroot into tftpboot directory
|
||||
* Wed Apr 05 2000 - kukuk@suse.de
|
||||
- etc/services: Add more entries
|
||||
* Wed Apr 05 2000 - kukuk@suse.de
|
||||
- etc/inetd.conf: service name is imap, not imap2 [Bug 2607]
|
||||
* Mon Mar 13 2000 - kukuk@suse.de
|
||||
- etc/services: Now really fix axnet entry [Bug 2080]
|
||||
* Fri Feb 25 2000 - garloff@suse.de
|
||||
- cvs entry fixed: path to cvs added.
|
||||
* Fri Feb 25 2000 - kukuk@suse.de
|
||||
- etc/services: Add more entries [Bug 2080]
|
||||
* Mon Feb 21 2000 - garloff@suse.de
|
||||
- added commented entry for cvs-pserver to inet.conf
|
||||
* Wed Feb 16 2000 - kukuk@suse.de
|
||||
- etc/services: Add pbs entries
|
||||
* Tue Feb 15 2000 - kukuk@suse.de
|
||||
- etc/inetd.conf: fix some typos
|
||||
* Thu Jan 20 2000 - kukuk@suse.de
|
||||
- Add missing amanda client entry to etc/inetd.conf
|
||||
* Wed Jan 19 2000 - kukuk@suse.de
|
||||
- Add missing amanda idx entries to etc/services
|
||||
* Thu Jan 13 2000 - kukuk@suse.de
|
||||
- etc/ftpusers: Add more systemuser from /etc/passwd
|
||||
* Thu Jan 13 2000 - kukuk@suse.de
|
||||
- Add IPv6 addresses to etc/hosts
|
||||
* Tue Jan 11 2000 - kukuk@suse.de
|
||||
- etc/services: Add db2 and http-rman entries
|
||||
* Mon Jan 03 2000 - kukuk@suse.de
|
||||
- etc/inetd.conf: Remove RPC entries
|
||||
- etc/protocols: Add IPv6
|
||||
- etc/services: Add all known services
|
||||
- etc/rpc: Removed, is in shlibs
|
||||
* Thu Oct 21 1999 - kukuk@suse.de
|
||||
- etc/inetd.conf: fix comments, disable btx and rplay
|
||||
- etc/ftpusers: Add more system users
|
||||
- etc/services: Add more official assinged numbers
|
||||
* Mon Sep 13 1999 - bs@suse.de
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
* Sat Sep 11 1999 - kukuk@suse.de
|
||||
- Make in.ftpd default ftp daemon (fixes bug #268)
|
||||
* Thu Sep 02 1999 - kukuk@suse.de
|
||||
- Don't start identd from inetd
|
||||
* Mon Jul 12 1999 - bs@suse.de
|
||||
- fixed buglet in %%post (create var/adm/notify/messages)
|
||||
* Mon Jul 12 1999 - ro@suse.de
|
||||
- updated etc/services (added https, ftp, data)
|
||||
* Tue May 25 1999 - uli@suse.de
|
||||
- added services/inetd.conf entries for Mimer
|
||||
* Tue Mar 30 1999 - bs@suse.de
|
||||
- enabled time services in /etc/inetd.conf
|
||||
* Mon Mar 22 1999 - bs@suse.de
|
||||
- added "bin" and "daemon" to /etc/ftpusers
|
||||
* Tue Mar 09 1999 - ro@suse.de
|
||||
- /etc/services: added entries for IBM DB2 Database
|
||||
* Tue Mar 02 1999 - ro@suse.de
|
||||
- glibc is libc.so.6.1 on alpha: no etc/rpc there
|
||||
* Wed Jan 13 1999 - bs@suse.de
|
||||
- added some entries for samba to inetd.conf and services
|
||||
* Sat Dec 05 1998 - bs@suse.de
|
||||
- added netplan to /etc/services
|
||||
- marked /etc/inetd.conf as noreplace
|
||||
* Sat Nov 28 1998 - bs@suse.de
|
||||
- added rsync to etc/services and etc/inetd.conf
|
||||
* Wed Nov 18 1998 - bs@suse.de
|
||||
- disabled vbox in inetd.conf
|
||||
* Tue Nov 17 1998 - bs@suse.de
|
||||
- hosts.equiv: typo fix
|
||||
- etc/services: added afpovertcp, mysql
|
||||
- etc/inetd.conf: added leafnode, vboxd
|
||||
removed in.nntpd
|
||||
* Fri Aug 21 1998 - bs@suse.de
|
||||
- added some entries to /etc/services to be friendly for netatalk
|
||||
* Mon Aug 17 1998 - bs@suse.de
|
||||
- changed entry for rplayd in inetd.conf
|
||||
* Tue Jul 28 1998 - bs@suse.de
|
||||
- changed comment headers in /etc/hosts and /etc/hosts.lpd
|
||||
- added "noreplace" feature.
|
||||
* Mon Jul 13 1998 - bs@suse.de
|
||||
- inetd.conf
|
||||
- added new entry for rplay
|
||||
- added entry for proftpd
|
||||
- services:
|
||||
- added aliases for imap2 (imap, imap4)
|
||||
* Thu May 28 1998 - bs@suse.de
|
||||
- disabled imap2 in /etc/inetd.conf
|
||||
* Tue Mar 03 1998 - ro@suse.de
|
||||
- etc/services - changed entry for http-rman to nowait.10000
|
||||
* Sat Feb 28 1998 - ro@suse.de
|
||||
- etc/services - added entried for radius
|
||||
* Mon Feb 09 1998 - bs@suse.de
|
||||
- etc/services: - added entries for amanda
|
||||
- added entries for ssh
|
||||
- etc/inetd.conf: - added entries for amanda
|
||||
- added "-e" to /usr/sbin/in.identd
|
||||
- added comment for "keep-alive"
|
||||
* Wed Jan 28 1998 - ro@suse.de
|
||||
- changed ftpd from in.ftpd to wu.ftpd in /etc/inetd.conf
|
||||
(in case of update with existing in.ftpd and nonexisting
|
||||
wu.ftpd, the administrator is notified of the change)
|
||||
* Mon Jan 26 1998 - ro@suse.de
|
||||
- added entries for hp eloquence software 8010,8100,8102,8104
|
24
netgroup
Normal file
24
netgroup
Normal file
@ -0,0 +1,24 @@
|
||||
#
|
||||
# netgroup The netgroup file. Entries look like this:
|
||||
#
|
||||
# netgroup (host,user,domain) (host,user,domain) ..
|
||||
#
|
||||
# So for example a netgroup for powerusers could be:
|
||||
#
|
||||
# powerusers (,miquels,) (,torvalds,) (,fubar,)
|
||||
#
|
||||
# And an entry in the password file like
|
||||
#
|
||||
# +@powerusers::::::
|
||||
# +:*:::::/etc/NoShell
|
||||
#
|
||||
#
|
||||
# would give access only to the users in "powerusers", while the
|
||||
# other users would be known to the system but have an invalid
|
||||
# shell AND an invalid password (with Linux, you can also
|
||||
# override the password field).
|
||||
#
|
||||
|
||||
# powerusers (,miquels,) (,torvalds,) (,fubar,)
|
||||
# ourhosts (picard,,) (enterprise,,) (laforge,,) (Q,,)
|
||||
|
10
networks
Normal file
10
networks
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# networks This file describes a number of netname-to-address
|
||||
# mappings for the TCP/IP subsystem. It is mostly
|
||||
# used at boot time, when no name servers are running.
|
||||
#
|
||||
|
||||
loopback 127.0.0.0
|
||||
link-local 169.254.0.0
|
||||
|
||||
# End.
|
514
protocols
Normal file
514
protocols
Normal file
@ -0,0 +1,514 @@
|
||||
# See also: protocols(5), http://www.sethwklein.net/projects/iana-etc/
|
||||
#
|
||||
#
|
||||
# PROTOCOL NUMBERS
|
||||
#
|
||||
# (last updated 28 March 2006)
|
||||
#
|
||||
# In the Internet Protocol version 4 (IPv4) [RFC791] there is a field,
|
||||
# called "Protocol", to identify the next level protocol. This is an 8
|
||||
# bit field. In Internet Protocol version 6 (IPv6) [RFC1883] this field
|
||||
# is called the "Next Header" field.
|
||||
#
|
||||
# Assigned Internet Protocol Numbers
|
||||
#
|
||||
# Decimal Keyword Protocol References
|
||||
# ------- ------- -------- ----------
|
||||
# protocol num aliases # comments
|
||||
hopopt 0 HOPOPT # IPv6 Hop-by-Hop Option [RFC1883]
|
||||
icmp 1 ICMP # Internet Control Message [RFC792]
|
||||
igmp 2 IGMP # Internet Group Management [RFC1112]
|
||||
ggp 3 GGP # Gateway-to-Gateway [RFC823]
|
||||
ip 4 IP # IP in IP (encapsulation) [RFC2003]
|
||||
st 5 ST # Stream [RFC1190,RFC1819]
|
||||
tcp 6 TCP # Transmission Control [RFC793]
|
||||
cbt 7 CBT # CBT [Ballardie]
|
||||
egp 8 EGP # Exterior Gateway Protocol [RFC888,DLM1]
|
||||
igp 9 IGP # any private interior gateway [IANA]
|
||||
# (used by Cisco for their IGRP)
|
||||
bbn-rcc-mon 10 BBN-RCC-MON # BBN RCC Monitoring [SGC]
|
||||
nvp-ii 11 NVP-II # Network Voice Protocol [RFC741,SC3]
|
||||
pup 12 PUP # PUP [PUP,XEROX]
|
||||
argus 13 ARGUS # ARGUS [RWS4]
|
||||
emcon 14 EMCON # EMCON [BN7]
|
||||
xnet 15 XNET # Cross Net Debugger [IEN158,JFH2]
|
||||
chaos 16 CHAOS # Chaos [NC3]
|
||||
udp 17 UDP # User Datagram [RFC768,JBP]
|
||||
mux 18 MUX # Multiplexing [IEN90,JBP]
|
||||
dcn-meas 19 DCN-MEAS # DCN Measurement Subsystems [DLM1]
|
||||
hmp 20 HMP # Host Monitoring [RFC869,RH6]
|
||||
prm 21 PRM # Packet Radio Measurement [ZSU]
|
||||
xns-idp 22 XNS-IDP # XEROX NS IDP [ETHERNET,XEROX]
|
||||
trunk-1 23 TRUNK-1 # Trunk-1 [BWB6]
|
||||
trunk-2 24 TRUNK-2 # Trunk-2 [BWB6]
|
||||
leaf-1 25 LEAF-1 # Leaf-1 [BWB6]
|
||||
leaf-2 26 LEAF-2 # Leaf-2 [BWB6]
|
||||
rdp 27 RDP # Reliable Data Protocol [RFC908,RH6]
|
||||
irtp 28 IRTP # Internet Reliable Transaction [RFC938,TXM]
|
||||
iso-tp4 29 ISO-TP4 # ISO Transport Protocol Class 4 [RFC905,RC77]
|
||||
netblt 30 NETBLT # Bulk Data Transfer Protocol [RFC969,DDC1]
|
||||
mfe-nsp 31 MFE-NSP # MFE Network Services Protocol [MFENET,BCH2]
|
||||
merit-inp 32 MERIT-INP # MERIT Internodal Protocol [HWB]
|
||||
dccp 33 DCCP # Datagram Congestion Control Protocol [RFC-ietf-dccp-spec-11.txt]
|
||||
3pc 34 3PC # Third Party Connect Protocol [SAF3]
|
||||
idpr 35 IDPR # Inter-Domain Policy Routing Protocol [MXS1]
|
||||
xtp 36 XTP # XTP [GXC]
|
||||
ddp 37 DDP # Datagram Delivery Protocol [WXC]
|
||||
idpr-cmtp 38 IDPR-CMTP # IDPR Control Message Transport Proto [MXS1]
|
||||
tp++ 39 TP++ # TP++ Transport Protocol [DXF]
|
||||
il 40 IL # IL Transport Protocol [Presotto]
|
||||
ipv6 41 IPv6 # Ipv6 [Deering]
|
||||
sdrp 42 SDRP # Source Demand Routing Protocol [DXE1]
|
||||
ipv6-route 43 IPv6-Route # Routing Header for IPv6 [Deering]
|
||||
ipv6-frag 44 IPv6-Frag # Fragment Header for IPv6 [Deering]
|
||||
idrp 45 IDRP # Inter-Domain Routing Protocol [Sue Hares]
|
||||
rsvp 46 RSVP # Reservation Protocol [Bob Braden]
|
||||
gre 47 GRE # General Routing Encapsulation [Tony Li]
|
||||
mhrp 48 MHRP # Mobile Host Routing Protocol[David Johnson]
|
||||
bna 49 BNA # BNA [Gary Salamon]
|
||||
esp 50 ESP # Encap Security Payload [RFC2406]
|
||||
ah 51 AH # Authentication Header [RFC2402]
|
||||
i-nlsp 52 I-NLSP # Integrated Net Layer Security TUBA [GLENN]
|
||||
swipe 53 SWIPE # IP with Encryption [JI6]
|
||||
narp 54 NARP # NBMA Address Resolution Protocol [RFC1735]
|
||||
mobile 55 MOBILE # IP Mobility [Perkins]
|
||||
tlsp 56 TLSP # Transport Layer Security Protocol [Oberg]
|
||||
# using Kryptonet key management
|
||||
skip 57 SKIP # SKIP [Markson]
|
||||
ipv6-icmp 58 IPv6-ICMP # ICMP for IPv6 [RFC1883]
|
||||
ipv6-nonxt 59 IPv6-NoNxt # No Next Header for IPv6 [RFC1883]
|
||||
ipv6-opts 60 IPv6-Opts # Destination Options for IPv6 [RFC1883]
|
||||
# 61 any host internal protocol [IANA]
|
||||
cftp 62 CFTP # CFTP [CFTP,HCF2]
|
||||
# 63 any local network [IANA]
|
||||
sat-expak 64 SAT-EXPAK # SATNET and Backroom EXPAK [SHB]
|
||||
kryptolan 65 KRYPTOLAN # Kryptolan [PXL1]
|
||||
rvd 66 RVD # MIT Remote Virtual Disk Protocol [MBG]
|
||||
ippc 67 IPPC # Internet Pluribus Packet Core [SHB]
|
||||
# 68 any distributed file system [IANA]
|
||||
sat-mon 69 SAT-MON # SATNET Monitoring [SHB]
|
||||
visa 70 VISA # VISA Protocol [GXT1]
|
||||
ipcv 71 IPCV # Internet Packet Core Utility [SHB]
|
||||
cpnx 72 CPNX # Computer Protocol Network Executive [DXM2]
|
||||
cphb 73 CPHB # Computer Protocol Heart Beat [DXM2]
|
||||
wsn 74 WSN # Wang Span Network [VXD]
|
||||
pvp 75 PVP # Packet Video Protocol [SC3]
|
||||
br-sat-mon 76 BR-SAT-MON # Backroom SATNET Monitoring [SHB]
|
||||
sun-nd 77 SUN-ND # SUN ND PROTOCOL-Temporary [WM3]
|
||||
wb-mon 78 WB-MON # WIDEBAND Monitoring [SHB]
|
||||
wb-expak 79 WB-EXPAK # WIDEBAND EXPAK [SHB]
|
||||
iso-ip 80 ISO-IP # ISO Internet Protocol [MTR]
|
||||
vmtp 81 VMTP # VMTP [DRC3]
|
||||
secure-vmtp 82 SECURE-VMTP # SECURE-VMTP [DRC3]
|
||||
vines 83 VINES # VINES [BXH]
|
||||
ttp 84 TTP # TTP [JXS]
|
||||
nsfnet-igp 85 NSFNET-IGP # NSFNET-IGP [HWB]
|
||||
dgp 86 DGP # Dissimilar Gateway Protocol [DGP,ML109]
|
||||
tcf 87 TCF # TCF [GAL5]
|
||||
eigrp 88 EIGRP # EIGRP [CISCO,GXS]
|
||||
ospfigp 89 OSPFIGP # OSPFIGP [RFC1583,JTM4]
|
||||
sprite-rpc 90 Sprite-RPC # Sprite RPC Protocol [SPRITE,BXW]
|
||||
larp 91 LARP # Locus Address Resolution Protocol [BXH]
|
||||
mtp 92 MTP # Multicast Transport Protocol [SXA]
|
||||
ax.25 93 AX.25 # AX.25 Frames [BK29]
|
||||
ipip 94 IPIP # IP-within-IP Encapsulation Protocol [JI6]
|
||||
micp 95 MICP # Mobile Internetworking Control Pro. [JI6]
|
||||
scc-sp 96 SCC-SP # Semaphore Communications Sec. Pro. [HXH]
|
||||
etherip 97 ETHERIP # Ethernet-within-IP Encapsulation [RFC3378]
|
||||
encap 98 ENCAP # Encapsulation Header [RFC1241,RXB3]
|
||||
# 99 any private encryption scheme [IANA]
|
||||
gmtp 100 GMTP # GMTP [RXB5]
|
||||
ifmp 101 IFMP # Ipsilon Flow Management Protocol [Hinden]
|
||||
pnni 102 PNNI # PNNI over IP [Callon]
|
||||
pim 103 PIM # Protocol Independent Multicast [Farinacci]
|
||||
aris 104 ARIS # ARIS [Feldman]
|
||||
scps 105 SCPS # SCPS [Durst]
|
||||
qnx 106 QNX # QNX [Hunter]
|
||||
a/n 107 A/N # Active Networks [Braden]
|
||||
ipcomp 108 IPComp # IP Payload Compression Protocol [RFC2393]
|
||||
snp 109 SNP # Sitara Networks Protocol [Sridhar]
|
||||
compaq-peer 110 Compaq-Peer # Compaq Peer Protocol [Volpe]
|
||||
ipx-in-ip 111 IPX-in-IP # IPX in IP [Lee]
|
||||
vrrp 112 VRRP # Virtual Router Redundancy Protocol [RFC3768]
|
||||
pgm 113 PGM # PGM Reliable Transport Protocol [Speakman]
|
||||
# 114 any 0-hop protocol [IANA]
|
||||
l2tp 115 L2TP # Layer Two Tunneling Protocol [Aboba]
|
||||
ddx 116 DDX # D-II Data Exchange (DDX) [Worley]
|
||||
iatp 117 IATP # Interactive Agent Transfer Protocol [Murphy]
|
||||
stp 118 STP # Schedule Transfer Protocol [JMP]
|
||||
srp 119 SRP # SpectraLink Radio Protocol [Hamilton]
|
||||
uti 120 UTI # UTI [Lothberg]
|
||||
smp 121 SMP # Simple Message Protocol [Ekblad]
|
||||
sm 122 SM # SM [Crowcroft]
|
||||
ptp 123 PTP # Performance Transparency Protocol [Welzl]
|
||||
isis 124 ISIS # over IPv4 [Przygienda]
|
||||
fire 125 FIRE # [Partridge]
|
||||
crtp 126 CRTP # Combat Radio Transport Protocol [Sautter]
|
||||
crudp 127 CRUDP # Combat Radio User Datagram [Sautter]
|
||||
sscopmce 128 SSCOPMCE # [Waber]
|
||||
iplt 129 IPLT # [Hollbach]
|
||||
sps 130 SPS # Secure Packet Shield [McIntosh]
|
||||
pipe 131 PIPE # Private IP Encapsulation within IP [Petri]
|
||||
sctp 132 SCTP # Stream Control Transmission Protocol [Stewart]
|
||||
fc 133 FC # Fibre Channel [Rajagopal]
|
||||
rsvp-e2e-ignore 134 RSVP-E2E-IGNORE # [RFC3175]
|
||||
mobility 135 Mobility # Header [RFC3775]
|
||||
udplite 136 UDPLite # [RFC3828]
|
||||
mpls-in-ip 137 MPLS-in-IP # [RFC4023]
|
||||
# 138-252 Unassigned [IANA]
|
||||
use 253 Use # for experimentation and testing [RFC3692]
|
||||
use 254 Use # for experimentation and testing [RFC3692]
|
||||
# 255 Reserved [IANA]
|
||||
#
|
||||
#
|
||||
# REFERENCES
|
||||
# ----------
|
||||
#
|
||||
# [CFTP] Forsdick, H., "CFTP", Network Message, Bolt Beranek and
|
||||
# Newman, January 1982.
|
||||
#
|
||||
# [CISCO] Cisco Systems, "Gateway Server Reference Manual", Manual
|
||||
# Revision B, January 10, 1988.
|
||||
#
|
||||
# [DDN] Feinler, E., Editor, "DDN Protocol Handbook", Network
|
||||
# Information Center, SRI International, December 1985.
|
||||
#
|
||||
# [DGP] M/A-COM Government Systems, "Dissimilar Gateway Protocol
|
||||
# Specification, Draft Version", Contract no. CS901145,
|
||||
# November 16, 1987.
|
||||
#
|
||||
# [ETHERNET] "The Ethernet, A Local Area Network: Data Link Layer and
|
||||
# Physical Layer Specification", AA-K759B-TK, Digital
|
||||
# Equipment Corporation, Maynard, MA. Also as: "The
|
||||
# Ethernet - A Local Area Network", Version 1.0, Digital
|
||||
# Equipment Corporation, Intel Corporation, Xerox
|
||||
# Corporation, September 1980. And: "The Ethernet, A Local
|
||||
# Area Network: Data Link Layer and Physical Layer
|
||||
# Specifications", Digital, Intel and Xerox, November 1982.
|
||||
# And: XEROX, "The Ethernet, A Local Area Network: Data Link
|
||||
# Layer and Physical Layer Specification", X3T51/80-50,
|
||||
# Xerox Corporation, Stamford, CT., October 1980.
|
||||
#
|
||||
# [IEN90] Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90,
|
||||
# USC/Information Sciences Institute, May 1979.
|
||||
#
|
||||
# [IEN119] Forgie, J., "ST - A Proposed Internet Stream Protocol",
|
||||
# IEN 119, MIT Lincoln Laboratory, September 1979.
|
||||
#
|
||||
# [IEN158] Haverty, J., "XNET Formats for Internet Protocol Version 4",
|
||||
# IEN 158, October 1980.
|
||||
#
|
||||
# [MFENET] Shuttleworth, B., "A Documentary of MFENet, a National
|
||||
# Computer Network", UCRL-52317, Lawrence Livermore Labs,
|
||||
# Livermore, California, June 1977.
|
||||
#
|
||||
# [PUP] Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An
|
||||
# Internetwork Architecture", XEROX Palo Alto Research Center,
|
||||
# CSL-79-10, July 1979; also in IEEE Transactions on
|
||||
# Communication, Volume COM-28, Number 4, April 1980.
|
||||
#
|
||||
# [SPRITE] Welch, B., "The Sprite Remote Procedure Call System",
|
||||
# Technical Report, UCB/Computer Science Dept., 86/302,
|
||||
# University of California at Berkeley, June 1986.
|
||||
#
|
||||
# [RFC741] Cohen, D., "Specifications for the Network Voice Protocol",
|
||||
# RFC 741, ISI/RR 7539, USC/Information Sciences Institute,
|
||||
# March 1976.
|
||||
#
|
||||
# [RFC768] Postel, J., "User Datagram Protocol", STD 6, RFC 768,
|
||||
# USC/Information Sciences Institute, August 1980.
|
||||
#
|
||||
# [RFC791] Postel, J., "Internet Protocol - DARPA Internet Prnogram
|
||||
# Protocol Specification", STD 5, RFC 791, DARPA, September
|
||||
# 1981.
|
||||
#
|
||||
# [RFC792] Postel, J., "Internet Control Message Protocol - DARPA
|
||||
# Internet Program Protocol Specification", STD 5, RFC 792,
|
||||
# USC/Information Sciences Institute, September 1981.
|
||||
#
|
||||
# [RFC793] Postel, J., "Transmission Control Protocol - DARPA
|
||||
# Internet Program Protocol Specification", STD 7, RFC 793,
|
||||
# USC/Information Sciences Institute, September 1981.
|
||||
#
|
||||
# [RFC823] Hinden, R., and A. Sheltzer, "The DARPA Internet Gateway",
|
||||
# RFC 823, BBN, September 1982.
|
||||
#
|
||||
# [RFC869] Hinden, R., "A Host Monitoring Protocol", RFC 869,
|
||||
# Bolt Beranek and Newman, December 1983.
|
||||
#
|
||||
# [RFC888] Seamonson, L., and E. Rosen, "STUB" Exterior Gateway
|
||||
# Protocol", RFC 888, BBN Communications Corporation,
|
||||
# January 1984.
|
||||