Skip to content

Commit

Permalink
Fix "new blank line at EOF"
Browse files Browse the repository at this point in the history
for now excluding src/tests/NIST_CAVS/ and src/ztex/fpga-*
  • Loading branch information
solardiz committed Jan 2, 2024
1 parent ebd0a40 commit d8c3a82
Show file tree
Hide file tree
Showing 40 changed files with 0 additions and 45 deletions.
1 change: 0 additions & 1 deletion .pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ if [ "x$TXT_FILES" != "x" ] ; then
fi

exit 0

1 change: 0 additions & 1 deletion .travis/travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@ else
echo '== Running $JTR -test=0 =='
$JTR -test=0
fi

2 changes: 0 additions & 2 deletions doc/DYNAMIC_EXPRESSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,3 @@ The hashing functions (each have a lc, uc, _raw, _64 and _64c version)

These functions can be intermixed in pretty much any way. So a hash of
sha512(md5(panama($p).$s.ripmd128($s.$p))) is perfectly 'valid'.


1 change: 0 additions & 1 deletion doc/DYNAMIC_SCRIPTING
Original file line number Diff line number Diff line change
Expand Up @@ -480,4 +480,3 @@ So in this case, we see that the 'only 1 salt' speed is pretty much a wash. How
'many salts' speed, has gone from 1900k to 4100k for non-sse, and from 5500k to 13100k.

NOTE, the above format is actually dynamic_6 (also dynamic_7) format.

1 change: 0 additions & 1 deletion doc/README-ZTEX
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,3 @@ SNs on startup and in information/error messages. To hide SNs, you can
list SNs of your boards in [List.ZTEX:Devices] section in john.conf.
Board numbers (starting from 1) will appear instead of SNs. You can
specify these numbers in --dev command-line option.

1 change: 0 additions & 1 deletion doc/README.IBM_AS400
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,3 @@ http://hackthelegacy.org for more information and tooling.
The 'as400-ssha1' plugin was developed by Bart Kulach (@bartholozz) and Rob Schoemaker (@5up3rUs3r) with support of JimF (aka jfoug).
The 'as400-des' plugin was developed by Bart Kulach (@bartholozz) and Rob Schoemaker (@5up3rUs3r) with support of Dhiru Kholia.
The IBMiscanner tool is developed and maintained by Bart Kulach (@bartholozz).

1 change: 0 additions & 1 deletion doc/README.bash-completion
Original file line number Diff line number Diff line change
Expand Up @@ -624,4 +624,3 @@ $ ./john --show=left
So, if you prefer to hit the [tab] key instead of typing '=',
you might want to add this line to your ~/.bashrc file:
__john_completion=2

