Developer Documentation: Difference between revisions

From SambaWiki
(Update info on git)
(Added link to Samba Security Documentation)
(15 intermediate revisions by 5 users not shown)
Line 8: Line 8:


* [[ActiveProjects|Active projects]]
* [[ActiveProjects|Active projects]]



= Release planning =
= Release planning =
Line 16: Line 17:


* [[Samba_Next_Goals|Samba Next Goals]]
* [[Samba_Next_Goals|Samba Next Goals]]



= Source code =
= Source code =
Line 22: Line 24:


Two web interfaces are:
Two web interfaces are:
* [https://git.samba.org/?p=samba.git;a=heads Samba's own GitWeb]
* [https://git.samba.org/?p=samba.git;a=heads Samba's own GitWeb] ([https://git.samba.org/?p=samba.git;a=shortlog;h=refs/heads/master latest changes in the master branch])

* [https://github.com/samba-team/samba Official Samba GitHub Mirror]
* [https://github.com/samba-team/samba Official Samba GitHub Mirror]




= Debugging / Testing =
= Debugging / Testing =

* [[The_Samba_Selftest_System|The Samba Selftest System]]

* [[Samba CI on gitlab]]


* [[Writing_Torture_Tests|Writing Torture Tests]]
* [[Writing_Torture_Tests|Writing Torture Tests]]

* [[Writing_Python_Tests|Writing Python Tests]]

* [[Writing_cmocka_Tests|Writing cmocka Tests]]

* [[Writing_Shell_Tests|Writing Shell Tests]]

* [[Writing_Perl_Tests|Writing Perl Tests]]


* [[WinTest|Testing against Windows using WinTest]]
* [[WinTest|Testing against Windows using WinTest]]
Line 43: Line 58:


* [[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]]

* [[Testing removal of ifdef or configure checks|Testing removal of #ifdef or configure checks]]


= Bug reporting =
= Bug reporting =
Line 50: Line 67:
* [[Capture_Packets|Packet capturing]]
* [[Capture_Packets|Packet capturing]]



= Security =

* [[Samba_Security_Documentation|Samba Security Documentation]]




Line 64: Line 85:
* [[Writing a Samba VFS Module]] (for Samba 4.0 and above)
* [[Writing a Samba VFS Module]] (for Samba 4.0 and above)


= Clustered Samba =


* [[Clustered_Samba|Clustered Samba]]


= Clustered Samba =
* [[CTDB_Project|CTDB Project]]


* [[CTDB_and_Clustered_Samba|CTDB and Clustered Samba]]


* [[New_clustering_features_in_SMB3_and_Samba|New clustering features in SMB3 and Samba]]


= Building Samba =
= Building Samba =
Line 119: Line 140:


* [http://download.samba.org/pub/samba/rc/ Development Releases of Samba4 (technology previews, alphas, betas, release candidates)]
* [http://download.samba.org/pub/samba/rc/ Development Releases of Samba4 (technology previews, alphas, betas, release candidates)]



= Academic Writings etc. =

* [https://www.samba.org/samba/news/articles/gensec-white-paper.pdf GENSEC white paper (2005)]

* [https://www.samba.org/samba/news/articles/abartlet_thesis.pdf Thesis on Samba (2005)]

* [https://www.samba.org/~metze/presentations/2007/thesis/StefanMetzmacher_Bachelorthesis_ENG_Draft-9811557.pdf Thesis on Samba replication (2007)]

* [https://www.samba.org/samba/news/articles/samba3-4_integration.pdf Integration of Samba 3 & Samba 4 (2005)]

* [http://is.muni.cz/th/359290/fi_b/thesis.pdf Thesis on Talloc (2012)]

Revision as of 17:29, 19 August 2019

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

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.