summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Change how config file errors are reportedHEADmasterDavid Zeuthen14-375/+875
2010-10-09Nuke stc_monitor_new_with_config_dir() - use STC_CONFIG_DIR envvar insteadDavid Zeuthen5-89/+33
2010-10-09Explicitly mention that if LuksPassphrase is absent, the user is asked for itDavid Zeuthen1-2/+6
2010-10-08Move daemon binary to /lib/stc-1/stcdDavid Zeuthen2-2/+2
2010-10-08Use item-prefixed options for specifying what device to act onDavid Zeuthen14-183/+192
2010-10-08Drop the --id part 'stc start' and 'stc stop'David Zeuthen4-18/+22
2010-10-08Clarify that only items with Auto=true will be started/stopped by stcd(8)David Zeuthen1-5/+8
2010-10-08Avoid leaking a GUdevDevice when update state for Luks itemsDavid Zeuthen1-1/+1
2010-10-08Add enough infrastructure to make it possible to trace memory leaksDavid Zeuthen4-0/+194
2010-10-08Demote log message from INFO to DEBUGDavid Zeuthen1-2/+2
2010-10-08Mention the Auto option in the stc.conf man pageDavid Zeuthen1-0/+19
2010-10-08Add stcd for automatically starting/stopping storage itemsDavid Zeuthen16-31/+1383
2010-10-08Add state STC_ITEM_STATE_DEFUNCT and show it for supported typesDavid Zeuthen11-203/+435
2010-10-07Make stc(8) print information when starting/stopping itemsDavid Zeuthen8-64/+300
2010-10-07Move from stc(1) to stc(8)David Zeuthen3-9/+9
2010-10-07Write man page for stc toolDavid Zeuthen2-21/+202
2010-10-07Rework how options workDavid Zeuthen11-153/+147
2010-10-07Rename NickName to CommentDavid Zeuthen8-41/+41
2010-10-06Forgot to add fileDavid Zeuthen1-0/+29
2010-10-06Add a stc.conf(5) man pageDavid Zeuthen4-0/+293
2010-10-06Add LUKS:mapping_name option to specify the name of the created DM deviceDavid Zeuthen1-2/+7
2010-10-06Handle multiple mount pointsDavid Zeuthen5-49/+73
2010-10-06Handle error paths correctlyDavid Zeuthen1-8/+16
2010-10-06Don't complete --allow-degraded for the stop verb in stc(1)David Zeuthen1-1/+1
2010-10-06Check if device is already ounted before mounting itDavid Zeuthen1-4/+21
2010-10-06Add --allow-degraded option to stc(1)'s start verbDavid Zeuthen1-4/+29
2010-10-06Nuke can-start-dependencies; use can-start and can-start-degraded insteadDavid Zeuthen3-8/+9
2010-10-06UpdatesDavid Zeuthen18-203/+2443
2010-10-05Don't use flags for StcItemStateDavid Zeuthen4-106/+42
2010-10-05Determine whether a configuration is currently or can be appliedDavid Zeuthen13-23/+1431
2010-10-05Use proper sort orderDavid Zeuthen3-6/+7
2010-10-04Add semantic checksDavid Zeuthen9-15/+148
2010-10-04Implement Depends, 'list' verb in stc(1) and add default stc.conf fileDavid Zeuthen13-79/+455
2010-10-04Monitor configuration files and emit added, remove and changed signalsDavid Zeuthen9-47/+645
2010-09-30UpdatesDavid Zeuthen1-0/+5
2010-09-30UpdatesDavid Zeuthen12-157/+309
2010-09-29UpdatesDavid Zeuthen11-34/+765
2010-09-28Don't include stc_item_type_get_type in the docsDavid Zeuthen1-1/+1
2010-09-28Initial commitDavid Zeuthen25-0/+1960