nextcloud-desktop/src
Andreas Schneider 061fa6cc1b misc: Correctly handle getenv().
The returned string of getenv() has an unknown size. You need to store
the result always in a char array with a certain size to make sure we
don't feed tainted data to the next function call.
2013-03-19 14:17:44 +01:00
..
std Remove strange _tcslen define and fixed some potential leaks. 2013-02-07 14:45:12 +02:00
vio Return a proper error code in case the file is locked on win32. 2013-02-13 12:38:50 +02:00
CMakeLists.txt iconv support 2012-12-07 13:03:01 +01:00
csync.c Allow to configure the timeout in the config 2013-02-13 18:25:28 +01:00
csync.h Push version to 0.70.4 2013-02-20 17:39:16 +01:00
csync_config.c Allow to configure the timeout in the config 2013-02-13 18:25:28 +01:00
csync_config.h Document csync_config_load(). 2009-05-22 20:19:06 +02:00
csync_dbtree.c Fix removing of folder when the folder is locked on windows. 2013-02-13 19:20:26 +01:00
csync_dbtree.h Added functions to read the file tree from database. 2012-08-23 17:48:24 +03:00
csync_exclude.c Exclude: Tell which file we load 2012-12-11 17:28:37 +01:00
csync_exclude.h Improve the documentation of csync_excluded(). 2009-05-22 20:21:20 +02:00
csync_lock.c Merge remote-tracking branch 'origin/master' into dav 2012-12-03 17:32:08 +01:00
csync_lock.h csync: Add a new logging system. 2012-10-30 11:27:21 +01:00
csync_log.c Shorten log line a bit by removing the year part of the date. 2012-12-06 11:34:26 +01:00
csync_log.h Removed old log callback code. 2012-12-03 19:41:44 +01:00
csync_macros.h Added new error types for service unavail, quoto and file too big. 2013-01-13 21:39:54 +01:00
csync_misc.c misc: Correctly handle getenv(). 2013-03-19 14:17:44 +01:00
csync_misc.h Proper errno to csync error conversion, more errno fixes in oC module. 2012-12-17 17:22:24 +01:00
csync_private.h Allow to configure the timeout in the config 2013-02-13 18:25:28 +01:00
csync_propagate.c Fix removing of folder when the folder is locked on windows. 2013-02-13 19:20:26 +01:00
csync_propagate.h Only do the correctId after both the remote and the local have been processed 2013-01-10 11:32:27 +01:00
csync_reconcile.c Removed some useless logging. 2013-02-19 09:40:14 +01:00
csync_reconcile.h Fix the documentation of the reconciliation. 2009-05-25 12:58:00 +02:00
csync_statedb.c Reduce the sqlite_compile errors dramatically. 2013-01-16 16:27:59 +01:00
csync_statedb.h Added function csync_statedb_get_below_path. 2012-10-16 13:14:04 +02:00
csync_time.c Moved error_code to context for thread savety. 2012-07-09 13:25:46 +02:00
csync_time.h Moved error_code to context for thread savety. 2012-07-09 13:25:46 +02:00
csync_update.c Reduce the sqlite_compile errors dramatically. 2013-01-16 16:27:59 +01:00
csync_update.h Add a group for update detection functions. 2009-05-25 11:58:31 +02:00
csync_util.c Don't abort in merge_tree if the file don't exist 2013-01-10 11:32:41 +01:00
csync_util.h Win32: Hide file while downloading 2012-12-10 19:15:16 +01:00