Skip to content
Snippets Groups Projects
  1. Nov 06, 2011
  2. Apr 02, 2011
  3. Dec 16, 2010
  4. Dec 08, 2010
  5. Dec 06, 2010
  6. Aug 21, 2010
  7. Aug 20, 2010
    • Milan Bouchet-Valat's avatar
      Update MAINTAINERS file · 3146c7c5
      Milan Bouchet-Valat authored
      Sorry Carlos! ;-)
      3146c7c5
    • Milan Bouchet-Valat's avatar
      Set D-Bus timeout to max for replies from modules · 64526025
      Milan Bouchet-Valat authored
      Some tasks can take a long time to complete, and modules
      don't reply until they are done. Increase the timeout to
      avoid sending an error to the clients in that case. Clients
      can still use a short timeout if they want, and they'll get
      the same error message.
      
      liboobs 2.31.91 takes advantage of this with
      oobs_object_commit_async(), by setting a long timeout too.
      64526025
    • Milan Bouchet-Valat's avatar
      Rework handling of home directory changes · dc7ef9db
      Milan Bouchet-Valat authored
      The "chown home" flag was only supported when adding a user,
      use it in change_user() too. Add "copy home" and "erase home"
      flags to allow finer control on home dir changes. Create a
      new directory if new home does not exist yet, and handle
      complex situations where old home and/or new home exist.
      
      Fix a typo where $user, $old_user and $new_user where mixed
      in lock management.
      dc7ef9db
  8. Aug 17, 2010
  9. Mar 29, 2010
  10. Mar 25, 2010
  11. Mar 20, 2010
    • Milan Bouchet-Valat's avatar
      Identify users by login, not UID · 48182975
      Milan Bouchet-Valat authored
      Login is considered to be the fixed way of identifying users and groups. This allows changing their UID. Changing a user's login is not possible since we would consider it as a new user. This is how things were supposed to work (see the gnome-system-tools).
      
      Also see commit 34e69955, which fixed the same mistake for groups.
      48182975
  12. Mar 15, 2010
  13. Mar 14, 2010
  14. Mar 13, 2010
    • Milan Bouchet-Valat's avatar
      Fix wrong int size when getting UID in dispatch_self_config() · 2465d523
      Milan Bouchet-Valat authored
      dbus_message_get_args() with type DBUS_TYPE_UINT32 requires passing a reference to a guint32. The gulong we were using was 64 bits long on amd64 platforms, meaning the higher half of the UID was garbage. This fixes a bug preventing people from changing their own settings, which occurred because the passed UID was rejected.
      2465d523
    • Milan Bouchet-Valat's avatar
      Fix nulling GError before use · 00d6fafc
      Milan Bouchet-Valat authored
      This was causing a crash in some cases of Authentication failure. Since the error wasn't null, it wasn't filled, and we were passing to dbus_message_new_error() the invalid error->message string, via return_error().
      00d6fafc
  15. Mar 10, 2010
  16. Mar 08, 2010
  17. Mar 05, 2010
  18. Mar 04, 2010
  19. Mar 03, 2010
  20. Feb 15, 2010
  21. Feb 10, 2010
  22. Feb 09, 2010
  23. Feb 08, 2010
Loading