Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate from #ifndef guards to #pragma once | Nathaniel McCallum | 2016-05-29 | 1 | -4/+1 |
| | | | | | | | | | | | | Using a pragma instead of guards is easier to write, less error prone and avoids name clashes (a source of very subtle bugs). This pragma is supported on almost all compilers, including all the compilers we care about: https://en.wikipedia.org/wiki/Pragma_once#Portability. This patch does not change the autogenerated files: asn1/asn1c/*.h. Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com> | ||||
* | Add ipasam samba passdb backend | Sumit Bose | 2011-12-06 | 1 | -0/+28 |
https://fedorahosted.org/freeipa/ticket/1874 |