summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r15280: - remove the 2nd check for __FUNCTION__Stefan Metzmacher2006-04-263-7/+12
* r15279: Fix dependencies when using static librariesJelmer Vernooij2006-04-262-4/+3
* r15278: Fix recreating symlink every time.Jelmer Vernooij2006-04-263-4/+4
* r15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prot...Stefan Metzmacher2006-04-261-2/+3
* r15276: Fix path to perl on some hostsJelmer Vernooij2006-04-263-3/+3
* r15275: run RPC-SRVSRV in make testStefan Metzmacher2006-04-261-1/+1
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij2006-04-2628-66/+53
* r15273: fix setproctitle supportStefan Metzmacher2006-04-261-6/+10
* r15272: - implement NetShareEnumStefan Metzmacher2006-04-261-2/+204
* r15271: Fix --enable-dsoJelmer Vernooij2006-04-264-17/+27
* r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...Jelmer Vernooij2006-04-267-35/+35
* r15267: Fix call to mkdir() for old versions of perl. This should fix install...Jelmer Vernooij2006-04-262-2/+5
* r15265: Try to find inet_pton in -lnsl (should fix linking on sun1)Jelmer Vernooij2006-04-262-1/+15
* r15264: ignore generated fileStefan Metzmacher2006-04-260-0/+0
* r15263: Remove another use of patsubst (should make tru64 happy)Jelmer Vernooij2006-04-263-1/+11
* r15262: Only include getprogname if it is needed by the system. This should Jelmer Vernooij2006-04-262-5/+21
* r15261: Work around AIX defining open as open64 againJelmer Vernooij2006-04-261-2/+2
* r15260: Don't dereference NULL pointers to obtain array lengths - found by Jelmer Vernooij2006-04-261-0/+14
* r15259: try to find the place that causes trouble on some build farm hostStefan Metzmacher2006-04-251-2/+2
* r15258: Another attempt at fixing getaddrinfo on IRIXJelmer Vernooij2006-04-251-0/+1
* r15257: Look for headers before trying to use them in any tests. This Jelmer Vernooij2006-04-252-7/+8
* r15256: Use libroken's getaddrinfo if it is not provided by the system. Should Jelmer Vernooij2006-04-252-1/+2
* r15254: Fix heimdal's addrinfo subsystem for those systems that need it. This Jelmer Vernooij2006-04-251-1/+1
* r15253: Fix dependency on tdr_regf.hJelmer Vernooij2006-04-251-0/+1
* r15252: Fix inet_aton (required for Tru64 and Solaris)Jelmer Vernooij2006-04-251-1/+1
* r15249: Fix typosJelmer Vernooij2006-04-251-2/+2
* r15248: Fix automatic dependencies buildJelmer Vernooij2006-04-255-16/+36
* r15247: Get rid of patsubst macro as it is not supported by some makes and re...Jelmer Vernooij2006-04-252-10/+23
* r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...Stefan Metzmacher2006-04-251-1/+1
* r15245: forgot one headerSimo Sorce2006-04-251-0/+9
* r15242: allow to use LDB_FLG_RECONNECTSimo Sorce2006-04-251-0/+4
* r15241: Add helper function to set reconnect status defaultsSimo Sorce2006-04-251-0/+11
* r15239: (hopefully) fix Samba4 build on AIXJelmer Vernooij2006-04-251-0/+1
* r15238: Add some code to automatically reconnect if we want to.Simo Sorce2006-04-253-11/+134
* r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple...Steve French2006-04-255-1/+1265
* r15236: Fix -MT detectionJelmer Vernooij2006-04-251-1/+1
* r15235: fix all gtk tools...Stefan Metzmacher2006-04-254-4/+8
* r15234: Remove heimdal include paths from global CFLAGSJelmer Vernooij2006-04-252-9/+5
* r15233: Fix loading shared modulesJelmer Vernooij2006-04-251-2/+2
* r15232: Look for CC flags, not C++ flags..Jelmer Vernooij2006-04-252-77/+2
* r15231: Try to fix detection of ability of CC to generate dependenciesJelmer Vernooij2006-04-253-3/+9
* r15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1Jelmer Vernooij2006-04-251-1/+1
* r15226: Fix order of typedef specification - caught by kblinJelmer Vernooij2006-04-251-1/+1
* r15225: Use talloc_zero() to avoid use of uninitialised values later on.Andrew Bartlett2006-04-251-1/+1
* r15224: Check whether -MT is actually supported by the compiler before using Jelmer Vernooij2006-04-243-3/+4
* r15223: Move heimdal's -I parameters from the global list of includes to Jelmer Vernooij2006-04-247-61/+38
* r15222: Use more standard UUIDs. Should help AIX build.Andrew Bartlett2006-04-242-2/+2
* r15221: We don't need to have these rcsid strings in Samba's use of Heimdal. Andrew Bartlett2006-04-241-2/+1
* r15220: Another attempt to fix the bug found by the IBM CheckerJelmer Vernooij2006-04-241-1/+5
* r15219: Look for gai_strerror in more places, so we don't conflict with theAndrew Bartlett2006-04-242-7/+17