summaryrefslogtreecommitdiffstats
path: root/nsswitch/pam_winbind.h
Commit message (Collapse)AuthorAgeFilesLines
* nsswitch: only define TALLOC_FREE if neededStefan Metzmacher2009-04-151-0/+2
| | | | | | metze (cherry picked from commit d0b9cc62f99a1feca68c473f3cd1e93e50ab2eab) (cherry picked from commit 28b48329864b642c117ba193d94e5cbe466be10c)
* talloc: Change the two other definitions of TALLOC_FREE to match the primary ↵Tim Prouty2009-01-231-1/+1
| | | | | | | | version Eventually these two other definitions should be removed and all of the TALLOC macros should live in the same header. Until then, this patch eliminates some build warnings.
* Tweak with pam defines of older Linux versionsLars Müller2008-12-171-1/+8
| | | | | | | PAM_AUTHTOK_RECOVERY_ERR is not defined by older Linux versions (SUSE Linux Enterprise 9 and RedHat Enterprise 4). Patch suggested by Philipp Thomas <pth at suse dot de>.
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+169
Don't move source4 files yet to not confuse git's rename tracking too much.