summaryrefslogtreecommitdiff
path: root/src/crypt/crypt_r.c
AgeCommit message (Collapse)AuthorLines
2013-04-20comment potentially-confusing use of struct crypt_data typeRich Felker-0/+4
2012-09-15add crypt_md5 password hashRich Felker-2/+0
contributed by nsz
2012-09-07cleanup src/linux and src/misc trees, etc.Rich Felker-0/+30
previously, it was pretty much random which one of these trees a given function appeared in. they have now been organized into: src/linux: non-POSIX linux syscalls (possibly shard with other nixen) src/legacy: various obsolete/legacy functions, mostly wrappers src/misc: still mostly uncategorized; some misc POSIX, some nonstd src/crypt: crypt hash functions further cleanup will be done later.