~ubuntu-branches/ubuntu/precise/ubuntuone-client/precise-proposed

« back to all changes in this revision

Viewing changes to .pc/CVE-2011-4409.patch/data/syncdaemon.conf

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-07-09 15:46:44 UTC
  • mfrom: (1.1.67)
  • Revision ID: package-import@ubuntu.com-20120709154644-o0uwf18m26f9wka9
Tags: 3.0.2-0ubuntu1
* New upstream release. (LP: #1018991)
  - Wrap empty dicts with dbus.Dictionary. (LP: #711162)
  - Ignore IN_CLOSE_WRITE for directories. (LP: #872894)
  - Ignore .goutputstream temporary flies. (LP: #1012620)
  - Handle failures better in share creation. (LP: #1013180)
* debian/copyright:
  - Remove comma in list of files for dep5 copyright format.
* 00_bzr1259_lp1013401_reupload.patch:
  - Re-upload files when server reports empty hash. (LP: #1013401)
* debian/patches:
  - Remove upstreamed patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[__main__]
2
 
host.default = fs-1.one.ubuntu.com
3
 
host.help = The server address
4
 
 
5
 
dns_srv.default = _https._tcp.fs.ubuntuone.com
6
 
dns_srv.help = The DNS SRV record
7
 
 
8
 
disable_ssl_verify.default = False
9
 
disable_ssl_verify.action = store_true
10
 
disable_ssl_verify.parser = bool
11
 
disable_ssl_verify.help = Disable SSL certificate verification in a test environment.
12
 
 
13
 
port.default = 443
14
 
port.parser = int
15
 
port.help = The port on which to connect to the server
16
 
 
17
 
files_sync_enabled.default = True
18
 
files_sync_enabled.action = store_true
19
 
files_sync_enabled.parser = bool
20
 
files_sync_enabled.help = Toggles synchronization of files (False disables syncdaemon entirely)
21
 
 
22
 
root_dir.default = ~/Ubuntu One
23
 
root_dir.parser = home_dir
24
 
root_dir.help = Use the specified directory as the root
25
 
 
26
 
shares_dir.default = ubuntuone/shares
27
 
shares_dir.parser = xdg_data
28
 
shares_dir.help = Use the specified directory as shares root
29
 
 
30
 
data_dir.default = ubuntuone/syncdaemon
31
 
data_dir.parser = xdg_data
32
 
data_dir.help = Use the specified directory to store the metadata
33
 
 
34
 
oauth.help = Explicitly provide OAuth credentials. You can either provide the 4 values (consumer key and secret, plus the key and secret), or just the last two (key and secret).
35
 
oauth.metavar = [CONSUMER_KEY:CONSUMER_SECRET:]KEY:SECRET
36
 
 
37
 
debug.default = False
38
 
debug.action = store_true
39
 
debug.parser = bool
40
 
debug.help = output the log to stdout
41
 
 
42
 
mark_interval.default = 900
43
 
mark_interval.parser = int
44
 
mark_interval.help = log a "mark" every N seconds, defaults to 15 minutes
45
 
 
46
 
im_ok_with_being_root_pretty_please_let_me_be_root.default = False
47
 
im_ok_with_being_root_pretty_please_let_me_be_root.parser = bool
48
 
im_ok_with_being_root_pretty_please_let_me_be_root.action = store_true
49
 
im_ok_with_being_root_pretty_please_let_me_be_root.help = Allows the syncdaemon
50
 
    to run as root. Please don't use this option.
51
 
 
52
 
send_events_over_dbus.default = False
53
 
send_events_over_dbus.parser = bool
54
 
send_events_over_dbus.action = store_true
55
 
send_events_over_dbus.help = Enable sending "Event" singals for each internal 
56
 
    event
57
 
 
58
 
handshake_timeout.default = 50
59
 
handshake_timeout.parser = int
60
 
handshake_timeout.help = The timeout for the connection and related states, in seconds
61
 
 
62
 
udf_autosubscribe.default = False
63
 
udf_autosubscribe.parser = bool
64
 
udf_autosubscribe.help = Autosubsribe to new User Defined Folders, 'off' by default. 
65
 
                         (accepted values: 1/0, on/off, true/false and yes/no)
66
 
 
67
 
share_autosubscribe.default = False
68
 
share_autosubscribe.parser = bool
69
 
share_autosubscribe.help = Autosubsribe to new Shares, 'off' by default. 
70
 
                           (accepted values: 1/0, on/off, true/false and yes/no)
71
 
 
72
 
autoconnect.default = True
73
 
autoconnect.parser = bool
74
 
autoconnect.help = Autoconnect the syncdaemon when is ready to start file synchronization against the server, 'on' by default. 
75
 
                   (accepted values: 1/0, on/off, true/false and yes/no)
76
 
 
77
 
ignore.parser = lines
78
 
ignore.help = The list of (Python, not bash) regexes of the files that 
79
 
              SD should ignore.
80
 
ignore.default = \A#.*\Z
81
 
                 \A.*~\Z
82
 
                 \A.*\.py[oc]\Z
83
 
                 \A.*\.sw[nopx]\Z
84
 
                 \A.*\.swpx\Z
85
 
                 \A\..*\.tmp\Z
86
 
                 \A\.~lock\..*#\Z
87
 
 
88
 
use_trash.default = True
89
 
use_trash.parser = bool
90
 
use_trash.action = store_true
91
 
use_trash.help = Send the files and folders to Trash folder instead of
92
 
    removing them permanently.
93
 
 
94
 
simult_transfers.default = 10
95
 
simult_transfers.parser = int
96
 
simult_transfers.help = Quantity of Uploads and Downloads that will be run
97
 
    in parallel.
98
 
 
99
 
max_payload_size.default = 1400
100
 
max_payload_size.parser = int
101
 
max_payload_size.help = The maximum payload for messages sent to the server.
102
 
 
103
 
memory_pool_limit.default = 200
104
 
memory_pool_limit.parser = int
105
 
memory_pool_limit.help = How many AQ Commands will be kept in memory to execute.
106
 
 
107
 
 
108
 
[notifications]
109
 
show_all_notifications.default = True
110
 
show_all_notifications.parser = bool
111
 
show_all_notifications.action = store_true
112
 
show_all_notifications.help = Show all bubble notifications
113
 
 
114
 
 
115
 
[bandwidth_throttling]
116
 
on.default = False
117
 
on.parser = bool
118
 
on.action = store_true
119
 
on.help = Enable bandwidth throttling
120
 
 
121
 
read_limit.default = 2097152
122
 
read_limit.parser = throttling_limit
123
 
read_limit.metavar = DOWNLOAD_LIMIT
124
 
read_limit.help = Set the download limit (bytes/sec).
125
 
 
126
 
write_limit.default = 2097152
127
 
write_limit.parser = throttling_limit
128
 
write_limit.metavar = UPLOAD_LIMIT
129
 
write_limit.help = Set the upload limit (bytes/sec).
130
 
 
131
 
[debug]
132
 
lsprof_file.metavar = FILE
133
 
lsprof_file.help = Profile execution using the lsprof profiler, and write the 
134
 
    results to a specified file. If the filename ends with ".txt", text format 
135
 
    will be used. If the filename either starts with "callgrind.out" or end 
136
 
    with ".callgrind", the output will be formatted for use with KCacheGrind. 
137
 
    Otherwise, the output will be a pickle. *WARNING*: bzr must be installed.
138
 
 
139
 
manhole.default = False
140
 
manhole.parser = bool
141
 
manhole.action = store_true
142
 
manhole.help = Start a twisted manhole on port 2222
143
 
 
144
 
heapy_monitor.default = False
145
 
heapy_monitor.parser = bool
146
 
heapy_monitor.action = store_true
147
 
heapy_monitor.help = Start the heapy (guppy-pe) monitor thread (guppy-pe must
148
 
    be installed).