Commit Graph

  • f04ee0e68d Merge pull request #995 from SirCmpwn/memory-use Drew DeVault 2016-12-17 13:23:44 -0500
  • 09b9106550 Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIR Wouter van Kesteren 2016-12-17 00:18:39 +0100
  • d859f825d3 Fix build error Drew DeVault 2016-12-15 18:45:04 -0500
  • 63d96c1bb4 Fix indentation issues Drew DeVault 2016-12-15 18:39:40 -0500
  • 10c8b73075 Handle calloc failures Drew DeVault 2016-12-15 18:26:53 -0500
  • a2b9149656 Add remaining sway allocation failure handling Drew DeVault 2016-12-15 18:17:36 -0500
  • 7784f1a905 Handle allocation failures in security code Drew DeVault 2016-12-15 18:10:29 -0500
  • 31b002b6d5 Handle IPC server allocation failures Drew DeVault 2016-12-15 18:07:09 -0500
  • 8cef81d6f2 Handle some more memory allocation failures Drew DeVault 2016-12-15 18:03:59 -0500
  • d75a747a3d Handle config-related allocation failures Drew DeVault 2016-12-15 17:52:53 -0500
  • 248df18c24 Handle allocation failure in commands Drew DeVault 2016-12-15 17:39:09 -0500
  • 8691ff1b63 Handle border-related malloc failures Drew DeVault 2016-12-15 17:17:12 -0500
  • ad7f68585b Always log filename and line number Drew DeVault 2016-12-15 17:10:53 -0500
  • 4c6c65e70c Handle malloc failures from read_line Drew DeVault 2016-12-15 17:08:56 -0500
  • 9ad1e6b40f Handle malloc failure in ipc_recv_response Drew DeVault 2016-12-15 17:05:12 -0500
  • 6c0fc20936 Merge pull request #991 from barfoo1/registry_fix Drew DeVault 2016-12-14 04:29:52 -0500
  • dc6942d10d minor logic error barfoo1 2016-12-14 10:24:13 +0100
  • 6350752d6b Merge pull request #985 from myfreeweb/master Drew DeVault 2016-12-11 14:07:08 -0500
  • da26d69cb1 Fix build on FreeBSD Greg V 2016-12-08 15:34:08 +0300
  • d93e53fd4b Use return value of write Drew DeVault 2016-12-06 09:10:16 -0500
  • 979878d8af Decrement expected_len Drew DeVault 2016-12-04 10:55:11 -0500
  • cb0ca3c301 Change name of ld-library-path cmake variable Drew DeVault 2016-12-04 10:20:15 -0500
  • 49fe25c106 Mention setcap in manual install instructions Drew DeVault 2016-12-04 09:59:25 -0500
  • 1d39c22a38 Add link to security features issue in readme Drew DeVault 2016-12-04 09:52:38 -0500
  • 1a509dcc29 Fix to sway-security(7) Drew DeVault 2016-12-04 09:49:13 -0500
  • cdecf3c495 Drop restart command from sanity check Drew DeVault 2016-12-04 09:37:24 -0500
  • 6604bb67ea Fix minor issues with default security config Drew DeVault 2016-12-04 09:12:31 -0500
  • 35b8d185ac fix layout switching (was broken because of workspace_layout) D.B 2016-11-17 06:49:12 +0100
  • 4762bcb3b9 wrap some views under workspaces D.B 2016-10-23 13:19:02 +0200
  • 6fb4b6737a add workspace_layout to container D.B 2016-10-10 20:44:09 +0200
  • 5778c59a2f Merge pull request #981 from SirCmpwn/security Drew DeVault 2016-12-04 08:30:40 -0500
  • e7a764fdf4 Disallow everything by default Drew DeVault 2016-12-03 12:38:42 -0500
  • 93d99f3712 Fix use-after-free Drew DeVault 2016-12-02 18:57:10 -0500
  • d2d6fcd1ff Fix clang issues Drew DeVault 2016-12-02 18:38:31 -0500
  • 8577095db7 Check for CAP_SYS_PTRACE Drew DeVault 2016-12-02 18:37:01 -0500
  • d353da248b Add ipc connection feature policy controls Drew DeVault 2016-12-02 18:08:15 -0500
  • 62dad7148f Enforce IPC security policy Drew DeVault 2016-12-02 17:55:03 -0500
  • c8dc4925d1 Add IPC security policy command handlers Drew DeVault 2016-12-02 17:34:26 -0500
  • e9e1a6a409 Add IPC policy to config Drew DeVault 2016-12-02 16:08:45 -0500
  • 0a1b211e09 Drop -Denable-binding-event Drew DeVault 2016-12-02 16:01:33 -0500
  • 25a4a85a59 Run config files through sed and install to /etc Drew DeVault 2016-12-02 15:56:36 -0500
  • 751e6d2ab2 Clarify lock permission consequences Drew DeVault 2016-12-02 10:34:17 -0500
  • 0c8dc0e6df Clarify that executable has to be a full path Drew DeVault 2016-12-02 10:32:08 -0500
  • c61746a15b Soften up environment security Drew DeVault 2016-12-02 10:29:50 -0500
  • a4e92ad272 Deal with LD_LIBRARY_PATH Drew DeVault 2016-12-02 10:23:30 -0500
  • 1a143e601b Clarify when keyboard/mouse features work Drew DeVault 2016-12-02 10:17:53 -0500
  • 4d312f753c Add docs on what features sway programs require Drew DeVault 2016-12-02 10:13:06 -0500
  • 3dbeb9c35c Add sway-security(7) Drew DeVault 2016-12-02 10:05:43 -0500
  • 10c2125040 Unset LD_PRELOAD on startup (before dropping root) Drew DeVault 2016-12-02 08:47:03 -0500
  • 04fc10feeb Flesh out security_sanity_check Drew DeVault 2016-12-02 08:42:26 -0500
  • 39cf9a82f7 Enforce command policies Drew DeVault 2016-12-02 08:17:45 -0500
  • f23880b1fd Add support for command policies in config file Drew DeVault 2016-12-02 08:10:03 -0500
  • 0d395681fe Enforce mouse permissions Drew DeVault 2016-12-01 22:11:48 -0500
  • 8aeeacf178 Enforce keyboard permissions Drew DeVault 2016-12-01 22:09:33 -0500
  • ffdbb9d050 Enforce fullscreen permissions Drew DeVault 2016-12-01 22:03:36 -0500
  • dc4b57c868 Shut Clang up Drew DeVault 2016-12-01 21:58:38 -0500
  • 21e1b2bef3 Add security checks for background, panel, lock Drew DeVault 2016-12-01 21:51:07 -0500
  • 76cab04b4d Implement permit and reject commands Drew DeVault 2016-12-01 21:36:43 -0500
  • 1a8a42f372 Memory leak Drew DeVault 2016-12-01 20:39:35 -0500
  • 2675293200 Implement policy lookups Drew DeVault 2016-12-01 19:58:11 -0500
  • 44cc0ef125 Add config related code and initial headers Drew DeVault 2016-12-01 19:38:36 -0500
  • 5831f7ab68 Write example security config, start on code Drew DeVault 2016-12-01 19:27:35 -0500
  • cd5694fdb5 Fix memory leaks in swaybar Drew DeVault 2016-11-28 08:45:27 -0500
  • de79fee777 Minor README.md improvements Drew DeVault 2016-11-09 22:26:14 -0500
  • 5c042c55ce Merge pull request #966 from thejan2009/layout-toggle Drew DeVault 2016-11-06 09:03:59 -0700
  • 05be14ff7c change default layout toggle to L_HORIZ D.B 2016-11-06 08:13:24 +0100
  • e9ac0492b7 Merge pull request #965 from thejan2009/swaybar-colours Drew DeVault 2016-11-03 08:32:10 -0600
  • 3d1b472b83 swap unnecessary function for strndup D.B 2016-11-03 06:43:12 +0100
  • 58eb7ac19f change bar colors from char[10] to *char D.B 2016-11-02 21:07:04 +0100
  • ad4d21d60b add bar colours for focused_(workspace|statusline|separator) D.B 2016-11-02 18:48:43 +0100
  • 39ee0ec552 use urgent_ws color in swaybar if binding_mode is undefined D.B 2016-11-02 17:09:34 +0100
  • d3e55f88ec Log LD_LIBRARY_PATH Drew DeVault 2016-10-27 11:05:04 -0400
  • 78b65e2317 Remove duplicate redhat-release line Drew DeVault 2016-10-27 10:57:18 -0400
  • 7aef6e66ae Log uname -a on startup Drew DeVault 2016-10-27 10:50:22 -0400
  • 6ad2186f0e Log contents of distro version files Drew DeVault 2016-10-27 10:48:46 -0400
  • 0d6cbcacbe Log important env vars on startup Drew DeVault 2016-10-27 10:37:16 -0400
  • de074b9347 Merge pull request #961 from t3hknr/master Drew DeVault 2016-10-25 16:24:32 -0400
  • e8d8abfbb5 Add left_handed support for input devices Michał Winiarski 2016-10-25 22:03:58 +0200
  • 47fd53812b Merge pull request #958 from Hummer12007/pango Drew DeVault 2016-10-20 09:47:49 -0400
  • 2a24772c4b config: set pango_markup default to false Mykyta Holubakha 2016-10-20 16:43:38 +0300
  • 2dcb54c32a Add screenshots wiki page to readme Drew DeVault 2016-10-12 23:56:41 -0400
  • c0916f6138 Use CAIRO_OPERATOR_SOURCE for swaybar Drew DeVault 2016-10-12 23:44:19 -0400
  • 67a9a94596 Overwrite alpha when drawing borders Drew DeVault 2016-10-12 22:42:23 -0400
  • 56a7e5fbce Revert "Merge pull request #952 from SirCmpwn/revert-948-floating-titlebar-click" Drew DeVault 2016-10-12 21:54:19 -0400
  • 15a67e57b0 Merge pull request #954 from SirCmpwn/revert-945-workspace_layout Drew DeVault 2016-10-12 21:26:12 -0400
  • 4cba91803e Revert "Fixes dealing with workspace_layout and related bugs [rfc]" Drew DeVault 2016-10-12 21:26:06 -0400
  • 857eea8b63 Merge pull request #952 from SirCmpwn/revert-948-floating-titlebar-click Drew DeVault 2016-10-12 12:27:50 -0400
  • f30f60dad8 Revert "also check floating cons in container_find" Drew DeVault 2016-10-12 12:19:02 -0400
  • ce713efcd2 Merge pull request #945 from thejan2009/workspace_layout Drew DeVault 2016-10-11 08:24:38 -0400
  • 9ad6fc592d Merge pull request #948 from thejan2009/floating-titlebar-click Drew DeVault 2016-10-11 08:22:13 -0400
  • 166c2a3687 generalize wrapping views under workspaces D.B 2016-10-11 09:11:56 +0200
  • 571321a1d8 add workspace_layout, ensure ws is always L_HORIZ D.B 2016-10-10 20:44:09 +0200
  • 0ddc4279d1 wrap workspace's child into a container if needed D.B 2016-10-10 20:39:48 +0200
  • 24c3b86065 also check floating cons in container_find D.B 2016-10-10 21:26:08 +0200
  • 6446e4409f Merge pull request #947 from alkino/fix_move_empty_workspace Drew DeVault 2016-10-10 20:51:55 -0400
  • 5384d3effe Can't move an empty workspace Nicolas Cornu 2016-10-11 01:49:17 +0200
  • 8d277bc962 Merge pull request #942 from thejan2009/bugfix-931 Drew DeVault 2016-10-08 09:45:21 -0400
  • 0fc03f9c13 Merge pull request #941 from thejan2009/floating-border Drew DeVault 2016-10-08 09:45:06 -0400
  • cc20f5cc35 Merge pull request #940 from thejan2009/reorder-cmd-handler Drew DeVault 2016-10-08 09:44:57 -0400
  • 8264fedce6 fix for_window [] move scratchpad D.B 2016-10-08 12:37:28 +0200