summaryrefslogtreecommitdiffstats
path: root/proxy
Commit message (Expand)AuthorAgeFilesLines
* Implement indicate mechs related mechglue wrappersSimo Sorce2012-08-284-1/+218
* Implement name related mechglue wrappersSimo Sorce2012-08-283-0/+419
* Implement display status mechglue wrappersSimo Sorce2012-08-283-0/+76
* Implement init sec context mechglue wrapperSimo Sorce2012-08-284-0/+230
* Implement accept sec context mechglue wrappersSimo Sorce2012-08-283-0/+167
* Implement context related mechglue wrappersSimo Sorce2012-08-283-0/+387
* Implement cred related mechglue wrappersSimo Sorce2012-08-284-0/+644
* Add name handle wrapperSimo Sorce2012-08-289-105/+138
* Add context handle wrapperSimo Sorce2012-08-286-14/+19
* Add cred handle wrapperSimo Sorce2012-08-287-26/+31
* Add function to convert remote context to localSimo Sorce2012-08-282-0/+18
* Add simple functions to map errorsSimo Sorce2012-08-282-0/+26
* Add function to return a special mechSimo Sorce2012-08-283-0/+184
* Add mechanism to select behavior based on envvarSimo Sorce2012-08-282-0/+38
* Add loop avoidance in proxy daemon and gssapi pluginSimo Sorce2012-08-282-0/+11
* Add initialization codeSimo Sorce2012-08-283-2/+206
* Build mechglue as a pluginSimo Sorce2012-08-281-0/+13
* Add test code for gpm_(get|verify)_mic.Günther Deschner2012-08-281-0/+60
* Implement gpm_verify_mic().Günther Deschner2012-08-283-0/+91
* Implement gpm_get_mic().Günther Deschner2012-08-283-1/+100
* Implement gpm_compare_nameSimo Sorce2012-08-232-0/+53
* Implement gpm_inquire_contextSimo Sorce2012-08-233-0/+122
* Implement gpm_inquire_credSimo Sorce2012-08-232-0/+221
* Move client lib files in their own directorySimo Sorce2012-08-2312-17/+12
* Add macro to suppress const warningsSimo Sorce2012-08-231-0/+2
* Save internal errors in init_sec_contextSimo Sorce2012-08-231-0/+2
* Add function to report internal client errorsSimo Sorce2012-08-232-0/+19
* Always return a minor_statusSimo Sorce2012-08-231-0/+2
* Move release_name to the proper placeSimo Sorce2012-08-232-11/+10
* Fix gpm_display_statusSimo Sorce2012-08-231-19/+13
* Add gpm_inquire_name to client libSimo Sorce2012-08-232-0/+68
* Implement gp_verify_mic().Günther Deschner2012-08-234-6/+108
* Implement gp_get_mic().Günther Deschner2012-08-233-4/+105
* Add newlines to debug statements.Günther Deschner2012-08-231-2/+2
* Fix DEBUG message formatSimo Sorce2012-08-061-1/+2
* Output type can be null in gss_display_nameSimo Sorce2012-08-061-7/+9
* memset default input token for init_sec_contextSimo Sorce2012-07-261-3/+2
* Fix handling deleg_creds in accept_sec_contextSimo Sorce2012-07-261-13/+10
* Fix segfaults when NULL buffer is passed in.Simo Sorce2012-07-262-5/+11
* Allow cleanup of files to make distcheck happySimo Sorce2012-07-101-0/+3
* Add missing headers to Makefile.amSimo Sorce2012-07-101-1/+15
* First releaseSimo Sorce2012-07-103-128/+128
* Remove Fixme commentGünther Deschner2012-07-061-21/+0
* Remove unused gp_credential_handle conversion fnsGünther Deschner2012-07-061-34/+0
* Use gp_encrypt_buffer and gp_decrypt_buffer.Günther Deschner2012-07-061-4/+6
* Add encryption/decryption routinesGünther Deschner2012-07-061-0/+106
* Unify find credsSimo Sorce2012-07-061-19/+20
* Fix return status for release handle function.Simo Sorce2012-07-061-2/+2
* Use gp_find_and_free_cred() in gp_release_handle().Günther Deschner2012-06-251-4/+1
* Add gp_find_and_free_cred().Günther Deschner2012-06-252-0/+30