aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-17- remove depmod from TODO, it was recently added.Bernhard Reutner-Fischer
2008-06-17move glob_and_assign.tests from hush-bugs to hush-globDenis Vlasenko
2008-06-17hush: continue fixing quoting and subst: fix glob_and_assign.tests.Denis Vlasenko
2008-06-17hush: cleanup pass, the biggest is - moved builtins to the end of the file,Denis Vlasenko
2008-06-17hush: fix memory leak. it was actually rather invloved problem.Denis Vlasenko
2008-06-16hush: fixing fallout from last big glob fix:Denis Vlasenko
2008-06-16hush: delete hush-bugs/glob_and_vars.tests for realDenis Vlasenko
2008-06-16hush: fix hush-bugs/glob_and_vars.tests testcase:Denis Vlasenko
2008-06-16tftp: help compiler a bitDenis Vlasenko
2008-06-16tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko
2008-06-15even more of help text fixesDenis Vlasenko
2008-06-15fix config help textDenis Vlasenko
2008-06-15- fix copy'n paste error.Bernhard Reutner-Fischer
2008-06-15Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko
2008-06-15hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field.Denis Vlasenko
2008-06-15use USE_FEATURE_UDHCP_PORT instead of ifdefDenis Vlasenko
2008-06-15udhcpc: removing stray whitespaceDenis Vlasenko
2008-06-15further encrypt_des optimizationsDenis Vlasenko
2008-06-15cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko
2008-06-15udhcpc: reduce ifdef forest, no code changesDenis Vlasenko
2008-06-14crypt: code shrinkDenis Vlasenko
2008-06-14tar: fix "unused parameter 'gzip'" warningDenis Vlasenko
2008-06-14hush: fix a bug where we were requiring semicolon here: (cmd;)Denis Vlasenko
2008-06-14hush: add support for ':'; create testsuite entriesDenis Vlasenko
2008-06-14hush: support "! cmd | cmd" negationDenis Vlasenko
2008-06-14Update sponsors page as wellDenis Vlasenko
2008-06-14ash: small cosmetic changeDenis Vlasenko
2008-06-14ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko
2008-06-14dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko
2008-06-13udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko
2008-06-13trivial crypt shrinkageDenis Vlasenko
2008-06-13fix typo in "Analog Devices"Denis Vlasenko
2008-06-13httpd: fix authenticationDenis Vlasenko
2008-06-13shorten sponsor's link per its requestDenis Vlasenko
2008-06-13website: announce sponsors.Denis Vlasenko
2008-06-13build system: introduce FEATURE_ASSUME_UNICODEDenis Vlasenko
2008-06-13httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)Denis Vlasenko
2008-06-13htppd: lots of variable/function renaming in config file parsing.Denis Vlasenko
2008-06-12Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)Denis Vlasenko
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko
2008-06-12- make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer
2008-06-12hush: speed up o_addX{chr,str}Denis Vlasenko
2008-06-12hush: fix for nested $()s with escapes + testsuiteDenis Vlasenko
2008-06-11logger: "clean up" a dirty hack a bitDenis Vlasenko
2008-06-10hush: more backtick and quoting fixes...Denis Vlasenko
2008-06-10hush: fix escaping of \[*?; add testsuites for these and for globbingDenis Vlasenko
2008-06-10hush: fix yet another falloutDenis Vlasenko