summaryrefslogtreecommitdiffstats
path: root/proxy
Commit message (Expand)AuthorAgeFilesLines
...
* Fix option_is_set() function.Günther Deschner2012-06-211-1/+1
* use option_is_set() config parser helper.Günther Deschner2012-05-311-7/+2
* Create gssproxy.spec during configure.Günther Deschner2012-05-311-1/+2
* Fix popt usage message for -d option.Günther Deschner2012-05-311-1/+1
* add option_is_set() helper function for config parsing.Günther Deschner2012-05-311-0/+12
* Replace direct syslog calls with logging macrosSimo Sorce2012-04-154-23/+15
* Add logging helpersSimo Sorce2012-04-155-4/+72
* Add some socket debuggingSimo Sorce2012-04-151-1/+14
* gp_export: Add facility to export creds as gssx optionsSimo Sorce2012-04-153-0/+268
* Change accept/init_sec_context to use the new export context functionsSimo Sorce2012-04-153-13/+23
* 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-0518-15/+453
* Depend on UCRED, we cannot work otherwise.Simo Sorce2012-04-052-5/+1
* config: Rework configuration syntaxSimo Sorce2012-04-053-145/+88
* Document build requirements a little better.HEADmasterGünther Deschner2012-04-051-0/+20
* Debug: Add debugging macro and config optionsSimo Sorce2012-04-025-0/+38
* Avoid double free on error.Simo Sorce2012-04-021-10/+0
* Official IANA Assigned RPC Program NumberSimo Sorce2012-03-301-1/+1
* 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-223-2/+10
* gp_conv: Fix conversion functions after change to gss_proxy.xSimo Sorce2012-03-211-8/+2
* gss-proxy.x: We do not need pointers in gssx_ctxSimo Sorce2012-03-132-4/+4
* Update xdr files after changes to master gss_proxy.x fileSimo Sorce2012-03-092-194/+119
* config: parse credential/service config sectionsSimo Sorce2012-02-233-1/+291
* 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
* Test init_sec_contextSimo Sorce2012-02-091-22/+25
* There is no need anymore to load the server config in the client test program.Simo Sorce2012-02-092-14/+1
* Retrieve the buffer when needed, right before accept_sec_contextSimo Sorce2012-02-091-6/+6
* Remove useless connection to the proxySimo Sorce2012-02-091-37/+0
* Rename test program.Simo Sorce2012-02-092-5/+5
* Implement init_sec_context mechglue functionSimo Sorce2012-02-093-0/+186
* Implement server side init_sec_context function.Simo Sorce2012-02-093-4/+140
* 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 reference to codying style guideSimo Sorce2012-02-071-0/+10
* Add import_and_canon_name function family testsSimo Sorce2012-02-071-8/+45
* Add more helper functions to gp_convSimo Sorce2012-02-072-15/+53
* Implement import_and_canon_name mechglue functions familySimo Sorce2012-02-073-0/+286
* Implement server side import_and_canon_name()Simo Sorce2012-02-075-17/+164
* gssx_name -> display_name should not be a pointerSimo Sorce2012-02-073-20/+9
* Add tests for indicate_mechs functionsSimo Sorce2012-02-052-0/+80