summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.3.2 - NEAR Shoemaker launchSimo Sorce2016-02-221-1/+1
| | | | | | | On February 17th, 1996 the NEAR Shoemaker probe is launched. The first probe to soft-land on a Near Earth Asteroid (Eros). Signed-off-by: Simo Sorce <simo@redhat.com>
* Release 1.3.1 - Viking 2 landingSimo Sorce2015-09-031-1/+1
| | | | | | | On September 3rd, 1976 the Viking 2 lander separates from the orbiter and lands at Utopia Planitia on Mars... Signed-off-by: Simo Sorce <simo@redhat.com>
* Allow building without NTLMSSP supportSimo Sorce2015-09-031-0/+1
| | | | | | | | | | | | | If gssapi/gssapi_ntlmssp.h is not available simply disable NTLMSSP. Coauthored Signed-off-by: Dennis Schridde <dennis.schridde@uni-heidelberg.de> Signed-off-by: Simo Sorce <simo@redhat.com> Closes #52 Closes #53 Closes #54
* US Independence day release - 1.3.0Simo Sorce2015-07-041-1/+1
| | | | | | Let's celebrate with a new releae which is long overdue. Signed-off-by: Simo Sorce <simo@redhat.com>
* Use a compiler to marshall/unmarshall the sessionsSimo Sorce2015-06-091-1/+1
| | | | | | This way changes are easier, all is needed is to change the session.asn1 file to add or remove elements, and different session types can also be supported at the same time.
* Allow raw NTLM authenticationSimo Sorce2015-06-031-1/+1
| | | | | | | | | Some clients may decide to use raw NTLM authentication instead of wrapping it into a Negotiate (SPNEGO) authentication request. If the NTLMSSP mechanism is allowed/supported then allow this request to be processed. Closes #23
* Bump version to 1.2.0Simo Sorce2015-04-211-1/+1
|
* Bump version to 1.1.1Simo Sorce2015-04-021-1/+1
|
* Bump version to 1.1.0Simo Sorce2015-03-121-1/+1
|
* Improve Basic Auth based loginsSimo Sorce2015-03-101-1/+3
| | | | | | | | | | Set a per-thread Credentials Cache Name that will be thrown away once authentication is done. This handles both an issue with stomping on ccaches if two authentications happen in concurrent threads, as well as issues with gss_acquire_cred_with_password() reusing the ccache without actually performing an AS request. Fixes #11
* Add support for handling Basic AuthSimo Sorce2015-03-051-0/+1
| | | | | | | Support either passing Basic Auth Through to another module, or handling it directly through gss_acquire_cred_with_password() Fixes #8
* Bump version to 1.0.4Simo Sorce2014-11-081-1/+1
|
* Fix build on some platforms by adding extra flagsSimo Sorce2014-10-141-1/+1
| | | | | | For some reason all the necessary CFALGS are not returned by simply querying the CFLAGS from apxs. We also need to query EXTRA_CPPFLAGS apparently.
* Bump version to 1.0.3Simo Sorce2014-10-111-1/+1
|
* Change the modules build processSimo Sorce2014-09-111-2/+9
| | | | | | | USe automake directives to directly invoke the apxs favored libtool, and use APXS only to perform the final install. Fixes #4
* Include only necessary libs when calling apxsSimo Sorce2014-08-291-1/+1
| | | | | | Drop cflags and libs options that make apxs unhappy Closes #3
* Bump version to 1.0.2Simo Sorce2014-08-261-1/+1
|
* Release v1.0.1Simo Sorce2014-08-141-1/+1
|
* Make dependency on openssl for EVP functions explicitAlexander Bokovoy2014-08-141-2/+6
|
* Release version 1.0.0Simo Sorce2014-08-041-1/+1
|
* Add mod_auth_gssapi.hSimo Sorce2014-07-101-1/+1
| | | | | | | Move all includes into it and also include config.h which was missing causing some ifdefed code not to be compiled. Also address includes conflict between httpd.h and config.h and the PACKAGE_* variables.
* Simplify configure.ac and makefile.am filesSimo Sorce2014-04-151-17/+4
| | | | Remove unnecessary cruft, that was only making things harder to read.
* Use appropriate flags so make dist worksSimo Sorce2014-04-151-1/+2
| | | | | On my system I have high UIds, without tar-pax make dist fails. Also add other useful parameters
* Add initial configure scriptsSimo Sorce2014-02-151-0/+85