summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - fix includesBernhard Reutner-Fischer2008-06-171-2/+1
* hush: fix $$ handlingDenis Vlasenko2008-06-173-1/+7
* - improved strrstr impl from vda with testcases from Tito and vdaBernhard Reutner-Fischer2008-06-171-6/+69
* hush: fix "for a in; do echo 'I should never run'; done" bugDenis Vlasenko2008-06-173-8/+10
* - remove depmod from TODO, it was recently added.Bernhard Reutner-Fischer2008-06-171-11/+2
* move glob_and_assign.tests from hush-bugs to hush-globDenis Vlasenko2008-06-172-0/+0
* hush: continue fixing quoting and subst: fix glob_and_assign.tests.Denis Vlasenko2008-06-174-51/+65
* hush: cleanup pass, the biggest is - moved builtins to the end of the file,Denis Vlasenko2008-06-172-355/+358
* hush: fix memory leak. it was actually rather invloved problem.Denis Vlasenko2008-06-171-138/+175
* hush: fixing fallout from last big glob fix:Denis Vlasenko2008-06-161-80/+80
* hush: delete hush-bugs/glob_and_vars.tests for realDenis Vlasenko2008-06-161-2/+0
* hush: fix hush-bugs/glob_and_vars.tests testcase:Denis Vlasenko2008-06-166-47/+70
* tftp: help compiler a bitDenis Vlasenko2008-06-161-1/+8
* tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko2008-06-161-39/+55
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-169-20/+16
* even more of help text fixesDenis Vlasenko2008-06-151-1/+1
* fix config help textDenis Vlasenko2008-06-151-12/+16
* - fix copy'n paste error.Bernhard Reutner-Fischer2008-06-151-3/+3
* Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko2008-06-153-34/+75
* hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field.Denis Vlasenko2008-06-151-43/+6
* use USE_FEATURE_UDHCP_PORT instead of ifdefDenis Vlasenko2008-06-151-3/+1
* udhcpc: removing stray whitespaceDenis Vlasenko2008-06-151-2/+2
* further encrypt_des optimizationsDenis Vlasenko2008-06-151-51/+141
* cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko2008-06-152-74/+82
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-1514-49/+19
* udhcpc: reduce ifdef forest, no code changesDenis Vlasenko2008-06-151-32/+12
* crypt: code shrinkDenis Vlasenko2008-06-142-21/+11
* tar: fix "unused parameter 'gzip'" warningDenis Vlasenko2008-06-141-0/+3
* hush: fix a bug where we were requiring semicolon here: (cmd;)Denis Vlasenko2008-06-144-22/+34
* hush: add support for ':'; create testsuite entriesDenis Vlasenko2008-06-1411-25/+47
* hush: support "! cmd | cmd" negationDenis Vlasenko2008-06-146-90/+172
* Update sponsors page as wellDenis Vlasenko2008-06-141-7/+24
* ash: small cosmetic changeDenis Vlasenko2008-06-141-1/+1
* ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko2008-06-143-61/+75
* dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko2008-06-142-16/+18
* udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko2008-06-136-100/+108
* trivial crypt shrinkageDenis Vlasenko2008-06-132-9/+8
* fix typo in "Analog Devices"Denis Vlasenko2008-06-131-1/+1
* httpd: fix authenticationDenis Vlasenko2008-06-131-2/+3
* shorten sponsor's link per its requestDenis Vlasenko2008-06-131-2/+2
* website: announce sponsors.Denis Vlasenko2008-06-131-0/+20
* build system: introduce FEATURE_ASSUME_UNICODEDenis Vlasenko2008-06-132-62/+99
* httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)Denis Vlasenko2008-06-131-46/+52
* htppd: lots of variable/function renaming in config file parsing.Denis Vlasenko2008-06-131-123/+102
* Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)Denis Vlasenko2008-06-122-15/+21
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-127-17/+27
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-1210-24/+1456
* - make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer2008-06-127-10/+10
* hush: speed up o_addX{chr,str}Denis Vlasenko2008-06-121-35/+70
* hush: fix for nested $()s with escapes + testsuiteDenis Vlasenko2008-06-124-2/+25