aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
Commit message (Collapse)AuthorAge
* pidstr needs 11 bytes (10 + NULL)Libravatar Reiner Herrmann2017-08-29
| | | | | | | | | | | | | also use %d because index is signed int. Found by compiler: netstats.c:165:23: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=] snprintf(pidstr, 10, "%u", index); ^~~~ In file included from /usr/include/stdio.h:938:0, from firemon.h:24, from netstats.c:20: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 2 and 11 bytes into a destination of size 10
* testingLibravatar netblue302017-08-19
|
* fix copyright statementLibravatar netblue302017-08-05
|
* Improve cross build support by using configured compiler instead of make defaultLibravatar Helmut Grohne2017-07-26
| | | | https://bugs.debian.org/869707
* fixing the previous fixLibravatar startx20172017-07-07
|
* fix firemon --nameLibravatar startx20172017-07-07
|
* run --netstats on 1s interval; caching user name.Libravatar startx20172017-07-07
|
* shorter firejail name in --top and --netstatsLibravatar startx20172017-07-07
|
* firemon: only use col/row when values are validLibravatar Reiner Herrmann2017-06-25
| | | | | In case stdin (or stdout/stderr) is not attached to a tty, the ioctl can't determine the actual sizes, so keep using fallback values.
* firemon: use macro instead of numberLibravatar Reiner Herrmann2017-06-25
|
* Remove trailing whitespace from src/Libravatar Fred Barclay2017-05-24
|
* firemon --top speed-up and firecfg cleanupLibravatar startx20172017-04-29
|
* firemon --top fixLibravatar netblue302017-04-25
|
* fix and document firemon --nowrapLibravatar netblue302017-03-04
|
* copyright 2017Libravatar netblue302017-02-11
|
* copyright 2017Libravatar netblue302017-02-11
|
* firemon fixLibravatar netblue302017-02-07
|
* fixesLibravatar netblue302016-11-26
|
* fcopy part 4Libravatar netblue302016-11-18
|
* testingLibravatar netblue302016-11-17
|
* testingLibravatar netblue302016-11-12
|
* hidepid part 4Libravatar netblue302016-11-11
|
* hidepid part 1Libravatar netblue302016-11-11
|
* testingLibravatar netblue302016-11-10
|
* gcov supportLibravatar netblue302016-11-07
|
* add missing includeLibravatar Aleksey Manevich2016-10-20
|
* add missing includeLibravatar Aleksey Manevich2016-10-20
|
* replaced exit with _exit in forked childLibravatar netblue302016-10-19
|
* implemented --overlay-cleanLibravatar netblue302016-08-06
|
* fixesLibravatar netblue302016-06-08
|
* close lock fileLibravatar netblue302016-04-18
|
* networking fixesLibravatar netblue302016-04-09
|
* grsecurity fixesLibravatar netblue302016-04-07
|
* grsecurity: --caps.printLibravatar netblue302016-04-05
|
* fixesLibravatar netblue302016-03-05
|
* firemon fixesLibravatar netblue302016-02-29
|
* various fixesLibravatar netblue302016-02-28
|
* firemon fixesLibravatar netblue302016-02-27
|
* x11 workLibravatar netblue302016-02-24
|
* x11 workLibravatar netblue302016-02-24
|
* TyposLibravatar Martin Carpenter2016-01-30
|
* copyright 2016Libravatar netblue302016-01-13
|
* 0.9.36 testingLibravatar netblue302015-12-23
|
* Sort file lists to make build reproducibleLibravatar Reiner Herrmann2015-12-16
|
* cleanupLibravatar netblue302015-11-28
|
* fix 32bit compilationLibravatar netblue302015-10-16
|
* switch project url to githubLibravatar Matthew Gyurgyik2015-10-10
|
* added --enable-fatal-warningsLibravatar netblue302015-08-21
|
* Compile with -W -Wall -WerrorLibravatar Peter Millerchip2015-08-20
|
* Baseline firejail 0.9.28Libravatar netblue302015-08-08