Commit Graph

43 Commits

Author SHA1 Message Date
Russell Hancox
4e0cfeb16d Driver: add missing debug log when process listener stops 2015-01-13 16:32:08 -05:00
Russell Hancox
195ba4d918 santactl status: don't block infinitely if daemonConn is nil 2015-01-13 16:16:03 -05:00
Russell Hancox
7458896a2a Driver: send down ppid to daemon 2015-01-13 16:08:29 -05:00
Russell Hancox
a78f2b37ee Driver: style and comment cleanup 2015-01-13 16:07:03 -05:00
Russell Hancox
71833da8f4 Driver: Change back from using vn_rdwr to VNOP_READ 2015-01-13 16:01:45 -05:00
Russell Hancox
10892691e8 Merge pull request #12 from dutchcoders/add-remove-rules-using-cli
santactl: can add and remove rule(s) now
2015-01-12 18:56:20 -05:00
Russell Hancox
d4538b4f7c Project: simplify version numbering by basing the version number on the latest git tag number. Mark debug builds with git commit id. 2015-01-07 18:42:17 -05:00
Remco
c885dbdd4f moving exit within the block, because of race condition 2015-01-06 22:06:56 +01:00
Remco
1bfe8feeb1 customMsg wasn't set to parameter value 2015-01-06 22:06:18 +01:00
Remco
caaa7e60c3 disallow rule management when syncbaseurl is set 2015-01-06 22:05:51 +01:00
Remco
21bf445f46 fixed typo in help text 2015-01-06 22:05:36 +01:00
Russell Hancox
e8f298aa38 santactl: Fix memory leaks in SNTAuthenticatingURLSession, inline extractIdentityAndTrust function 2015-01-05 23:19:24 -05:00
Russell Hancox
172a260cdc Style cleanups 2015-01-05 23:18:12 -05:00
Russell Hancox
d47770804e Merge branch 'master' of github.com:google/santa 2015-01-05 22:04:07 -05:00
Russell Hancox
b4b899cf37 Merge pull request #11 from dutchcoders/add-help-command
added help command to usage
2015-01-05 14:41:49 -05:00
Remco
e959e42282 add help command to usage 2014-12-29 17:24:47 +01:00
Remco
86cd6aa133 enhancement(santactl): can add and remove rule(s) now. 2014-12-29 17:20:56 +01:00
Remco
de61869b01 corrected typo 2014-12-24 09:25:00 +01:00
Remco
c9a6b59a43 Print error when config couldn't be loaded and use empty configuration. 2014-12-24 09:21:03 +01:00
Remco
76ae6adced updated some styling issues 2014-12-24 09:19:03 +01:00
Remco
6b177933e2 fixed remarks 2014-12-23 20:51:00 +01:00
Remco
06c95e9121 fixed issue with ignored cert issuer cn and cert common name config 2014-12-22 15:41:22 +01:00
Remco
dbbdfb1965 added support for using custom pkcs#12 file with password 2014-12-22 15:37:25 +01:00
Remco
2d927175e0 Improved error logging. 2014-12-22 15:23:25 +01:00
Remco
642b69bde2 Removing hard coded disabling of client certificates. 2014-12-22 15:22:17 +01:00
Remco
16ca9b85ab exit when configuration file couldn't be opened
* when the configuration file couldn't be opened it failed silently and
used empty configuration. Now it prints an error and quits with
errorcode 1.
* LOGE not used because of circular reference
2014-12-22 12:31:23 +01:00
Remco
cbf16d140b return error when certificate file could not be loaded. 2014-12-21 15:20:43 +01:00
Remco
1503f8658d added content-type application/json to json requests 2014-12-20 02:29:02 +01:00
Russell Hancox
c8bcf3ba2c Driver: Get ref to node before trying to read file 2014-12-19 12:41:30 -05:00
Russell Hancox
9d1c850b91 Driver: Use kernel page_size global 2014-12-19 12:40:53 -05:00
Russell Hancox
fe90353c75 Driver: invalidate cache on vnode delete 2014-12-19 12:39:28 -05:00
Remco
546b2f1383 switched to @() boxing syntax instead of NSNumber literals 2014-12-19 17:10:49 +01:00
Remco
4509cd5c0b fixed segfault while adding rules 2014-12-19 12:45:35 +01:00
Russell Hancox
c2f04c50a5 santad: Add debug message when waiting for driver 2014-12-16 16:41:30 -05:00
Russell Hancox
654aa7cf2d Driver: Add debug log when write is denied. 2014-12-16 16:40:34 -05:00
Russell Hancox
6174f80abd Driver: result of AddToCache is never used, so make it void. 2014-12-16 16:40:34 -05:00
Russell Hancox
7268de352f santad: Fix for XPC deadlock bug on Yosemite 2014-12-16 16:40:33 -05:00
Russell Hancox
f046711fb0 GUI: always do createConnection on main thread to avoid over resume 2014-12-16 16:40:24 -05:00
Russell Hancox
fac4e68adf Proj: Bump version to 0.7.1 2014-12-16 16:40:23 -05:00
Russell Hancox
8693fad2c9 santad: close stderr before starting singleevent sync 2014-12-16 16:40:06 -05:00
Russell Hancox
17f102662a Driver: Clean-up logic when checking cache entry actions 2014-12-16 16:39:17 -05:00
Russell Hancox
6b40dc250c Remove cache entries on error. Deny writes to files with pending executions 2014-12-11 19:10:22 -05:00
Russell Hancox
07988686ae Initial commit 2014-11-20 16:23:13 -05:00