Go to file
2024-03-03 19:18:49 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openslp?expand=0&rev=1 2006-12-18 23:17:15 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openslp?expand=0&rev=1 2006-12-18 23:17:15 +00:00
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openslp?expand=0&rev=9 2008-04-10 13:18:33 +00:00
extensions.diff use AI_CANONNAME when looking up the canonical name 2014-04-10 14:57:23 +00:00
openslp-2.0.0-ifdef-slpv2.diff Accepting request 631860 from home:jsikes:branches:network:utilities 2018-09-03 12:13:13 +00:00
openslp-2.0.0.tar.gz update to openslp-2.0.0 2014-02-19 17:44:41 +00:00
openslp-devel.desktop OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openslp?expand=0&rev=1 2006-12-18 23:17:15 +00:00
openslp.audit.diff update to openslp-2.0.0 2014-02-19 17:44:41 +00:00
openslp.changes Accepting request 1151379 from home:dimstar:rpm4.20:o 2024-03-01 12:41:12 +00:00
openslp.cloexec.diff update to openslp-2.0.0 2014-02-19 17:44:41 +00:00
openslp.daemon.diff update to openslp-2.0.0 2014-02-19 17:44:41 +00:00
openslp.desktop OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openslp?expand=0&rev=1 2006-12-18 23:17:15 +00:00
openslp.doubleequal.diff merge sles patches 2016-09-12 12:26:21 +00:00
openslp.foldws.diff - Fix bounds check in SLPFoldWhiteSpace 2016-10-12 12:07:33 +00:00
openslp.hardmtu.diff update to openslp-2.0.0 2014-02-19 17:44:41 +00:00
openslp.initda.diff - fix bug in openslp.initda.diff patch 2016-09-13 10:59:46 +00:00
openslp.localaddr.diff Update 2018-03-05 16:06:09 +00:00
openslp.localtime.diff update to openslp-2.0.0 2014-02-19 17:44:41 +00:00
openslp.logrotate OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openslp?expand=0&rev=1 2006-12-18 23:17:15 +00:00
openslp.logrotate.systemd Accepting request 546509 from home:oertel:branches:network:utilities 2017-11-30 03:13:26 +00:00
openslp.netlink.diff fix sle11 build 2014-02-19 18:04:17 +00:00
openslp.noconvenience.diff argh 2016-09-12 14:37:53 +00:00
openslp.nullattr.diff - Use tcp connects to talk with other DAs [bnc#1117969] 2019-06-07 14:03:54 +00:00
openslp.openssl-1.1.diff Accepting request 503341 from home:dmolkentin:branches:network:utilities 2017-06-14 02:59:54 +00:00
openslp.predicatestorage.diff merge sles patches 2016-09-12 12:26:21 +00:00
openslp.sd_notify.diff - move systemd notification before the chroot() call 2018-04-11 12:43:01 +00:00
openslp.spec Accepting request 1151379 from home:dimstar:rpm4.20:o 2024-03-01 12:41:12 +00:00
openslp.tcpknownda.diff - Use tcp connects to talk with other DAs [bnc#1117969] 2019-06-07 14:03:54 +00:00
openslp.tcplocal.diff update tcplocal.diff 2014-02-20 10:45:35 +00:00
openslp.tcpunicast.diff fix 2018-03-05 16:15:20 +00:00
openslp.truncate.diff update to openslp-2.0.0 2014-02-19 17:44:41 +00:00
openslp.visibility.diff update to openslp-2.0.0 2014-02-19 17:44:41 +00:00
openslp.xrealloc.diff - fix _xrealloc not checking the malloc return value 2016-09-13 11:55:46 +00:00
README.SUSE update to openslp-2.0.0 2014-02-19 17:44:41 +00:00
slpd.service Accepting request 925133 from home:jsegitz:branches:systemdhardening:network:utilities 2022-03-31 21:50:06 +00:00

#
# Service Location Protocol on SUSE
#

The Service Location Protcol (SLP) is part of the zerconf concept to provide
service informations inside a local network.

#
# The client side
# 

Your client can search for avaible services using the slp library or via 
using the slptool binary (for scripting).

WARNING: Have in mind that you can usually NOT trust the results.
         It is up to the service client to validate the server.
         Do NOT authentificate to an untrusted server or it might be 
         possible it gets your password.

#
# The server side
#

Every system which provides a service which should get announced with SLP
in the network needs also to run the slpd. There are several possible ways
to announce the service:

 1) The authors of any service daemon should directly use libslp to
    register the service on the server. Documentation for this can be 
    found in /usr/share/doc/packages/openslp/html/ProgrammersGuide/
     
 2) Packages without direct SLP support should provide a registration
    file in the /etc/slp.reg.d/ directory. See below for a template.
    You can use the pseudo attributes watch-port-tcp and watch-port-udp
    to make slpd check if the service is listening on the specified port.
    This way a not-running service won't get announced by slpd.

 3) Administrators can add service lines in the /etc/slp.reg file. 
    
 4) The slptool can be used to register a service in any script.


Example of a registration file.
This could be used to announce the sane daemon running on port 6566
------------------------------------------------------------------------
## Register a saned service on this system
## en means english language
## 65535 disables the timeout, so the service registration does
## not need refreshs
service:scanner.sane://$HOSTNAME:6566,en,65535
# only announce the service if a daemon is listening on tcp port 6566
watch-port-tcp=6566
description=SANE scanner daemon
------------------------------------------------------------------------