Difference between revisions of "Developer Documentation"
Mmuehlfeld (talk | contribs) (First draft of a page which contain links to all developer related wiki pages) |
Mmuehlfeld (talk | contribs) (Added more links about development) |
||
Line 20: | Line 20: | ||
* [[Samba_Features_added/changed_(by_release)|Samba Features added/changed (by release)]] | * [[Samba_Features_added/changed_(by_release)|Samba Features added/changed (by release)]] | ||
+ | |||
+ | |||
+ | |||
+ | = Source code = | ||
+ | |||
+ | * GitWeb | ||
+ | |||
+ | :* [http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test v4-0-test] (branch for next 4.0.x release) | ||
+ | |||
+ | :* [http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-stable v4-0-stable] (branch for current 4.0.x release) | ||
+ | |||
+ | :* [http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master master] (current Samba development for future releases) | ||
+ | |||
+ | : For more info on available branches, as well how to obtain the sources via a Git client, see the [http://www.samba.org/samba/devel samba.org devel page]. | ||
Line 44: | Line 58: | ||
* [[Capture_Packets|Packet capturing]] | * [[Capture_Packets|Packet capturing]] | ||
+ | |||
+ | |||
+ | |||
+ | = VFS = | ||
+ | |||
+ | * [http://www.samba.org/~sharpe/The-Samba-VFS.pdf Writing a Samba VFS] | ||
Line 52: | Line 72: | ||
* [[CTDB_Project|CTDB Project]] | * [[CTDB_Project|CTDB Project]] | ||
+ | |||
+ | |||
+ | |||
+ | = Building Samba = | ||
+ | |||
+ | * [[BuildsystemUseAndWhy|Building Samba 4]] (Which build system to use and why) | ||
+ | |||
+ | * [[Waf|Using waf to Build Samba]] | ||
+ | |||
+ | |||
+ | |||
+ | = Building packages = | ||
+ | |||
+ | * [[Samba4/Debian|Building Debian Packages of Samba 4]] | ||
Revision as of 20:14, 21 May 2013
Contents
How can I contribute
Release planning
Source code
- GitWeb
- v4-0-test (branch for next 4.0.x release)
- v4-0-stable (branch for current 4.0.x release)
- master (current Samba development for future releases)
- For more info on available branches, as well how to obtain the sources via a Git client, see the samba.org devel page.
Debugging / Testing
Bug reporting
VFS
Clustered Samba
Building Samba
- Building Samba 4 (Which build system to use and why)
Building packages