summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add gpm_release_handle functions to mechglue librarySimo Sorce2012-01-303-0/+139
* Add accept_sec_context function to mechglue librarySimo Sorce2012-01-303-0/+191
* Add gpm_display_status function to mechglue librarySimo Sorce2012-01-305-1/+196
* Add infrastructure for client side mechglue librarySimo Sorce2012-01-294-0/+583
* 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-299-38/+71
* Fix incorrect declaration.Simo Sorce2012-01-291-3/+3
* Remove bogus comment.Simo Sorce2012-01-251-1/+0
* Add release_handle implementationSimo Sorce2012-01-253-4/+70
* 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-252-1/+1
* Regenerate rpcgen files after gss_proxy.x fixesSimo Sorce2012-01-252-6/+2
* Fix gssx_handle, no need for an array of creds, just 1Simo Sorce2012-01-251-1/+1
* Improve test programSimo Sorce2012-01-251-76/+191
* Add test program to exercise accept_sec_contextSimo Sorce2012-01-252-1/+360
* Add accept_sec_context implementationSimo Sorce2012-01-253-4/+168
* Add functions to export/import credentialsSimo Sorce2012-01-253-0/+185
* Add gssx conversion functionsSimo Sorce2012-01-253-0/+389
* Add basic configure test for gssapi librarySimo Sorce2012-01-252-1/+14
* Refactor gp_rpc_processSimo Sorce2012-01-252-52/+58
* Update gss_proxy generated files after .x file changesSimo Sorce2012-01-242-66/+52
* Use correct type for exported contextSimo Sorce2012-01-241-1/+1
* Fix error that made credential handles not an array of elementsNicolas Williams2012-01-241-3/+20
* Fix typo (s/CONTECT/CONTEXT)Nicolas Williams2012-01-231-1/+1
* Untangle gssx_cred/context/handleNicolas Williams2012-01-231-11/+20
* Add comment to gp_rpc.x explaining its origin and purposeNicolas Williams2012-01-231-0/+11
* Add rpc processing infrastructureSimo Sorce2012-01-206-8/+543
* Edit gp_rpc_xdr.c to avoid compiler warnings and errorsSimo Sorce2012-01-193-140/+3
* Add generated files for rpc handling codeSimo Sorce2012-01-197-0/+2198
* Add gp_rpc.x fileSimo Sorce2012-01-191-0/+129
* Move .x files into own directorySimo Sorce2012-01-191-0/+0
* 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-178-7/+750
* 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-145-15/+138
* Add config.h so that HAVE_UCRED is properly detectedSimo Sorce2012-01-121-1/+15
* Socket helpersSimo Sorce2012-01-044-0/+248
* Server initialization helpersSimo Sorce2012-01-045-4/+174
* Intial skeleton gssproxy daemonSimo Sorce2012-01-0426-0/+1575
* Add support for GSS_Inquire_names_for_mech()Nicolas Williams2011-12-221-0/+1
* Revamped some comments, added extensibility in some places where it was missingNicolas Williams2011-12-201-58/+101
* rpcgen generates bad header guard when .x filename has dashes in it!Nicolas Williams2011-12-201-0/+0