Releases: OneIdentity/mod_auth_vas
Releases · OneIdentity/mod_auth_vas
mod_auth_vas-3.6.8.1
- Because bug fix #831 depended on a QAS 4.0.3.177 api change this broke backwards compatibility. Added a new way to check for existing symbols in the loaded library to validate that a function exists, if not it will fall back to the old method. In regards to #831 if QAS 4.0.3.177+ is being used the new method vas_gss_auth_with_server_id will be used, all versions prior to this will use vas_gss_auth.
- MAV package name can now be partially set from an environment variable MAVPACKAGENAME. The PolyPackage build system will look at this variable (as defined in mav.pp.in) to help determine the final name of the built MAV package.
- Fixed autoconf errors about AC_LANG_SOURCE.
- Minor debug updates to better relate what keytabs and service accounts are being used for the server and its viritual hosts.
- The -u option now works with -n in the http-get/get binary.
mod_auth_vas-3.6.8
- Utilized a new method that was added in QAS 4.0.3.177 api called vas_gss_auth_with_server_id. New method allows us to pass in an already established vas_id_t that represents our server_id with the correct path already set for a custom keytab path that is set by AuthVasKeytabFile. Bug fix #831. Related to QAS bug 27613
- setup-mod_auth_vas traps on trap list for knit.
- Shortened the description of the module in pkg/map.pp.in for building AIX bff.
- Updated apxs search path in setup-mod_auth_vas.in to include IBM's HTTPServer.
- Added additional debug.
- Fixed compile time warnings.
- Added the use of the m4 macros
- Added do {..} while (0) to protect debug block for tfprintf
mod_auth_vas4-4.0.0
- Shortened the description of the module in pkg/mav.pp.in for building AIX bff
- Added dependencies checks in pkg/mav.pp.in for http 2.4
- Updated apxs search paths in setup-mod_auth_vas.in to included IBM's HTTPServer
- Bug fix 790. setup-mod-auth-vas now supports cross-forest and cross-domain scenarios.
- Bug fix 794 - in set_remote_user_attr goto the cleanup section instead of existing on a set_user_obj failure. This is to prevent dead locking on itself.
- Minor change to better handle building the mod_auth_vas library file
- Bug fix # 802 - defined apr_snprintf to compile on apache 1.3
- Use 'do {..} while(0)' to protect blocks in APXS1