[BACK]Return to auth2-passwd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth2-passwd.c between version 1.8 and 1.9

version 1.8, 2006/07/22 20:48:22 version 1.9, 2006/08/03 03:34:41
Line 23 
Line 23 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/types.h>
   
 #include <string.h>  #include <string.h>
   #include <stdarg.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "packet.h"  #include "packet.h"
 #include "log.h"  #include "log.h"
   #include "key.h"
   #include "hostfile.h"
 #include "auth.h"  #include "auth.h"
   #include "buffer.h"
   #ifdef GSSAPI
   #include "ssh-gss.h"
   #endif
 #include "monitor_wrap.h"  #include "monitor_wrap.h"
 #include "servconf.h"  #include "servconf.h"
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9