Commit Graph

34 Commits

Author SHA1 Message Date
ajacoutot
ee9b9322ef Update to accountsservice-0.6.30. 2013-01-05 15:02:05 +00:00
sthen
40f5f67190 cope with sysctl.h changes 2012-12-18 21:38:12 +00:00
ajacoutot
f1a76dc88f Update to accountsservice-0.6.29. 2012-12-06 14:35:48 +00:00
ajacoutot
b2eb60aee1 Bugfix update to accountsservice-0.6.26. 2012-11-16 08:50:19 +00:00
ajacoutot
5d4fe51704 Never delete uid 0. 2012-10-10 10:10:57 +00:00
ajacoutot
7c7e58a056 Update to accountsservice-0.6.25. 2012-09-27 05:53:43 +00:00
ajacoutot
3b93a091f6 Add _riak to the user ignore list.
Cleaner way of settingup the class.
2012-09-20 11:30:31 +00:00
ajacoutot
95356df0c5 Adapt after recent usermod(8) changes. 2012-09-18 07:58:10 +00:00
ajacoutot
3e02a823b8 Update to accountsservice-0.6.24. 2012-09-11 14:42:37 +00:00
ajacoutot
f5e3aee4f3 Exclude ports/system users that have a login shell since we only want to
deal with human users
2012-07-08 16:35:19 +00:00
ajacoutot
ef0b6f6c85 SECURITY update to accountsservice-0.6.22. 2012-07-05 07:18:59 +00:00
ajacoutot
2ccc6edecc Fix removal of user/group. 2012-05-11 18:19:10 +00:00
ajacoutot
29fce94f67 Bugfix update to accountsservice-0.6.20. 2012-05-11 15:32:46 +00:00
ajacoutot
14ea07a98a Update to accountsservice-0.6.18. 2012-04-23 13:37:55 +00:00
ajacoutot
c177b177ef Update to accountsservice-0.6.17. 2012-03-28 09:05:54 +00:00
ajacoutot
1340b96119 OpenBSD does not require -lcrypt, DES encryption is part of the standard
libc.
2012-01-12 13:59:29 +00:00
naddy
d24417d408 catch up with KERN_PROC2 -> KERN_PROC change 2012-01-08 19:42:02 +00:00
ajacoutot
3790ee1e99 Properly handle ACCOUNT_TYPE_STANDARD and ACCOUNT_TYPE_ADMINISTRATOR. 2011-12-02 20:07:26 +00:00
ajacoutot
238aea3484 Fix users creation. 2011-12-02 17:55:00 +00:00
ajacoutot
e9b15534ea Start fixing this nightmare... 2011-12-02 17:45:58 +00:00
ajacoutot
ce708e2019 Bugfix update to accountsservice-0.6.15. 2011-10-29 11:00:39 +00:00
ajacoutot
b46659935d For now, revert upstream commit:
'daemon: get login frequency from wtmp instead of ConsoleKit'
It makes use of utmpx so we'll have to port it over.
2011-09-08 13:56:53 +00:00
ajacoutot
de096dd44b Update to accountsservice-0.6.14. Still needs some major work. 2011-09-08 13:15:52 +00:00
ajacoutot
d5392a8408 Better, from robert@ and pirofti@ 2011-07-04 05:16:47 +00:00
ajacoutot
f1e73ba9cd Implement user (un)locking. 2011-07-04 01:35:57 +00:00
ajacoutot
aad2e6be34 Rework the getgrouplist patch. 2011-07-03 23:26:25 +00:00
ajacoutot
cb653b8a48 Tweak. 2011-07-03 20:16:35 +00:00
ajacoutot
447a06c34b Fix path to gdm/custom.conf. 2011-06-17 14:27:55 +00:00
ajacoutot
3239a328de Fix several users management related functions. 2011-05-29 08:27:05 +00:00
ajacoutot
07c05a5c24 Don't try to open /proc, use kvm(3) instead.
reviewed by robert@
2011-05-23 08:22:43 +00:00
ajacoutot
4faf041b78 Oops, I meant to use g_strcmp0 here. 2011-05-22 17:34:55 +00:00
ajacoutot
ba9b9561d5 Make it possible to lock/unlock users. 2011-05-22 17:30:00 +00:00
ajacoutot
30ca46e876 Fix adding/deleting users with upcoming gnome-control-center 3. 2011-05-22 12:21:41 +00:00
ajacoutot
062fda667a Import accountsservice-0.6.12.
The AccountsService project provides:
    * A set of D-Bus interfaces for querying and manipulating user
      account information.
    * An implementation of these interfaces based on the usermod(8),
      useradd(8) and userdel(8) commands

ok jasper@ ("though I'm surprised they didn't name it 'accountskit'")
2011-05-22 10:57:32 +00:00