summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r18288: autoconf already has a C99 test builtin!Andrew Tridgell2007-10-101-0/+1
* r18287: add support for the -qlanglvl=extc99 and -qlanglvl=stdc99 flags,Andrew Tridgell2007-10-101-0/+18
* r18286: ldb now needs install-sh tooAndrew Tridgell2007-10-101-0/+238
* r18285: tdb now needs install-shAndrew Tridgell2007-10-101-0/+238
* r18284: enable _XOPEN_SOURCE_EXTENDED to fix a HP-UX bug with the definitionAndrew Tridgell2007-10-101-0/+6
* r18283: libreplace.m4 needs to be early in configure.ac in other packages tooAndrew Tridgell2007-10-104-16/+8
* r18282: dynconfig.o build rule needs cflags.pl tooAndrew Tridgell2007-10-101-1/+1
* r18281: a workaround for an infinite dependency loop in the dependencyAndrew Tridgell2007-10-102-4/+6
* r18280: more portability tidyups, ensuring we use libreplace everywhereAndrew Tridgell2007-10-104-18/+14
* r18279: libreplace.m4 needs to come first or autoconf complains, as libreplaceAndrew Tridgell2007-10-101-1/+1
* r18278: move more header checks and _GNU_SOURCE into libreplaceAndrew Tridgell2007-10-103-15/+12
* r18277: on some of our slower hosts we need more than 2700 seconds for smbd toAndrew Tridgell2007-10-101-1/+1
* r18273: AC_PROG_LD_GNU needs LD defined alreadyStefan Metzmacher2007-10-101-0/+2
* r18272: Couldn't resist to change this.Simo Sorce2007-10-101-1/+1
* r18270: Samba3 has _PUBLIC_ now.Jelmer Vernooij2007-10-101-5/+0
* r18268: for samba3 define _PUBLIC_ emptyStefan Metzmacher2007-10-101-0/+5
* r18267: print out the failing command for .ho files tooStefan Metzmacher2007-10-101-4/+7
* r18266: we should bail out in configure if C99 structs are not supportStefan Metzmacher2007-10-101-0/+12
* r18265: print out the failling commandStefan Metzmacher2007-10-101-1/+4
* r18264: print the full list of flagsStefan Metzmacher2007-10-101-3/+10
* r18262: fix typosStefan Metzmacher2007-10-101-13/+13
* r18261: print out the version of gccStefan Metzmacher2007-10-101-0/+6
* r18260: fix the build on systems with broken readdirStefan Metzmacher2007-10-101-0/+1
* r18258: need to use .priority not .order hereAndrew Tridgell2007-10-101-1/+1
* r18257: Order the GENSEC modules, with unknown modules last.Andrew Bartlett2007-10-107-17/+19
* r18256: use the right status variableAndrew Tridgell2007-10-101-2/+1
* r18255: Remove the SMB_ASSERT(), as these are not talloc()'ed structures.Andrew Bartlett2007-10-101-3/+0
* r18254: reverted r18231Andrew Tridgell2007-10-101-11/+3
* r18253: Turn Cyrus-SASL DIGEST-MD5 off by default for now.Andrew Bartlett2007-10-102-1/+10
* r18252: Make sure to NULL terminate these lists of attributes.Andrew Bartlett2007-10-101-7/+16
* r18251: skip pidl tests unless the platform has Test::MoreAndrew Tridgell2007-10-101-3/+7
* r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett2007-10-106-5/+22
* r18249: Keep trying to start an GENSEC mech from the list until one actuallyAndrew Bartlett2007-10-101-2/+8
* r18248: Bail out with a error message if this search fails for some reason.Andrew Bartlett2007-10-101-0/+4
* r18247: more shell portability fixesAndrew Tridgell2007-10-103-10/+9
* r18246: Let our openldap slapd.conf include the magic to have DIGEST-MD5 onAndrew Bartlett2007-10-101-2/+11
* r18245: Ensure we don't keep the rootdse record around (steal it onto theAndrew Bartlett2007-10-101-4/+6
* r18244: more portable shell scriptingAndrew Tridgell2007-10-101-6/+6
* r18243: when setting up a composite continuation, if the context has alreadyAndrew Tridgell2007-10-101-0/+7
* r18242: The cyrus-sasl encode/decode routines process the entire input.Andrew Bartlett2007-10-101-0/+2
* r18240: Make it clearer when we store the plaintext password.Andrew Bartlett2007-10-102-5/+21
* r18238: add SID_NAME_COMPUTER to the enum lsa_SidType typeGerald Carter2007-10-101-1/+2
* r18231: Don't use _PUBLIC_ but use __attribute__ directly instead.Jelmer Vernooij2007-10-101-3/+11
* r18228: Don't include Samba4-specific headers when building inside a Samba3 t...Jelmer Vernooij2007-10-102-16/+27
* r18227: Recognize Samba3 in-tree builds.Jelmer Vernooij2007-10-101-1/+1
* r18223: the perl array of dependecies is in reversed orderStefan Metzmacher2007-10-101-1/+1
* r18222: filter out double entries from CFLAGSStefan Metzmacher2007-10-104-25/+33
* r18221: moved more configure checks into lib/replace/Andrew Tridgell2007-10-103-65/+32
* r18220: $#foo returns the index of the last element not the count of elements,Stefan Metzmacher2007-10-101-1/+1
* r18219: move some more portability checks out of samba4 and info lib/replaceAndrew Tridgell2007-10-103-101/+31