Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Add a bunch of SSL services.
details: https://anonhg.NetBSD.org/src/rev/236ce7714ffd
branches: trunk
changeset: 485378:236ce7714ffd
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 26 16:28:17 2000 +0000
description:
Add a bunch of SSL services.
diffstat:
etc/services | 31 +++++++++++++++++++++++++------
1 files changed, 25 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 62b5809cdb95 -r 236ce7714ffd etc/services
--- a/etc/services Wed Apr 26 16:08:38 2000 +0000
+++ b/etc/services Wed Apr 26 16:28:17 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: services,v 1.33 2000/02/12 04:02:33 itojun Exp $
+# $NetBSD: services,v 1.34 2000/04/26 16:28:17 tron Exp $
#
# Network services, Internet style
#
@@ -119,8 +119,8 @@
ulistserv 372/udp
nip 376/tcp # Amiga Envoy Net Inquiry Prot.
nip 376/udp # Amiga Envoy Net Inquiry Prot.
-ldap 389/tcp # Lightweight Directory Access Protocol
-ldap 389/udp # Lightweight Directory Access Protocol
+ldap 389/tcp # Lightweight Directory Access Protocol
+ldap 389/udp # Lightweight Directory Access Protocol
#
# UNIX specific services
@@ -147,11 +147,30 @@
afpovertcp 548/udp # AppleshareIP protocol
remotefs 556/tcp rfs_server rfs # Brunhoff remote filesystem
#
+webster 765/tcp # Network dictionary
+webster 765/udp
+
+#
+# Various SSL services
+#
+https 443/tcp # http protocol over TLS/SSL
+https 443/udp # http protocol over TLS/SSL
+nntps 563/tcp # nntp protocol over TLS/SSL (was snntp)
+nntps 563/udp # nntp protocol over TLS/SSL (was snntp)
ldaps 636/tcp # ldap protocol over TLS/SSL (was sldap)
ldaps 636/udp # ldap protocol over TLS/SSL (was sldap)
-#
-webster 765/tcp # Network dictionary
-webster 765/udp
+ftps-data 989/tcp # ftp protocol, data, over TLS/SSL
+ftps-data 989/udp # ftp protocol, data, over TLS/SSL
+ftps 990/tcp # ftp protocol, control, over TLS/SSL
+ftps 990/udp # ftp protocol, control, over TLS/SSL
+telnets 992/tcp # telnet protocol over TLS/SSL
+telnets 992/udp # telnet protocol over TLS/SSL
+imaps 993/tcp # imap4 protocol over TLS/SSL
+imaps 993/udp # imap4 protocol over TLS/SSL
+ircs 994/tcp # irc protocol over TLS/SSL
+ircs 994/udp # irc protocol over TLS/SSL
+pop3s 995/tcp # pop3 protocol over TLS/SSL (was spop3)
+pop3s 995/udp # pop3 protocol over TLS/SSL (was spop3)
#
# From ``Assigned Numbers'':
Home |
Main Index |
Thread Index |
Old Index