Popular recipes by Andrew Grigorev http://code.activestate.com/recipes/users/4172098/2011-05-04T19:58:38-07:00ActiveState Code RecipesEAP-MD5 802.1X Supplicant (Python) 2010-12-29T22:15:14-08:00Andrew Grigorevhttp://code.activestate.com/recipes/users/4172098/http://code.activestate.com/recipes/577523-eap-md5-8021x-supplicant/ <p style="color: grey"> Python recipe 577523 by <a href="/recipes/users/4172098/">Andrew Grigorev</a> (<a href="/recipes/tags/authentication/">authentication</a>, <a href="/recipes/tags/eap/">eap</a>, <a href="/recipes/tags/md5/">md5</a>, <a href="/recipes/tags/networking/">networking</a>). </p> <p>802.1X EAP protocol supplicant (see RFC3748), supporting only MD5-Challenge authentication type. Linux only.</p> ConntrackEventListener (Python) 2010-01-25T10:24:12-08:00Andrew Grigorevhttp://code.activestate.com/recipes/users/4172098/http://code.activestate.com/recipes/577011-conntrackeventlistener/ <p style="color: grey"> Python recipe 577011 by <a href="/recipes/users/4172098/">Andrew Grigorev</a> (<a href="/recipes/tags/conntrack/">conntrack</a>). Revision 3. </p> <p>Using libnetfilter_conntrack (through ctypes) to catch conntrack events. Available on PyPI with <a href="http://pypi.python.org/pypi/Conntrack" rel="nofollow">http://pypi.python.org/pypi/Conntrack</a></p> DnTree (Python) 2011-05-04T19:58:38-07:00Andrew Grigorevhttp://code.activestate.com/recipes/users/4172098/http://code.activestate.com/recipes/576966-dntree/ <p style="color: grey"> Python recipe 576966 by <a href="/recipes/users/4172098/">Andrew Grigorev</a> (<a href="/recipes/tags/ldap/">ldap</a>, <a href="/recipes/tags/tree/">tree</a>). Revision 5. </p> <p>Represent hierarchy of Internet domain names or LDAP distinguished names.</p>