summaryrefslogtreecommitdiffstats
path: root/src/gss_spi.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement Import/Export cred functionsexport_credSimo Sorce2014-01-121-0/+14
|
* Implement export context functionSimo Sorce2013-12-151-0/+18
| | | | | The Export format version is set to 0.1 Long term keys are not exported.
* Add methods to inquire credentialsSimo Sorce2013-10-241-0/+32
| | | | Also add simple sanity check test.
* Add way to set sequence numbres.Simo Sorce2013-10-181-0/+11
| | | | | | | | | | | In NTLMSSP connectionless mode applications are supposed to provide the sequence number, however GSSAPI's get_mic and verify_mic functions do not allow to pass an explicit sequence number. Allow to override the context sequence numbers using a custom oid and implemnting gss_set_sec_context_option() Allows the operation only if the context is in connectionless mode.
* Add support for gss_acquire_cred_with_password()Simo Sorce2013-10-171-0/+21
|
* Add gss_display_name implementationSimo Sorce2013-08-211-0/+11
|
* Add implementation of gss_inquire_contextSimo Sorce2013-08-211-0/+21
| | | | Also add source and target names to the context.
* Add integrity and confidentiality functionsSimo Sorce2013-08-191-0/+58
|
* Basic implementation of accept_sec_contextSimo Sorce2013-08-181-0/+25
| | | | For now works only for satndalone server with access to a password file.
* Add helper to copy names and gss_duplicate_nameSimo Sorce2013-07-281-0/+8
|
* Add gss_context_time() implementationSimo Sorce2013-07-281-0/+8
|
* Add Credential Store supportSimo Sorce2013-07-281-0/+22
| | | | | This allows a program to feed crdentials directly to GSSAPI from a configuration file, or other means.
* Implement basic naming functionsSimo Sorce2013-07-181-0/+30
|
* Implement credential handlingSimo Sorce2013-07-181-0/+25
|
* Initial GSS Mechanism code.Simo Sorce2013-07-181-0/+58
Implements init sec context and basic mechanism initialization.