Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zap remaining rcsid. | 2005-08-08 | 1 | -5/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | use PW_SIZE and PW_COPY macros for simplified reading. | 2005-02-27 | 1 | -56/+33 | |
| | | | | ok otto millert | ||||
* | Sync with share/misc/license.template and add missing DARPA credit | 2003-06-17 | 1 | -9/+13 | |
| | | | | where applicable. | ||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | 2003-06-03 | 1 | -24/+13 | |
| | |||||
* | minor KNF | 2003-02-17 | 1 | -4/+4 | |
| | |||||
* | Stash string lengths in variables instead of computing multiple times. | 2002-04-29 | 1 | -42/+47 | |
| | | | | Based on a patch from Lars J. Buitinck | ||||
* | Add pw_dup(3), a function to copy 'struct passwd'. It is allocated as | 2000-11-21 | 1 | -0/+111 | |
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. |