summaryrefslogtreecommitdiff
path: root/source4/heimdal/base/heimbase.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-15s4:heimdal: import lorikeet-heimdal-201107150856 (commit ↵Stefan Metzmacher1-1/+17
48936803fae4a2fb362c79365d31f420c917b85b)
2011-02-02s4:heimdal: import lorikeet-heimdal-201101310455 (commit ↵Andrew Bartlett1-1/+0
aa88eb1a05c4985cc23fb65fc1bad75bdce01c1f)
2010-11-15Add attribute macros for Heimdal to useAndrew Bartlett1-0/+173
Heimdal uses HEIMDAL_NORETURN_ATTRIBUTE and HEIMDAL_PRINTF_ATTRIBUTE, and we need to provide a link between these and Samba's function attribute handling. Andrew Bartlett