1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <title>Host AP / hostapd / wpa_supplicant - anonymous CVS/GIT access</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- </head>
- <body>
- <h2>Host AP / hostapd / wpa_supplicant - anonymous CVS/GIT access</h2>
- <p>
- Project source code and related files are maintained in a version
- control system. The first version up to and including 0.5.x were
- maintained in a CVS repository. Starting from 0.6.x, repositories
- moved to using GIT. In addition, Host AP driver is now maintained with
- the rest of the Linux kernel tree (which is also using GIT).
- </p>
- <h3>GIT</h3>
- <p>Using git protocol: git://w1.fi/srv/git/hostap.git</p>
- <p>Using HTTP (if git protocol is firewalled): http://w1.fi/hostap.git</p>
- <p>(e.g., to get a clone of the repository you can use cogito with
- "<code>cg-clone git://w1.fi/srv/git/hostap.git</code>" or directly with git:
- "<code>git-clone git://w1.fi/srv/git/hostap.git</code>").</p>
- <p>WWW interface (gitweb) to the repository:
- <a href="/gitweb/gitweb.cgi">http://w1.fi/gitweb/gitweb.cgi</a></p>
- </p>
- <h3>CVS</h3>
- <p>
- Anonymous read-only CVS access to the Host AP driver, hostapd, and
- wpa_supplicant CVS repository is available using CVS pserver:
- </p>
- <p><code>export CVSROOT=":pserver:anonymous@hostap.epitest.fi:/cvs"</code></p>
- <p><code>cvs login</code></p>
- <p>Password is empty, so just hit enter when prompted for a password.</p>
- <p>After you have logged in once, you can checkout the source:</p>
- <p><code>cvs checkout hostap</code></p>
- <p>
- If you want to compress the stream to save bandwidth, you can add -z3
- option to the command (<code>cvs -z3 checkout hostap</code>).
- </p>
- <p>
- Also other CVS commands like <code>update</code> and <code>log</code> can
- be used.
- </p>
- <hr>
- <div>
- <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
- <!-- Created: Mon May 27 20:08:41 EEST 2002 -->
- <!-- hhmts start -->
- Last modified: Thu Mar 8 19:43:36 PST 2007
- <!-- hhmts end -->
- </div>
- </body>
- </html>
|