summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r18205: need rep_ macros for seteuid and setegidAndrew Tridgell2006-09-071-0/+10
| | | |
| | | * r18204: darn, compilers always look in the directory the source is in forAndrew Tridgell2006-09-0718-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | headers with "" even with a -I override. That means our heimdal_build/ roken override doesn't work. Switching to <> style includes in roken fixes this. lha, would be be acceptable upstream? I notice that half your includes of roken.h are with <> now anyway, so should be harmless (and even more consistent!)
| | | * r18203: rearranged the overrides in heimdal_build/*.h to avoid the use ofAndrew Tridgell2006-09-073-48/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | heimdal_build/config.h from interfering with libreplace This is a workaround for the fact that with the current CFLAGS and dependencies system, -Iheimdal_build is put at the front of the includes list, which means it overrides the normal config.h
| | | * r18202: moved the overrides for HAVE_xxx from heimdal_build/config.h toAndrew Tridgell2006-09-072-23/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | heimdal_build/roken.h This is a workaround for the fact that with the current CFLAGS and dependencies system, -Iheimdal_build is put at the front of the includes list, which means it overrides the normal config.h
| | | * r18198: Fix callbacks to use allocated or constant memory, not the stack.Andrew Bartlett2006-09-071-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These values are used by SASL at a later time, and must remain valid. Make the password callback actually return the password. Andrew Bartlett
| | | * r18194: Allow empty bitmap {} declarations.Jelmer Vernooij2006-09-062-339/+354
| | | |
| | | * r18190: Add more NET tests to be run on the build farm.Rafal Szczesniak2006-09-061-2/+2
| | | | | | | | | | | | | | | | rafal
| | | * r18184: make clear that autodepencies are disabled currentlyStefan Metzmacher2006-09-061-1/+1
| | | | | | | | | | | | | | | | metze
| | | * r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCCStefan Metzmacher2006-09-066-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
| | | * r18181: use:Stefan Metzmacher2006-09-063-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
| | | * r18179: - move CC specific stuff to check_cc.m4Stefan Metzmacher2006-09-062-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
| | | * r18178: another place needs LIBREPLACE to get strndupAndrew Tridgell2006-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | metze or jelmer, is there some way we can get LIBREPLACE in globally? We're going to be chasing these forever!
| | | * r18176: reg_util.c needs LIBREPLACE for strndupAndrew Tridgell2006-09-061-1/+1
| | | |
| | | * r18173: PICSUFFIX isn't used anymoreStefan Metzmacher2006-09-061-13/+4
| | | | | | | | | | | | | | | | metze
| | | * r18171: Generate prototypes for functions returning bool.Jelmer Vernooij2006-09-061-2/+3
| | | |
| | | * r18169: Remove accidentally committed bitsJelmer Vernooij2006-09-061-0/+5
| | | |
| | | * r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2006-09-0618-28/+19
| | | |
| | | * r18166: Fix build with external popt.Jelmer Vernooij2006-09-061-1/+1
| | | |
| | | * r18164: enable the SASL library if foundStefan Metzmacher2006-09-061-1/+2
| | | | | | | | | | | | | | | | metze
| | | * r18163: Remove defines for BOOL, False and TrueJelmer Vernooij2006-09-061-82/+72
| | | |
| | | * r18161: Fix LDB build after popt changes.Jelmer Vernooij2006-09-061-1/+1
| | | |
| | | * r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell2006-09-068-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_*
| | | * r18159: always recreate the the archive and use -s (which does the same as ↵Stefan Metzmacher2006-09-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ranlib) and see how portable it is metze
| | | * r18157: Fix building with external popt.Jelmer Vernooij2006-09-062-13/+45
| | | |
| | | * r18156: fix platforms that need timegm replacementAndrew Tridgell2006-09-061-1/+2
| | | |
| | | * r18155: Add my work in progress, a module to link with Cyrus-SASL, for aAndrew Bartlett2006-09-064-2/+435
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DIGEST-MD5 implemenation in particular. However, I can't make this work: Cyrus-SASL isn't loading the mech... Andrew Bartlett
| | | * r18154: try to get the heimdal_build code to use libreplace in a better wayAndrew Tridgell2006-09-062-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (chasing down build failures ...) added showflags as part of 'all' target, which makes tracking down problems easier in the build farm
| | | * r18153: html/ isn't neededStefan Metzmacher2006-09-061-1/+1
| | | | | | | | | | | | | | | | metze
| | | * r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher2006-09-069-259/+188
| | | | | | | | | | | | | | | | | | | | | | | | and include them from there metze
| | | * r18151: remove testfileStefan Metzmacher2006-09-061-0/+1
| | | | | | | | | | | | | | | | metze
| | | * r18150: fix make *cleanStefan Metzmacher2006-09-061-10/+8
| | | | | | | | | | | | | | | | metze
| | | * r18149: fix make *cleanStefan Metzmacher2006-09-061-4/+5
| | | | | | | | | | | | | | | | metze
| | | * r18148: - use PHONY for testStefan Metzmacher2006-09-061-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - don't try to install with make test - add make distclean and realdistclean metze
| | | * r18147: add make realdistcleanStefan Metzmacher2006-09-061-4/+4
| | | | | | | | | | | | | | | | metze
| | | * r18146: we need signal.h in some placesAndrew Tridgell2006-09-061-0/+2
| | | |
| | | * r18145: rename cc_feature.m4 into libreplace_macros.m4Stefan Metzmacher2006-09-062-1/+1
| | | | | | | | | | | | | | | | metze
| | | * r18144: make the logic a bit more cut&paste friendlyStefan Metzmacher2006-09-061-10/+21
| | | | | | | | | | | | | | | | metze
| | | * r18143: the 'showflags' convention from Samba is useful for the other packagesAndrew Tridgell2006-09-064-4/+24
| | | |
| | | * r18142: add make distclean to talloc buildStefan Metzmacher2006-09-061-4/+7
| | | | | | | | | | | | | | | | metze
| | | * r18141: an accidental nested C comment!Andrew Tridgell2006-09-061-1/+1
| | | |
| | | * r18140: and this reduces warnings about toupper()Andrew Tridgell2006-09-061-0/+1
| | | |
| | | * r18139: irix needs system/network.h hereAndrew Tridgell2006-09-061-0/+1
| | | |
| | | * r18138: LIBREPLACE provides stuff from -ldl so it should depend on itStefan Metzmacher2006-09-062-2/+2
| | | | | | | | | | | | | | | | metze
| | | * r18137: more LIBREPLACE depsAndrew Tridgell2006-09-062-1/+5
| | | |
| | | * r18136: put lib/replace in the default include pathStefan Metzmacher2006-09-061-2/+2
| | | | | | | | | | | | | | | | metze
| | | * r18135: almost there ....Andrew Tridgell2006-09-063-2/+12
| | | |
| | | * r18134: the lib/replace/system/filesys.h in this patch should beAndrew Tridgell2006-09-063-6/+6
| | | | | | | | | | | | | | | | system/filesys.h, but it doesn't work. Metze is looking into it :-)
| | | * r18133: ad2oLschema needs ctype.h on some systemsAndrew Tridgell2006-09-061-0/+1
| | | |
| | | * r18132: getpass can't depend on fns in lib/util/Andrew Tridgell2006-09-061-2/+28
| | | |
| | | * r18131: fixed tdb subsystem to use right tdb.hAndrew Tridgell2006-09-062-1/+2
| | | | | | | | | | | | | | | | fixed LIBREPLACE dep in lib/charset