summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r15256: Use libroken's getaddrinfo if it is not provided by the system. ShouldJelmer Vernooij2007-10-102-1/+2
* r15254: Fix heimdal's addrinfo subsystem for those systems that need it. ThisJelmer Vernooij2007-10-101-1/+1
* r15253: Fix dependency on tdr_regf.hJelmer Vernooij2007-10-101-0/+1
* r15252: Fix inet_aton (required for Tru64 and Solaris)Jelmer Vernooij2007-10-101-1/+1
* r15249: Fix typosJelmer Vernooij2007-10-101-2/+2
* r15248: Fix automatic dependencies buildJelmer Vernooij2007-10-105-16/+36
* r15247: Get rid of patsubst macro as it is not supported by some makes and re...Jelmer Vernooij2007-10-102-10/+23
* r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...Stefan Metzmacher2007-10-101-1/+1
* r15245: forgot one headerSimo Sorce2007-10-101-0/+9
* r15242: allow to use LDB_FLG_RECONNECTSimo Sorce2007-10-101-0/+4
* r15241: Add helper function to set reconnect status defaultsSimo Sorce2007-10-101-0/+11
* r15239: (hopefully) fix Samba4 build on AIXJelmer Vernooij2007-10-101-0/+1
* r15238: Add some code to automatically reconnect if we want to.Simo Sorce2007-10-103-11/+134
* r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple...Steve French2007-10-105-1/+1265
* r15236: Fix -MT detectionJelmer Vernooij2007-10-101-1/+1
* r15235: fix all gtk tools...Stefan Metzmacher2007-10-104-4/+8
* r15234: Remove heimdal include paths from global CFLAGSJelmer Vernooij2007-10-102-9/+5
* r15233: Fix loading shared modulesJelmer Vernooij2007-10-101-2/+2
* r15232: Look for CC flags, not C++ flags..Jelmer Vernooij2007-10-102-77/+2
* r15231: Try to fix detection of ability of CC to generate dependenciesJelmer Vernooij2007-10-103-3/+9
* r15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1Jelmer Vernooij2007-10-101-1/+1
* r15226: Fix order of typedef specification - caught by kblinJelmer Vernooij2007-10-101-1/+1
* r15225: Use talloc_zero() to avoid use of uninitialised values later on.Andrew Bartlett2007-10-101-1/+1
* r15224: Check whether -MT is actually supported by the compiler before usingJelmer Vernooij2007-10-103-3/+4
* r15223: Move heimdal's -I parameters from the global list of includes toJelmer Vernooij2007-10-107-61/+38
* r15222: Use more standard UUIDs. Should help AIX build.Andrew Bartlett2007-10-102-2/+2
* r15221: We don't need to have these rcsid strings in Samba's use of Heimdal.Andrew Bartlett2007-10-101-2/+1
* r15220: Another attempt to fix the bug found by the IBM CheckerJelmer Vernooij2007-10-101-1/+5
* r15219: Look for gai_strerror in more places, so we don't conflict with theAndrew Bartlett2007-10-102-7/+17
* r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.Jelmer Vernooij2007-10-103-2/+7
* r15213: Remove helper macro for bcopy() - this causes problemsJelmer Vernooij2007-10-101-5/+0
* r15212: Simplify setproctitle codeJelmer Vernooij2007-10-101-6/+7
* r15211: REQUIRED_SUBSYSTEMS for binaries are gone, use PRIVATE_DEPENDENCIES hereAlexander Bokovoy2007-10-101-2/+2
* r15208: Change _GNU_SOURCE propagation to apply only to generated files as An...Alexander Bokovoy2007-10-101-4/+28
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-1064-310/+310
* r15206: Heimdal is always compiled with _GNU_SOURCE enabled (in its configure...Alexander Bokovoy2007-10-101-2/+2
* r15205: Allow additional LDFLAGS, fixes #3961.Jelmer Vernooij2007-10-101-1/+1
* r15204: Fix MD5Update prototypeJelmer Vernooij2007-10-101-4/+4
* r15203: Allow system 'bool' type to be defined in another header then stdbool.hJelmer Vernooij2007-10-102-1/+12
* r15202: Don't derefence NULL pointers - found by the IBM CheckerJelmer Vernooij2007-10-101-1/+5
* r15201: Use abs() rather then ABS()Jelmer Vernooij2007-10-105-15/+8
* r15200: Move MIN/MAX macros to libreplace as some systems have themJelmer Vernooij2007-10-105-15/+19
* r15199: Try to make these prototypes match, to get the build on S390 linux go...Andrew Bartlett2007-10-101-3/+3
* r15192: Update Samba4 to use current lorikeet-heimdal.Andrew Bartlett2007-10-1067-3977/+2996
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-1017-34/+36
* r15190: Disable sonames for the BSDs and solaris as they don't take more thenJelmer Vernooij2007-10-101-7/+1
* r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typoJames Peach2007-10-102-6/+6
* r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach2007-10-109-22/+75
* r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach2007-10-104-3/+43
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-1021-112/+78