summaryrefslogtreecommitdiff
path: root/source4/heimdal/base
AgeCommit message (Collapse)AuthorFilesLines
2010-12-17heimdal_build: Add version-script for com_err.Jelmer Vernooij1-0/+28
2010-12-01s4:heimdal: import lorikeet-heimdal-201012010201 (commit ↵Andrew Bartlett2-17/+50
81fe27bcc0148d410ca4617f8759b9df1a5e935c)
2010-11-29heimdal:base/heimbase.c - remove an unused variableMatthias Dieter Wallnöfer1-1/+0
2010-11-17heimdal: added HEIM_BASE_NON_ATOMIC optionAndrew Tridgell1-1/+8
This allows heimdal to build without gcc, by not using atomic operations. We don't need heimdal to be atomic in Samba.
2010-11-15heimdal Extra files required for merge up to current heimdalAndrew Bartlett10-0/+1806
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