summaryrefslogtreecommitdiffstats
path: root/proxy
Commit message (Expand)AuthorAgeFilesLines
* Do not open logfile multiple timesSimo Sorce2015-03-241-20/+20
* Log why acquiring credentials failed.Simo Sorce2015-03-241-0/+2
* Generalize GSS Display Status logger codeSimo Sorce2015-03-244-22/+65
* Install gssproxy mechanism config in mech.dSimo Sorce2015-03-241-4/+5
* Zero out the outputs of display_nameSimo Sorce2015-01-221-0/+5
* BUILD: Fix building with automake 1.15Lukas Slebodnik2015-01-162-3/+0
* Fix memory leakLukas Slebodnik2015-01-151-2/+4
* Use defined enum instead of constantLukas Slebodnik2015-01-151-3/+3
* Wrong coversion function was usedLukas Slebodnik2015-01-151-1/+1
* Suppress clang warningLukas Slebodnik2015-01-151-1/+1
* BUILD: Change ordering of invoking MakefilesLukas Slebodnik2015-01-151-1/+1
* BUILD: Tests did not work from parallel directoryLukas Slebodnik2015-01-151-2/+2
* BUILD: Fix building rpmsLukas Slebodnik2015-01-151-0/+3
* Add a test framework for gss-proxySimo Sorce2014-09-158-2/+725
* Add cmdline option to override default socketSimo Sorce2014-09-154-4/+25
* Properly cleanup mutex on failure.Simo Sorce2014-03-121-0/+3
* Fix potential segfault in gssi_inquire_context().Günther Deschner2014-02-051-2/+2
* Block parent process until child is initialized.Simo Sorce2014-01-153-6/+50
* Add utility functions to read()/write() safelySimo Sorce2014-01-152-0/+41
* Make name conversion more robust to failureSimo Sorce2014-01-151-10/+14
* Add zero termination when the buffer is a stringSimo Sorce2014-01-153-1/+24
* Add support for dropping privilegesSimo Sorce2014-01-145-0/+75
* Fix config token parsing.Simo Sorce2013-12-091-1/+0
* Change version to 0.3.1Günther Deschner2013-11-261-1/+1
* Use gp_strerror() everywhere instead of strerror()Simo Sorce2013-11-225-17/+17
* Add Thread-safe implementation of strerror()Simo Sorce2013-11-222-0/+62
* Use secure_getenv in client and mechglue moduleSimo Sorce2013-11-216-6/+30
* creds: Allow admins to define only client credsSimo Sorce2013-11-201-1/+6
* config: Do not modify const stringsSimo Sorce2013-11-201-1/+9
* man: Describe new flag filtering/enforcing optionsSimo Sorce2013-11-201-0/+58
* server: Implement flag filtering enforcementSimo Sorce2013-11-203-0/+11
* config: Add code to source flag filtersSimo Sorce2013-11-202-0/+90
* Try impersonation even when a name is not providedSimo Sorce2013-11-201-0/+5
* Autoinitialize creds on init_sec_contextSimo Sorce2013-11-201-6/+19
* Fix continuations in context establishment callsSimo Sorce2013-11-199-24/+77
* Fix calling gpm_inquire_cred_by_mechSimo Sorce2013-11-191-1/+2
* Add way to return regular oid from specialSimo Sorce2013-11-192-13/+43
* Preserve requested flags and lifetimeSimo Sorce2013-11-191-0/+3
* Change version to 0.3.0Simo Sorce2013-10-231-1/+1
* Add impersonation supportSimo Sorce2013-10-234-55/+173
* Move uid to name resolution in its own function.Simo Sorce2013-10-231-6/+19
* Add man page entry for cred_usageSimo Sorce2013-10-231-0/+9
* Add man page entry for allow_any_uidSimo Sorce2013-10-231-0/+14
* Add option to specify allowed usage.Simo Sorce2013-10-184-2/+33
* Allow arbitrary users to connect to a serviceSimo Sorce2013-10-1822-70/+90
* docs: Fill in GSSPROXY_BEHAVIOR default setting from configure option.Günther Deschner2013-10-182-3/+11
* docs: autogenerate proxymech manpage.Günther Deschner2013-10-182-1/+2
* Fix documentation to match realitySimo Sorce2013-10-181-4/+4
* Fix LOCAL_FIRST behaviorSimo Sorce2013-10-181-20/+19
* Fix resource leak in gpm_accept_sec_context().Günther Deschner2013-10-151-8/+8