[SCM] Samba GTK+ frontends branch, master, updated. a9afd76f021132bac7effeb1ea3733d60591feee

Jelmer Vernooij jelmer at samba.org
Tue Apr 12 07:15:20 MDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Samba GTK+ frontends".

The branch, master has been updated
       via  a9afd76f021132bac7effeb1ea3733d60591feee (commit)
       via  3757aadf28f5c7a3b76a52105398373ac83893c2 (commit)
       via  eb0bf33fce2a5ff94f22049ff25f1ae2d94ae3b6 (commit)
       via  f882cd63bba23b73a3bc768077daf20cc9f9276b (commit)
      from  03db4beb5de4ad4fcf72d1dc81e2c1eec4034892 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a9afd76f021132bac7effeb1ea3733d60591feee
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Apr 12 15:18:37 2011 +0200

    Split atsvc-related code into a separate module.

commit 3757aadf28f5c7a3b76a52105398373ac83893c2
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Apr 11 18:11:18 2011 +0200

    Split SAM-related functionality out into sambagtk.sam.

commit eb0bf33fce2a5ff94f22049ff25f1ae2d94ae3b6
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Apr 11 18:07:31 2011 +0200

    Split svcctl-related functionality out into a separate file.

commit f882cd63bba23b73a3bc768077daf20cc9f9276b
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Apr 11 18:04:33 2011 +0200

    Split registry specific stuff out to sambagtk.registry.

-----------------------------------------------------------------------

Summary of changes:
 gregedit                |    6 +-
 sambagtk/atsvc.py       |  647 +++++++++
 sambagtk/dialogs.py     | 3420 +----------------------------------------------
 sambagtk/main.py        |    3 +-
 sambagtk/objects.py     |  447 -------
 sambagtk/pygwcrontab.py |    6 +-
 sambagtk/pygwregedit.py |   10 +-
 sambagtk/pygwsam.py     |  236 ++--
 sambagtk/pygwsvcctl.py  |   80 +-
 sambagtk/registry.py    | 1906 ++++++++++++++++++++++++++
 sambagtk/sam.py         |  688 ++++++++++
 sambagtk/svcctl.py      |  614 +++++++++
 12 files changed, 4048 insertions(+), 4015 deletions(-)
 create mode 100644 sambagtk/atsvc.py
 create mode 100644 sambagtk/registry.py
 create mode 100644 sambagtk/sam.py
 create mode 100644 sambagtk/svcctl.py


hooks/post-receive
-- 
Samba GTK+ frontends


More information about the samba-cvs mailing list