]> granicus.if.org Git - cronie/history - src/security.c
Move allowed() and related function to security.c
[cronie] / src / security.c
2019-04-08 Tomas MrazMove allowed() and related function to security.c
2018-10-18 Tomas MrazUse the role from the crond context for system job...
2018-08-29 Marcel PlchFix unsafe code
2017-07-17 Mark MontagueFix SELinux denial when running under Docker
2017-07-10 Sami Kerolavarious files: fix indentation
2017-07-10 Sami Kerolacrond: never define unused cron_start_pam()
2016-06-23 Tomas MrazRemove unneeded obsolete SELinux includes.
2016-04-25 Gary TierneyRemove hardcoded "system_u" SELinux user
2016-04-25 Tomas MrazClarify return value.
2015-05-28 Tomas MrazMerge tag 'cronie1.4.12'
2015-01-28 Tomas MrazCall PAM only when it makes sense.
2013-08-29 Marcela MašláňováMerge branch 'master' of ssh://git.fedorahosted.org...
2013-08-16 Tomas MrazPull PAM environment variables also from session modules.
2013-01-17 Sami Kerolasmatch scan: fix various warningss found using smatch
2012-12-21 Sami Kerolacompile: add function attributes
2012-11-27 Tomas MrazFix missing includes for selinux and other types.
2012-11-26 Sami Keroladebuging: make Debug macro look like function
2012-11-26 Sami Kerolaincludes: make inclusions clean
2012-11-26 Sami Kerolabuild-sys: reduce selinux and pam compiling scope when...
2012-11-26 Sami Kerolaassingments: remove initialization if value is never...
2012-04-12 Sven Vermeulensetkeycreatecon is not needed. Users should inherited...
2011-10-06 Marcela MašláňováRaw context should be used. Especially when mcstransd...
2011-03-07 Tomas MrazSet mailfrom to the user account, better PAM logging.
2011-03-07 Tomas MrazSet only groups in the process handling PAM calls....
2011-02-21 Marcela MašláňováFree security contexts.
2010-12-16 Tomas MrazAdd translation for remaining hardcoded contexts and...
2010-12-16 Tomas MrazRevert "Cache the security class and bit values and...
2010-12-15 Tomas MrazCache the security class and bit values and translate...
2010-12-15 Tomas MrazClean up unnecessary assignment.
2010-12-15 Dan WalshThis patch causes cronie to ask kernel for constant...
2010-04-14 Michal SebenCorrectly reported PAM errors
2010-03-23 Marcela MašláňováRevert previous change. The code which control the...
2010-03-22 Marcela MašláňováIn system tables was hardcoded home directory to "...
2010-01-13 Marcela MašláňováWith NFS homes can't be job executed, because root...
2009-12-21 Marcela MašláňováCron doesn't use environment values from /etc/security...
2009-11-05 Guido TrentalanciaThis function will be probably removed from libselinux...
2009-05-29 Marcela MašláňováBeautify the code with indent.
2009-05-22 Marcela MašláňováMerge branch 'master' of ssh://mmaslano@git.fedorahoste...
2009-05-22 Marcela MašláňováRemove unused function cron_get_job_context.
2009-05-20 Marcela MašláňováPAM logging was incorrect bz#249870.
2008-06-23 Tomas MrazMove macros and static declarations where they are...
2008-06-23 Tomas MrazUnification of logging (syslog->log_it).
2008-06-23 Tomas MrazFixed call to setkeycreatecon.
2008-05-27 MarcelaKeyring will be created after restart of computer and...
2008-05-27 MarcelaRemove unused function.
2008-01-31 Marcela MašláňováUsing get_default_context() for name = NULL instead...
2008-01-30 Marcela MašláňováAdded patch from Stepan Kasal, which fixed all autotool...
2007-11-05 Marcela MaslanovaOpening credentials is really needed for cron jobs...
2007-08-27 Tomas JanousekCommented out cron_open_pam_session, it's unused.
2007-08-27 Tomas JanousekProtect the call to setexeccon with WITH_SELINUX.
2007-08-27 Tomas JanousekMove #define _GNU_SOURCE from security.c to CFLAGS.
2007-08-27 mmaslanoAdded missing #ifdef WITH_PAM.
2007-08-27 Tomas JanousekMake cron_restore_default_security_context return void.
2007-08-27 mmaslanoCron source was ready for merge with patches. After...