summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/staprun_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* Regenerate autotools files using autoreconf to pick up latest Makefile.am cha...Dave Brolley2009-12-011-1/+1
* Make sure system types are defined.Dave Brolley2009-12-011-2/+3
* Fix build error when !HAVE_NSSWenji Huang2009-11-301-2/+2
* PR 10984 Additional Work. TOCTOU race checking access permissions before cano...Dave Brolley2009-11-271-51/+77
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-251-2/+0
|\
| * include modverify.h unconditionally.Dave Brolley2009-11-241-2/+0
* | Improve error messages related to module signing.Dave Brolley2009-11-251-15/+7
|/
* PR 10976, 10984. Loading of signed modules (script module and uprobes) limite...Dave Brolley2009-11-241-61/+121
* Relax restrictions on ownership and access permissions of signer's cert datab...Dave Brolley2009-11-121-0/+1
* Use 'module_realpath' instead of overwriting 'path' in insert_module.Dave Brolley2009-11-101-18/+14
* Replace the use of the global variable 'modpath' in diagnosticDave Brolley2009-11-101-2/+4
* Don't reference global variable modpath in insert_module and its helpers.Dave Brolley2009-11-091-29/+56
* build: fix !HAVE_NSS caseFrank Ch. Eigler2009-10-071-2/+1
* PR10724: staprun: simplify permissions checking logicCharley Wang2009-10-061-11/+11
* Add 'unused' attribute to module_data and module_size arguments of check_perm...Dave Brolley2009-08-111-2/+4
* 2009-08-06 Dave Brolley <brolley@redhat.com>Dave Brolley2009-08-061-43/+44
* Fix compile error when not HAVE_NSS with staprun.Maran2009-08-051-1/+1
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-041-0/+1
|\
| * PR10204: Place userspace markers in systemtap itselfKent Sebastian2009-07-311-0/+1
* | Only sign modules if --unprivileged is specified.Dave Brolley2009-06-111-1/+1
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-221-1/+14
|\|
| * Restore staprun's support for REAL_UID/GIDJosh Stone2009-05-221-1/+14
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-061-1/+1
|\|
| * Problems using server scripts when not on PATH.Dave Brolley2009-05-061-1/+1
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-051-3/+1
|\|
| * Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-64/+130
| * Really fix run-stap this time, I promise!Josh Stone2009-04-021-1/+14
* | 2009-04-14 Dave Brolley <brolley@redhat.com>Dave Brolley2009-04-141-7/+20
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-03-251-0/+9
|\|
| * Fix for CVE-2009-0784: stapusr module-path checking raceFrank Ch. Eigler2009-03-251-0/+9
* | 2009-03-12 Dave Brolley <brolley@redhat.com>Dave Brolley2009-03-121-50/+135
|/
* Fix PR 6903 by checking for the real uid, not the euid.David Smith2008-09-181-1/+1
* remove capabilities logic, cont'dFrank Ch. Eigler2008-09-051-15/+15
* Change staprun to exec stapio. Add "-d" option to staprun.Martin Hunt2008-04-211-12/+0
* rebased unwind_branch on top of current masterFrank Ch. Eigler2008-03-251-92/+0
* 2008-02-21 David Smith <dsmith@redhat.com>dsmith2008-02-211-1/+11
* Print out more descriptive error messages on non-root systemtap invocationananth2008-02-041-2/+9
* 2008-01-21 Martin Hunt <hunt@redhat.com>hunt2008-01-211-2/+0
* PR4037 and fixes to better synchronize staprun and stapio.hunt2008-01-151-13/+23
* 2007-10-12 Martin Hunt <hunt@redhat.com>hunt2007-10-121-10/+36
* PR 5709kenistoj2007-10-081-13/+14
* 2007-08-14 David Smith <dsmith@redhat.com>dsmith2007-08-141-0/+443