From 8def281bc8056287cb86724e1c0506558c71c24d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 7 Feb 2012 12:22:38 -0500 Subject: Add reference to codying style guide --- proxy/README.style | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 proxy/README.style diff --git a/proxy/README.style b/proxy/README.style new file mode 100644 index 0000000..a751c12 --- /dev/null +++ b/proxy/README.style @@ -0,0 +1,10 @@ +We adopt a coding style derived from http://freeipa.org/page/Coding_Style + +There are minor differences including ut not limited to the following: +- due to the fact we interface to GSSAPI which heavily used typedefs they + are not actively discouraged in this code base + +- Initializations and NULL-checks should use the appropriate GSS_C_NO_XXX + initializers + + -- cgit