Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell | |
2000-11-21 | Add pw_dup(3), a function to copy 'struct passwd'. It is allocated as | Todd C. Miller | |
a single chunk with the strings pointing elsewhere in the buffer so a simple free() of the struct passwd * is all that is needed to decallocate. |