summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add support for building with NLSDavid Woodhouse2014-08-111-0/+16
|
* Add --with-wbclient configure flagSimo Sorce2014-08-101-1/+4
|
* Add debug helpers to be used to trace gss-ntlmsspSimo Sorce2014-08-101-0/+2
| | | | | | If the GSSNTLMSSP_DEBUG environment variable is set to a file that can be opened for writing, then trace information will be written to that file whenever DEBUG macros are called in the code.
* Add gssntlm_display_status()David Woodhouse2014-08-101-0/+1
|
* Add external server auth support via WinbindSimo Sorce2014-08-071-1/+3
| | | | | | If wbclient support is available we can now check domain credentials against a Domain Controller. Requires a configured Winbind (or cmpatible) service on the host.
* Initial build support for detecting and using libwbclientSimo Sorce2014-08-071-1/+4
|
* Add support to perform external operationsSimo Sorce2014-08-071-0/+2
| | | | | | | This allows the code to know it has to use an external mechanism, such as winbind, to handle authentication. Based on work from David Woodhouse <David.Woodhouse@intel.com>
* Fix Makefile cflags useSimo Sorce2014-05-171-2/+2
|
* Implement export context functionSimo Sorce2013-12-151-0/+1
| | | | | The Export format version is set to 0.1 Long term keys are not exported.
* Add public devel header fileSimo Sorce2013-10-181-0/+4
| | | | | This contains definitions for various OIDs and flags needed to implemented non-standard features like NTLMSSP Connectionless mode.
* Fix symbols export regex to include gssspi_ too.Simo Sorce2013-10-181-1/+1
| | | | Thanks to David Woodhouse for finding out.
* Add integrity and confidentiality functionsSimo Sorce2013-08-191-0/+1
|
* Add testsing of gssntlm mechglue functionsSimo Sorce2013-08-181-3/+2
|
* Add basic NTLMv2 crypto testsSimo Sorce2013-07-181-0/+7
|
* Implement basic naming functionsSimo Sorce2013-07-181-0/+1
|
* Implement credential handlingSimo Sorce2013-07-181-0/+1
|
* Initial GSS Mechanism code.Simo Sorce2013-07-181-0/+3
| | | | Implements init sec context and basic mechanism initialization.
* NTLM Crypto functionsSimo Sorce2013-07-181-2/+7
| | | | Adds crypto function helpers needed by NTLM authentication
* Initial NTLM message parsing librarySimo Sorce2013-07-161-0/+2
| | | | Implements functions to encode/decode NTLMSSP packets
* Scheleton to start bulding the GSS-NTLMSSP project.Simo Sorce2013-07-131-0/+188