grog
55b7964ba7
Bring the well known ports of /etc/services into sync with the IANA
...
list.
This is only for the well known known ports (port 1-1023) for tcp and
udp only.
Changes:
- Removed "problems" comments around port 57, 77 and 87
- Removed audionews (port 114)
- Added imap3 (port 220)
- Removed yak-chat (port 258)
- Removed concert (port 786)
- Added a lot of new allocations
Submitted by: edwin
2007-05-20 03:31:52 +00:00
grog
e69bd7b141
Add SIP-related ports.
...
Obtained from: IANA list of reserved ports.
Reviewed by: edwin@
2007-05-16 01:02:16 +00:00
grog
f9c7817b73
White space tidy-up.
2007-05-16 00:59:31 +00:00
stas
79b4c7ada6
- Add IANA-assigned ports for HP status & services daemon and I/O backend
...
daemon. The FreeBSD port print/hplip currently provides these services.
PR: conf/99593
Submitted by: Anish Mistry <amistry@am-productions.biz>
Approved by: maxim
MFC after: 1 week
2007-04-11 16:02:04 +00:00
stas
69da2c69e2
- Add IANA assigned port for amanda server control over tcp. The
...
current misc/amanda-server code uses it.
PR: conf/111050
Submitted by: Charles Sprickman<spork@bway.net>
Approved by: maxim
MFC after: 1 week
2007-04-11 15:58:36 +00:00
stas
bea2912081
- Sync service names with IANA ( http://www.iana.org/assignments/port-numbers ).
...
The registration names for 5222(tcp,udp) and 5269(tcp,udp) was changed to
xmpp-client and xmpp-server correspondingly.
This inconsistency causes problems to applications developed on other
systems, as they tries to use port numbers from /etc/services as fallback.
PR: conf/100606
Submitted by: Ralph Meijer <freebsd-gnats2@ralphm.ik.nu>
Approved by: maxim
MFC after: 1 week
2007-04-11 13:06:05 +00:00
maxim
3f40c02a7b
o Add IANA assigned InterBase Database Remote Protocol 3050/tcp/udp.
...
PR: conf/92319
Submitted by: skv
MFC after: 1 week
2006-01-25 17:37:15 +00:00
cperciva
f036c02496
Add 3653/tcp and 3653/udp, since they were specifically requested.
...
PR: conf/63907
Submitted by: Marc Blanchet
MFC after: 3 days
2004-08-16 11:52:22 +00:00
cperciva
4ac0cfc416
Whitespace cleanup. This will simplify a future merge from
...
IANA's official list of port assignments.
2004-07-11 19:20:47 +00:00
cperciva
abbc5d3d40
Sort entries correctly.
2004-07-07 06:15:32 +00:00
mlaier
a670a21760
Add ftp-proxy 8021/tcp in order to make the inetd.conf entry actually work.
...
Submitted-by: brueffer
Approved-by: bms(mentor)
2004-05-27 23:42:26 +00:00
bms
c764d43437
Correct definition for 1000/tcp and 1000/udp, sync with
...
<URL:http://www.iana.org/assignments/port-numbers >.
Submitted by: Roman Newhauser <roman@bellavista.cz>
2003-10-08 08:48:43 +00:00
bms
c26198066b
Add port assignment for Subversion, as per
...
<URL:http://www.iana.org/assignments/port-numbers >.
PR: conf/54371
Submitted by: Roman Newhauser <roman@bellavista.cz>
MFC after: 1 week
2003-10-08 08:43:17 +00:00
dougb
1fa5098d87
Fix typo, tdp -> tcp
...
PR: conf/56939
Submitted by: Alain Kalker <miki@dds.nl>
2003-09-18 09:21:09 +00:00
obrien
83ce3b8418
Microsoft Remote Desktop Protocol uses 3389/tcp.
2003-09-16 23:17:43 +00:00
dcs
73595a9b27
RFC 3561 (ad-hoc on-demand distance vector routing) was ratified
...
and the ports assigned by IANA.
PR: conf/55125
Submitted by: Bruce M Simpson <bms@spc.org>
MFC after: 2 days
2003-08-06 18:15:10 +00:00
dougb
5bee64a168
* Add the nut port from the IANA list (for the nut port)
...
* Add the rndc port, by common usage (TCP only since rndc doesn't
use UDP, and the port is not officially assigned)
2003-05-05 22:10:14 +00:00
mdodd
6cf4fd65a1
Add entries for Multicast DNS.
2003-04-29 09:54:06 +00:00
schweikh
12edf4cf84
Comment out imap3@220 and imap4-ssl@585 which are not used.
...
PR: conf/46294
Submitted by: Larry Rosenman <ler@lerctr.org>
MFC after: 2 weeks
2003-01-04 16:03:56 +00:00
schweikh
1ac502d86b
Add 1701/l2tp, layer 2 tunnelling protocol, as per IANA services.
...
PR: conf/35240
Submitted by: Annihilator <annihilator.c@usa.net>
MFC after: 2 weeks
2003-01-04 15:46:22 +00:00
eric
027582d5b7
Add Web Objects.
...
Obtained from: IANA
Sponsored by: Apple
2002-12-17 23:59:10 +00:00
eric
cebd669474
Add IPP (Internet Printing Protocol) and remove blank lines.
...
Obtained from: IANA
Sponsored by: Apple
2002-12-17 19:42:07 +00:00
eric
20084b3a37
Add Remote AppleEvents/PPC Toolbox.
...
Approved by: rwatson
Obtained from: IANA
Sponsored by: Apple
2002-12-12 03:05:56 +00:00
cjc
aea627e849
After getting IANA to fix a typo in their port assignments, add
...
some new IANA-blessed services and close some PRs. Ports for
Jabber and PostgreSQL.
PR: conf/35219, conf/35220
Submitted by: Sean Chittenden <sean@chittenden.org>
MFC after: 1 day
2002-02-26 02:36:49 +00:00
cjc
6baa1f255a
Long overdue whitespace cleanup. To give yourself an idea of how
...
ugly it was,
$ awk '/[[:space:]]$/ { sub(/$/,"\$"); print; }' /etc/services
On the previous revision. And that's only the trailing whitespace.
2002-02-23 11:59:42 +00:00
sheldonh
bbc1f62b3f
Uncomment kserver-adm, which is IANA-sanctioned and has no apparent
...
conflicts.
PR: conf/34316
Submitted by: Sean Chittenden <sean@chittenden.org>
MFC after: 2 weeks
2002-01-29 12:28:51 +00:00
obrien
0c304be14e
'ircd' is a better service name. Also note '6667' is unoffical
...
Submitted by: knu (name change)
2001-11-20 19:52:28 +00:00
obrien
9bd1852fac
There is already an 'irc' service at port 194. However my experience is that
...
1667 is what is really used. So name port 1667 'irc-client'.
2001-11-20 19:00:12 +00:00
obrien
20e994e2d1
Add IRC
2001-11-20 18:01:10 +00:00
jkh
6f03352a6e
Add commented-out/prototype entries for samba's swat configuration tool.
...
Requested by: "William Wong" <willwong@samurai.com>
MFC after: 1 week
2001-10-03 05:30:56 +00:00
obrien
3f83218a71
Add `dict' per http://www.iana.org/assignments/port-numbers and RFC 2229.
2001-09-29 18:51:49 +00:00
dougb
e967b3ddc0
Scratch an itch of long standing by adding entries for the most
...
commonly used x11 ports
2001-08-01 20:13:49 +00:00
dougb
24d7d07293
I could have sworn I did this already, but obviously I didn't. So,
...
take another stab at updating the IANA web page.
2001-08-01 19:48:12 +00:00
dougb
4b62071a69
Add an entry for the commonly used (although unofficial) kpop port.
...
PR: conf/21551
Submitted by: Luis Casillas <casillas@stanford.edu>
Reviewed by: rwatson
2001-07-30 17:53:55 +00:00
dougb
cb4c26dec8
Add a note about port 98 commonly being used for RH linuxconf,
...
(unofficially of course).
PR: misc/21775
Submitted by: Dann Lunsford <dann@greycat.com>
2001-07-30 06:19:27 +00:00
dougb
3f6937d347
Add ports for sshell, ldaps, rsync, ftps-{data|control}, ircs, and
...
correct some ommissions of udp ports.
Update IANA web page.
Clean up/correct some comments. I went a little further than the PR.
PR: conf/23416
Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
2001-07-24 09:28:18 +00:00
assar
cda8bcd474
add MR-AFS port numbers
2001-07-02 16:03:50 +00:00
dbaker
b037431a26
add ircs, per IANA
...
MFC after: 3 days
2001-06-18 23:33:09 +00:00
ume
e40c837b33
Add missing entry for ospf6d.
...
Submitted by: Akihiro Kosakada <pdp@cyber-fleet.com>
2001-04-19 09:10:15 +00:00
ben
cdfb854ffa
fix typo; loppgin -> login
...
PR: 22823
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-13 20:47:18 +00:00
sheldonh
47be164f8c
Add James Housley's official IANA assigned numbers for healthd.
...
Requested by: jeh
2000-10-05 07:36:59 +00:00
sheldonh
106f8e14c8
Add acap, as per IANA.
...
PR: 20990
Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2000-09-05 08:24:01 +00:00
sheldonh
d27de9de37
Fix typo: "managment" -> "management".
...
PR: 19689
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2000-07-05 10:07:30 +00:00
peter
289c0d262f
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
obrien
cac0e3a7c2
Add ``cvsup''.
1999-07-21 20:56:00 +00:00
nsayer
b634c84a20
Add SSL versions of imap, pop3 and telnet (imaps, pop3s and telnets)
1999-07-02 16:55:04 +00:00
jkh
6e69eca401
Sigh. It's always the smallest changes that generate the largest public
...
commentary. :) 3rd and final frob of this. Leave enough comments
behind that anyone running into trouble at least has some cited clues
on dealing with it and jump into the brave new world with uncommented
IANA port assignments.
1999-07-01 11:36:38 +00:00
jkh
3e4a05994f
Compromise proposal: Comment out both old and new radius ports, explain
...
the differences in the comments, let the USER select which assignment to
use now.
Suggested by: rgrimes
1999-07-01 00:08:08 +00:00
jkh
81c13b666b
Put radius on its proper ports.
1999-06-30 06:11:14 +00:00
ghelmer
dca0df20d0
Spelling correction.
...
PR: 10824
1999-05-04 13:51:56 +00:00