Blame CHANGELOG

Packit 51d0f7
NetLabel Tools: Releases
Packit 51d0f7
===============================================================================
Packit 51d0f7
https://github.com/netlabel/netlabel_tools
Packit 51d0f7
Packit 51d0f7
* Version 0.30.0 - December 8, 2016
Packit 51d0f7
- Added support for CALIPSO/RFC5570, requires Linux v4.8
Packit 51d0f7
- Interface now supports using "cipso" in place of "cipsov4"
Packit 51d0f7
Packit 51d0f7
* Version 0.21 - July 10, 2015
Packit 51d0f7
- Converted the build system to autotools
Packit 51d0f7
- Fixed a number of style/formatting problems, see 'make check-syntax'
Packit 51d0f7
- Fixed a problem with parsing invalid network addresses
Packit 51d0f7
- Fixed a problem with large numbers of MLS level/category translations
Packit 51d0f7
- Fixed a number of problems identified by Coverity
Packit 51d0f7
- Updated to the libnl3 API
Packit 51d0f7
- Added a SUBMITTING_PATCHES file with instructions on how to contribute
Packit 51d0f7
- Fixed some output formatting problems when listing the outbound mappings
Packit 51d0f7
- Created a basic regression test framework and populated it with some basic
Packit 51d0f7
  tests, see the "tests/" directory
Packit 51d0f7
Packit 51d0f7
* Version 0.20 - June 3, 2013
Packit 51d0f7
- Patch from Marius Tomaschewski <mt@suse.de> to fix the Makefile install
Packit 51d0f7
  target to allow installation by normal users
Packit 51d0f7
- Fixed build problems on Debian/Ubuntu
Packit 51d0f7
- Correctly read all the parts of multipart Netlink messages, fixed problems
Packit 51d0f7
  when trying to display large configurations
Packit 51d0f7
- Updated the doxygen configuration file to work with modern doxygen versions
Packit 51d0f7
- Updated and improved portions of the build mechanism
Packit 51d0f7
- Incorporate fixes from the Fedora/RHEL RPMs
Packit 51d0f7
- Add support for systemd with the inclusion of a systemd unit file,
Packit 51d0f7
  configuration file, and configuration helper script
Packit 51d0f7
Packit 51d0f7
* Version 0.19 - January 5, 2009
Packit 51d0f7
- Added address selector support to the LSM domain mapping mechanism
Packit 51d0f7
- Added support for the new CIPSO_V4_MAP_LOCAL CIPSO mapping type to allow
Packit 51d0f7
  native LSM security labels over local connections
Packit 51d0f7
- General code cleanup, including style changes/fixes; focused primarily on
Packit 51d0f7
  libnetlabel
Packit 51d0f7
- Initial doxygen support, including slightly improved documentation for the
Packit 51d0f7
  libnetlabel API; doxygen docs built by default if doxygen is detected
Packit 51d0f7
- Man page updates for netlabelctl
Packit 51d0f7
- Preliminary support for building libnetlabel as a shared library, not enabled
Packit 51d0f7
  by default (see libnetlabel/Makefile to enable)
Packit 51d0f7
- Removed empty and unused directories to make the package cleaner and easier
Packit 51d0f7
  to understand
Packit 51d0f7
Packit 51d0f7
* Version 0.18 - June 25, 2008
Packit 51d0f7
- Fixed some problems when printing CIPSOv4 and map information when not using
Packit 51d0f7
  the '-p' flag
Packit 51d0f7
- Always display an error message if an error occurred, based on patch from
Packit 51d0f7
  Klaus Weidner <klaus@atsec.com>
Packit 51d0f7
- Included a patch from Hagen Paul Pfeifer <pfeifer@netlab.nec.de> to fix a
Packit 51d0f7
  problem when building with LIBNL_VERSION >= 1006
Packit 51d0f7
- Only use size_t and not ssize_t to specify datum sizes/lengths
Packit 51d0f7
- Updated the netlabelctl man page with more text and examples
Packit 51d0f7
- Removed the RPM specfile which included all contributions by Steve Grubb
Packit 51d0f7
  <sgrubb@redhat.com>
