summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_ioctl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove ELAPI from the SSSD repositoryStephen Gallagher2010-02-121-39/+0
| | | | | ELAPI now lives in its own project at https://fedorahosted.org/ELAPI
* ELAPI Compatibility code for getifaddr()Dmitri Pal2009-10-161-0/+39
Addreses ticket #94 Actually works pretty well. To try use --enable-compat when build ELAPI. It will use compatibility code instead of getifaddr(). The trick in the elapi_ioctl.h with memory allocation is taken from Stevens book.