<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/src/audit.c, branch v2.0_rc7</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>db, pkg: separate structure for fields of installed packages</title>
<updated>2009-08-12T16:17:46+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-08-12T16:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=36b5cee98b1e80a493d291e9bffa1ed120ed908a'/>
<id>36b5cee98b1e80a493d291e9bffa1ed120ed908a</id>
<content type='text'>
this makes the database package entry smaller, and we propbably
get more fields to installed_package later too. this cleans up
the way scripts are stored and is a preparation for supporting
triggers. some parsing for trigger meta-data. ref #45.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this makes the database package entry smaller, and we propbably
get more fields to installed_package later too. this cleans up
the way scripts are stored and is a preparation for supporting
triggers. some parsing for trigger meta-data. ref #45.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: implement database open options</title>
<updated>2009-08-06T11:25:03+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-08-06T11:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ecdacd15032578148489f868fd928fb502032c60'/>
<id>ecdacd15032578148489f868fd928fb502032c60</id>
<content type='text'>
so user can override trusted keys directory and repositories file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so user can override trusted keys directory and repositories file.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: do not load repositories</title>
<updated>2009-08-06T10:09:38+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-08-06T10:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=20b3c7c8b3653940f357729e9f7159e2f32c1021'/>
<id>20b3c7c8b3653940f357729e9f7159e2f32c1021</id>
<content type='text'>
they are not needed, and cause errors if signing keys are not
present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
they are not needed, and cause errors if signing keys are not
present.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: fix --backup</title>
<updated>2009-08-06T05:57:50+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-08-06T05:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7419771b02e84a91a71b12869a40208fd2e8b773'/>
<id>7419771b02e84a91a71b12869a40208fd2e8b773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>io: flag for following symlinks on fstat</title>
<updated>2009-08-05T10:13:52+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-08-05T10:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=46e93295688385af6b4b5d17f97675087a90aba4'/>
<id>46e93295688385af6b4b5d17f97675087a90aba4</id>
<content type='text'>
usually we are interested on the actual file's length. but
audit is interested about the link. so add a flag for this and
use it in audit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
usually we are interested on the actual file's length. but
audit is interested about the link. so add a flag for this and
use it in audit.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: sanitize --system</title>
<updated>2009-07-31T16:35:45+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-31T16:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4a5147ff425a29fba5ddcbf2a57ac7d8edaacb96'/>
<id>4a5147ff425a29fba5ddcbf2a57ac7d8edaacb96</id>
<content type='text'>
make the system audit compare only installed files, instead of
scanning the whole file system. also make it print only package
names with -q, so reinstalling modified packages becomes easy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make the system audit compare only installed files, instead of
scanning the whole file system. also make it print only package
names with -q, so reinstalling modified packages becomes easy.
</pre>
</div>
</content>
</entry>
<entry>
<title>apk: use *at instead of chdir+normal file syscall</title>
<updated>2009-07-31T13:08:09+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-31T13:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ea901526648c43ef8e961b3d7e051b9ca14b65ca'/>
<id>ea901526648c43ef8e961b3d7e051b9ca14b65ca</id>
<content type='text'>
this way we never change cwd, and relative filenames are always
parsed consistently. this also helps filename construction in many
places. this patch also changes '--root' to override location of
all configuration to be in the new root. previously it depended
on the file which one was used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this way we never change cwd, and relative filenames are always
parsed consistently. this also helps filename construction in many
places. this patch also changes '--root' to override location of
all configuration to be in the new root. previously it depended
on the file which one was used.
</pre>
</div>
</content>
</entry>
<entry>
<title>db: fix checksum storing to db</title>
<updated>2009-07-30T08:55:59+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-30T08:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c1fe6d08f3ba77bf13b098216fc5e5bcd4ba23f7'/>
<id>c1fe6d08f3ba77bf13b098216fc5e5bcd4ba23f7</id>
<content type='text'>
also take precautions in audit code if the db is missing the
checksum.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also take precautions in audit code if the db is missing the
checksum.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: protection mask for "symlinks only"</title>
<updated>2009-07-30T07:42:20+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-30T07:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5b48b855600aa316e3c9385e998c68ad757794a2'/>
<id>5b48b855600aa316e3c9385e998c68ad757794a2</id>
<content type='text'>
and use it for /etc/init.d by default. fixes #99.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and use it for /etc/init.d by default. fixes #99.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: add --system option</title>
<updated>2009-07-22T18:28:39+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-22T18:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=83ae16feb8bb6063ac26eb4cbbc6142bfb4057a4'/>
<id>83ae16feb8bb6063ac26eb4cbbc6142bfb4057a4</id>
<content type='text'>
to check system files for changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to check system files for changes.
</pre>
</div>
</content>
</entry>
</feed>
