Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement gp_verify_mic(). | Günther Deschner | 2012-08-23 | 1 | -0/+1 | |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | |||||
* | Implement gp_get_mic(). | Günther Deschner | 2012-08-23 | 1 | -0/+1 | |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | |||||
* | Add missing headers to Makefile.am | Simo Sorce | 2012-07-10 | 1 | -1/+15 | |
| | ||||||
* | Add logging helpers | Simo Sorce | 2012-04-15 | 1 | -0/+1 | |
| | ||||||
* | creds: add code to import krb5 credentials based on configuration. | Simo Sorce | 2012-04-05 | 1 | -0/+2 | |
| | ||||||
* | There is no need anymore to load the server config in the client test program. | Simo Sorce | 2012-02-09 | 1 | -1/+0 | |
| | ||||||
* | Rename test program. | Simo Sorce | 2012-02-09 | 1 | -5/+5 | |
| | | | | | The test program is now testing almost all functions so change name to reflect reaility. | |||||
* | Implement init_sec_context mechglue function | Simo Sorce | 2012-02-09 | 1 | -0/+1 | |
| | ||||||
* | Implement server side init_sec_context function. | Simo Sorce | 2012-02-09 | 1 | -0/+1 | |
| | ||||||
* | Implement import_and_canon_name mechglue functions family | Simo Sorce | 2012-02-07 | 1 | -0/+1 | |
| | ||||||
* | Implement server side import_and_canon_name() | Simo Sorce | 2012-02-07 | 1 | -0/+1 | |
| | | | | | Also fix name conversion functions, to properly handle exporting/importing names. | |||||
* | Add tests for indicate_mechs functions | Simo Sorce | 2012-02-05 | 1 | -0/+1 | |
| | ||||||
* | Add gpm_indicate_mechs functions to mechglue library | Simo Sorce | 2012-02-03 | 1 | -0/+1 | |
| | ||||||
* | Add server implementation of gssx_indicate_mechs | Simo Sorce | 2012-02-03 | 1 | -0/+1 | |
| | ||||||
* | Add simple debugging helper | Simo Sorce | 2012-02-03 | 1 | -0/+1 | |
| | ||||||
* | Add gpm_acquire_cred functions to mechglue library | Simo Sorce | 2012-02-01 | 1 | -0/+1 | |
| | ||||||
* | Add server implementation of acquire_cred | Simo Sorce | 2012-02-01 | 1 | -0/+1 | |
| | ||||||
* | Add gpm_release_handle functions to mechglue library | Simo Sorce | 2012-01-30 | 1 | -0/+1 | |
| | ||||||
* | Add accept_sec_context function to mechglue library | Simo Sorce | 2012-01-30 | 1 | -0/+1 | |
| | ||||||
* | Add gpm_display_status function to mechglue library | Simo Sorce | 2012-01-30 | 1 | -1/+3 | |
| | | | | | Also add method to save status per-thread Uses gccism for thread-local storage for now. | |||||
* | Add infrastructure for client side mechglue library | Simo Sorce | 2012-01-29 | 1 | -0/+2 | |
| | ||||||
* | Add release_handle implementation | Simo Sorce | 2012-01-25 | 1 | -0/+1 | |
| | ||||||
* | Use the gp_rpc prefix for files that implement the rpc interface | Simo Sorce | 2012-01-25 | 1 | -1/+1 | |
| | ||||||
* | Add test program to exercise accept_sec_context | Simo Sorce | 2012-01-25 | 1 | -1/+15 | |
| | ||||||
* | Add accept_sec_context implementation | Simo Sorce | 2012-01-25 | 1 | -0/+1 | |
| | ||||||
* | Add functions to export/import credentials | Simo Sorce | 2012-01-25 | 1 | -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 functions | Simo Sorce | 2012-01-25 | 1 | -0/+1 | |
| | ||||||
* | Add basic configure test for gssapi library | Simo Sorce | 2012-01-25 | 1 | -1/+2 | |
| | ||||||
* | Add rpc processing infrastructure | Simo Sorce | 2012-01-20 | 1 | -0/+1 | |
| | ||||||
* | Add generated files for rpc handling code | Simo Sorce | 2012-01-19 | 1 | -0/+5 | |
| | ||||||
* | Add worker threads | Simo Sorce | 2012-01-17 | 1 | -0/+1 | |
| | ||||||
* | Add utils to read a configuration file | Simo Sorce | 2012-01-14 | 1 | -3/+3 | |
| | ||||||
* | Socket helpers | Simo Sorce | 2012-01-04 | 1 | -0/+1 | |
| | ||||||
* | Server initialization helpers | Simo Sorce | 2012-01-04 | 1 | -1/+2 | |
| | ||||||
* | Intial skeleton gssproxy daemon | Simo Sorce | 2012-01-04 | 1 | -0/+198 | |