summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15273: fix setproctitle supportStefan Metzmacher1-6/+10
2007-10-10r15272: - implement NetShareEnumStefan Metzmacher1-2/+204
2007-10-10r15271: Fix --enable-dsoJelmer Vernooij4-17/+27
2007-10-10r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...Jelmer Vernooij7-35/+35
2007-10-10r15267: Fix call to mkdir() for old versions of perl. This should fix install...Jelmer Vernooij2-2/+5
2007-10-10r15265: Try to find inet_pton in -lnsl (should fix linking on sun1)Jelmer Vernooij2-1/+15
2007-10-10r15263: Remove another use of patsubst (should make tru64 happy)Jelmer Vernooij3-1/+11
2007-10-10r15262: Only include getprogname if it is needed by the system. This shouldJelmer Vernooij2-5/+21
2007-10-10r15261: Work around AIX defining open as open64 againJelmer Vernooij1-2/+2
2007-10-10r15260: Don't dereference NULL pointers to obtain array lengths - found byJelmer Vernooij1-0/+14
2007-10-10r15259: try to find the place that causes trouble on some build farm hostStefan Metzmacher1-2/+2
2007-10-10r15258: Another attempt at fixing getaddrinfo on IRIXJelmer Vernooij1-0/+1
2007-10-10r15257: Look for headers before trying to use them in any tests. ThisJelmer Vernooij2-7/+8
2007-10-10r15256: Use libroken's getaddrinfo if it is not provided by the system. ShouldJelmer Vernooij2-1/+2
2007-10-10r15254: Fix heimdal's addrinfo subsystem for those systems that need it. ThisJelmer Vernooij1-1/+1
2007-10-10r15253: Fix dependency on tdr_regf.hJelmer Vernooij1-0/+1
2007-10-10r15252: Fix inet_aton (required for Tru64 and Solaris)Jelmer Vernooij1-1/+1
2007-10-10r15249: Fix typosJelmer Vernooij1-2/+2
2007-10-10r15248: Fix automatic dependencies buildJelmer Vernooij5-16/+36
2007-10-10r15247: Get rid of patsubst macro as it is not supported by some makes and re...Jelmer Vernooij2-10/+23
2007-10-10r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...Stefan Metzmacher1-1/+1
2007-10-10r15245: forgot one headerSimo Sorce1-0/+9
2007-10-10r15242: allow to use LDB_FLG_RECONNECTSimo Sorce1-0/+4
2007-10-10r15241: Add helper function to set reconnect status defaultsSimo Sorce1-0/+11
2007-10-10r15239: (hopefully) fix Samba4 build on AIXJelmer Vernooij1-0/+1
2007-10-10r15238: Add some code to automatically reconnect if we want to.Simo Sorce3-11/+134
2007-10-10r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple...Steve French5-1/+1265
2007-10-10r15236: Fix -MT detectionJelmer Vernooij1-1/+1
2007-10-10r15235: fix all gtk tools...Stefan Metzmacher4-4/+8
2007-10-10r15234: Remove heimdal include paths from global CFLAGSJelmer Vernooij2-9/+5
2007-10-10r15233: Fix loading shared modulesJelmer Vernooij1-2/+2
2007-10-10r15232: Look for CC flags, not C++ flags..Jelmer Vernooij2-77/+2
2007-10-10r15231: Try to fix detection of ability of CC to generate dependenciesJelmer Vernooij3-3/+9
2007-10-10r15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1Jelmer Vernooij1-1/+1
2007-10-10r15226: Fix order of typedef specification - caught by kblinJelmer Vernooij1-1/+1
2007-10-10r15225: Use talloc_zero() to avoid use of uninitialised values later on.Andrew Bartlett1-1/+1
2007-10-10r15224: Check whether -MT is actually supported by the compiler before usingJelmer Vernooij3-3/+4
2007-10-10r15223: Move heimdal's -I parameters from the global list of includes toJelmer Vernooij7-61/+38
2007-10-10r15222: Use more standard UUIDs. Should help AIX build.Andrew Bartlett2-2/+2
2007-10-10r15221: We don't need to have these rcsid strings in Samba's use of Heimdal.Andrew Bartlett1-2/+1
2007-10-10r15220: Another attempt to fix the bug found by the IBM CheckerJelmer Vernooij1-1/+5
2007-10-10r15219: Look for gai_strerror in more places, so we don't conflict with theAndrew Bartlett2-7/+17
2007-10-10r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.Jelmer Vernooij3-2/+7
2007-10-10r15213: Remove helper macro for bcopy() - this causes problemsJelmer Vernooij1-5/+0
2007-10-10r15212: Simplify setproctitle codeJelmer Vernooij1-6/+7
2007-10-10r15211: REQUIRED_SUBSYSTEMS for binaries are gone, use PRIVATE_DEPENDENCIES hereAlexander Bokovoy1-2/+2
2007-10-10r15208: Change _GNU_SOURCE propagation to apply only to generated files as An...Alexander Bokovoy1-4/+28
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij64-310/+310
2007-10-10r15206: Heimdal is always compiled with _GNU_SOURCE enabled (in its configure...Alexander Bokovoy1-2/+2
2007-10-10r15205: Allow additional LDFLAGS, fixes #3961.Jelmer Vernooij1-1/+1