pam: use a pam object method instead of pam module function
[cascardo/ipsilon.git] / ipsilon / install /
2015-11-13 John DennisError messages missing value for format-specifier
2015-11-13 John Dennisipsilon-server-install sometimes fails to log & emit...
2015-10-21 Rob CrittendenDon't assume cache_dir is set in conf during uninstall
2015-09-05 Patrick UiterwijkMake the database upgrade system use logger
2015-09-04 Patrick UiterwijkImplement automatic database cleanup
2015-09-04 Rob CrittendenDerive splink when registering SP, allow visible =...
2015-09-04 Rob Crittendensaml_base must be a subpath of saml_auth in client...
2015-09-04 Rob CrittendenCreate cache directory for storing images for SP Portal
2015-09-04 Rob CrittendenSP Portal administrative interface
2015-09-02 John DennisDefine PAOS AssertionConsumerService in ipsilon-client...
2015-08-31 Patrick UiterwijkCreate database upgrade framework
2015-08-27 Rob CrittendenValidate options of the LDAP auth plugin on installation
2015-08-25 Rob CrittendenCount IPA as a login plugin when checking for enabled...
2015-08-11 Pierre-Yves ChibonDrop all the calls to .keys() when iterating on the...
2015-07-27 Rob CrittendenLog caught exceptions in server installer at debug...
2015-07-16 Rob CrittendenAdd client install option to disable logout over SOAP
2015-07-16 Rob CrittendenAdd support for logout over SOAP
2015-07-07 Jamie LennoxDefault --saml-sp-logout/post base on --saml-sp
2015-06-09 Rich Megginsonipsilon-client-install give password in env. var.
2015-05-11 Rob CrittendenConfigure the SAML2 session database during installation
2015-05-08 Patrick UiterwijkAdd uninstallation support to infosssd
2015-05-08 Patrick UiterwijkImplement change registration
2015-05-08 Rob CrittendenUpdate Copyright header point to COPYING file
2015-05-07 Rob CrittendenUse python logging in install / log cherrypy at right...
2015-04-15 Rob CrittendenMove ipsilon WSGI script from /usr/sbin to /usr/libexec
2015-04-13 Rob CrittendenBetter error handling for login mgrs in server install...
2015-04-09 Rob CrittendenIf sys.exit is called or SystemExit raised, don't displ...
2015-04-06 Nathan KinderSuppress --config-profile option from installer script...
2015-04-02 Nathan KinderAllow SP registration from ipsilon-client-install
2015-03-31 Nathan KinderSP uninstall attempts to run install
2015-03-30 Patrick UiterwijkAdd options to explicitly set database uris during...
2015-03-27 Rob CrittendenAdd a method to Installer classes to validate argument...
2015-03-23 Rob CrittendenAllow user to specify Name ID format when configuring SP.
2015-03-23 Rob CrittendenImplement urn:oasis:names:tc:SAML:2.0:nameid-format...
2015-03-18 Nathan KinderAllow SP installation to be on non-standard ports
2015-03-11 Nathan KinderValidate SP path settings during installation
2015-03-10 Nathan KinderAdd Cache-Control header to prevent browser caching...
2015-03-10 Nathan KinderRequire SSL on SP when using --saml-secure-setup
2015-02-26 Patrick UiterwijkAdd uninstallation support.
2015-02-13 Rob CrittendenLet the plugin configure calls notice failures.
2015-01-19 Patrick UiterwijkFix some copy-paste errors in help output
2014-11-14 Patrick UiterwijkAdd support for Persona Identity Provider
2014-11-12 Simo SorceAdd simple SqlSession implementation
2014-11-12 Simo SorceAdd test to check a real database (pgsql) works
2014-09-24 Simo SorceRefactor the data store a bit
2014-09-24 Simo SorceAdd Info Provider plugin framework
2014-06-17 Simo SorceStrenghten default Security options in IDP
2014-06-17 Simo SorceFix non-'make test' installation
2014-06-06 Simo SorceAdd server install option to turn on debugging
2014-06-04 Simo SorceAdd basic testing infrastructure
2014-06-04 Simo SorceAdditional parametrization of template files
2014-06-04 Simo SorceDo not make directory unwritable
2014-06-04 Simo SorceAdd support for passing configuration profile
2014-06-04 Simo SorceAllow turning off security at install time
2014-05-07 Simo SorceRemind the user to restart HTTPD when done
2014-05-02 Simo SorceAdd Environment Helpers installer framework
2014-05-02 Simo SorceAlways use saml by default
2014-05-02 Simo SorceMake SELinux happy
2014-05-02 Simo SorceAvoid failing install if sessions directory exists
2014-05-02 Simo SorceFix typo in ipsilon-client-install
2014-04-21 Simo SorceMake it easy to install mutiple server instances
2014-04-21 Simo SorceMove templatized file creation to tools
2014-04-21 Simo SorceMove fixing files functionality to tools
2014-04-11 Simo SorceAdd basic installation script with saml support
2014-04-11 Simo SorceRename scripts and mark them as such
2014-03-21 Simo SorceAdd a default admin user at install time
2014-03-20 Simo SorceAdd Krb configuration code
2014-03-20 Simo SorceAdd user configuration option
2014-03-20 Simo SorceAdd hostname configuration option
2014-03-20 Simo SorceSilence cherrypy logging to the screen
2014-03-20 Simo SorceInstall default configuration files
2014-03-20 Simo SorceAdd logging and install/uninstall targets
2014-03-20 Simo SorceAdd server-install plugin configuration support
2014-03-20 Simo SorceFirst install script commit