summaryrefslogtreecommitdiffstats
path: root/proxy/src
Commit message (Expand)AuthorAgeFilesLines
* Control access to constrained delegationSimo Sorce2017-01-135-0/+124
* Add control to permit/deny protocol transitionSimo Sorce2017-01-133-7/+15
* Make local call staticSimo Sorce2017-01-131-4/+4
* Parse cred_store struct earlierSimo Sorce2017-01-133-47/+73
* Use a local keytab for creds encryptionSimo Sorce2017-01-133-36/+142
* Always initialize ccache when storing.Simo Sorce2017-01-091-8/+4
* In acquire_cred_from, probe for remote credsSimo Sorce2017-01-093-5/+46
* Make sure to pass on request for delegated credsSimo Sorce2017-01-091-0/+5
* Add cred_store support for local calls.Simo Sorce2017-01-093-29/+122
* Fix leak of ach in gp_accept_sec_context()Robbie Harwood2016-10-131-0/+1
* Fix leak of localname in gp_export_creds_linux()Robbie Harwood2016-09-281-1/+3
* Fix two leaks in gp_get_cred_environment()Robbie Harwood2016-09-281-9/+9
* Appease clang with memset instead of initializerRobbie Harwood2016-09-271-1/+3
* Fix type of argument to gppint_get_def_creds()Robbie Harwood2016-09-271-1/+1
* Fix NULL deref in gssi_release_cred()Robbie Harwood2016-09-261-1/+3
* Fix NULL deref in gssi_release_name()Robbie Harwood2016-09-261-1/+1
* Use new socket if uid, pid, or gid changesRobbie Harwood2016-06-071-0/+22
* Fix typo in gp_get_export_creds_type()Andrew Elble2016-06-011-1/+1
* Fix return check on gp_conv_gssx_to_nameRobbie Harwood2016-05-181-1/+3
* Implement the krb5_principal optionSimo Sorce2016-04-221-0/+17
* Fix use after free bugSimo Sorce2016-04-221-1/+2
* Fix crash bug when reconfiguring serviceSimo Sorce2016-04-221-2/+6
* Fix for gss_inquire_attrs_for_mech accepting NULLsRobbie Harwood2015-12-161-16/+22
* Since krb5 1.14 inquire_context may return no nameSimo Sorce2015-12-161-6/+10
* Fix acquiring default credentialsSimo Sorce2015-12-011-1/+3
* Add helpers to store and retrieve encrypted credsSimo Sorce2015-12-014-9/+246
* Add gss_acquire_cred_impersonate_name supportSimo Sorce2015-12-0111-26/+261
* Add helper to find options in rpc messagesSimo Sorce2015-12-012-30/+44
* Add higher level debugging for all rpc callsSimo Sorce2015-12-0114-0/+804
* Add options to specify a debug levelSimo Sorce2015-12-015-13/+71
* Improve code in gp_export_gssx_cred()Simo Sorce2015-11-301-9/+5
* Fix const warning that can lead to issuesSimo Sorce2015-11-301-1/+1
* Fix const warning in gp_creds.cSimo Sorce2015-11-302-1/+3
* Fix several leaksRobbie Harwood2015-11-195-0/+8
* Fix possible explicit NULL deref in gpm_accept_sec_contextRobbie Harwood2015-10-291-5/+7
* Fix potential deadlock on socket grabRobbie Harwood2015-10-291-3/+1
* Clear message structure before decoding into itRobbie Harwood2015-10-211-0/+1
* Log useful message on kernel interface failureRobbie Harwood2015-10-091-5/+8
* Correct handling of EINTR on read()/write()Robbie Harwood2015-09-281-2/+2
* Reload config on SIGHUPRobbie Harwood2015-09-154-45/+157
* getpwman(3) can return NULL without setting errnoRobbie Harwood2015-09-141-0/+3
* Allow configdir and configfile to be specified togetherRobbie Harwood2015-09-141-7/+0
* Fix formatting on noncompliant copyright linesRobbie Harwood2015-09-0461-1477/+61
* Error on `allow_any_uid` issuesRobbie Harwood (frozencemetery)2015-09-041-1/+43
* Extract generalized selinux context comparison functionRobbie Harwood2015-09-042-13/+26
* Add support for config directoriesRobbie Harwood (frozencemetery)2015-09-044-30/+142
* Remove one layer of abstraction over dinglibsRobbie Harwood (frozencemetery)2015-08-313-397/+261
* Allow symbolic euids in conf filesRobbie Harwood (frozencemetery)2015-08-261-9/+25
* Remove support for iniparse libraryRoland Mainz2015-04-153-258/+0
* Fix handling of context initializationSimo Sorce2015-03-301-5/+7