Dave Davenport
|
b169289996
|
Indent all the code.
|
2020-02-02 13:56:37 +01:00 |
|
Dave Davenport
|
b03edc5cf3
|
Update copyright dates.
|
2020-01-01 12:23:12 +01:00 |
|
Dave Davenport
|
8590a7ccf2
|
[CI] Fixing some more doxygen warnings.
|
2019-09-30 10:57:23 +02:00 |
|
Dave Davenport
|
0a0556c765
|
[CI] Update missing documentation.
|
2019-09-30 10:35:12 +02:00 |
|
Dave Davenport
|
8d9e403659
|
Update copyright.
|
2019-09-27 11:58:32 +02:00 |
|
Dave Davenport
|
14955e5508
|
[SSH] Fix wrong sizeof in read_hosts_file
|
2019-06-24 22:09:19 +02:00 |
|
qball
|
871ea42785
|
[SSH] Always initialize .port field.
|
2019-05-10 20:29:11 +02:00 |
|
Dave Davenport
|
4707927031
|
[SSH] Match lowered keywords.
Fixes issue: #954
|
2019-04-24 21:59:36 +02:00 |
|
Dave Davenport
|
109bc23d53
|
[Dialogs.SSH] Remove use of g_ascii_string_to_signed.
|
2019-04-20 10:46:44 +02:00 |
|
Dave Davenport
|
7d117886b5
|
Use g_ascii_string_to_signed instead of atoi in ssh, allows error
checking.
|
2019-03-29 13:50:48 +01:00 |
|
Dave Davenport
|
beeb9c8b27
|
[SSH] Use \x1F as separator between host/command and port.
Fixes: #932
|
2019-03-08 13:46:10 +01:00 |
|
Dave Davenport
|
ec81a17c41
|
[SSH] Expand path and use right strcmp.
Issue: #928
|
2019-03-04 23:16:14 +01:00 |
|
Dave Davenport
|
906a48f566
|
[SSH] Add support for UserKnownHostsFile
Issue: #928
|
2019-03-04 22:05:08 +01:00 |
|
Dave Davenport
|
f49866bd8b
|
[Doc] Update documentation to match changed functions.
|
2019-02-10 14:26:06 +01:00 |
|
Dave Davenport
|
f879062417
|
[SSH] Add support for parsing port number from known hosts file.
* Store port number in history.
* Parse the [host]:port format.
* Update default ssh command to (optionally) add -p {port}.
Fixes: #580
|
2019-02-10 13:56:44 +01:00 |
|
Dave Davenport
|
114b2cf2fd
|
[SSH] Improve parser for known_hosts a bit.
Issue: #820
|
2018-09-22 16:16:25 +02:00 |
|
Dave Davenport
|
859a9c79d6
|
Indent the code.
|
2018-08-08 15:55:13 +02:00 |
|
Dave Davenport
|
ac29c537dd
|
[SSH] Reload ssh when entry is deleted.
|
2018-02-06 21:03:07 +01:00 |
|
Edward Betts
|
79adae77d7
|
Correct spelling mistakes. (#722)
|
2017-11-23 18:41:52 +01:00 |
|
Dave Davenport
|
ebffe5503d
|
Implement support for specifying negated match
- Prepending - inverts the matching result.
- Fix logic window/drun browser.
- Breaks API as argument token_match callback changed.
- Update tests.
Fixes: #665
|
2017-09-29 08:40:25 +02:00 |
|
Dave Davenport
|
a3c1ff7d94
|
[helper] Fix type issue with variadic function.
*
https://www.securecoding.cert.org/confluence/display/c/DCL11-C.+Understand+the+type+issues+associated+with+variadic+functions
|
2017-06-13 10:16:40 +02:00 |
|
Dave Davenport
|
c29f897d69
|
Don't inline function that uses alloca.
|
2017-06-03 21:40:14 +02:00 |
|
Dave Davenport
|
9a62bfd172
|
Run indenter.
|
2017-06-03 20:35:50 +02:00 |
|
Quentin Glidic
|
a6f51393d3
|
ssh: Add startup notification support
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-02 14:57:28 +02:00 |
|
Quentin Glidic
|
51d34b662e
|
helper: Add API to support startup notification
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-02 14:54:21 +02:00 |
|
Quentin Glidic
|
0daab1844e
|
helper: Add execute helper
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-06-02 12:50:32 +02:00 |
|
Quentin Glidic
|
a9199e3e17
|
Use libnkutils for keybindings
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-05-29 16:51:06 +02:00 |
|
Dave Davenport
|
67e38cde40
|
Fix some clang compiler warnings
|
2017-05-11 18:30:44 +02:00 |
|
Dave Davenport
|
ce4b1b23b4
|
Re-Indent code
|
2017-04-27 22:59:14 +02:00 |
|
Quentin Glidic
|
9a68b22009
|
Fix licenses headers
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-04-15 12:32:05 +02:00 |
|
Quentin Glidic
|
cfbe4027bc
|
Consolidate logging
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-04-15 12:07:29 +02:00 |
|
Dave Davenport
|
ba9e1fb92a
|
Switch to g_{debug,warning} instead of g_log
|
2017-04-15 11:37:50 +02:00 |
|
Dave Davenport
|
a754815d14
|
Add converter back for old theme format.
|
2017-04-02 12:32:11 +02:00 |
|
Dave Davenport
|
9ae1344d56
|
Improve error message when called with -show
|
2017-03-31 13:47:44 +02:00 |
|
Dave Davenport
|
50477a0b99
|
[Keys] Cleanup view a bit.
|
2017-03-17 14:07:11 +01:00 |
|
Dave Davenport
|
13bac230a2
|
[SSH] Fix missing parameter documentation
|
2017-03-11 13:40:05 +01:00 |
|
Dave Davenport
|
cee753bd3c
|
Zeltakmadness (#572)
* Allow modi to set extra pango attributes on displayed rows
* Fix some documentation, only highlight the mode name with color.
* Small rename.
|
2017-03-10 23:39:29 +01:00 |
|
Dave Davenport
|
b72a010908
|
Issue570 (#571)
* First start issue #570
* Implement (glob style) includes.
* Add glob check to configure.
* If expanding path, use it
|
2017-03-08 16:56:28 +01:00 |
|
Dave Davenport
|
3f4d58ef53
|
Indent code.
|
2017-03-04 19:41:06 +01:00 |
|
Dave Davenport
|
dc7e4aa96e
|
Install some headers for use in plugins
|
2017-02-17 14:06:31 +01:00 |
|
Dave Davenport
|
f7b4bebb9b
|
Rename token_match to helper_token_match.
|
2017-02-17 09:58:47 +01:00 |
|
Dave Davenport
|
0ea74e5c7f
|
Update function check configure.ac
|
2017-02-09 08:45:15 +01:00 |
|
Dave Davenport
|
87251a991c
|
Indent
|
2017-02-09 08:27:26 +01:00 |
|
Dave Davenport
|
7b3e0918cf
|
Reduce amount of paths created
|
2017-02-06 23:45:46 +01:00 |
|
Dave Davenport
|
db92ff1f41
|
Add border radius to border around widget.
|
2017-02-06 21:17:56 +01:00 |
|
Dave Davenport
|
0ebd6a260b
|
Add auto-detect option to DPI setting.
|
2017-01-21 12:58:52 +01:00 |
|
Dave Davenport
|
bfae111579
|
Fix indenting and header commenting.
|
2017-01-11 09:11:19 +01:00 |
|
Dave Davenport
|
25dff63006
|
Improve error handling string.
|
2017-01-09 22:40:11 +01:00 |
|
Dave Davenport
|
f42e4ffbd7
|
Remove old cairo color set functions
|
2017-01-09 08:32:16 +01:00 |
|
Dave Davenport
|
baab2047ad
|
Indent magic, rework makefile so lexer and yacc file are not passed.
|
2017-01-08 21:36:06 +01:00 |
|