summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r18184: make clear that autodepencies are disabled currentlyStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit a2eee3c6dbe14fc8fc6ee2f5581f2d9a33e25def)
* r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCCStefan Metzmacher2007-10-106-9/+42
| | | | | | | | | | - also specify USE_HOSTCC = YES on binaries that use HOSTCC I also disable autodependecies as this change let make run forever, I hopefully fix that tomorrow metze (This used to be commit 159f74570233a8707dc1deb70fb1917a854213f8)
* r18181: use:Stefan Metzmacher2007-10-103-123/+107
| | | | | | | | | | | | | CC and CFLAGS LD and LDFLAGS STLD and STLD_FLAGS SHLD and SHLD_FLAGS all controled by configure and import the values from samba3 which are more recent metze (This used to be commit 5e59153735102df6fae2eaaac6a7c3db86c95f8f)
* r18179: - move CC specific stuff to check_cc.m4Stefan Metzmacher2007-10-102-34/+102
| | | | | | | | | - add some AC_DEFINES to rewrite.m4 (I'll remove them from check_ld.m4 soon) (I've also merged new values from samba3) metze (This used to be commit de0c8d1b1729daef984d5b44e0224481cf9e2164)
* r18178: another place needs LIBREPLACE to get strndupAndrew Tridgell2007-10-101-1/+1
| | | | | | metze or jelmer, is there some way we can get LIBREPLACE in globally? We're going to be chasing these forever! (This used to be commit 7a9d41dd5b71f79ec10c2d3774d01dba696728fd)
* r18176: reg_util.c needs LIBREPLACE for strndupAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit dc1369b2ad1f55e1acfcc2ddd99ec6ac8b115da9)
* r18173: PICSUFFIX isn't used anymoreStefan Metzmacher2007-10-101-13/+4
| | | | | metze (This used to be commit 647f3b140c77a2a01ff0c9fadf45e080659844d1)
* r18171: Generate prototypes for functions returning bool.Jelmer Vernooij2007-10-101-2/+3
| | | | (This used to be commit 587a681c19a2747faaf83157e94dba998b6caf42)
* r18169: Remove accidentally committed bitsJelmer Vernooij2007-10-101-0/+5
| | | | (This used to be commit 51faeff2fa8050190ce0c3608f7936414fe2ea15)
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-1018-28/+19
| | | | (This used to be commit 8b622c5ded0732df0eaf9f6226f52a27b6eacd73)
* r18166: Fix build with external popt.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit b34310029a02402bf5f5bd8690a67a3d746906ee)
* r18164: enable the SASL library if foundStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit 675541f24e4681161fcc85422c14f9ecbf30e048)
* r18163: Remove defines for BOOL, False and TrueJelmer Vernooij2007-10-101-82/+72
| | | | (This used to be commit 6f5e7df6f2cf67731e596b1d1d6fafbb76123e89)
* r18161: Fix LDB build after popt changes.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 849fa935401b8d846e5e9c92267dc1cbabd3ae55)
* r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell2007-10-108-82/+36
| | | | | | | | | | | | | | | | - 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)
* r18159: always recreate the the archive and use -s (which does the same as ↵Stefan Metzmacher2007-10-101-2/+1
| | | | | | | | | ranlib) and see how portable it is metze (This used to be commit 47b4509db909e0848842c1601f2058183d36bda7)
* r18157: Fix building with external popt.Jelmer Vernooij2007-10-102-13/+45
| | | | (This used to be commit 72e71de3e591091d71e43a3c9efd1cafd82d6c89)
* r18156: fix platforms that need timegm replacementAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit 859fefc3b9d4241c3db2b2642e3340dffd93f1dd)
* r18155: Add my work in progress, a module to link with Cyrus-SASL, for aAndrew Bartlett2007-10-104-2/+435
| | | | | | | | | DIGEST-MD5 implemenation in particular. However, I can't make this work: Cyrus-SASL isn't loading the mech... Andrew Bartlett (This used to be commit 0b193d28c896c9d212a536da7d87634543d971a5)
* r18154: try to get the heimdal_build code to use libreplace in a better wayAndrew Tridgell2007-10-102-12/+2
| | | | | | | | (chasing down build failures ...) added showflags as part of 'all' target, which makes tracking down problems easier in the build farm (This used to be commit d52aaccdf8a537dc8de8db7c30ff0ab076c4c63f)
* r18153: html/ isn't neededStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 39dc57a50280889a56fa27638b9f56574883a487)
* r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher2007-10-109-259/+188
| | | | | | | and include them from there metze (This used to be commit 38f9e90a120b4e62f005a1bac89139ee87f63071)
* r18151: remove testfileStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 6ffebfb9b7b8175eb312df6b9bc9fbd0db61b2e1)
* r18150: fix make *cleanStefan Metzmacher2007-10-101-10/+8
| | | | | metze (This used to be commit e354cd0fae7ad87be30a820954dc840271301177)
* r18149: fix make *cleanStefan Metzmacher2007-10-101-4/+5
| | | | | metze (This used to be commit 477c83c9834fa4dde0b69f6413336144ea5d5bdb)
* r18148: - use PHONY for testStefan Metzmacher2007-10-101-4/+14
| | | | | | | | - don't try to install with make test - add make distclean and realdistclean metze (This used to be commit 67cb692a48726075f70b55e18e71d8fae6303d34)
* r18147: add make realdistcleanStefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit 20543e0306b129ee89c6ad21dd41205ac0263d7d)
* r18146: we need signal.h in some placesAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit f226645d73c85011fea32a9b6e26eb41dd2c4336)
* r18145: rename cc_feature.m4 into libreplace_macros.m4Stefan Metzmacher2007-10-102-1/+1
| | | | | metze (This used to be commit d0f40dd3e5ca8b46ee9b2c4332b393f519383aae)
* r18144: make the logic a bit more cut&paste friendlyStefan Metzmacher2007-10-101-10/+21
| | | | | metze (This used to be commit da9be10dc602d21871d970a10015e970650942fe)
* r18143: the 'showflags' convention from Samba is useful for the other packagesAndrew Tridgell2007-10-104-4/+24
| | | | (This used to be commit a4d1f1d2229e1a0b1523bf14fab59278207abbc0)
* r18142: add make distclean to talloc buildStefan Metzmacher2007-10-101-4/+7
| | | | | metze (This used to be commit c8342c9ae5b37acd72271e025f0ee735a95cf8e5)
* r18141: an accidental nested C comment!Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 47c305c7dc5d2b2b61afe9f42f77ee3652c61a79)
* r18140: and this reduces warnings about toupper()Andrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 41419e54d5e79d08a71cd9c94585be3448b1e9fc)
* r18139: irix needs system/network.h hereAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit f46ab799b41c0ec520739ec11979771316781ce4)
* r18138: LIBREPLACE provides stuff from -ldl so it should depend on itStefan Metzmacher2007-10-102-2/+2
| | | | | metze (This used to be commit b4e4c115ab23bcc3b116a3736ddf2e88bab6f4cf)
* r18137: more LIBREPLACE depsAndrew Tridgell2007-10-102-1/+5
| | | | (This used to be commit 2d813d1e6deb99b06e43462885be848a5399b9a8)
* r18136: put lib/replace in the default include pathStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 2b51391470d0ecf001cd869e4ab9ba7a3474a7fe)
* r18135: almost there ....Andrew Tridgell2007-10-103-2/+12
| | | | (This used to be commit cefcccb51948fb17fbc803325e8ab13103164f93)
* r18134: the lib/replace/system/filesys.h in this patch should beAndrew Tridgell2007-10-103-6/+6
| | | | | system/filesys.h, but it doesn't work. Metze is looking into it :-) (This used to be commit 0dc0b7ff613d39f93c1680116c04348b720afaff)
* r18133: ad2oLschema needs ctype.h on some systemsAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit efe60c8a4b28fa88abe5177b1a95c4ac5ac9496c)
* r18132: getpass can't depend on fns in lib/util/Andrew Tridgell2007-10-101-2/+28
| | | | (This used to be commit b346ab2f0573177e0a4654fd7c77a071225fc785)
* r18131: fixed tdb subsystem to use right tdb.hAndrew Tridgell2007-10-102-1/+2
| | | | | fixed LIBREPLACE dep in lib/charset (This used to be commit 2f6cd41f40cf1625918f272458b6e103e4f3e00e)
* r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell2007-10-1010-6/+13
| | | | | happier now (This used to be commit 18542f184f75074e56a9793a9e3b6c6d747bb9e6)
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-1035-227/+121
| | | | | | | 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)
* r18127: Add macro AC_CHECK_DECL() for systems that don't have it.Jelmer Vernooij2007-10-101-0/+13
| | | | (This used to be commit 589a1c250934a61db0f86c1e98962e195e681c79)
* r18126: Fix -ldl dependency problemJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit ce31b736a9418889538b5778ceb0b18071cdfebd)
* r18125: Remove obsolete file.Jelmer Vernooij2007-10-101-58/+0
| | | | (This used to be commit 27aa34eb55afdbc27f36cebae074d6fef5fc822c)
* r18124: Keep right libs when looking for dl*() functionsJelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 12ce4cef2fcdb4224fdf15c9ecf952ceb797f02c)
* r18123: Fix manual file build.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit e84b6c70a19a5113d5a100820a1f430077e52c50)