|
Repository
A Subversion repository is available
that contains all PHP source files (include files, webGUI pages, rc scripts, captive portal stuff)
and other build-related files.
Access
The repository can be accessed at the following URL:
http://svn.m0n0.ch/wall
Anonymous read-only access to the entire tree is possible, but only regular m0n0wall contributors
with an SVN account may commit changes to the tree (if you are a regular contributor and would like
an account, contact mk@neon1.net). The committers are listed below; if you have
a modification to m0n0wall that you think is good enough to be included in the official codebase,
contact one of the committers or post your patch on the m0n0wall-dev mailing list.
Commit notifications
All commits trigger an automatic e-mail to the mailing list m0n0wall-commits@lists.m0n0.ch.
See this page to learn how to subscribe to that mailing list and get notified about commits.
Clients
There are GUI frontends to SVN available
for those who don't like the command-line version (e.g. TortoiseSVN for Windows).
Repository layout
There is no "trunk" directory in the repository anymore; development is done in one of
the main branch directories (1.23, freebsd6 or freebsd8).
Commits to those directories should always attempt to keep things in a working state, i.e.
it should always be possible to build a working beta release from the contents of these three branch directories.
Extensive changes that cannot reasonably be made in a single commit should be done in a separate branch
(by copying an existing branch to a new directory inside the branches directory)
that can be merged back (or form an entirely new branch) when the changes have stabilized.
For every official m0n0wall release (including beta versions), a copy is made in the tags
directory with the name 'release-[version]'. No commits will ever be made to anything inside the tags
directory.
Committers
The following individuals have commit access to the m0n0wall repository:
- Chris Buechler (cbuechler) <cbuechler at gmail dot com>
- Dinesh Nair (dinesh) <dinesh at alphaque dot com>
- Jonathan de Graeve (jdegraeve) <Jonathan dot De dot Graeve at imelda dot be>
- Manuel Kasper (mkasper) <mk at neon1 dot net>
- Paul Taylor (ptaylor) <PaulTaylor at winn dash dixie dot com>
- Michael Iedema (michael.iedema) <michael at askozia dot com>
- Marcel Wiget (mwiget) <mwiget at gmail dot com>
- Shawn Giese (sgiese) <shawngiese at gmail dot com>
- Andrew White (awhite) <andywhite at gmail dot com>
- Lennart Grahl (lgrahl) <lennart.grahl at gmail dot com>
The last 5 commits
| Rev. |
Author |
Date |
Message |
| r510 |
mkasper |
05/03/2012 12:30:55 |
- hide IPv6 addresses on interface status page when IPv6 is disabled
(to prevent confusion) |
| r509 |
awhite |
05/02/2012 19:35:22 |
use csup instead of cvsup |
| r508 |
awhite |
04/30/2012 22:50:15 |
use cvsup to make sure port tree is compatible with patches |
| r507 |
mkasper |
04/25/2012 16:17:36 |
- update ISC patch for dnsmasq 2.60 |
| r506 |
lgrahl |
04/24/2012 15:54:13 |
- add possibility to modify wpa_group_rekey value
(via config only: wlans -> wlan -> wpa -> grouprekey = interval in seconds) |
|