Commit Graph

707 Commits

Author SHA1 Message Date
a25f1598de Fix a memory leak
It was unfortunately re-introduced from the Config class, when
correcting the key management for the Mutator class.
2015-10-15 01:25:44 +02:00
cf9d44c326 Remove obsolete comment
Multi-line support is now expected to be handled by the application, for
the variables requiring it. The String class can be leveraged for this
purpose.
2015-10-15 01:05:42 +02:00
5ca678a9e0 Re-generate the Makefiles 2015-10-15 00:55:40 +02:00
6f697abf54 Build fix for Windows 2015-10-15 00:55:16 +02:00
2e23e883bc Register the "event" test 2015-10-15 00:53:33 +02:00
60163e5c5d Re-generate the Makefiles 2015-10-15 00:53:06 +02:00
550a64b390 Add a test for the Event class 2015-10-15 00:52:47 +02:00
569b844e25 Update the copyright notice 2015-10-15 00:51:58 +02:00
5e829ded32 Code cleanup 2015-10-15 00:51:52 +02:00
81bacf3191 Reflect and document the current usage 2015-10-15 00:39:53 +02:00
63cbb91cc9 Improve the usage screen 2015-10-15 00:34:47 +02:00
468a50e076 Report errors regardless of verbosity 2015-10-15 00:34:17 +02:00
4aacdf9b95 Avoid invalid free() when disposing Event instances
Reported by Дилян Палаузов <git-dpa@aegee.org>, thanks!
2015-10-15 00:17:13 +02:00
089ce1cc3d Print new values only once successfully set 2015-10-10 00:19:09 +02:00
58e064de97 Fix printing current values 2015-10-10 00:18:55 +02:00
69f2c22712 More consistent output for values in the default section 2015-10-10 00:12:46 +02:00
ee21368698 Code cleanup 2015-10-10 00:12:46 +02:00
ca1955c8a8 Return -1 upon errors 2015-10-10 00:12:46 +02:00
63cbc19628 Write the configuration only once 2015-10-10 00:09:12 +02:00
18b6343837 Avoid a compilation warning 2015-10-10 00:03:58 +02:00
75b8a639ab Update the copyright notice 2015-10-09 23:57:26 +02:00
f38c35cbae Move key management to the Mutator class
It really belongs there.
2015-10-09 23:57:19 +02:00
f58ade761d Minor optimization 2015-10-09 23:41:53 +02:00
d4adbb90d8 Update the copyright notice 2015-10-09 23:38:09 +02:00
e781c240d7 Add a helper to obtain the original key 2015-10-09 23:37:38 +02:00
e044478776 Add a mode to list every key 2015-10-08 19:40:45 +02:00
c8d34aa30c Code cleanup 2015-10-08 19:39:23 +02:00
c5e49563e0 Avoid a memory allocation when overwriting values 2015-10-08 19:31:17 +02:00
489e810f8b Code cleanup 2015-10-08 19:02:42 +02:00
0252b8c081 Avoid a compilation warning 2015-10-08 19:02:25 +02:00
3b2bc58ecd Minor optimization 2015-10-08 19:02:10 +02:00
32a3de7d5b Detect more errors when saving configuration files 2015-10-08 19:01:11 +02:00
cf0428111a Avoid a memory allocation 2015-10-08 19:00:19 +02:00
28f110bb45 Return -1 on errors 2015-10-08 18:59:05 +02:00
a86b9ed02e Avoid memory leaks when overwriting existing values 2015-10-08 18:58:12 +02:00
e66d412682 Minor optimization 2015-10-08 18:57:39 +02:00
bb764828c3 Update the copyright notice 2015-10-08 00:56:52 +02:00
a02c3e3958 Avoid warnings when compiling with debugging information 2015-10-08 00:56:27 +02:00
83a0f84a21 Code cleanup 2015-10-08 00:43:41 +02:00
4e9b09b0f1 Code cleanup 2015-10-08 00:35:51 +02:00
ded6f2db95 Update the copyright notice 2015-10-08 00:35:05 +02:00
f4d5d7d551 Avoid memory leak when opening plug-ins
Reported by Дилян Палаузов <git-dpa@aegee.org>, thanks!
2015-10-07 10:31:47 +02:00
c1ed237d45 Reference the "array" test 2015-09-26 01:18:29 +02:00
f632d12524 Use mkstemp(3) instead of mktemp(3) 2015-09-18 19:23:04 +02:00
a0461bf435 Re-generate the Makefiles 2015-09-18 19:18:30 +02:00
18e85a1a30 Also build the Python bindings with RELRO 2015-09-18 19:18:19 +02:00
c3a328ba8a Re-generate the Makefiles 2015-09-18 19:15:35 +02:00
288930017a Build full RELRO support 2015-09-18 19:15:02 +02:00
b36fc80672 Re-generate the Makefiles 2015-09-09 12:43:50 -04:00
faca05d244 Reflect update from upstream 2015-08-23 16:20:38 +02:00