Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 2006-09-09 | 28 | -60/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emacs compile mode (hint, paste to a file, and compile as "cat filename"). This allowed me to fix nearly all the warnings for a IA_64 SuSE build very quickly. | |||||
| | | * | r18300: fixed a type bug in heimdal - lha, you happy with this upstream? It | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | showed up on ia_64 systems | |||||
| | | * | r18299: POPT_CREDENTIALS should depend on LIBPOPT | Andrew Tridgell | 2006-09-09 | 1 | -1/+2 | |
| | | | | ||||||
| | | * | r18298: fixed mmap failure test | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18297: - remove leading ./ | Stefan Metzmacher | 2006-09-09 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - add CFLAGS to the dynconfig-devel.o rule metze | |||||
| | | * | r18296: this isn't needed anymore | Stefan Metzmacher | 2006-09-09 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18295: pass write type for packet_size | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | this fixes a crash on IA_64 systems | |||||
| | | * | r18294: remove leading ././ from .mk files | Stefan Metzmacher | 2006-09-09 | 1 | -8/+28 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18293: use the correct name it's not always under $srcdir... | Stefan Metzmacher | 2006-09-09 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18292: import some autoconf 2.60 specific macros, | Stefan Metzmacher | 2006-09-09 | 2 | -0/+199 | |
| | | | | | | | | | | | | | | | | | | | | | | | | so that older autoconf versions still work metze | |||||
| | | * | r18291: don't add ./ for files in the top dir '.' | Stefan Metzmacher | 2006-09-09 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18290: finally worked out why we were failing tests on solaris. It has | Andrew Tridgell | 2006-09-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | kerberos on port 750 in /etc/services! Work around this by using 127.0.0.1:88 in the krb5.conf | |||||
| | | * | r18289: don't check for inline till we've worked out the main compiler flags | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18288: autoconf already has a C99 test builtin! | Andrew Tridgell | 2006-09-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | If this works well, we can remove our own test | |||||
| | | * | r18287: add support for the -qlanglvl=extc99 and -qlanglvl=stdc99 flags, | Andrew Tridgell | 2006-09-09 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | | needed on AIX 5.2 for C99 structures | |||||
| | | * | r18286: ldb now needs install-sh too | Andrew Tridgell | 2006-09-09 | 1 | -0/+238 | |
| | | | | ||||||
| | | * | r18285: tdb now needs install-sh | Andrew Tridgell | 2006-09-09 | 1 | -0/+238 | |
| | | | | ||||||
| | | * | r18284: enable _XOPEN_SOURCE_EXTENDED to fix a HP-UX bug with the definition | Andrew Tridgell | 2006-09-09 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | of sendfile() | |||||
| | | * | r18283: libreplace.m4 needs to be early in configure.ac in other packages too | Andrew Tridgell | 2006-09-09 | 4 | -16/+8 | |
| | | | | ||||||
| | | * | r18282: dynconfig.o build rule needs cflags.pl too | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18281: a workaround for an infinite dependency loop in the dependency | Andrew Tridgell | 2006-09-09 | 2 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generation for smbreadline.d. The problem was caused by extra_flags.txt having ./lib/smbreadline/smbreadline.o but the build using lib/smbreadline/smbreadline.o, which means cflags.pl didn't match the target. Hopefully the workaround can be removed when metze or jelmer wake up and give me a hint on how to make SMB_SUBSYSTEM() not add the ./ prefix :-) | |||||
| | | * | r18280: more portability tidyups, ensuring we use libreplace everywhere | Andrew Tridgell | 2006-09-09 | 4 | -18/+14 | |
| | | | | ||||||
| | | * | r18279: libreplace.m4 needs to come first or autoconf complains, as libreplace | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | checks for global system flags | |||||
| | | * | r18278: move more header checks and _GNU_SOURCE into libreplace | Andrew Tridgell | 2006-09-09 | 3 | -15/+12 | |
| | | | | ||||||
| | | * | r18277: on some of our slower hosts we need more than 2700 seconds for smbd to | Andrew Tridgell | 2006-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | complete all tests | |||||
| | | * | r18273: AC_PROG_LD_GNU needs LD defined already | Stefan Metzmacher | 2006-09-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18272: Couldn't resist to change this. | Simo Sorce | 2006-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What we want to do here is to just make sure res is freed. Well let's just do so explicitly, the steal cofused me initially while reading the code. This way it is clear what we want to do. Simo. | |||||
| | | * | r18270: Samba3 has _PUBLIC_ now. | Jelmer Vernooij | 2006-09-08 | 1 | -5/+0 | |
| | | | | ||||||
| | | * | r18268: for samba3 define _PUBLIC_ empty | Stefan Metzmacher | 2006-09-08 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18267: print out the failing command for .ho files too | Stefan Metzmacher | 2006-09-08 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18266: we should bail out in configure if C99 structs are not support | Stefan Metzmacher | 2006-09-08 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tridge: I think we should create macros in libreplace_macros.m4 and call them in check_cc.m4 instead of running the tests in libreplace.m4. Maybe the macros should remember if they're called and then they're skipped in libreplace.m4 inside samba4 metze | |||||
| | | * | r18265: print out the failling command | Stefan Metzmacher | 2006-09-08 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18264: print the full list of flags | Stefan Metzmacher | 2006-09-08 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18262: fix typos | Stefan Metzmacher | 2006-09-08 | 1 | -13/+13 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18261: print out the version of gcc | Stefan Metzmacher | 2006-09-08 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18260: fix the build on systems with broken readdir | Stefan Metzmacher | 2006-09-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is just a short term hack we should move the stuff from lib/replace/config.mk into a lib/replace/samba.m4 and dynamicly generate the OBJ_FILES list for LIBREPLACE and get rid of REPLACE_REPDIR metze | |||||
| | | * | r18258: need to use .priority not .order here | Andrew Tridgell | 2006-09-08 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18257: Order the GENSEC modules, with unknown modules last. | Andrew Bartlett | 2006-09-08 | 7 | -17/+19 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r18256: use the right status variable | Andrew Tridgell | 2006-09-08 | 1 | -2/+1 | |
| | | | | ||||||
| | | * | r18255: Remove the SMB_ASSERT(), as these are not talloc()'ed structures. | Andrew Bartlett | 2006-09-08 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r18254: reverted r18231 | Andrew Tridgell | 2006-09-08 | 1 | -11/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jelmer, older versions of gcc don't support visibility("default"). See for example the CentOS build here: http://build.samba.org/?function=View+Build;host=lithium;tree=samba4;compiler=gcc;revision=18253 Is there some other way you can think of to do this? | |||||
| | | * | r18253: Turn Cyrus-SASL DIGEST-MD5 off by default for now. | Andrew Bartlett | 2006-09-08 | 2 | -1/+10 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r18252: Make sure to NULL terminate these lists of attributes. | Andrew Bartlett | 2006-09-08 | 1 | -7/+16 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r18251: skip pidl tests unless the platform has Test::More | Andrew Tridgell | 2006-09-08 | 1 | -3/+7 | |
| | | | | ||||||
| | | * | r18250: Add an ordering of GENSEC modules, so we do preferred modules first. | Andrew Bartlett | 2006-09-08 | 6 | -5/+22 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r18249: Keep trying to start an GENSEC mech from the list until one actually | Andrew Bartlett | 2006-09-08 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | starts. Andrew Bartlett | |||||
| | | * | r18248: Bail out with a error message if this search fails for some reason. | Andrew Bartlett | 2006-09-08 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r18247: more shell portability fixes | Andrew Tridgell | 2006-09-08 | 3 | -10/+9 | |
| | | | | ||||||
| | | * | r18246: Let our openldap slapd.conf include the magic to have DIGEST-MD5 on | Andrew Bartlett | 2006-09-08 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | the server-side work. | |||||
| | | * | r18245: Ensure we don't keep the rootdse record around (steal it onto the | Andrew Bartlett | 2006-09-08 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | correct memory context). Andrew Bartlett |