代码搜索结果

找到约 667 项符合 Solar 的代码

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

unique.c

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

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

compiler.c

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

formats.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Supported ciphertext formats management. */ #ifndef _JOHN_FORMATS_H #define _JOHN_F