summaryrefslogtreecommitdiffstats
path: root/proxy/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Suppress warning: use after freeLukas Slebodnik2015-03-291-0/+1
* Include header file with prototypes in implementation moduleLukas Slebodnik2015-03-291-0/+2
* Remove unused parameter from get_pipe_nameLukas Slebodnik2015-03-291-2/+2
* Fix warning value stored to 'ret' is never readLukas Slebodnik2015-03-291-1/+2
* Suppress exported_composite_name for the kernelSimo Sorce2015-03-241-0/+10
* Properly handle security contexts on errorSimo Sorce2015-03-245-39/+62
* Fix error in compiling without SELinuxSimo Sorce2015-03-241-10/+9
* Fix cast errorSimo Sorce2015-03-241-1/+3
* Log why acquiring credentials failed.Simo Sorce2015-03-241-0/+2
* Generalize GSS Display Status logger codeSimo Sorce2015-03-243-22/+64
* Zero out the outputs of display_nameSimo Sorce2015-01-221-0/+5
* 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
* Add cmdline option to override default socketSimo Sorce2014-09-153-4/+14
* 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-144-0/+66
* Fix config token parsing.Simo Sorce2013-12-091-1/+0
* 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-214-3/+24
* creds: Allow admins to define only client credsSimo Sorce2013-11-201-1/+6
* config: Do not modify const stringsSimo Sorce2013-11-201-1/+9
* 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
* Add impersonation supportSimo Sorce2013-10-233-55/+165
* Move uid to name resolution in its own function.Simo Sorce2013-10-231-6/+19
* Add option to specify allowed usage.Simo Sorce2013-10-183-2/+32