summaryrefslogtreecommitdiff
path: root/stc
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Change how config file errors are reportedHEADmasterDavid Zeuthen11-374/+851
2010-10-09Nuke stc_monitor_new_with_config_dir() - use STC_CONFIG_DIR envvar insteadDavid Zeuthen3-87/+15
2010-10-08Move daemon binary to /lib/stc-1/stcdDavid Zeuthen1-1/+1
2010-10-08Use item-prefixed options for specifying what device to act onDavid Zeuthen12-138/+67
2010-10-08Drop the --id part 'stc start' and 'stc stop'David Zeuthen1-14/+18
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-08Add stcd for automatically starting/stopping storage itemsDavid Zeuthen9-18/+1303
2010-10-08Add state STC_ITEM_STATE_DEFUNCT and show it for supported typesDavid Zeuthen7-196/+405
2010-10-07Make stc(8) print information when starting/stopping itemsDavid Zeuthen7-62/+296
2010-10-07Rework how options workDavid Zeuthen10-103/+89
2010-10-07Rename NickName to CommentDavid Zeuthen6-39/+39
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 Zeuthen4-48/+72
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 Zeuthen13-207/+2418
2010-10-05Don't use flags for StcItemStateDavid Zeuthen4-106/+42
2010-10-05Determine whether a configuration is currently or can be appliedDavid Zeuthen12-20/+1426
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 Zeuthen11-79/+453
2010-10-04Monitor configuration files and emit added, remove and changed signalsDavid Zeuthen9-47/+645
2010-09-30UpdatesDavid Zeuthen1-0/+5
2010-09-30UpdatesDavid Zeuthen11-153/+304
2010-09-29UpdatesDavid Zeuthen10-34/+763
2010-09-28Initial commitDavid Zeuthen17-0/+1516