Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch from vodz to cleanup libbb/obscure.c:password_check() | Eric Andersen | 2003-08-06 | 1 | -3/+3 |
| | | | | to not copy too much data. | ||||
* | Vladimir N. Oleynik writes: | Eric Andersen | 2003-07-30 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | This moment have algoritmicaly problem, not overflow: strcat(wrapped, wrapped) - may be looped. Hand patch: - else if (strstr(strcat(wrapped, wrapped), newmono)) + else { + safe_strncpy(wrapped + lenwrap, wrapped, lenwrap + 1); + if (strstr(wrapped, newmono)) +} --w vodz | ||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -3/+3 |
| | |||||
* | last_patch61 from vodz: | Eric Andersen | 2002-10-10 | 1 | -30/+32 |
| | | | | | | | | | New complex patch for decrease size devel version. Requires previous patch. Also removed small problems from dutmp and tar applets. Also includes vodz' last_patch61_2: Last patch correcting comment for #endif and more integrated with libbb (very reduce size if used "cat" applet also). Requires last_patch61 for modutils/config.in. | ||||
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -0/+246 |
-Erik |