new module with runtime security checks, it will also check and do
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 10 Oct 2002 15:26:25 +0000 (15:26 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 10 Oct 2002 15:26:25 +0000 (15:26 +0000)
commit159d00a5a00cf3a9049dda9daa7455d7272afcfc
tree25fb867c51dcc032e70120903dfa5a08a0b48e33
parent2ae9ba850c46c24f92c9895c98adabbf69e940dd
new module with runtime security checks, it will also check and do

* libxslt/security.[ch] libxslt/Makefile.am: new module with
  runtime security checks, it will also check and do directory
  creation when allowed
* libxslt/documents.c libxslt/imports.c libxslt/transform.c
  libxslt/xslt.c libxslt/xsltInternals.h: plug-in the new
  security infrastructure probes at file reading or file creation
* xsltproc/xsltproc.c: plugged the security module there too,
  added the new options --nowrite and --nomkdir
* doc/*: updated the man page and regenerated.
Daniel
16 files changed:
ChangeLog
doc/html/libxslt-transform.html
doc/html/libxslt-xsltinternals.html
doc/libxslt-decl.txt
doc/libxslt-sections.txt
doc/xsltproc.1
doc/xsltproc.xml
libxslt/Makefile.am
libxslt/documents.c
libxslt/imports.c
libxslt/security.c [new file with mode: 0644]
libxslt/security.h [new file with mode: 0644]
libxslt/transform.c
libxslt/xslt.c
libxslt/xsltInternals.h
xsltproc/xsltproc.c