summaryrefslogtreecommitdiffstats
path: root/proxy/README.style
blob: a751c12519c57b9b72e04c27409110f64ddb01f2 (plain)
1
2
3
4
5
6
7
8
9
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