Packit 51d0f7
- Updated copyright notice to GPLv2 only, received explicit approval from both
Packit 51d0f7
  Klaus Weidner <klaus@atsec.com> and
Packit 51d0f7
  Hagen Paul Pfeifer <pfeifer@netlab.nec.de>
Packit 51d0f7
- Updated the README
Packit 51d0f7
- Add libnl v 1.0-pre8 compatible code and make it the default (needed for
Packit 51d0f7
  Fedora Rawhide post F8)
Packit 51d0f7
- Renamed the CIPSOv4 'std' mapping to 'trans' to better reflect it's usage,
Packit 51d0f7
  'std' still works but is marked as deprecated
Packit 51d0f7
- Merged the 'static-label' branch which provides fallback/static labeling
Packit 51d0f7
  support
Packit 51d0f7
- Renamed the 'nlbl_mgmt_domain' structure to 'nlbl_dommap'
Packit 51d0f7
- Converted the the same tab/ident spacing as the Linux kernel
Packit 51d0f7
- Removed the structure typedefs in libnetlabel.h
Packit 51d0f7
- Added some crude documentation to the types defined in libnetlabel.h
Packit 51d0f7
Packit 51d0f7
* Version 0.17 - September 28, 2006
Packit 51d0f7
- Changed to support the updated use of Netlink attributes by NetLabel
Packit 51d0f7
- Ported to use the libnl (version 1.0-pre5/6) library
Packit 51d0f7
- Try to cleanup the error reporting a little bit
Packit 51d0f7
- Changed the version/release information
Packit 51d0f7
Packit 51d0f7
* Version 0.16 - August 3, 2006
Packit 51d0f7
- Added a "version" flag (-V)
Packit 51d0f7
- Moved the mapping commands to the new "map" class
Packit 51d0f7
- Added support for the unlabeled list command
Packit 51d0f7
- Updated the documentation to bring it up to date with the current options
Packit 51d0f7
- Cleanup the libnetlabel interfaces a little bit
Packit 51d0f7
- Shift to using Netlink attributes, at some point we should use libnetlink
Packit 51d0f7
Packit 51d0f7
* Version 0.15 - July 6, 2006
Packit 51d0f7
- Modified the Netlink communication bits to support the newly aligned fields
Packit 51d0f7
Packit 51d0f7
* Version 0.14 - June 27, 2006
Packit 51d0f7
- Added a RPM specfile based on a version from Steve Grubb <sgrubb@redhat.com>
Packit 51d0f7
- Minor Makefile changes to ease tarball and RPM creation
Packit 51d0f7
- Modified the Netlink communication bits to support the new Generic Netlink
Packit 51d0f7
  communication mechanism
Packit 51d0f7
Packit 51d0f7
* Version 0.13 - June 23, 2006
Packit 51d0f7
- Added some text to the README to explain how to remove any pre-existing
Packit 51d0f7
  NetLabel configuration
Packit 51d0f7
- Added two patches from Klaus Weidner <klaus@atsec.com> to add some error
Packit 51d0f7
  messages and better sendmsg() error reporting
Packit 51d0f7
- Fixed some compiler warnings (added -Wall to CFLAGS) on Klaus' recomendation
Packit 51d0f7
Packit 51d0f7
* Version 0.12 - June 13, 2006
Packit 51d0f7
- Added support for the new CIPSO_V4_MAP_PASS CIPSO mapping type
Packit 51d0f7
Packit 51d0f7
* Version 0.11 - June 7, 2006
Packit 51d0f7
- Corrected a problem with the netlabel.h header file
Packit 51d0f7
Packit 51d0f7
* Version 0.11 - June 6, 2006
Packit 51d0f7
- Changed the libnetlabel to reflect changes to the NetLabel protocol
Packit 51d0f7
Packit 51d0f7
* Version 0.10 - May 1, 2006
Packit 51d0f7
- Initial version