<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-893491846947447516</id><updated>2011-04-21T16:59:40.895-07:00</updated><title type='text'>Gopal Paliwal</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gpaliwal.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/893491846947447516/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://gpaliwal.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Gopal Paliwal</name><uri>http://www.blogger.com/profile/02556742053047770234</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_p7K4wNHVBRw/R7NW2DXxIiI/AAAAAAAAAgI/GlCp3MGyYNg/S220/DSC00216.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-893491846947447516.post-928877409447987112</id><published>2008-02-13T12:48:00.000-08:00</published><updated>2008-02-13T12:55:29.239-08:00</updated><title type='text'>Working with Kerberos (Trying some new stuff)</title><content type='html'>&lt;p align="justify"&gt;&lt;span style="font-family:Times New Roman;font-size:100%;"&gt;Kerberos is a network authentication protocol  designed at MIT to provide a strong authentication for client/server  applications by using cryptographic techniques. Till today, the implemented  MIT Kerberos protocol authenticates the client to the dedicated Kerberos  server before the client can access any available service with no further  need to prove its identity. This achieves the goal of Single-Sign-On  (SSO) for most of the services requiring authentication on the network. &lt;/span&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;span style="font-family:Times New Roman;font-size:100%;"&gt;we have enhanced the  existing Kerberos protocol by providing a strong second factor of authentication  along with the existing authentication factor. A strong pre-auth mechanism is developed which will be using one-time-passwords (OTP) for authentication.  This will increase the security mechanism and has removed the deficiency  of password compromise.  A new tracking mechanism is incorporated in the Kerberos server.   This  helps Kerberos server to track which user is actually using  the service. OTP mechanism also helps to log undesired number of  unsuccessful attempts from the user side and lock the user. Once the  user has been locked, only user can unlock himself by providing the  proper credentials.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="justify"&gt;&lt;span style="font-family:Times New Roman;font-size:100%;"&gt;&gt;&gt; I understand that setting up the whole kerberos system can be scary at first glance and u need to follow all the steps very carefully. Feel free to ask me/write me if u r planning any future kerberos development or want to know more about the above described work.&lt;/span&gt;&lt;/p&gt;&lt;p align="justify"&gt;&lt;span style="font-family:Times New Roman;font-size:100%;"&gt;&gt;&gt; MIT kerberos site is having excellent info about the kerberos-setup and can be used as a reference for all the dev work.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/893491846947447516-928877409447987112?l=gpaliwal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gpaliwal.blogspot.com/feeds/928877409447987112/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=893491846947447516&amp;postID=928877409447987112' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/893491846947447516/posts/default/928877409447987112'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/893491846947447516/posts/default/928877409447987112'/><link rel='alternate' type='text/html' href='http://gpaliwal.blogspot.com/2008/02/working-with-kerberos-trying-some-new.html' title='Working with Kerberos (Trying some new stuff)'/><author><name>Gopal Paliwal</name><uri>http://www.blogger.com/profile/02556742053047770234</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_p7K4wNHVBRw/R7NW2DXxIiI/AAAAAAAAAgI/GlCp3MGyYNg/S220/DSC00216.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-893491846947447516.post-7652411055735427407</id><published>2007-09-23T18:57:00.000-07:00</published><updated>2007-09-23T19:29:21.581-07:00</updated><title type='text'>Compiling a 2.6.XX.XX kernel</title><content type='html'>Today I was determined to compile my own kernel as I wanted to try out some stuf related to the kernel hacking.&lt;br /&gt;Here I will be mentioning some of the steps which are essential for compiling a kernel.&lt;br /&gt;&lt;br /&gt;1) first of all be sure that you have the latest kernel source code on your linux machine. You may want chack that out on www.kernel .org . It maintains all the list of kernels. Download the latest 2.6.XXXX kernel source from there and untar in on ur system.&lt;br /&gt;2) once you have the kernel source on your system, move to the /usr/src dir. Create a softlink here to the dir where your kernel source is kept.&lt;br /&gt;for eg: if u saved your kernel source code at target = /home/mykernel_source/linux2.6.22.5/ , then create &lt;em&gt;ln -s &lt;target&gt; linux.&lt;/em&gt;&lt;br /&gt;this will allow you to access the &lt;target&gt; dir from the /usr/src/linux. :)&lt;br /&gt;&lt;br /&gt;3) Once the above procedure is complete, you are ready to start compiling your own kernel.&lt;br /&gt;&lt;br /&gt;follow the link : &lt;a href="http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html#CONFIGURATION"&gt;http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html#CONFIGURATION&lt;/a&gt; to actually start compile-work.&lt;br /&gt;&lt;br /&gt;see that you need to do few extra steps like copying your .config file to the current /usr/src/linux dir. DOing this you dont need to worry about configuration section mentioned in the link. You simply need to run ---&gt;&lt;em&gt; make menuconfig&lt;/em&gt; and without doing any changes there, simply do save &amp;amp; exit from the display window. THis is because you have already copied .config file to your linux which is already configured according to your system configuration by the already installed distribution linux. THis saves your work !!! :)&lt;br /&gt;&lt;br /&gt;4) After configuration move on to the build section of the link mentioned above (in 2.6 section).&lt;br /&gt;run a) &lt;em&gt;make bzImage    b) make modules     c) make modules_install (As root).&lt;/em&gt;&lt;br /&gt;For related explaination see the link.&lt;br /&gt;(it takes approx 1:15- 1:30mins for the above steps, so be patient. :) )&lt;br /&gt;&lt;br /&gt;5) Once, u are upto here u are left with configuring RAMDisk. DO it as per mentioned in the link.&lt;br /&gt; 6) copy the bzImage &amp;amp; System.map to /boot as mentioned in the link...&lt;br /&gt;&lt;br /&gt;7) Now goto &lt;em&gt;/usr/grub/grub.&lt;/em&gt;conf &lt;em&gt; &lt;/em&gt;and edit this file as per the link. It will allow grub to load your newly created linux image.&lt;br /&gt;&lt;br /&gt;8) reboot the system,select your linux there &amp;amp; you are done with the work :) &lt;br /&gt;njoy!!!!&lt;br /&gt;&lt;br /&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;Let me know, if you are faced problems while following the above steps.&lt;br /&gt;&lt;br /&gt;-gopal&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/893491846947447516-7652411055735427407?l=gpaliwal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gpaliwal.blogspot.com/feeds/7652411055735427407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=893491846947447516&amp;postID=7652411055735427407' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/893491846947447516/posts/default/7652411055735427407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/893491846947447516/posts/default/7652411055735427407'/><link rel='alternate' type='text/html' href='http://gpaliwal.blogspot.com/2007/09/compiling-26xxxx-kernel.html' title='Compiling a 2.6.XX.XX kernel'/><author><name>Gopal Paliwal</name><uri>http://www.blogger.com/profile/02556742053047770234</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_p7K4wNHVBRw/R7NW2DXxIiI/AAAAAAAAAgI/GlCp3MGyYNg/S220/DSC00216.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-893491846947447516.post-8745642186492563769</id><published>2007-08-09T14:12:00.000-07:00</published><updated>2007-08-09T14:13:02.849-07:00</updated><title type='text'>First words</title><content type='html'>WIll be updating this one shortly with lots and lots of technical stuff.&lt;br /&gt;wait......&lt;br /&gt;:)&lt;br /&gt;&lt;br /&gt;-gopal&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/893491846947447516-8745642186492563769?l=gpaliwal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gpaliwal.blogspot.com/feeds/8745642186492563769/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=893491846947447516&amp;postID=8745642186492563769' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/893491846947447516/posts/default/8745642186492563769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/893491846947447516/posts/default/8745642186492563769'/><link rel='alternate' type='text/html' href='http://gpaliwal.blogspot.com/2007/08/first-words.html' title='First words'/><author><name>Gopal Paliwal</name><uri>http://www.blogger.com/profile/02556742053047770234</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_p7K4wNHVBRw/R7NW2DXxIiI/AAAAAAAAAgI/GlCp3MGyYNg/S220/DSC00216.JPG'/></author><thr:total>0</thr:total></entry></feed>
