pkgsrc/net/openslp/PLIST
jlam 11e44565d5 Update net/openslp to 1.0.6. This package now uses the general INSTALL
scripts and honors ${PKG_SYSCONFDIR}.  Changes from version 1.0.2 include:

* bug fixes
* set FRESH flag for registrations; OpenSLP ignores this flag, but other DA
  implementations like K&A SLP do not.
* Minor changes to the way that settings from /etc/slp.conf affect active and
  passive discovery.
* Changed declaration and definition for strncasecmp and strcasecmp so that
  there is only one place for them in slp_compare.c and slp_compare.h
* Honor scopes in SrvRqsts for the special "service:directory-agent" type
* Added code to use IP address in agent url for those operating systems where
  gethostname() does not return a fully qualified domain name (FQDN).
* Added code to log parse errors and dump bad messages to the log
* Fixed reconnect code to be able to interoperate with inefficient DAs that
  close the stream after each srvreg/srvack exchange.  The Mac OS/X DA is
  reported to have this problem
* Removed calls that (sort of) enforce service-url checking.  This is for the
  benefit of AFP's usage of SRVLOC.  Developers are now trusted not to
  register ambiguous service-urls.
2001-12-14 22:30:07 +00:00

76 lines
3.5 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2001/12/14 22:30:07 jlam Exp $
bin/slptool
etc/rc.d/slpd
include/slp.h
lib/libslp.a
lib/libslp.la
lib/libslp.so
lib/libslp.so.1
lib/libslp.so.1.0
sbin/slpd
share/doc/html/${PKGBASE}/IntroductionToSLP/AgentInit.jpg
share/doc/html/${PKGBASE}/IntroductionToSLP/ServiceReg.jpg
share/doc/html/${PKGBASE}/IntroductionToSLP/ServiceRqst.jpg
share/doc/html/${PKGBASE}/IntroductionToSLP/index.html
share/doc/html/${PKGBASE}/ProgrammersGuide/Callbacks.html
share/doc/html/${PKGBASE}/ProgrammersGuide/Divergence.html
share/doc/html/${PKGBASE}/ProgrammersGuide/Examples.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPAttrCallback.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPClose.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPDelAttrs.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPDereg.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPError.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPEscape.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPFindAttrs.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPFindScopes.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPFindSrvTypes.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPFindSrvs.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPFree.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPGetProperty.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPGetRefreshInterval.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPOpen.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPParseSrvURL.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPReg.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPRegReport.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPSetProperty.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPSrvTypeCallback.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPSrvURLCallback.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPTypes.html
share/doc/html/${PKGBASE}/ProgrammersGuide/SLPUnescape.html
share/doc/html/${PKGBASE}/ProgrammersGuide/Security.html
share/doc/html/${PKGBASE}/ProgrammersGuide/Syntax.html
share/doc/html/${PKGBASE}/ProgrammersGuide/index.html
share/doc/html/${PKGBASE}/ProgrammersGuide/openslp_security_whitepaper.html
share/doc/html/${PKGBASE}/ProgrammersGuide/smalllogo.jpg
share/doc/html/${PKGBASE}/UsersGuide/CommandLine.html
share/doc/html/${PKGBASE}/UsersGuide/FileLocations.html
share/doc/html/${PKGBASE}/UsersGuide/Installation.html
share/doc/html/${PKGBASE}/UsersGuide/Optimization.html
share/doc/html/${PKGBASE}/UsersGuide/Security.html
share/doc/html/${PKGBASE}/UsersGuide/SlpConf.html
share/doc/html/${PKGBASE}/UsersGuide/SlpReg.html
share/doc/html/${PKGBASE}/UsersGuide/UserFAQ.html
share/doc/html/${PKGBASE}/UsersGuide/WhenToRunSlpd.html
share/doc/html/${PKGBASE}/UsersGuide/WhoShouldRead.html
share/doc/html/${PKGBASE}/UsersGuide/index.html
share/doc/html/${PKGBASE}/UsersGuide/smalllogo.jpg
share/doc/html/${PKGBASE}/faq.html
share/doc/${PKGBASE}/rfc1766.txt
share/doc/${PKGBASE}/rfc2165.txt
share/doc/${PKGBASE}/rfc2254.txt
share/doc/${PKGBASE}/rfc2396.txt
share/doc/${PKGBASE}/rfc2608.txt
share/doc/${PKGBASE}/rfc2609.txt
share/doc/${PKGBASE}/rfc2610.txt
share/doc/${PKGBASE}/rfc2614.txt
share/doc/${PKGBASE}/srvreg-integrity.txt
share/doc/${PKGBASE}/threat_analysis_min_security.html
share/examples/${PKGBASE}/slp.conf
share/examples/${PKGBASE}/slp.reg
share/examples/${PKGBASE}/slp.spi
@dirrm share/examples/${PKGBASE}
@dirrm share/doc/${PKGBASE}
@dirrm share/doc/html/${PKGBASE}/UsersGuide
@dirrm share/doc/html/${PKGBASE}/ProgrammersGuide
@dirrm share/doc/html/${PKGBASE}/IntroductionToSLP
@dirrm share/doc/html/${PKGBASE}