summaryrefslogtreecommitdiff
path: root/source4/lib/replace/getpass.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell1-1/+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-10r18132: getpass can't depend on fns in lib/util/Andrew Tridgell1-2/+28
(This used to be commit b346ab2f0573177e0a4654fd7c77a071225fc785)
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij1-3/+32
* libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
2007-10-10r12592: Remove some useless dependenciesJelmer Vernooij1-0/+158
(This used to be commit ca8db1a0cd77682ac2c6dc4718f5d753a4fcc4db)