1 change: 0 additions & 1 deletion run/ccl_chrome_indexeddb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,3 @@ for db_id_meta in db.global_metadata.db_ids:
with record.get_blob_stream(record.value["file"]) as f:
file_data = f.read()
```

1 change: 0 additions & 1 deletion run/ccl_chrome_indexeddb/ccl_chromium_indexeddb.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,4 +692,3 @@ def __getitem__(self, item: typing.Union[int, str, typing.Tuple[str, str]]) -> W

def __repr__(self):
return f"<WrappedIndexDB: {self._raw_db.database_path}>"

1 change: 0 additions & 1 deletion run/ccl_chrome_indexeddb/ccl_chromium_localstorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,3 @@ def main(args):

if __name__ == '__main__':
main(sys.argv[1:])

1 change: 0 additions & 1 deletion run/genincstats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ def help
end
end
fstat.close

1 change: 0 additions & 1 deletion run/opencl/blake2_mjosref/blake2b.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,3 @@ int blake2b(void *out, size_t outlen,

return 0;
}

1 change: 0 additions & 1 deletion run/opencl/blake2_mjosref/blake2b.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ int blake2b(void *out, size_t outlen, // return buffer for digest
const void *in, size_t inlen); // data to be hashed

#endif

1 change: 0 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ pkgs.mkShell {
export LD=$CC
'';
}

1 change: 0 additions & 1 deletion src/KRB5_std.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ void des3_decrypt(krb5_key *key, char *cipher, char *plain, int len);
void str2key(char *user, char *realm, char *passwd, krb5_key *krb5key);

#endif // _KRB5_STD_H_

1 change: 0 additions & 1 deletion src/blake2b-load-sse41.h
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,3 @@ b1 = _mm_unpackhi_epi64(m3, m1); \


#endif

1 change: 0 additions & 1 deletion src/cloudkeychain_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ struct custom_salt {
int cloudkeychain_valid(char *ciphertext, struct fmt_main *self);

unsigned int cloudkeychain_iteration_count(void *salt);

1 change: 0 additions & 1 deletion src/packaging/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
currently available for many flavors of Unix, Windows, DOS, and OpenVMS.

Use these files as a starting point, a template, a blueprint for distro packagers.

1 change: 0 additions & 1 deletion src/poly1305-donna/poly1305-donna-32.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,3 @@ poly1305_finish(poly1305_context *ctx, unsigned char mac[16]) {
st->pad[2] = 0;
st->pad[3] = 0;
}

1 change: 0 additions & 1 deletion src/poly1305-donna/poly1305-donna-64.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,3 @@ poly1305_finish(poly1305_context *ctx, unsigned char mac[16]) {
st->pad[0] = 0;
st->pad[1] = 0;
}

1 change: 0 additions & 1 deletion src/poly1305-donna/poly1305-donna.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ int poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]);
int poly1305_power_on_self_test(void);

#endif /* POLY1305_DONNA_H */

1 change: 0 additions & 1 deletion src/salted_sha1_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ extern struct fmt_tests salted_sha1_common_tests[];
int salted_sha1_common_valid(char *ciphertext, struct fmt_main *self);

#endif // salted_sha1_common_h__

1 change: 0 additions & 1 deletion src/tcphdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ struct tcp_hdr {
#endif

#endif

2 changes: 0 additions & 2 deletions src/ztex/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,5 +598,3 @@ int device_fpgas_pkt_rw(struct device *device)
} // for ( ;num_of_fpgas ;)
return 1;
}


1 change: 0 additions & 1 deletion src/ztex/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ char *device_strerror(int error_code);
// < 0 - error
// >= 0 - OK, including the case when no data was actually transmitted
int device_fpgas_pkt_rw(struct device *device);

1 change: 0 additions & 1 deletion src/ztex/ez-usb/inouttraffic.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,3 @@ void main(void)
while (1) {
}
}

1 change: 0 additions & 1 deletion src/ztex/inouttraffic.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,4 +874,3 @@ int fpga_pkt_read(struct fpga *fpga)
return result;
return rd->read_limit;
}

2 changes: 0 additions & 2 deletions src/ztex/jtr_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,5 +571,3 @@ struct jtr_device *jtr_device_list_process_inpkt(


//libusb_exit(NULL);


1 change: 0 additions & 1 deletion src/ztex/pkt_comm/cmp_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,3 @@ struct pkt *pkt_cmp_config_new(struct cmp_config *cmp_config)
*/
return pkt;
}

1 change: 0 additions & 1 deletion src/ztex/pkt_comm/init_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ struct pkt *pkt_config_new(char subtype, char *data, int len)
struct pkt *pkt = pkt_new(PKT_TYPE_CONFIG, output_data, len + 2);
return pkt;
}

1 change: 0 additions & 1 deletion src/ztex/pkt_comm/inpkt.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,3 @@ char *inpkt_type_name(int pkt_type)
sprintf(ret_buf, "type=0x%02x", pkt_type);
return ret_buf;
}

1 change: 0 additions & 1 deletion src/ztex/pkt_comm/pkt_comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,4 +730,3 @@ int pkt_comm_input_completed(struct pkt_comm *comm, int len, int error)
}
return 0;
}

1 change: 0 additions & 1 deletion src/ztex/pkt_comm/word_gen.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ struct word_gen {
extern struct word_gen word_gen_words_pass_by;

struct pkt *pkt_word_gen_new(struct word_gen *word_gen);

1 change: 0 additions & 1 deletion src/ztex/pkt_comm/word_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ struct pkt *pkt_word_list_new(char *words, int num_words, int max_len);
struct pkt *pkt_template_list_new(char *words,
int num_words, int max_len,
unsigned char *range_info, int ranges_max);

3 changes: 0 additions & 3 deletions src/ztex/task.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,3 @@ void task_list_delete(struct task_list *task_list)
}
MEM_FREE(task_list);
}



1 change: 0 additions & 1 deletion src/ztex/ztex_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,3 @@ void ztex_detect(struct list_main *dev_allow,
ztex_dev_list_delete(ztex_dev_list);
libusb_exit(NULL);
}

1 change: 0 additions & 1 deletion src/ztex/ztex_scan.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ void ztex_detect(struct list_main *dev_allow,
struct list_main **ztex_detected_list);

#endif

1 change: 0 additions & 1 deletion src/ztex/ztex_sn.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,3 @@ char *ztex_sn_get_by_sn_orig(char *sn_orig)
snprintf(result, sizeof(result), "%u", line->id + 1);
return result;
}

1 change: 0 additions & 1 deletion src/ztex_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ void ztex_init()
ztex_use_list = ztex_detected_list;
ztex_initialized = 1;
}

1 change: 0 additions & 1 deletion src/ztex_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ extern int ztex_fork_num;
void ztex_init();

#endif

0 comments on commit d8c3a82

Please sign in to comment.