diff options
Diffstat (limited to 'proxy')
-rw-r--r-- | proxy/README.style | 10 |
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 + + |