代码搜索结果

找到约 743 项符合 Solar 的代码

charset.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99,2003,2005 by Solar Designer */ #include #include #include #include "arch.h" #in

md5_std.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2000,2003 by Solar Designer */ /* * FreeBSD-style MD5-based password hash implementation. */ #ifndef _JOHN_MD5_S

misc.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99,2003 by Solar Designer */ #include #include #include #include #includ

memory.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ #include #include #include #include #include "ar

cracker.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2003 by Solar Designer */ #include #include "arch.h" #include "misc.h" #include "math.h" #include "para

common.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ #include #include "arch.h" #include "common.h" char itoa64[64] = "./012345678

makeg.sh

#! /bin/sh # makeg - run "make" with options necessary to make a debuggable executable # $XConsortium: makeg.sh /main/4 1996/06/13 11:45:08 ray $ # set GDB=1 in your environment if using gdb on Solar

strspn.c

/* $Id: strspn.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* strspn( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). Permission is gran

strcspn.c

/* $Id: strcspn.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* strcspn( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). Permission is gr

strpbrk.c

/* $Id: strpbrk.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* strpbrk( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). Permission is gr