summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system/passwd.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
2007-10-10r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij1-11/+16
(This used to be commit 1193c759622edd9e6843d9b7f53d9532748ce8a0)
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell1-5/+0
- replacing rename() is pointless - all platforms have it (and the #define of rename breaks some code) - use system/locale.h in snprintf.c - fix passwd.h for initgroups - stdlib is in replace.h, not needed elsewhere - fix the initgroups replacement - fix mapping of dl functions to rep_* (This used to be commit 57cd0ca176387d6a3acabf9fedeef4f2a3a3dad7)
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-0/+96
isolation of our portability environment from the main code, and also simplifies the includes system (no separate #ifdef _SAMBA_BUILD for tdb. ldb etc now) (This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)