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-next>] [day] [month] [year] [list]
Date:	Mon,  5 Oct 2009 12:53:09 +0200
From:	Gerrit Renker <gerrit@....abdn.ac.uk>
To:	acme@...hat.com
Cc:	davem@...emloft.net, dccp@...r.kernel.org, netdev@...r.kernel.org
Subject: [PATCH 0/4][RFC]: coding convention for CCID-struct prefixes

Arnaldo, Dave,

this codifies new naming scheme discussed at netconf. Can you please have a
look and indicate whether you are ok with the set?

They are divided into 4 for readability, but can be combined into
one large patch if agreed.

It is all just regexp substitutions:

Patch #1: Introduces the naming scheme on CCID-2:
	    s#hc\(tx\|rx\)->ccid2hc\1_#hc\1->\1_#g;
            s#ccid2hc\(tx\|rx\)_#\1_#g;

Patch #2: Extends the changes of patch#1 to CCID-3.

Patch #3: Removes the second, repetitive redundancy in this scheme:
	    s#hc\(tx\|rx\)->\1_#hc->\1_#g;

Patch #4: Extends patch#3 from CCID-2 to CCID-3.

--
 ccids/ccid2.c |  595 ++++++++++++++++++++++++-------------------------
 ccids/ccid2.h |   46 +--
 ccids/ccid3.c |  692 +++++++++++++++++++++++++++-------------------------------
 ccids/ccid3.h |  120 +++++-----
 probe.c       |   22 -
 5 files changed, 723 insertions(+), 752 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