summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-07 12:22:38 -0500
committerSimo Sorce <simo@redhat.com>2012-02-07 14:51:44 -0500
commit8def281bc8056287cb86724e1c0506558c71c24d (patch)
treee20b5c46241e3d3c5a8c0ff4ed376b90bf06757b
parent63fe67486665ea2304e22491ba55904a373bf429 (diff)
downloadgss-proxy-8def281bc8056287cb86724e1c0506558c71c24d.tar.gz
gss-proxy-8def281bc8056287cb86724e1c0506558c71c24d.tar.xz
gss-proxy-8def281bc8056287cb86724e1c0506558c71c24d.zip
Add reference to codying style guide
-rw-r--r--proxy/README.style10
1 files changed, 10 insertions, 0 deletions
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
+
+