| Sun, 13 Apr 2025 17:50:10 +0200 |
Olaf Wintermann |
fix wrong size type used for cx_strsplit_ma
|
file |
diff |
annotate
|
| Tue, 01 Apr 2025 20:30:02 +0200 |
Olaf Wintermann |
remove usage of deprecated libxml2 and curl functions
|
file |
diff |
annotate
|
| Mon, 06 Jan 2025 21:18:36 +0100 |
Olaf Wintermann |
update ucx
|
file |
diff |
annotate
|
| Thu, 28 Nov 2024 17:20:19 +0100 |
Olaf Wintermann |
fix crash in printxmldoc, fixes #514
|
file |
diff |
annotate
|
| Mon, 28 Oct 2024 15:22:28 +0100 |
Olaf Wintermann |
add pwdstore_clone function and fix some pwdstore bugs
|
file |
diff |
annotate
|
| Wed, 23 Oct 2024 10:32:15 +0200 |
Olaf Wintermann |
fix build
|
file |
diff |
annotate
|
| Fri, 13 Sep 2024 18:21:04 +0200 |
Olaf Wintermann |
fix load_config stores wrong xml doc pointer in the config object
|
file |
diff |
annotate
|
| Sun, 21 Jul 2024 23:19:40 +0200 |
Olaf Wintermann |
fix dav_set_string_property crash if an unknown namespace prefix was specified
|
file |
diff |
annotate
|
| Thu, 23 May 2024 22:35:45 +0200 |
Mike Becker |
compatibility with UCX 3.1 plus several minor code fixes
ucx-3.1
|
file |
diff |
annotate
|
| Tue, 09 Apr 2024 21:43:36 +0200 |
Olaf Wintermann |
fix dav repo-url command containing the password base64 encoded
|
file |
diff |
annotate
|
| Tue, 06 Feb 2024 13:29:31 +0100 |
Olaf Wintermann |
fix session dup
|
file |
diff |
annotate
|
| Sun, 17 Dec 2023 15:03:01 +0100 |
Mike Becker |
remove list_repositories() config.c function in favor of a cmd_list_repositories() function in main.c
|
file |
diff |
annotate
|
| Sat, 30 Sep 2023 17:26:00 +0200 |
Olaf Wintermann |
remove old config loader
|
file |
diff |
annotate
|
| Sat, 30 Sep 2023 16:33:47 +0200 |
Olaf Wintermann |
add new config parser
|
file |
diff |
annotate
|
| Thu, 14 Sep 2023 18:11:50 +0200 |
Olaf Wintermann |
add new build system for windows
|
file |
diff |
annotate
|
| Tue, 12 Sep 2023 21:07:54 +0200 |
Olaf Wintermann |
add request/response body to verbose output / add DavSession logfunc
|
file |
diff |
annotate
|
| Sun, 02 Jul 2023 13:23:51 +0200 |
Olaf Wintermann |
update ucx
|
file |
diff |
annotate
|
| Fri, 21 Apr 2023 21:25:32 +0200 |
Olaf Wintermann |
ucx 3 update, basic dav commands work, most stuff is still broken
|
file |
diff |
annotate
|
| Sat, 25 Mar 2023 17:23:09 +0100 |
Olaf Wintermann |
force mkcol for every directory in the dav put command
|
file |
diff |
annotate
|
| Wed, 02 Nov 2022 11:34:49 +0100 |
Olaf Wintermann |
use sys_* io functions in dav put
|
file |
diff |
annotate
|
| Sun, 08 Aug 2021 16:49:47 +0200 |
Olaf Wintermann |
add support for the secret store to dav-sync
|
file |
diff |
annotate
|
| Sun, 08 Aug 2021 14:59:02 +0200 |
Olaf Wintermann |
add set-master-password command
|
file |
diff |
annotate
|
| Sun, 08 Aug 2021 14:40:26 +0200 |
Olaf Wintermann |
fix error in dav add-user, if .dav dir doesn't exists
|
file |
diff |
annotate
|
| Sun, 08 Aug 2021 12:45:31 +0200 |
Olaf Wintermann |
implement secretstore unlock command
|
file |
diff |
annotate
|
| Fri, 04 Jun 2021 18:24:55 +0200 |
Olaf Wintermann |
add stream API
|
file |
diff |
annotate
|
| Wed, 14 Oct 2020 11:07:51 +0200 |
Mike Becker |
adds more characters to escape for shell completion
|
file |
diff |
annotate
|
| Sat, 25 Jul 2020 11:16:31 +0200 |
Olaf Wintermann |
add dav-sync outgoing command
|
file |
diff |
annotate
|
| Sun, 05 Apr 2020 11:06:34 +0200 |
Mike Becker |
adds support for -L option in dav edit
feature/dav-edit
|
file |
diff |
annotate
|
| Sun, 05 Apr 2020 10:13:09 +0200 |
Mike Becker |
cmd_edit: fixes wrong return code if the user did not change the file
feature/dav-edit
|
file |
diff |
annotate
|
| Sun, 05 Apr 2020 10:11:46 +0200 |
Mike Becker |
cmd_edit. fixes wrong variable in second strlen() call
feature/dav-edit
|
file |
diff |
annotate
|
| Sun, 05 Apr 2020 10:06:38 +0200 |
Mike Becker |
look up temp location + coherent return codes
feature/dav-edit
|
file |
diff |
annotate
|
| Sun, 05 Apr 2020 09:34:58 +0200 |
Mike Becker |
cmd_edit: replaces unlink() with sys_unlink() + keep tmp file on resource error
feature/dav-edit
|
file |
diff |
annotate
|
| Sat, 28 Mar 2020 17:15:47 +0100 |
Mike Becker |
removes win32 support for dav edit
feature/dav-edit
|
file |
diff |
annotate
|
| Sat, 28 Mar 2020 16:28:52 +0100 |
Mike Becker |
adds documentation of crypto flags to edit command
feature/dav-edit
|
file |
diff |
annotate
|
| Sat, 28 Mar 2020 16:04:46 +0100 |
Mike Becker |
adds check for encryption key (otherwise segfault when trying to create a fresh encrypted file without a key)
feature/dav-edit
|
file |
diff |
annotate
|
| Sat, 28 Mar 2020 15:58:30 +0100 |
Mike Becker |
cmd_edit - we do not need fstat() for detecting changes on the temporary file
feature/dav-edit
|
file |
diff |
annotate
|
| Sat, 28 Mar 2020 15:53:44 +0100 |
Mike Becker |
first draft for dav edit command
feature/dav-edit
|
file |
diff |
annotate
|
| Sun, 15 Dec 2019 16:54:05 +0100 |
Olaf Wintermann |
update man pages
|
file |
diff |
annotate
|
| Mon, 02 Dec 2019 13:29:36 +0100 |
Olaf Wintermann |
add support for unicode args on windows
|
file |
diff |
annotate
|
| Sat, 23 Nov 2019 15:14:50 +0100 |
Olaf Wintermann |
improve shell completion
|
file |
diff |
annotate
|
| Sat, 23 Nov 2019 11:46:45 +0100 |
Olaf Wintermann |
fix -c option for dav rm command
|
file |
diff |
annotate
|
| Sat, 26 Oct 2019 12:40:35 +0200 |
Olaf Wintermann |
increase security in case of broken secret stores
|
file |
diff |
annotate
|
| Sat, 26 Oct 2019 12:38:33 +0200 |
Mike Becker |
adds support for quotes in dav bash completion
|
file |
diff |
annotate
|
| Sat, 12 Oct 2019 13:42:02 +0200 |
Olaf Wintermann |
add edit-user command
|
file |
diff |
annotate
|
| Sat, 12 Oct 2019 11:17:11 +0200 |
Olaf Wintermann |
add remove-user and list-users commands
|
file |
diff |
annotate
|
| Sat, 12 Oct 2019 09:53:32 +0200 |
Olaf Wintermann |
update secret store format description
|
file |
diff |
annotate
|
| Sat, 12 Oct 2019 08:51:31 +0200 |
Olaf Wintermann |
add add-user command to help text
|
file |
diff |
annotate
|
| Sat, 12 Oct 2019 08:48:35 +0200 |
Olaf Wintermann |
remove command aliases from dav help text
|
file |
diff |
annotate
|
| Thu, 15 Aug 2019 20:25:21 +0200 |
Olaf Wintermann |
fix url2repo not creating a string dup in case a repo doesn't exist
|
file |
diff |
annotate
|
| Sat, 10 Aug 2019 21:32:07 +0200 |
Olaf Wintermann |
exclude tag xattr from xattribute sync
|
file |
diff |
annotate
|
| Fri, 02 Aug 2019 22:04:00 +0200 |
Olaf Wintermann |
implement links on Windows (shelllink)
|
file |
diff |
annotate
|
| Sun, 28 Jul 2019 13:07:53 +0200 |
Olaf Wintermann |
implement encrypted properties
|
file |
diff |
annotate
|
| Mon, 22 Apr 2019 12:54:31 +0200 |
Olaf Wintermann |
add func for creating the content of crypto-prop properties
|
file |
diff |
annotate
|
| Tue, 26 Mar 2019 18:28:37 +0100 |
Mike Becker |
adds multiple file support for mkdir and remove
|
file |
diff |
annotate
|
| Tue, 26 Mar 2019 18:11:34 +0100 |
Olaf Wintermann |
fixes more if statements and some warnings
|
file |
diff |
annotate
|
| Sun, 17 Mar 2019 18:11:31 +0100 |
Olaf Wintermann |
adds metadata support to dav-sync pull
|
file |
diff |
annotate
|
| Wed, 13 Mar 2019 18:43:30 +0100 |
Olaf Wintermann |
adds metadata config element for dav-sync
|
file |
diff |
annotate
|
| Wed, 13 Mar 2019 12:52:24 +0100 |
Olaf Wintermann |
adds xml attribute support and xattr property
|
file |
diff |
annotate
|
| Thu, 07 Mar 2019 11:47:44 +0100 |
Olaf Wintermann |
adds option to store a file info property
|
file |
diff |
annotate
|
| Tue, 26 Feb 2019 10:22:16 +0100 |
Mike Becker |
fixes signed vs unsigned inaccuracy for the -T option
|
file |
diff |
annotate
|