summaryrefslogtreecommitdiff
path: root/devel/libntlm
AgeCommit message (Collapse)AuthorFilesLines
2005-09-30Update to 0.3.8:wiz2-6/+6
* Version 0.3.8 (released 2005-09-27) ** New: buildSmbNtlmAuthRequest_noatsplit, buildSmbNtlmAuthResponse_noatsplit. These functions can be used when your username contains '@' and you do not wish that the remainder of the string is treated as a REALM value. Suggested by David Leonard <davidl@vintela.com>. ** Uses memset instead of bzero. ** Fix license typo in libntlm.spec. ** Made the COPYING file contain LGPL, not GPL. ** Updated gnulib files. ** API and ABI modifications. buildSmbNtlmAuthRequest_noatsplit: ADD. buildSmbNtlmAuthResponse_noatsplit: ADD.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-22Update to 0.3.7:wiz2-7/+7
** A RPM *.spec file is included. ** Fix compiler warnings, contributed by Frediano Ziglio. ** Gnulib is used, currently only to provide more robust ntlm_check_version. ** Address in license was updated to reflect the new FSF postal address. Set TEST_TARGET.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-01Update libntlm to 0.3.6:wiz2-5/+5
* Version 0.3.6 (released 2004-09-30) ** Some code cleanup and improvements, contributed by Frediano Ziglio. ** Slight changes in output vectors, contributed by Frediano Ziglio. * Version 0.3.5 (released 2004-09-23) ** Make it compile on C89 platforms. * Version 0.3.4 (released 2004-09-23) ** The license has been changed from GPL to LGPL. Thanks to a rewrite of several files, contributed by Frediano Ziglio. ** The output may now be slightly different, due to a bug in earlier versions. Unused parts of the output string are now initialized to 0 consistently.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-20Update to 0.3.3:wiz3-7/+7
* 18 September 2004 Revision 0.3.3 ** Use const for buildSmbNtlmAuthRequest() and buildSmbNtlmAuthResponse(). ** Source code is indented according to GNU Coding Standard.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-12No longer used.snj1-24/+0
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-3/+5
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-10bl3ifyjlam2-3/+19
2003-12-30Whitespace fixcjep1-2/+1
2003-12-03Initial import of libntlm-0.3.2 from pkgsrc-wip.xtraeme5-0/+58
libntlm is a library that implement Microsoft's NTLM authentication.