File: STYLE.txt

package info (click to toggle)
gssproxy 0.9.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,516 kB
  • sloc: ansic: 19,391; python: 1,196; xml: 611; makefile: 458; sh: 200
file content (10 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (5)
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