Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/audit.c  ·  View all commits
102 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
code cleanup: unverbose boolean
Baptiste Daroussin
16 days ago ea7639d
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
Fix heap buffer overread when vuxml is empty
Baptiste Daroussin
1 month ago 35584e6
B
audit: close the db late
Baptiste Daroussin
1 month ago ccbaad9
B
db: only open the db readonly when write is not needed
Baptiste Daroussin
1 month ago 6a93ea1
B
audit: fix memory leak
Baptiste Daroussin
2 months ago 18ba88d
B
capsicum: stop defining from the configure script
Baptiste Daroussin
3 months ago 3009baa
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
1 year ago 33f4711
B
STR*EQ: use macros where possible
Baptiste Daroussin
1 year ago 053f4a2
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago fd4c88b
B
audit: plug a leak
Baptiste Daroussin
2 years ago 7388509
B
audit: implement audit -d
Baptiste Daroussin
2 years ago 5860bc2
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago adf6f88
r
src/audit.c: print the default filename, when arg file isn't provided
rilysh
2 years ago 6df4958
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 29f999c
C
audit: Fix confusing single-line if/else statement
Collin Funk
2 years ago bddf5d7
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 9856def
G
Sink PKG_EVENT_SANDBOX_* handlers into libpkg.
Gleb Popov
2 years ago 7a630cf
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago 5768655
B
libpkg: replace pkg_set with a _Generic one
Baptiste Daroussin
3 years ago 10c1b55
B
libpkg: add a _Generic pkg_get()
Baptiste Daroussin
3 years ago 2f040df
B
pkg_attribute: avoid collision with pkg_list
Baptiste Daroussin
3 years ago d9c65f6
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago fa6223f
R
Update audit.c
Ray Bellis
3 years ago acba5a5
B
audit: fix use after free
Baptiste Daroussin
3 years ago a526c8d
M
Merge pull request #2066 from brd/fix-audit-usage-line
Mateusz Piotrowski
3 years ago 6ebdabb
B
Remove extra pipe symbol in pkg audit usage message
Brad Davis
3 years ago 88073cb
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
B
audit: remove faking uniquid which is not needed anymore
Baptiste Daroussin
3 years ago 2b18c8d
D
Do not rely on non-portable definitions
Daniel Kolesa
3 years ago 1de66b2
B
API: replace generic pkg_get with typesafe version
Baptiste Daroussin
4 years ago 7bb8d7e
B
frontend: eliminate the use of utlist
Baptiste Daroussin
4 years ago f9ad73c
B
Coverage: add a flag to disable capsicum when running for coverage
Baptiste Daroussin
4 years ago e9c06cd
B
convert from khash to pkghash
Baptiste Daroussin
4 years ago 438bcc6
B
quality: remove more dead assignement
Baptiste Daroussin
4 years ago da1a478
S
Merge branch 'upstream-master'
Shawn Webb
4 years ago 9b9eef5
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
audit: fix quiet
Baptiste Daroussin
5 years ago f399093
B
audit: actually really fix usage
Baptiste Daroussin
5 years ago e8e06cf
B
audit: fix usage
Baptiste Daroussin
5 years ago 360cbaf
B
audit: add --raw/-R
Baptiste Daroussin
5 years ago 3f8834c
B
Format the output of the audit system on the frontend
Baptiste Daroussin
5 years ago fb130ef
B
audit: remove uneeded intermediate buffer
Baptiste Daroussin
5 years ago 7e90224
B
Fix a simple warning
Baptiste Daroussin
5 years ago 6eb4d34
B
Create a namespace for public headers and move audit into it
Baptiste Daroussin
5 years ago 02f6a49
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
B
Use open_memstream p1
Baptiste Daroussin
5 years ago 383d27c
B
Reduce the level of indentations
Baptiste Daroussin
6 years ago 0f9a6f8
B
Track the number of affected pkgs as well and display to the user.
Brad Davis
7 years ago 83e9c5e
B
Merge branch 'trombonehero-capsicum-header'
Brad Davis
8 years ago 9e9bf00
J
Change #include <capability.h> to capsicum.h.
Jonathan Anderson
8 years ago d657370
B
audit: Drop privileges after opening the files/database but before parsing.
Bryan Drewery
8 years ago c239d13
B
Fix warnings reported by clang
Baptiste Daroussin
9 years ago 1d317c3
B
Replace libsbuf with utstring.h to improve portability
Baptiste Daroussin
9 years ago f93c045
B
make pkg_audit_fetch have a default value, so the frontend does not need to know the details about it
Baptiste Daroussin
9 years ago 8e633c2
B
Modify pkg_audit functions to have a default value for the vulnerability file
Baptiste Daroussin
9 years ago 3b2541e
B
drop privileges before parsing xml
Baptiste Daroussin
9 years ago 6bae32e
B
Remove freebsdism not needed due to setting _BSD_SOURCE
Baptiste Daroussin
9 years ago 39ac3d6
B
Plug some leaks
Baptiste Daroussin
10 years ago eda1a4b
B
Plug minor leak
Baptiste Daroussin
10 years ago b4df5ba
B
Remove an unused assignment
Baptiste Daroussin
10 years ago 9dff5f4
B
plug resource leaks in case of errors
Baptiste Daroussin
10 years ago e3780c3
B
More minor resources leaks
Baptiste Daroussin
10 years ago 675a301
B
Merge pull request #1347 from kAworu/free-null-is-fine
Baptiste Daroussin
10 years ago 38f6cfe
A
cleanup: both pkgdb_it_free() and pkg_free() handle NULL as argument.
Alexandre Perrin
10 years ago 29b4906
B
Remove unused variables
Baptiste Daroussin
10 years ago df7ebf9
B
Merge pull request #1237 from freebsd/feld-pkgaudit-formatting
Baptiste Daroussin
11 years ago 97b842e
M
pkg audit -r formatting
Mark Felder
11 years ago 2fbc93d
B
Fixes and improvements on pkg audit
Baptiste Daroussin
11 years ago 460bfa0
B
Resource leak
Baptiste Daroussin
11 years ago 248ab18
M
Supply the correct prototype for cap_enter()
Matthew Seaman
11 years ago f21cab5
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago a5266e8
B
Fix warning about cap_enter undefined
Baptiste Daroussin
11 years ago f2d7c66
V
Merge branch 'linux-build'
Vsevolod Stakhov
11 years ago dd76225
V
Use sys/capsicum.h include.
Vsevolod Stakhov
11 years ago 7b75c09
B
Return an error if failure were found, this fixes periodic script not sending mail
Baptiste Daroussin
11 years ago a0213cd
B
Return an error if failure were found, this fixes periodic script not sending mail
Baptiste Daroussin
11 years ago 761af30
B
Be posixly correction with long options
Baptiste Daroussin
11 years ago 20c3c38
V
Fix audit utility.
Vsevolod Stakhov
11 years ago 5d62b27
V
Add -r flag to pkg-audit.
Vsevolod Stakhov
11 years ago e956ff1
M
pkg info: long options
Matthew Seaman
11 years ago e721104
M
autoremove -- long options
Matthew Seaman
11 years ago 20da42b
M
Long options
Matthew Seaman
11 years ago f986b1e
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago 9eecfc4
V
Merge branch 'pkg-lock-config'
Vsevolod Stakhov
11 years ago e850b07
V
Update utilities for lock API.
Vsevolod Stakhov
11 years ago 8f1235f
V
Merge branch 'libpkg-audit'
Vsevolod Stakhov
11 years ago 332fed5
V
Rework pkg-audit for the new API.
Vsevolod Stakhov
11 years ago fbbcaa2
V
Rework names in the API for audit.
Vsevolod Stakhov
11 years ago 03394f5
V
Move the existing code.
Vsevolod Stakhov
11 years ago 5e64bea
V
More fixes to pkg-audit.
Vsevolod Stakhov
12 years ago 8ed1ef0
V
Merge branch 'audit-rework'
Vsevolod Stakhov
12 years ago e75d5d6
V
Update parser code for multiple names support.
Vsevolod Stakhov
12 years ago 38a9817
V
Do not free items in reference entries.
Vsevolod Stakhov
12 years ago d17e090
V
Add entry expansion function.
Vsevolod Stakhov
12 years ago c11a0a3
V
Free name entries.
Vsevolod Stakhov
12 years ago a8d73f5
V
Rework structures to allow multiple names.
Vsevolod Stakhov
12 years ago 68b3560
M
Add a -f option to 'pkg audit': use a local file as the vuln.xml database.
Matthew Seaman
12 years ago 2f5f632
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 859bbf1
B
Propagate usage of ucl
Baptiste Daroussin
12 years ago 99f9cd1
B
Autotoolizing
Baptiste Daroussin
12 years ago c5d6dde