Developer Documentation: Difference between revisions

From SambaWiki
(Remove outdated Franky referneces)
 
(One intermediate revision by the same user not shown)
Line 110: Line 110:
= Building Samba =
= Building Samba =


* [[Build_Samba_from_Source|How to build Samba from source]]
* [[BuildsystemUseAndWhy|Building Samba 4]] (Which build system to use and why)


* [[Waf|Using waf to Build Samba]]
* [[Waf|Using waf to Build Samba]]




= Building packages =
= Building packages =
Line 137: Line 135:


* [[Samba4/Status|Samba 4 Status]]
* [[Samba4/Status|Samba 4 Status]]

* [[Franky|Franky]]: A Hybrid Samba Active Directory Controller (outdated!)


* [[Samba4/s3fs|An Explanation of the s3fs Architecture for Using smbd in the AD Server]]
* [[Samba4/s3fs|An Explanation of the s3fs Architecture for Using smbd in the AD Server]]

Latest revision as of 21:11, 20 May 2024

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:

Samba is no longer actively developed on GitHub but for reference and to keep old code from being mistakenly examined, the Offical Samba Team GitHub Mirror is kept up to date.

Samba codebase organization

Broadly speaking, the Samba source-code tree can be organized into the following major groups:

  • Top-level libraries, which contains common code shared amongst the Samba processes.
  • Source3, which is code primarily used by the file server and domain member.
  • Source4, which is code primarily used by the Active Directory Domain Controller.
  • Infrastructure components, which provide the build and test framework for Samba.
  • Autogenerated code, which is used for parsing DCE/RPC packets as well as other regularly structured buffers.

The Samba codebase is broken down in detail in the Samba codebase organization page.

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

Prehistoric documentation from the Samba3 development era

Academic Writings etc.