summaryrefslogtreecommitdiffstats
path: root/proxy
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-0466-1574/+66
* Ensure ini_config >= 1.2.0 for `ini_config_augment()`Robbie Harwood2015-09-042-3/+6
* Add HTTP service and move NFS into its own conf fileRobbie Harwood (frozencemetery)2015-09-046-21/+41
* Error on `allow_any_uid` issuesRobbie Harwood (frozencemetery)2015-09-041-1/+43
* Extract generalized selinux context comparison functionRobbie Harwood2015-09-042-13/+26
* Update man pages for symbolic euids and config snippetsRobbie Harwood (frozencemetery)2015-09-042-7/+40
* Add support for config directoriesRobbie Harwood (frozencemetery)2015-09-044-30/+142
* Remove one layer of abstraction over dinglibsRobbie Harwood (frozencemetery)2015-08-315-400/+261
* Allow symbolic euids in conf filesRobbie Harwood (frozencemetery)2015-08-261-9/+25
* Specify KRB5RCACHEDIR in systemd unit fileRobbie Harwood (frozencemetery)2015-08-182-0/+3
* Update BUILD.txtRoland Mainz2015-04-171-5/+13
* Remove support for iniparse libraryRoland Mainz2015-04-155-272/+1
* Turn on strict aliasing rulesRoland Mainz2015-04-091-2/+4
* Release version 0.4.1Simo Sorce2015-03-301-1/+1
* Fix configuration file substitutionsSimo Sorce2015-03-302-3/+3
* 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
* Use pkg-config for krb5 libs tooSimo Sorce2015-03-242-55/+5
* Switch to use pkg-config for krb5-gssapiSimo Sorce2015-03-241-4/+5
* Release version 0.4.0Simo Sorce2015-03-241-1/+1
* Suppress exported_composite_name for the kernelSimo Sorce2015-03-241-0/+10
* Properly handle security contexts on errorSimo Sorce2015-03-245-39/+62
* Fix few build issuesLukas Slebodnik2015-03-242-8/+13
* Fix variable replacement in non config filesSimo Sorce2015-03-242-7/+35
* Default to systemd initscript in rpm spec fileSimo Sorce2015-03-241-1/+1
* Fix error in compiling without SELinuxSimo Sorce2015-03-241-10/+9
* Fix cast errorSimo Sorce2015-03-241-1/+3
* Really use gss-proxy in testsSimo Sorce2015-03-241-3/+4
* Use different env vars bases for gssapi testsSimo Sorce2015-03-241-2/+3
* Prevent a backtrace when a subprocess is not foundSimo Sorce2015-03-241-2/+8
* 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