代码搜索结果

找到约 743 项符合 Solar 的代码

mailer

#!/bin/sh # # This file is part of John the Ripper password cracker, # Copyright (c) 1996-98 by Solar Designer # if [ $# -ne 1 ]; then echo "Usage: $0 PASSWORD-FILE" exit 0 fi # There's no need to

common.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ /* * Things common to many ciphertext formats. */ #ifndef _JOHN_COMMON_H #define _JOHN_C

cracker.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ /* * Cracking routines. */ #ifndef _JOHN_CRACKER_H #define _JOHN_CRACKER_H #include "lo

list.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * String list management routines. */ #ifndef _JOHN_LIST_H #define _JOHN_LIST_H /*

logger.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ /* * Guess logging routines. */ #ifndef _JOHN_LOGGER_H #define _JOHN_LOGGER_H /* * Ini

idle.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ /* * Idle priority support routines. */ #ifndef _JOHN_IDLE_H #define _JOHN_IDLE_H /* *

compiler.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Simple C compiler. */ #ifndef _JOHN_COMPILER_H #define _JOHN_COMPILER_H /* * Erro

params.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2000 by Solar Designer */ /* * Some global parameters. */ #ifndef _JOHN_PARAMS_H #define _JOHN_PARAMS_H #includ

signals.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 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-2000 by Solar Designer */ /* * Path name expansion routines. */ #ifndef _JOHN_PATH_H #define _JOHN_PATH_H /* *