summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.c
Commit message (Expand)AuthorAgeFilesLines
* server: better handle return statusSimo Sorce2012-02-231-21/+34
* gp_conv: Add function to import sec contextSimo Sorce2012-02-091-0/+16
* 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-071-15/+50
* Implement server side import_and_canon_name()Simo Sorce2012-02-071-13/+70
* gssx_name -> display_name should not be a pointerSimo Sorce2012-02-071-18/+7
* Fix accept_sec_context to properly return src_nameSimo Sorce2012-02-051-0/+47
* Allow conversion of empty strings.Simo Sorce2012-02-031-0/+11
* Fix gp_conv_gssx_to_oid_allocSimo Sorce2012-02-031-0/+2
* Add server implementation of acquire_credSimo Sorce2012-02-011-3/+5
* Add helper to convert OID setsSimo Sorce2012-02-011-0/+73
* Add helper to convert an gssx name back to gss_name_tSimo Sorce2012-02-011-0/+13
* Add gp_memdup helperSimo Sorce2012-02-011-9/+23
* Simplify gssx_name structSimo Sorce2012-02-011-13/+2
* Fix double free in conversion functionSimo Sorce2012-02-011-4/+8
* Add gpm_display_status function to mechglue librarySimo Sorce2012-01-301-0/+69
* gp_conv: Add helpers to alloc data when convertingSimo Sorce2012-01-291-0/+85
* Add helper to return status from rpc functionsSimo Sorce2012-01-251-0/+36
* Add gssx conversion functionsSimo Sorce2012-01-251-0/+335