index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypt
Commit message (
Expand
)
Author
Age
Files
Lines
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
1
-1
/
+0
*
apply hidden visibility to various remaining internal interfaces
Rich Felker
2018-09-12
1
-3
/
+3
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
2
-10
/
+0
*
add crypt_des header for declarations shared with encrypt function
Rich Felker
2018-09-12
3
-12
/
+16
*
in crypt-sha*, reject excessive rounds as error rather than clamping
Rich Felker
2016-02-16
2
-2
/
+2
*
add legacy functions setkey() and encrypt()
Timo Teräs
2014-02-05
2
-6
/
+66
*
comment potentially-confusing use of struct crypt_data type
Rich Felker
2013-04-20
2
-1
/
+10
*
make some arrays const
rofl0r
2013-02-02
3
-3
/
+3
*
in crypt_des change unnecessary union keybuf into unsigned char[]
Szabolcs Nagy
2013-01-13
1
-11
/
+8
*
crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum
Szabolcs Nagy
2013-01-13
3
-3
/
+3
*
add crypt_md5 password hash
Rich Felker
2012-09-15
2
-2
/
+285
*
revert low rounds-count limits in crypt hashes
Rich Felker
2012-09-15
4
-4
/
+4
*
cleanup src/linux and src/misc trees, etc.
Rich Felker
2012-09-07
6
-0
/
+2553