summaryrefslogtreecommitdiff
path: root/net/openslp
AgeCommit message (Collapse)AuthorFilesLines
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-12-19Update net/openslp to 1.0.10. Changes from version 1.0.9a include:jlam3-11/+11
* Fixed SA->DA registration logic that excluded some mortal registrations. * Fixed aging problem that aged out static registrations. * Fixed SLPDeReg(). * Fixed a segfault generated by a freed but unlinked SLPDSocket. * Made net.slp.multicastIF actually work.
2002-11-26It's "cp -R", not "cp -r".jlam1-3/+3
2002-10-20Honor PKG_SYSCONFDIR.jlam1-2/+2
2002-10-20Don't default to slpd=NO anymore, as rc.d scripts aren't copied intojlam1-2/+1
/etc/rc.d by default any longer. This causes the usual warning to be emitted when the script is executed.
2002-10-05Unused.wiz1-34/+0
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant1-2/+2
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-20add missing RCS Id.grant1-0/+2
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam1-11/+1
2002-09-16Update net/openslp to 1.0.9a. Changes from version 1.0.7 include:jlam3-5/+6
* Added version and length sanity checks for incoming messages * Fixed possible SEGV when logging DA traffic * Added patch from Arun Barboza that makes attribute compares case insensitive as per RFC 2608 * Added patch from Garth Bushell that fixes an SLP url parsing problem. * Added patch from Arun Barboza to handle '==' SLPv1 predicates. This patch allows better interoperability with Novell SLP networks. * Added fix from Arun Barboza to make V1 DAAdverts use the same encoding as the request * Fixed a problem in SLPProcessMessage where errorcodes were not being returned resulting in attempts to send non-allocated sendbufs (i.e. SEGV). * Fixed a problem where SLPReg() would hang if used against a DA or SA that prematurely dropped connections * Force use of numeric IP addresses in all DAAdvert and SAAdvert messages. * Fixed bug where idle connections to DAs were not being aged. * Added code so that 'slptool -v' will return the path of the slp.conf file libslp.so is configured to use.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-2/+21
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-03-15Do the INSTALL_DATA_DIR's one dir at a time to keep Solaris happy.markd1-2/+4
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam1-2/+2
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-01-31Update net/openslp to 1.0.7. Relevant changes from version 1.0.6 include:jlam2-12/+20
* Applied patch from Juergen Kreileder that provides the net.slp.multicastIF slp.conf setting. net.slp.multicastIF is useful in setting up OpenSLP on multi-homed machines where it is desireable to configure which interface should send multicast traffic. * Applied patch from Garth Bushell that fixes a problem where not enough memory was being allocated to hold an escaped string in SLPEscape(). * Changed slpd "daemonize" code to chdir() to "/" so that the PWD is not left unmountable.
2001-12-14Update net/openslp to 1.0.6. This package now uses the general INSTALLjlam7-250/+108
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-10-31Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-09-14Update openslp to 1.0.2. Relevant changes from version 1.0.1 include:jlam2-5/+5
* Fixed minor name resolution problem so that reverse lookups are not performed on hostnames supplied as are dotted IP addresses * Fixed minor problem where DAs listed in net.slp.DAaddresses could not be found if multicast was not enabled. * Fixed minor bugs in DA discovery code so that SLPFindScopes() returns more consistant results. * Applied patch from Jim Meyer that fixes several predicate parsing irregularities * Fixed minor KnownDAEcho problem that resulted in some DAs not getting registrations.
2001-08-18Substitute for @ECHO@, too.jlam1-1/+2
2001-08-18Use ${name} instead of "slpd".jlam1-2/+2
2001-08-18Service Location Protocol is an IETF standards track protocol that providesjlam9-0/+363
a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks. The OpenSLP project is an effort to develop an open-source implementation of Service Location Protocol suitable for commercial and non-commercial application.