Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-04-20 | comment potentially-confusing use of struct crypt_data type | Rich Felker | -0/+4 | |
2012-09-15 | add crypt_md5 password hash | Rich Felker | -2/+0 | |
contributed by nsz | ||||
2012-09-07 | cleanup 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. |