summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement gp_verify_mic().Günther Deschner2012-08-231-0/+1
| | | | Acked-by: Simo Sorce <simo@redhat.com>
* Implement gp_get_mic().Günther Deschner2012-08-231-0/+1
| | | | Acked-by: Simo Sorce <simo@redhat.com>
* Add missing headers to Makefile.amSimo Sorce2012-07-101-1/+15
|
* Add logging helpersSimo Sorce2012-04-151-0/+1
|
* creds: add code to import krb5 credentials based on configuration.Simo Sorce2012-04-051-0/+2
|
* There is no need anymore to load the server config in the client test program.Simo Sorce2012-02-091-1/+0
|
* Rename test program.Simo Sorce2012-02-091-5/+5
| | | | | The test program is now testing almost all functions so change name to reflect reaility.
* Implement init_sec_context mechglue functionSimo Sorce2012-02-091-0/+1
|
* Implement server side init_sec_context function.Simo Sorce2012-02-091-0/+1
|
* Implement import_and_canon_name mechglue functions familySimo Sorce2012-02-071-0/+1
|
* Implement server side import_and_canon_name()Simo Sorce2012-02-071-0/+1
| | | | | Also fix name conversion functions, to properly handle exporting/importing names.
* Add tests for indicate_mechs functionsSimo Sorce2012-02-051-0/+1
|
* Add gpm_indicate_mechs functions to mechglue librarySimo Sorce2012-02-031-0/+1
|
* Add server implementation of gssx_indicate_mechsSimo Sorce2012-02-031-0/+1
|
* Add simple debugging helperSimo Sorce2012-02-031-0/+1
|
* Add gpm_acquire_cred functions to mechglue librarySimo Sorce2012-02-011-0/+1
|
* Add server implementation of acquire_credSimo Sorce2012-02-011-0/+1
|
* Add gpm_release_handle functions to mechglue librarySimo Sorce2012-01-301-0/+1
|
* Add accept_sec_context function to mechglue librarySimo Sorce2012-01-301-0/+1
|
* Add gpm_display_status function to mechglue librarySimo Sorce2012-01-301-1/+3
| | | | | Also add method to save status per-thread Uses gccism for thread-local storage for now.
* Add infrastructure for client side mechglue librarySimo Sorce2012-01-291-0/+2
|
* Add release_handle implementationSimo Sorce2012-01-251-0/+1
|
* Use the gp_rpc prefix for files that implement the rpc interfaceSimo Sorce2012-01-251-1/+1
|
* Add test program to exercise accept_sec_contextSimo Sorce2012-01-251-1/+15
|
* Add accept_sec_context implementationSimo Sorce2012-01-251-0/+1
|
* Add functions to export/import credentialsSimo Sorce2012-01-251-0/+1
| | | | | This is a temporary quick and simple implementation to proceed with prototyping, it will be later replaced with a correct implementation.
* Add gssx conversion functionsSimo Sorce2012-01-251-0/+1
|
* Add basic configure test for gssapi librarySimo Sorce2012-01-251-1/+2
|
* Add rpc processing infrastructureSimo Sorce2012-01-201-0/+1
|
* Add generated files for rpc handling codeSimo Sorce2012-01-191-0/+5
|
* Add worker threadsSimo Sorce2012-01-171-0/+1
|
* Add utils to read a configuration fileSimo Sorce2012-01-141-3/+3
|
* Socket helpersSimo Sorce2012-01-041-0/+1
|
* Server initialization helpersSimo Sorce2012-01-041-1/+2
|
* Intial skeleton gssproxy daemonSimo Sorce2012-01-041-0/+198