summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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