lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 3 Aug 2017 09:17:45 -0700
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Julien Fortin <julien@...ulusnetworks.com>
Cc:     netdev@...r.kernel.org, roopa@...ulusnetworks.com,
        nikolay@...ulusnetworks.com, dsa@...ulusnetworks.com
Subject: Re: [PATCH 02/27] ip: add new command line argument -json (mutually
 exclusive with -color)

On Thu,  3 Aug 2017 17:54:50 +0200
Julien Fortin <julien@...ulusnetworks.com> wrote:

> @@ -292,6 +295,9 @@ int main(int argc, char **argv)
>  
>  	_SL_ = oneline ? "\\" : "\n";
>  
> +	if (json)
> +		disable_color();

Probably better to error out if user gives -j and -c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