Clean-up: mi-lttng: change space to tabs
[lttng-tools.git] / src / common / runas.c
2020-08-11  Jérémie GalarneauClean-up: run-as: change space to tabs
2020-06-12  Jonathan RajotteClean-up: replace space by tabs
2020-01-30  Michael JeansonMove to kernel style SPDX license identifiers
2019-12-13  Jérémie GalarneauMake lttng_directory_handle reference countable
2019-09-14  Jérémie Galarneaurunas: fix: possible unaligned access in packed structure
2019-08-22  Mathieu DesnoyersFix: rmdir recursive: skip non-empty directories with...
2019-07-25  Jérémie GalarneauAdd rmdirat and renameat to run-as commands
2019-07-25  Jérémie GalarneauFix: run_as_mkdirat returns value of errno
2019-07-25  Jérémie GalarneauFix: double close of directory fd in runas worker
2019-07-18  Jérémie GalarneauAdd file creation/unlinking utils to directory handle
2019-04-18  Jérémie GalarneauAdd mkdirat utils and runas wrappers
2019-02-11  Jonathan RajotteFix: run-as thread deadlock on itself in restart error...
2019-01-14  Jérémie GalarneauFix: leak of sessiond configuration on launch of run...
2018-12-07  Michael JeansonRevert stubbing of runas functions
2018-12-06  Jérémie GalarneauFix: worker structure is leaked in run_as process
2018-09-07  Francis DeslauriersFix: Memory leak on run_as worker restart error path
2018-09-07  Jérémie GalarneauFix: non-zero return of open handled as error
2018-09-07  Jérémie GalarneauFix: global run_as worker lock released during restart
2018-09-06  Jérémie GalarneauFix: runas worker attempts to send invalid fd to master
2018-09-06  Jérémie GalarneauCleanup: remove superfluous empty line
2018-09-06  Jérémie GalarneauFix runas: don't attempt close negative fd
2018-08-31  Jérémie GalarneauFix: runas check fd value before calling close()
2018-08-30  Jérémie GalarneauFix: uninitialized data/ret in runas offset commands
2018-08-30  Jérémie GalarneauFix: uninitialized fd value used in runas
2018-08-30  Jérémie GalarneauFix: report setegid()/seteuid() failure in runas
2018-08-29  Francis DeslauriersFix: missing error handling goto statement in runas
2018-08-24  Francis Deslauriersrun_as: add extract SDT probe offsets command
2018-08-24  Francis Deslauriersrun_as: add extract ELF symbol offset command
2018-08-24  Francis Deslauriersrun_as: adapt run_as implementation to support complex...
2018-06-01  Jonathan RajotteCleanup: uid and gid are never used by run_as_noworker()
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-05-08  Mathieu DesnoyersCleanup: initialize data to 0
2016-10-20  Jérémie GalarneauRemove outdated comment about run_as open being broken
2016-08-26  Jérémie GalarneauLog signals received by run_as worker
2016-08-26  Jérémie GalarneauMissing word in worker_sighandler() comment
2016-06-28  Michael JeansonFix: location of various standard headers
2016-05-19  Mathieu DesnoyersFix: add missing semicolons after MSG, DBG, ERR print...
2016-05-05  Jérémie GalarneauMove unix.h wrapper from sessiond-comm to common
2015-10-19  Michael JeansonFix: Silence warnings when using uid_t and pid_t with...
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-10-19  Jérémie GalarneauPort: Don't use SIGUNUSED which is not defined on Solaris
2015-10-19  Jérémie GalarneauPort: Implement prctl wrapper
2015-09-30  Jérémie GalarneauFix: Remove dependency on glibc 2.12 caused by pthread_...
2015-09-29  Jérémie GalarneauFix: Log and ignore SIGINT and SIGTERM in run_as worker
2015-09-29  Jérémie GalarneauAdd logging to the run_as worker
2015-09-24  Jérémie GalarneauFix: Handle EINTR of waipid in run-as worker
2015-09-18  Jérémie GalarneauFix: Check use_clone() instead of worker in run_as
2015-09-18  Jérémie GalarneauFix: Handle hang-up gracefully in run-as
2015-09-18  Mathieu DesnoyersFix: libc internal mutex races with run_as
2015-09-04  Mathieu DesnoyersFix: streamline ret/errno of run_as()
2015-09-03  Jérémie GalarneauAccept uid and gid parameters in utils_mkdir()/utils_mk...
2015-03-26  Mathieu DesnoyersMove file creation/unlink from liblttng-ust-ctl to...
2015-01-19  Mathieu DesnoyersFix: setuid/setgid daemons should not get sensitive...
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-02-21  Mathieu DesnoyersFix: add missing VALGRIND ifdef checks and documentation
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-09-27  David GouletFix: return -errno value on error in run_as mkdir
2013-08-27  Mathieu DesnoyersFix: run_as gid/uid test should return result to parent
2013-01-25  David GouletCleanup: use LTTNG_HIDDEN in src/common
2013-01-23  David GouletUse utils mkdir recursive in runas.c
2012-12-10  David GouletFix: Missing umask when using run as no clone
2012-08-24  David GouletSet hidden visibility for calls used in lttng-ctl
2012-07-23  Mathieu Desnoyersfix: write EINTR handling
2012-05-31  David GouletFix: clang llvm warnings
2012-04-12  Mathieu DesnoyersFix: work-around glibc __nptl_setxid vs clone hang
2012-03-15  Avik SilFix: Redefine MAP_STACK to 0 if not defined by the...
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-03-05  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersFix: Use PERROR all across lttng-tools, never make...
2012-03-01  David GouletMerge branch 'master' into compat-freebsd
2012-02-24  Mathieu DesnoyersDebugger support: introduce LTTNG_DEBUG_NOCLONE env...
2012-02-24  UserMerge branch 'master' into compat-freebsd
2012-02-23  Mathieu DesnoyersFix: run_as error handling
2012-02-23  Mathieu Desnoyersrunas: freebsd do not redefine MAP_STACK
2012-02-23  Mathieu Desnoyersfreebsd: do not use MAP_STACK
2012-02-23  Mathieu Desnoyersrunas: freebsd compat for mmap flags
2012-02-23  Mathieu DesnoyersFix: run_as error handling
2012-02-23  Mathieu DesnoyersImplement CLONE_FILES compat layer with rfork
2012-02-22  David GouletFix rest of the code to support compat layer
2012-02-22  David GouletRevert FreeBSD compatibility layer
2012-02-21  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-02-21  David GouletFix rest of the code to support compat layer
2012-01-30  Mathieu DesnoyersDefine MAP_STACK to 0 if not defined by the architecture
2012-01-20  David GouletRename lttngerr.h to error.h
2012-01-20  David GouletComplete change of the source directory tree
This page took 0.544293 seconds and 95 git commands to generate.