SoC/2012: Difference between revisions

From SambaWiki
No edit summary
(add samba-gtk)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
== Implement a ncurses based registry editor for the Samba(3) registy ==
== Implement a ncurses based registry editor for the Samba(3) registy ==


There are currently only two ways to access Samba's registry in a readable way.
Original Idea:
One is using the 'net' command to enumerate it. You can also

As Samba has a registry there are currently only two ways to access
it in a readable way. One is using the 'net' command to enumerate it. You can also
modify entries with it. The other is using a regedit on a Windows machine and connect
modify entries with it. The other is using a regedit on a Windows machine and connect
over the registry remote protocol.
over the registry remote protocol.
Line 12: Line 10:
access the local registry directly and also a registry over the RPC protocol remotely.
access the local registry directly and also a registry over the RPC protocol remotely.


* Language(s): C
* Language: C
* Mentors: [[Obnox|Michael Adam]] and [[User:GlaDiaC|Andreas Schneider]]
* Mentors: [[Obnox|Michael Adam]] and [[User:GlaDiaC|Andreas Schneider]]
* Student: Chris Davis
* Student: Chris Davis

== Samba GTK+ frontends ==

* Language: Python
* Mentor: [[Jelmer|JelmerVernooij]]
* Student: Dhananjay Sathe

Latest revision as of 22:29, 13 December 2012

SoC Projects 2012

Implement a ncurses based registry editor for the Samba(3) registy

There are currently only two ways to access Samba's registry in a readable way. One is using the 'net' command to enumerate it. You can also modify entries with it. The other is using a regedit on a Windows machine and connect over the registry remote protocol. We would like to have a ncurses based registry editor for Samba. It should be able to access the local registry directly and also a registry over the RPC protocol remotely.

Samba GTK+ frontends