summaryrefslogtreecommitdiff
path: root/networking/nameif.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-4/+4
* nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP codeThomas De Schampheleire2013-02-281-6/+9
* Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich2011-06-101-14/+14
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* nameif: add matching by phy_address=NUM; extend help textPhil Sutter2011-03-061-1/+94
* nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter2011-03-061-11/+9
* don't leak malloced variables in the loop; remove double allocAlexey Fomenko2011-03-021-1/+1
* whitespace cleanupDenys Vlasenko2010-10-291-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* udhcp: handle errors in read_staticleaseDenys Vlasenko2010-03-231-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-111-1/+3
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-1/+1
* nameif: shrink (by Vladimir)Denis Vlasenko2008-08-011-28/+16
* fix several problems with config parser:Denis Vlasenko2008-07-261-6/+4
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* libbb: updated config_parse() from VladimirDenis Vlasenko2008-07-191-1/+1
* - fix segfault in nameif with mactab fileBernhard Reutner-Fischer2008-07-171-4/+4
* fix up callsites of config_read to check for >= 0Denis Vlasenko2008-07-161-1/+1
* update of config file parser from VladimirDenis Vlasenko2008-07-161-14/+6
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-211-9/+4
* nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2008-04-101-17/+29
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-071-1/+1
* trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko2007-12-281-5/+5
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-77/+153
* remove trailing whitespaceDenis Vlasenko2007-10-141-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* update Glenn McGrath's email addressDenis Vlasenko2007-09-211-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-3/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-2/+2
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-31/+11
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-10/+4
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Header cleanup on two more networking files (move libbb.h to the top andRob Landley2006-06-051-2/+2
* Size reductions, mostly switching things to use libbb functions.Rob Landley2006-05-291-2/+2
* CONFIG->ENABLE migration.Rob Landley2006-05-041-5/+5
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-2/+2
* restore erronyous 'cleanups' by Rob Sullivan and landley"Vladimir N. Oleynik"2006-01-151-6/+9
* Cleanup patch from Rob Sullivan.Rob Landley2006-01-151-39/+9
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-051-0/+9
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8