summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r18270: Samba3 has _PUBLIC_ now.Jelmer Vernooij2007-10-101-5/+0
| | | | (This used to be commit 9dd6520240fbe3ea8126845a1fa2bdea35c7c4ac)
* r18268: for samba3 define _PUBLIC_ emptyStefan Metzmacher2007-10-101-0/+5
| | | | | metze (This used to be commit b2018249b7da4155dde963bf118d4636864b0343)
* r18267: print out the failing command for .ho files tooStefan Metzmacher2007-10-101-4/+7
| | | | | metze (This used to be commit 25dc4557fff940aa4cc46df59f4c5a72b7518117)
* r18266: we should bail out in configure if C99 structs are not supportStefan Metzmacher2007-10-101-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 (This used to be commit ce08bf12803869914b35c05e125070f267daf78c)
* r18265: print out the failling commandStefan Metzmacher2007-10-101-1/+4
| | | | | metze (This used to be commit 9d2ab28ba1a119dff1a97147934c03e712c7148d)
* r18264: print the full list of flagsStefan Metzmacher2007-10-101-3/+10
| | | | | metze (This used to be commit ee5bd106945a013ba69c277a340c0961339983c6)
* r18262: fix typosStefan Metzmacher2007-10-101-13/+13
| | | | | metze (This used to be commit acbd52009f8610df38f27adf6097cf7075b977fc)
* r18261: print out the version of gccStefan Metzmacher2007-10-101-0/+6
| | | | | metze (This used to be commit 655e400127d828104718ab87a0bc118dbf1a471f)
* r18260: fix the build on systems with broken readdirStefan Metzmacher2007-10-101-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 (This used to be commit e27a36286845b95150d06daaae8f5dcf988febd7)
* r18258: need to use .priority not .order hereAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit a47d65fe17a0e84615ff235380eb2462579199f0)
* r18257: Order the GENSEC modules, with unknown modules last.Andrew Bartlett2007-10-107-17/+19
| | | | | Andrew Bartlett (This used to be commit 8ae880b5019ab275fe0eca48120ab9e0fcca6293)
* r18256: use the right status variableAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit f4b4bd945f5c3955aab0c3cf89ad6cdda7529dac)
* r18255: Remove the SMB_ASSERT(), as these are not talloc()'ed structures.Andrew Bartlett2007-10-101-3/+0
| | | | | Andrew Bartlett (This used to be commit 73fba185eba6b059d34790c95a30d49b296759f5)
* r18254: reverted r18231Andrew Tridgell2007-10-101-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? (This used to be commit 76496c2f5e37b735e0b303ae20824c92bfa30974)
* r18253: Turn Cyrus-SASL DIGEST-MD5 off by default for now.Andrew Bartlett2007-10-102-1/+10
| | | | | Andrew Bartlett (This used to be commit 2da948cb6ecc75e2b4b97c770c8ba13b7f831d6e)
* r18252: Make sure to NULL terminate these lists of attributes.Andrew Bartlett2007-10-101-7/+16
| | | | | Andrew Bartlett (This used to be commit 8cddcdb7c71963ed5fc30080c6bd4c48d114e321)
* r18251: skip pidl tests unless the platform has Test::MoreAndrew Tridgell2007-10-101-3/+7
| | | | (This used to be commit 6c7dd852c05cf131d7def8a8dcff7e98df9ea521)
* r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett2007-10-106-5/+22
| | | | | Andrew Bartlett (This used to be commit 0afb4d1992b3c93557dec1e1cdca467efc299853)
* r18249: Keep trying to start an GENSEC mech from the list until one actuallyAndrew Bartlett2007-10-101-2/+8
| | | | | | | starts. Andrew Bartlett (This used to be commit 7dba525f5598199e89badbf15e0f5f09023c6cfa)
* r18248: Bail out with a error message if this search fails for some reason.Andrew Bartlett2007-10-101-0/+4
| | | | | Andrew Bartlett (This used to be commit 77b810f548fffc1298978cc92c842f5e4fc13786)
* r18247: more shell portability fixesAndrew Tridgell2007-10-103-10/+9
| | | | (This used to be commit d9ddfdf9e86295224dd42c0ab1aa954111ede588)
* r18246: Let our openldap slapd.conf include the magic to have DIGEST-MD5 onAndrew Bartlett2007-10-101-2/+11
| | | | | the server-side work. (This used to be commit 73d87cce7c5e33f73d6a63379af3586f543eb372)
* r18245: Ensure we don't keep the rootdse record around (steal it onto theAndrew Bartlett2007-10-101-4/+6
| | | | | | | correct memory context). Andrew Bartlett (This used to be commit b4f234e507fa94e9600c362fb6edb704d299cfce)
* r18244: more portable shell scriptingAndrew Tridgell2007-10-101-6/+6
| | | | (This used to be commit 320003127690ab98fc2185f0eb528a778cae2740)
* r18243: when setting up a composite continuation, if the context has alreadyAndrew Tridgell2007-10-101-0/+7
| | | | | | | | | | | finished when we need to trigger the continuation immediately. Via a fairly complex path, this fixes the problem where all hosts in the build farm that do not have ipv6 failed a lot of the RPC tests. This happened because the dcerpc_connect() async code used a composite_continue() on a context which was already in an error state, due to the socket backend saying that ipv6 was unavailable (This used to be commit dbf935d38b6b1fea5ed00e94c9b1a518cb14768b)
* r18242: The cyrus-sasl encode/decode routines process the entire input.Andrew Bartlett2007-10-101-0/+2
| | | | | Andrew Bartlett (This used to be commit 32d8a23d5499ef3d913240b5693b54eb2e78cd7d)
* r18240: Make it clearer when we store the plaintext password.Andrew Bartlett2007-10-102-5/+21
| | | | | | | | Store the plaintext password in userPassword in the LDAP backend so that the OpenLDAP server can use DIGEST-MD5. Andrew Bartlett (This used to be commit 1b02c604b2c55e1c9e15ac1f266e7df74d619dbd)
* r18238: add SID_NAME_COMPUTER to the enum lsa_SidType typeGerald Carter2007-10-101-1/+2
| | | | (This used to be commit ced2f9599446520229566e25a783101b19c64177)
* r18231: Don't use _PUBLIC_ but use __attribute__ directly instead.Jelmer Vernooij2007-10-101-3/+11
| | | | (This used to be commit 77043ebe25dcca2a6b1a37d3b6095e9c434652d9)
* r18228: Don't include Samba4-specific headers when building inside a Samba3 ↵Jelmer Vernooij2007-10-102-16/+27
| | | | | | tree. (This used to be commit d0f0d4600acad71ea4993f4e356735433d9bc5f0)
* r18227: Recognize Samba3 in-tree builds.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 5055430ddfca02a962827bbedf7fbd9987992953)
* r18223: the perl array of dependecies is in reversed orderStefan Metzmacher2007-10-101-1/+1
| | | | | | | print out the CFLAGS in the correct order metze (This used to be commit 49b555b876493e4d05bd69328f9a4e0585aa8076)
* r18222: filter out double entries from CFLAGSStefan Metzmacher2007-10-104-25/+33
| | | | | metze (This used to be commit 42e70d5a7b9c12527bb49f9c60330706d350cf49)
* r18221: moved more configure checks into lib/replace/Andrew Tridgell2007-10-103-65/+32
| | | | (This used to be commit d853dcfda771888f80a80e14ffabb1c0e58a340e)
* r18220: $#foo returns the index of the last element not the count of elements,Stefan Metzmacher2007-10-101-1/+1
| | | | | | | | | so we need >= 0. as 0 means one element metze (This used to be commit d8b5d0c9a75731c8627e8fabb364ec0ad0e9decd)
* r18219: move some more portability checks out of samba4 and info lib/replaceAndrew Tridgell2007-10-103-101/+31
| | | | (This used to be commit 50318dc55ed5eb70adb02a5680498fad3c3e590d)
* r18218: setenv() is guaranteed by libreplaceAndrew Tridgell2007-10-101-13/+0
| | | | | also, putenv() cannot take a const char * (This used to be commit 03c9f9dc3668d43983e0e6d7b87d9d3bbf8869f0)
* r18217: use shorter perlStefan Metzmacher2007-10-101-5/+1
| | | | | metze (This used to be commit 4ce7b4e45c016215a84a70b677d55cc6e79a2473)
* r18216: a special override for the broken HP-UX C compiler. It does supportAndrew Tridgell2007-10-101-0/+10
| | | | | | C99 initialisers without any flags, but if you don't give it -AC99 then it dies when those initialisers are very complex (This used to be commit 46f72d7e3f285d08a043b4e8551f22c4dffe65e5)
* r18215: use a shorter versionStefan Metzmacher2007-10-101-7/+2
| | | | | metze (This used to be commit 239a2607ab1a725dcbbfc03103006d2a3bf6b41e)
* r18214: don't add empty elementsStefan Metzmacher2007-10-101-2/+16
| | | | | metze (This used to be commit 9695a4bd530d0f49e6a87c6bb56502c6d2d3bdbd)
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2007-10-1018-40/+22
| | | | | | | always at it as first private dependencies metze (This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
* r18212: Use bitmap for access mask. Patch by Ronnie Sahlberg.Jelmer Vernooij2007-10-101-13/+16
| | | | (This used to be commit d03aaecdcd62ecf2910f0d0570184a0c42874574)
* r18211: wct is not a size, so don't use size_tAndrew Tridgell2007-10-102-2/+2
| | | | | this should fix a pile of printf format warnings (This used to be commit fe209e360e3857f39355335e4fa6a43b2db23038)
* r18210: - reenable autodependenciesStefan Metzmacher2007-10-104-6/+5
| | | | | | | | | | | - and add -MT $@ to the dependency generation to notice changes in depdendecies of header files you may need a 'make clean' or at least you need to remove heimdal_build/replace.hd metze (This used to be commit 5ecf98cc189039023ff0a97f43eba7fb2c2cdc46)
* r18209: fix the ifdef for HAVE_HISTORY_LISTAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit bda5c3c0e39de0ae2d4686a8746cc7ee1cc9d18f)
* r18208: Mac OS X also doesn't have history_list()Andrew Tridgell2007-10-102-2/+6
| | | | | must be a pretty old readline lib! (This used to be commit ba901e6820c02bc696c0bd3e9e0788801fd0795b)
* r18207: not all readline libs have rl_event_hookAndrew Tridgell2007-10-102-0/+5
| | | | | this should help with coreserverbuild (Mac OS X) (This used to be commit b0efbdfa98cfda87a78874c2a71a52cc091e4021)
* r18206: need rep_ macro for setlinebufAndrew Tridgell2007-10-101-0/+5
| | | | (This used to be commit 6a48f75eaef031538c3e5b98d8672919bba7c409)
* r18205: need rep_ macros for seteuid and setegidAndrew Tridgell2007-10-101-0/+10
| | | | (This used to be commit dd7af58b83815620114795aa49bc30b2440bd81b)