1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
3<html>
4	<head>
5		<title>NetBSD &amp; Google's Summer of Code: Mateusz Kocielski - SASL client library (sasl_client_lib)</title>
6		<link rel="stylesheet" type="text/css" href="style.css">
7		<meta http-equiv="content-type" content="text/html; charset=UTF-8">
8	</head>
9
10
11<body>
12	<div style="text-align:center;">
13		<table style="margin-left: auto; margin-right: auto;">
14			<tr>
15        		<td><a href="http://www.NetBSD.org/"><img style="border: none; vertical-align: top;" src="../../NetBSD.png" alt="[NetBSD logo]"></a></td>
16        		<td><p style="font-size : 47px;">&nbsp;&nbsp;&nbsp;&amp;&nbsp;&nbsp;&nbsp;</p></td>
17        		<td><a href="http://www.google.com/"><img style="border: none; vertical-align: bottom;" src="http://www.google.com/intl/en/images/logo.gif" alt="[Google logo]"></a></td>
18			</tr>
19		</table>
20		
21	<h1>NetBSD: SASL client library</h1>
22	</div>
23
24	<div class="main" style="text-align:center;">
25		<a href="#whatisit">What is it</a> | 
26		<a href="#status">Schedule</a> | 
27		<a href="#repo">Repository</a> |
28		<a href="soc.html">GSoC</a> |
29		<a href="#doc">Documentation</a> |
30		<a href="#tech">Technical details</a> |
31		<a href="#contact">Contact</a>
32	</div>
33
34	<div class="main">
35		<a name="whatisit"></a>
36		<p class="header">What is it?</p>
37		<a href="http://en.wikipedia.org/wiki/Simple_Authentication_and_Security_Layer">Simple Authentication and Security Layer</a> is a framework dedicated to internet
38		protocols for an authentication and a data security. SASL is widely used in 
39		many protocols i.e. SMTP, IMAP, XMPP. Project goal is to write robust client
40		library focused on security and usability. Project was started as the part of
41		the Google Summer of Code project, more information about it can be found
42		in <a href="soc.html">GSoC section</a>.
43	</div>
44
45	<div class="main">
46		<a name="status"></a>
47		<p class="header">Status</p>
48
49		I'm working now on improving existing code and integration with the Postfix. I hope to be ready with it soon. My future plans involves implementing others mechanisms (i.e. S/KEY).
50	</div>
51
52	<div class="main">
53		<a name="repo"></a>
54		<p class="header">Project's repository</p>
55
56		Project is aviliable via CVS, anonymous read-only access is provided. Run following command for accessing the repository:
57		<br><br>
58		<b>cvs -z3 -d:pserver:anonymous@netbsd-soc.cvs.sourceforge.net:/cvsroot/netbsd-soc checkout -P sasl_client_lib</b>
59	</div>
60
61	<div class="main">
62		<a name="doc"></a>
63		<p class="header">Documentation</p>
64
65		<b>Standards:</b>
66		<ul>
67			<li><a href="http://www.ietf.org/rfc/rfc2195.txt">RFC2195</a> - IMAP/POP AUTHorize Extension for Simple Challenge/Response (CRAM-MD5)
68			<li><a href="http://www.ietf.org/rfc/rfc2222.txt">RFC2222</a> - Simple Authentication and Security Layer (SASL, GSSAPI, EXTERN)
69			<li><a href="http://www.ietf.org/rfc/rfc2245.txt">RFC2245</a> - Anonymous SASL Mechanism (ANONYMOUS)
70			<li><a href="http://www.ietf.org/rfc/rfc2595.txt">RFC2595</a> - Using TLS with IMAP, POP3 and ACAP (PLAIN)
71			<li><a href="http://www.ietf.org/rfc/rfc2831.txt">RFC2831</a> - Using Digest Authentication as a SASL Mechanism (DIGEST-MD5)
72		</ul>
73		<b>Related work:</b>
74		<ul>
75			<li><a href="http://asg.web.cmu.edu/sasl/sasl-library.html">Cyrus-SASL</a> - Cyrus Simple Authentication and Security Layer library
76			<li><a href="http://www.gnu.org/software/gsasl/">Libgsasl</a> - GNU Simple Authentication and Security Layer library
77		</ul>
78	</div>
79
80	<div class="main">
81		<a name="tech"></a>
82		<p class="header">Technical Details</p>
83		<b>Testing:</b>
84		<ul>
85			<li><a href="http://www.netbsd.org/~jmmv/atf/">ATF</a> - Automated Testing Framework
86		</ul>
87	</div>
88
89	<div class="main">
90		<a name="contact"></a>
91		<p class="header">Contact</p>
92	
93		<p class="paragraph">
94		If you've got any questions or suggestions, then feel free to
95		contact me by e-mail, my address is <b>m.kocielski@gmail.com</b>. You can also contact me
96		more interactively via IRC, my nickname is <b>shm</b> at the freenode network.
97		</p>
98	</div>
99
100	<hr>
101
102	<table border=0>
103		<tr>
104			<td>
105				<a href="http://sourceforge.net/projects/netbsd-soc"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=141771&type=16" width="150" height="40" style="border: none;" alt="Get NetBSD Summer of Code projects at SourceForge.net. Fast, secure and Free Open Source software downloads"></a>
106			</td>
107			<td>
108			<table>
109  			<tr> <td> Mateusz Kocielski &lt;<tt>m.kocielski@gmail.com</tt>&gt; </td> </tr>
110			<tr> <td> $NetBSD:$ </td> </tr>
111		    </table>
112			</td>
113		</tr>
114	</table>
115
116	</body>
117</html>
118