Developer Documentation: Difference between revisions

From SambaWiki
(add link to page split out of security documentation, provide sub-headings)
(add python to Debugging help)
(3 intermediate revisions by the same user not shown)
Line 49: Line 49:
* [[WinTest|Testing against Windows using WinTest]]
* [[WinTest|Testing against Windows using WinTest]]


* [[Understanding_make_test|Understanding make test]]
* [[Debugging_individual_tests|Debugging individual tests]]


== Debugging help ==
== Debugging help ==
Line 60: Line 60:


* [[Saving_RPC_FAULTs|Saving packets that failed to parse to test IDL fixes using ndrdump]]
* [[Saving_RPC_FAULTs|Saving packets that failed to parse to test IDL fixes using ndrdump]]

* [[Python/Debugging|Debugging in Python]]


== Development testing ==
== Development testing ==


* [[Testing removal of ifdef or configure checks|Testing removal of #ifdef or configure checks]]
* [[Testing removal of ifdef or configure checks|Testing removal of #ifdef or configure checks]]
* [[Fuzzing|Information on Samba's fuzzing infrastructure]]


= Bug reporting =
= Bug reporting =

Revision as of 23:31, 4 June 2020

How can I contribute


Release planning


Source code

Samba development is stored in the Git SCM system. See Using Git for Samba Development for more detail on how Samba uses Git.

Two web interfaces are:


Debugging / Testing

Writing and running Samba tests

Debugging help

Development testing

Bug reporting


Security

Presentations


VFS


Clustered Samba

Building Samba


Building packages


Google Summer of Code


Historical Documentation on the Development of Samba4

  • Franky: A Hybrid Samba Active Directory Controller (outdated!)


Academic Writings etc.