SoC/2012: Difference between revisions

From SambaWiki
(Created page with "= SoC Projects 2012 = * ncurses based registry editor for the Samba(3) registy: ** Student: Chris Davis ** Mentors: Michael Adam, Andreas Schneider")
 
No edit summary
Line 1: Line 1:
= SoC Projects 2012 =
= SoC Projects 2012 =


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

** Student: Chris Davis
Original Idea:
** Mentors: Michael Adam, Andreas Schneider

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
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.

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

Revision as of 22:05, 13 December 2012

SoC Projects 2012

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

Original Idea:

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 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.