代码搜索结果
找到约 667 项符合
Solar 的代码
status.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Status information management routines.
*/
#ifndef _JOHN_STATUS_H
#define _JOHN_STA
params.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Some global parameters.
*/
#ifndef _JOHN_PARAMS_H
#define _JOHN_PARAMS_H
#include
signals.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Signal handling.
*/
#ifndef _JOHN_SIGNALS_H
#define _JOHN_SIGNALS_H
#include "arch
path.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Path name expansion routines.
*/
#ifndef _JOHN_PATH_H
#define _JOHN_PATH_H
/*
* I
rules.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include "arch.h"
#include "misc.h"
#include "param
rpp.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Rules preprocessor.
*/
#ifndef _JOHN_RPP_H
#define _JOHN_RPP_H
#include "arch.h"
#
memory.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Memory allocation routines.
*/
#ifndef _JOHN_MEMORY_H
#define _JOHN_MEMORY_H
#incl
tty.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#ifndef __DJGPP__
#include
#include
#include
#include
des_bs_b.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Bitslice DES encryption.
*/
#include "arch.h"
#include "DES_bs.h"
/* Include the S
des_fmt.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include "arch.h"
#include "DES_std.h"
#include "common.h"
#include "f