summaryrefslogtreecommitdiffstats
path: root/proxy/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add infrastructure for client side mechglue librarySimo Sorce2012-01-293-0/+581
* gp_conv: Add helpers to alloc data when convertingSimo Sorce2012-01-292-0/+91
* Move some definitions around.Simo Sorce2012-01-293-45/+45
* Split gp_utils.h into proxy headers and commonly useful headersSimo Sorce2012-01-298-37/+70
* Fix incorrect declaration.Simo Sorce2012-01-291-3/+3
* Remove bogus comment.Simo Sorce2012-01-251-1/+0
* Add release_handle implementationSimo Sorce2012-01-252-4/+69
* Add a function to find credential handlesSimo Sorce2012-01-252-0/+5
* Add helper to return status from rpc functionsSimo Sorce2012-01-253-19/+43
* Shorten gp_rpc_arg/res unions member namesSimo Sorce2012-01-252-32/+32
* Move includes in gp_rpc_process.hSimo Sorce2012-01-253-11/+7
* Use the gp_rpc prefix for files that implement the rpc interfaceSimo Sorce2012-01-251-0/+0
* Add accept_sec_context implementationSimo Sorce2012-01-252-4/+167
* Add functions to export/import credentialsSimo Sorce2012-01-252-0/+184
* Add gssx conversion functionsSimo Sorce2012-01-252-0/+388
* Refactor gp_rpc_processSimo Sorce2012-01-252-52/+58
* Add rpc processing infrastructureSimo Sorce2012-01-205-8/+542
* Prefix replies on the wire with the packet sizeSimo Sorce2012-01-191-0/+27
* Refactor workers init so we can pass down gpctxSimo Sorce2012-01-193-10/+16
* Organize workers in free and busy listsSimo Sorce2012-01-182-55/+119
* Add worker threadsSimo Sorce2012-01-175-7/+433
* Add proper reader/writer functions to gp_socketSimo Sorce2012-01-172-43/+242
* Add gssproxy_ctxSimo Sorce2012-01-174-9/+24
* add support for demonization optionSimo Sorce2012-01-143-4/+29
* Add utils to read a configuration fileSimo Sorce2012-01-143-12/+126
* Add config.h so that HAVE_UCRED is properly detectedSimo Sorce2012-01-121-1/+15
* Socket helpersSimo Sorce2012-01-043-0/+247
* Server initialization helpersSimo Sorce2012-01-043-3/+167
* Intial skeleton gssproxy daemonSimo Sorce2012-01-041-0/+91