summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r15204: Fix MD5Update prototypeJelmer Vernooij1-4/+4
2007-10-10r15203: Allow system 'bool' type to be defined in another header then stdbool.hJelmer Vernooij2-1/+12
2007-10-10r15202: Don't derefence NULL pointers - found by the IBM CheckerJelmer Vernooij1-1/+5
2007-10-10r15201: Use abs() rather then ABS()Jelmer Vernooij5-15/+8
2007-10-10r15200: Move MIN/MAX macros to libreplace as some systems have themJelmer Vernooij5-15/+19
2007-10-10r15199: Try to make these prototypes match, to get the build on S390 linux go...Andrew Bartlett1-3/+3
2007-10-10r15192: Update Samba4 to use current lorikeet-heimdal.Andrew Bartlett67-3977/+2996
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij17-34/+36
2007-10-10r15190: Disable sonames for the BSDs and solaris as they don't take more thenJelmer Vernooij1-7/+1
2007-10-10r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typoJames Peach2-6/+6
2007-10-10r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach9-22/+75
2007-10-10r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach4-3/+43
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach21-112/+78
2007-10-10r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach8-12/+27
2007-10-10r15184: Declare ntvfs_register with a typed ops pointer.James Peach1-2/+1
2007-10-10r15183: Hoist the critical sizes initialiser into a header so that modulesJames Peach2-9/+48
2007-10-10r15182: make stuff more portableStefan Metzmacher1-4/+4
2007-10-10r15181: Don't try kerberos sign/seal when in SSLSimo Sorce1-1/+6
2007-10-10r15179: Detect setproctitle if it is in libc. Patch by Timur BakeveyJelmer Vernooij1-4/+7
2007-10-10r15178: Fix ldb function calls after big swig rename.Tim Potter1-25/+55
2007-10-10r15177: Wrap ldb_strerror() function.Tim Potter1-0/+1
2007-10-10r15176: Ensure we don't segfault when we try and delete @FOO records.Andrew Bartlett1-5/+10
2007-10-10r15157: Systems with argv limits can't handle the full list of $(DEP_FILE). R...James Peach1-1/+2
2007-10-10r15156: For some reason, ln -sf doesn't appear to work as expected on IRIX. R...James Peach2-2/+2
2007-10-10r15155: Add strsep replacement from heimdal 0.7.2 for systems that don'tJames Peach2-0/+62
2007-10-10r15149: fix typoStefan Metzmacher1-1/+1
2007-10-10r15148: make wreplsrv_pull_names staticStefan Metzmacher4-25/+30
2007-10-10r15147: make some more stuff staticStefan Metzmacher2-15/+15
2007-10-10r15146: fix commentsStefan Metzmacher1-4/+2
2007-10-10r15143: Pull in GNU extensions right at the start of the configure process. ThisJames Peach2-2/+2