Skip to content

Commit

Permalink
Add last-line EOL for a bunch of files.
Browse files Browse the repository at this point in the history
  • Loading branch information
magnumripper committed Apr 13, 2014
1 parent f882e24 commit 7e4be71
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion doc/CREDITS-jumbo
Expand Up @@ -106,4 +106,4 @@ The following people have contributed between 1.7.9-jumbo-5 and jumbo-6:

---
git shortlog -ns --no-merges 1.7.9-jumbo-7..HEAD ^unstable-jumbo ^master | cut -f2- | sort -f
---
---
2 changes: 1 addition & 1 deletion doc/README-krb5-18-23
Expand Up @@ -50,4 +50,4 @@ aqzsedrf (test/admin@OLYMPE.OL)

Note:
If the KDC server is not properly configured and provide the both
format, prefer the Arcfour-hmac format.
format, prefer the Arcfour-hmac format.
2 changes: 1 addition & 1 deletion doc/README.cprepair
Expand Up @@ -19,4 +19,4 @@ like "Müller" or "Стандарт" it is easy (for a human) to guess a correct
encoding but for a string made of random characters of which just one is 8-bit
you can never know.

A very good example use of this tool is fixing the original RockYou dataset.
A very good example use of this tool is fixing the original RockYou dataset.
2 changes: 1 addition & 1 deletion run/hextoraw.pl
Expand Up @@ -4,4 +4,4 @@
# ./pass_gen.pl pbkdf2_hmac_sha512 -loops=23923 -salt=`./hextoraw c3fa2e153466f7619286024fe7d812d0a8ae836295f84b9133ccc65456519fc3`
# that command line would generate same salt and loop count as first $ml$ hash in the self tests of that format.
#
print pack("H*", $ARGV[0])."\n";
print pack("H*", $ARGV[0])."\n";
2 changes: 1 addition & 1 deletion src/cuda_rawsha256.h
Expand Up @@ -35,4 +35,4 @@ typedef struct{
typedef struct{
uint32_t v[7]; ///224bits
}sha224_hash;
#endif
#endif
2 changes: 1 addition & 1 deletion src/opencl_cryptsha256.h
Expand Up @@ -84,4 +84,4 @@ typedef struct {
};
#endif

#endif /* _CRYPTSHA256_H */
#endif /* _CRYPTSHA256_H */
2 changes: 1 addition & 1 deletion src/opencl_cryptsha512.h
Expand Up @@ -80,4 +80,4 @@ typedef struct {
};
#endif

#endif /* _CRYPTSHA512_H */
#endif /* _CRYPTSHA512_H */
2 changes: 1 addition & 1 deletion src/opencl_rawsha256.h
Expand Up @@ -56,4 +56,4 @@ typedef struct {
};
#endif

#endif /* _RAWSHA256_H */
#endif /* _RAWSHA256_H */
2 changes: 1 addition & 1 deletion src/opencl_rawsha512-ng.h
Expand Up @@ -74,4 +74,4 @@ typedef struct {
};
#endif

#endif /* _RAWSHA512_NG_H */
#endif /* _RAWSHA512_NG_H */
2 changes: 1 addition & 1 deletion src/opencl_sha256.h
Expand Up @@ -71,4 +71,4 @@ __constant uint32_t k[] = {
};
#endif

#endif /* OPENCL_SHA256_H */
#endif /* OPENCL_SHA256_H */
2 changes: 1 addition & 1 deletion src/opencl_sha2_common.c
Expand Up @@ -23,4 +23,4 @@ int common_salt_hash(void * salt, int salt_size, int salt_hash_size)
hash = ((hash << 5) + hash) ^ s[i];

return hash & (salt_hash_size - 1);
}
}
2 changes: 1 addition & 1 deletion src/opencl_sha512.h
Expand Up @@ -124,4 +124,4 @@ __constant uint64_t clear_mask[] = {
}
#endif

#endif /* OPENCL_SHA512_H */
#endif /* OPENCL_SHA512_H */
2 changes: 1 addition & 1 deletion src/rawSHA256_common.h
Expand Up @@ -118,4 +118,4 @@ static char *split(char *ciphertext, int index, struct fmt_main *self)
strlwr(out + HEX_TAG_LEN);
return out;
}
#endif
#endif
2 changes: 1 addition & 1 deletion src/unused/dump-apex-hashes.sql
Expand Up @@ -10,4 +10,4 @@ set termout off
alter session set current_schema = APEX_040200;
spool "apex-hashes.txt"
select user_name,web_password2,security_group_id from wwv_flow_fnd_user;
spool off
spool off
2 changes: 1 addition & 1 deletion src/unused/epidump
@@ -1,2 +1,2 @@
testUser:$episerver$*0*fGJ2wn/5WlzqQoDeCA2kXA==*UQgnz/vPWap9UeD8Dhaw3h/fgFA=
user:$episerver$*0*+etMZlyTBEe24Xd/HGhjvw==*Lj/t2oTzxsm2JbhT+tgAld7ZvZU=
user:$episerver$*0*+etMZlyTBEe24Xd/HGhjvw==*Lj/t2oTzxsm2JbhT+tgAld7ZvZU=

0 comments on commit 7e4be71

Please sign in to comment.