User:Kai: Difference between revisions

From SambaWiki
(→‎ToDo: Add Franky todo)
(→‎net utility: Link to User:kai/net_cli_redesign page.)
Line 18: Line 18:
==== net utility ====
==== net utility ====


* Redesign the command line interface of "net".
* [[User:Kai/net_cli_redesign | Redesign]] the command line interface of "net".
** Specify transport as option, not as command (net --ads instead of net ads).
** Specify transport as option, not as command (net --ads instead of net ads).
** Unify the parameters to commands as much as possible
** Unify the parameters to commands as much as possible

Revision as of 13:39, 4 June 2008

ToDo

Samba3

net utility

  • Remove use of global variables. ✓
  • Make the commands more consistent. ✓
  • Switch to using functable2 for all commands. ✓
  • Make "help" generate help text from the function table.
  • Switch to allocated function tables.
  • Make net use plugins for commands.
  • Get rid of getuid() == 0 checks.
  • i18n

Franky

net utility

  • Redesign the command line interface of "net".
    • Specify transport as option, not as command (net --ads instead of net ads).
    • Unify the parameters to commands as much as possible
    • Make use of libnetapi for net join, net user and net group where possible