summaryrefslogtreecommitdiffstats
path: root/proxy/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for linux kernel lucid ctx buffer formatSimo Sorce2012-04-151-11/+130
* Move ctx_id function and add export type optionSimo Sorce2012-04-154-107/+152
* Use gp_add_krb5_creds until cred store extensions are available.Simo Sorce2012-04-152-35/+88
* creds: add code to import krb5 credentials based on configuration.Simo Sorce2012-04-0515-15/+433
* Depend on UCRED, we cannot work otherwise.Simo Sorce2012-04-051-4/+0
* config: Rework configuration syntaxSimo Sorce2012-04-052-139/+77
* Debug: Add debugging macro and config optionsSimo Sorce2012-04-025-0/+38
* Avoid double free on error.Simo Sorce2012-04-021-10/+0
* conv: Fix typo causing bad output.Simo Sorce2012-03-221-1/+1
* gp_socket: properly handle fagment bitSimo Sorce2012-03-222-2/+20
* gp_socket: Optimize sending data with writevSimo Sorce2012-03-221-21/+22
* Add option to request (or not) delegated credentials backSimo Sorce2012-03-221-2/+7
* gp_conv: Fix conversion functions after change to gss_proxy.xSimo Sorce2012-03-211-8/+2
* config: parse credential/service config sectionsSimo Sorce2012-02-232-0/+277
* gp_conv: use maj/min err codes with gp_conv_ctx_id_to_gssx tooSimo Sorce2012-02-234-17/+18
* server: better handle return statusSimo Sorce2012-02-2310-124/+181
* Tidyup gp_accept_sec_context()Simo Sorce2012-02-231-5/+2
* workers: Fix handling of workers query handlingSimo Sorce2012-02-231-15/+13
* Implement init_sec_context mechglue functionSimo Sorce2012-02-092-0/+185
* Implement server side init_sec_context function.Simo Sorce2012-02-092-4/+139
* gp_conv: Add function to import sec contextSimo Sorce2012-02-092-0/+17
* gp_conv: return GSS_C_NO_OID if input is null or zero length.Simo Sorce2012-02-091-0/+5
* gp_conv: Use correct type to calculate size of allocationSimo Sorce2012-02-091-1/+1
* gp_conv: Allow null oids as input in conversion functionsSimo Sorce2012-02-091-0/+12
* Add more helper functions to gp_convSimo Sorce2012-02-072-15/+53
* Implement import_and_canon_name mechglue functions familySimo Sorce2012-02-072-0/+285
* Implement server side import_and_canon_name()Simo Sorce2012-02-074-17/+163
* gssx_name -> display_name should not be a pointerSimo Sorce2012-02-071-18/+7
* Add more functions of the indicate_mechs() familySimo Sorce2012-02-052-14/+466
* Fix attr description set in gp_indicate_mechs()Simo Sorce2012-02-051-0/+29
* Fix accept_sec_context to properly return src_nameSimo Sorce2012-02-053-0/+57
* Add gpm_indicate_mechs functions to mechglue librarySimo Sorce2012-02-032-0/+309
* Add server implementation of gssx_indicate_mechsSimo Sorce2012-02-032-4/+252
* Allow conversion of empty strings.Simo Sorce2012-02-031-0/+11
* Fix loop in case of errors and use gp_debugSimo Sorce2012-02-031-23/+6
* Add simple debugging helperSimo Sorce2012-02-032-0/+86
* Fix gp_conv_gssx_to_oid_allocSimo Sorce2012-02-031-0/+2
* Temporary workaround for MIT gssapi bugsSimo Sorce2012-02-011-0/+26
* Add gpm_acquire_cred functions to mechglue librarySimo Sorce2012-02-012-0/+306
* Add server implementation of acquire_credSimo Sorce2012-02-013-7/+148
* Add helper to convert OID setsSimo Sorce2012-02-012-0/+76
* Add helper to convert an gssx name back to gss_name_tSimo Sorce2012-02-012-0/+14
* Add gp_memdup helperSimo Sorce2012-02-012-9/+24
* Simplify gssx_name structSimo Sorce2012-02-011-13/+2
* Fix credentials export/importSimo Sorce2012-02-011-2/+2
* Fix gp_rpc_accept_sec_context to handle input credentialSimo Sorce2012-02-011-8/+8
* Fix double free in conversion functionSimo Sorce2012-02-011-4/+8
* Add gpm_release_handle functions to mechglue librarySimo Sorce2012-01-302-0/+138
* Add accept_sec_context function to mechglue librarySimo Sorce2012-01-302-0/+190
* Add gpm_display_status function to mechglue librarySimo Sorce2012-01-304-0/+193