summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pw_dup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zap remaining rcsid.espie2005-08-081-5/+1
* use PW_SIZE and PW_COPY macros for simplified reading.pat2005-02-271-56/+33
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+13
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-24/+13
* minor KNFmillert2003-02-171-4/+4
* Stash string lengths in variables instead of computing multiple times.millert2002-04-291-42/+47
* Add pw_dup(3), a function to copy 'struct passwd'. It is allocated asmillert2000-11-211-0/+111