Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15221: We don't need to have these rcsid strings in Samba's use of Heimdal. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r15220: Another attempt to fix the bug found by the IBM Checker | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r15219: Look for gai_strerror in more places, so we don't conflict with the | Andrew Bartlett | 2 | -7/+17 |
2007-10-10 | r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short. | Jelmer Vernooij | 3 | -2/+7 |
2007-10-10 | r15213: Remove helper macro for bcopy() - this causes problems | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r15212: Simplify setproctitle code | Jelmer Vernooij | 1 | -6/+7 |
2007-10-10 | r15211: REQUIRED_SUBSYSTEMS for binaries are gone, use PRIVATE_DEPENDENCIES here | Alexander Bokovoy | 1 | -2/+2 |
2007-10-10 | r15208: Change _GNU_SOURCE propagation to apply only to generated files as An... | Alexander Bokovoy | 1 | -4/+28 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 64 | -310/+310 |
2007-10-10 | r15206: Heimdal is always compiled with _GNU_SOURCE enabled (in its configure... | Alexander Bokovoy | 1 | -2/+2 |
2007-10-10 | r15205: Allow additional LDFLAGS, fixes #3961. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15204: Fix MD5Update prototype | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r15203: Allow system 'bool' type to be defined in another header then stdbool.h | Jelmer Vernooij | 2 | -1/+12 |
2007-10-10 | r15202: Don't derefence NULL pointers - found by the IBM Checker | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r15201: Use abs() rather then ABS() | Jelmer Vernooij | 5 | -15/+8 |
2007-10-10 | r15200: Move MIN/MAX macros to libreplace as some systems have them | Jelmer Vernooij | 5 | -15/+19 |
2007-10-10 | r15199: Try to make these prototypes match, to get the build on S390 linux go... | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r15192: Update Samba4 to use current lorikeet-heimdal. | Andrew Bartlett | 67 | -3977/+2996 |
2007-10-10 | r15191: Avoid uint_t as it's not standard. | Jelmer Vernooij | 17 | -34/+36 |
2007-10-10 | r15190: Disable sonames for the BSDs and solaris as they don't take more then | Jelmer Vernooij | 1 | -7/+1 |
2007-10-10 | r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typo | James Peach | 2 | -6/+6 |
2007-10-10 | r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobbered | James Peach | 9 | -22/+75 |
2007-10-10 | r15187: Introduce new param type P_BYTES. This lets config options which specify | James Peach | 4 | -3/+43 |
2007-10-10 | r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is | James Peach | 21 | -112/+78 |
2007-10-10 | r15185: Force all NTVFS modules to provide a critical sizes structure so | James Peach | 8 | -12/+27 |
2007-10-10 | r15184: Declare ntvfs_register with a typed ops pointer. | James Peach | 1 | -2/+1 |
2007-10-10 | r15183: Hoist the critical sizes initialiser into a header so that modules | James Peach | 2 | -9/+48 |
2007-10-10 | r15182: make stuff more portable | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r15181: Don't try kerberos sign/seal when in SSL | Simo Sorce | 1 | -1/+6 |
2007-10-10 | r15179: Detect setproctitle if it is in libc. Patch by Timur Bakevey | Jelmer Vernooij | 1 | -4/+7 |
2007-10-10 | r15178: Fix ldb function calls after big swig rename. | Tim Potter | 1 | -25/+55 |
2007-10-10 | r15177: Wrap ldb_strerror() function. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r15176: Ensure we don't segfault when we try and delete @FOO records. | Andrew Bartlett | 1 | -5/+10 |
2007-10-10 | r15157: Systems with argv limits can't handle the full list of $(DEP_FILE). R... | James Peach | 1 | -1/+2 |
2007-10-10 | r15156: For some reason, ln -sf doesn't appear to work as expected on IRIX. R... | James Peach | 2 | -2/+2 |
2007-10-10 | r15155: Add strsep replacement from heimdal 0.7.2 for systems that don't | James Peach | 2 | -0/+62 |
2007-10-10 | r15149: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15148: make wreplsrv_pull_names static | Stefan Metzmacher | 4 | -25/+30 |
2007-10-10 | r15147: make some more stuff static | Stefan Metzmacher | 2 | -15/+15 |
2007-10-10 | r15146: fix comments | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r15143: Pull in GNU extensions right at the start of the configure process. This | James Peach | 2 | -2/+2 |
2007-10-10 | r15131: Tidy help output. When printing the list of tests, group them by prefix | James Peach | 1 | -6/+20 |
2007-10-10 | r15122: test what access masks are needed when using the FLAGS2_READ_PERMIT_E... | Stefan Metzmacher | 1 | -15/+159 |
2007-10-10 | r15121: fix pushing of the FLAGS2_READ_PERMIT_EXECUTE flag in the | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't a... | Volker Lendecke | 1 | -7/+7 |
2007-10-10 | r15118: - do access checks also when the owner and group are not changed | Stefan Metzmacher | 1 | -19/+28 |
2007-10-10 | r15117: add more comments | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r15113: Add a ldb_strerror() function. | Tim Potter | 2 | -0/+100 |
2007-10-10 | r15110: Start rewriting higher level ldb wrapper. | Tim Potter | 1 | -52/+54 |
2007-10-10 | r15109: Wrap ldb_global_init() | Tim Potter | 1 | -0/+2 |