Joey Hess
f35ef9d697
API change: Added User and Group newtypes, and Properties that used to use the type UserName = String were changed to use them.
...
Note that UserName is kept and PrivData still uses it in its sum type.
This is to avoid breaking PrivData serialization.
2015-04-22 13:04:39 -04:00
Joey Hess
d3dbdb1f4d
propellor spin
2015-04-21 23:08:10 -04:00
Joey Hess
dc22e14341
propellor spin
2015-04-21 23:01:48 -04:00
Joey Hess
f7f758af28
propellor spin
2015-04-21 22:43:31 -04:00
Joey Hess
54f6972041
propellor spin
2015-04-21 22:39:35 -04:00
Joey Hess
a4a582089c
propellor spin
2015-04-21 22:23:29 -04:00
Joey Hess
07be883258
debCdn changed to new httpredir.debian.org official replacement for http.debian.net.
2015-04-19 21:36:07 -04:00
Joey Hess
3d735c52f4
Added hasLoginShell and shellEnabled.
...
My code with some improvements from weinzwang.
2015-04-19 21:00:21 -04:00
Joey Hess
fe6ff079e6
cleanup
2015-04-19 12:28:29 -04:00
Joey Hess
b9a093c988
jessie is almost ready to be the new debian stable, update a few examples
...
no behavior changes
2015-04-19 09:41:40 -04:00
Joey Hess
775d72d627
new laptop
2015-04-14 14:47:47 -04:00
Joey Hess
c4d34f1f89
propellor spin
2015-04-12 15:10:39 -04:00
Joey Hess
64adadd9ff
propellor spin
2015-04-12 15:10:03 -04:00
Joey Hess
aa278d34a0
expand
2015-04-11 10:13:17 -04:00
Joey Hess
9b4142421a
propellor spin
2015-04-09 23:09:49 -04:00
Joey Hess
15569ee17a
remove ssh key from desc, too long
2015-04-09 00:42:51 -04:00
Joey Hess
b2cc78c1fc
propellor spin
2015-04-09 00:41:41 -04:00
Joey Hess
c704271c52
propellor spin
2015-04-07 12:51:40 -04:00
Joey Hess
8d2e46ab98
propellor spin
2015-04-07 12:46:26 -04:00
Joey Hess
c25be89f87
propellor spin
2015-04-07 12:42:54 -04:00
Joey Hess
2d400b57ea
propellor spin
2015-04-07 12:41:05 -04:00
Joey Hess
511b603fb0
propellor spin
2015-04-07 12:39:08 -04:00
Joey Hess
c1622fce6f
propellor spin
2015-04-07 12:37:42 -04:00
Joey Hess
2c2cde0b5c
propellor spin
2015-04-07 12:36:52 -04:00
Joey Hess
cc4129ea07
propellor spin
2015-04-07 12:34:13 -04:00
Joey Hess
ccdb432d2d
split out a module
2015-04-07 12:34:02 -04:00
Joey Hess
24bb1cdb46
propellor spin
2015-04-07 12:21:07 -04:00
Joey Hess
8e10149893
propellor spin
2015-04-07 12:15:08 -04:00
Joey Hess
798a94f75d
propellor spin
2015-04-07 12:14:01 -04:00
Joey Hess
f93d3a93a7
syntax
2015-04-07 12:11:34 -04:00
Joey Hess
4afbee11ac
fix func name
2015-04-07 12:11:00 -04:00
Joey Hess
749047d112
fix syntax
2015-04-07 12:10:17 -04:00
Joey Hess
b7ba169ae0
fix missing backslash
2015-04-07 12:09:51 -04:00
Joey Hess
cba45e3637
one more indent
2015-04-07 12:08:43 -04:00
Joey Hess
effde8f1ea
change context
2015-04-07 12:08:14 -04:00
Joey Hess
e309559f53
indents
2015-04-07 12:07:34 -04:00
Joey Hess
33286c6ced
iabak patch from db48x
2015-04-07 12:04:20 -04:00
Joey Hess
ca9afc5a02
propellor spin
2015-04-06 11:28:36 -04:00
Joey Hess
7bc90a2e75
propellor spin
2015-04-04 21:44:17 -04:00
Joey Hess
85d322288f
propellor spin
2015-04-04 21:32:45 -04:00
Joey Hess
969f4a946e
propellor spin
2015-04-04 21:15:14 -04:00
Joey Hess
cfbdc009a8
propellor spin
2015-04-04 21:08:56 -04:00
Joey Hess
25c07337f8
propellor spin
2015-04-03 02:32:34 -04:00
Joey Hess
f545bf3615
propellor spin
2015-04-03 02:29:39 -04:00
Joey Hess
527d513477
propellor spin
2015-04-03 02:12:08 -04:00
Joey Hess
c6157babb1
remove old alias
2015-04-02 17:38:14 -04:00
Joey Hess
1413e9c619
/dev/null any error from propellor --check
...
This includes "unknown option" from old versions of propellor..
2015-04-02 10:25:35 -04:00
Joey Hess
fd866242f0
propellor spin
2015-04-02 10:23:32 -04:00
Joey Hess
f8d069d72e
propellor spin
2015-04-02 10:20:59 -04:00
Joey Hess
86783dc52d
Make propellor resistent to changes to shared libraries, such as libffi
...
* Make propellor resistent to changes to shared libraries, such as libffi,
which might render the propellor binary unable to run. This is dealt with
by checking the binary both when running propellor on a remote host,
and by Cron.runPropellor. If the binary doesn't work, it will be rebuilt.
* Note that since a new switch had to be added to allow testing the binary,
upgrading to this version will cause a rebuild from scratch of propellor.
2015-04-02 10:20:44 -04:00