summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach2007-10-108-12/+27
* r15184: Declare ntvfs_register with a typed ops pointer.James Peach2007-10-101-2/+1
* r15183: Hoist the critical sizes initialiser into a header so that modulesJames Peach2007-10-102-9/+48
* r15182: make stuff more portableStefan Metzmacher2007-10-101-4/+4
* r15181: Don't try kerberos sign/seal when in SSLSimo Sorce2007-10-101-1/+6
* r15179: Detect setproctitle if it is in libc. Patch by Timur BakeveyJelmer Vernooij2007-10-101-4/+7
* r15178: Fix ldb function calls after big swig rename.Tim Potter2007-10-101-25/+55
* r15177: Wrap ldb_strerror() function.Tim Potter2007-10-101-0/+1
* r15176: Ensure we don't segfault when we try and delete @FOO records.Andrew Bartlett2007-10-101-5/+10
* r15157: Systems with argv limits can't handle the full list of $(DEP_FILE). R...James Peach2007-10-101-1/+2
* r15156: For some reason, ln -sf doesn't appear to work as expected on IRIX. R...James Peach2007-10-102-2/+2
* r15155: Add strsep replacement from heimdal 0.7.2 for systems that don'tJames Peach2007-10-102-0/+62
* r15149: fix typoStefan Metzmacher2007-10-101-1/+1
* r15148: make wreplsrv_pull_names staticStefan Metzmacher2007-10-104-25/+30
* r15147: make some more stuff staticStefan Metzmacher2007-10-102-15/+15
* r15146: fix commentsStefan Metzmacher2007-10-101-4/+2
* r15143: Pull in GNU extensions right at the start of the configure process. ThisJames Peach2007-10-102-2/+2
* r15131: Tidy help output. When printing the list of tests, group them by prefixJames Peach2007-10-101-6/+20
* r15122: test what access masks are needed when using the FLAGS2_READ_PERMIT_E...Stefan Metzmacher2007-10-101-15/+159
* r15121: fix pushing of the FLAGS2_READ_PERMIT_EXECUTE flag in theStefan Metzmacher2007-10-101-1/+3
* r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't a...Volker Lendecke2007-10-101-7/+7
* r15118: - do access checks also when the owner and group are not changedStefan Metzmacher2007-10-101-19/+28
* r15117: add more commentsStefan Metzmacher2007-10-101-1/+7
* r15113: Add a ldb_strerror() function.Tim Potter2007-10-102-0/+100
* r15110: Start rewriting higher level ldb wrapper.Tim Potter2007-10-101-52/+54
* r15109: Wrap ldb_global_init()Tim Potter2007-10-101-0/+2
* r15100: Port the bugfix for #3569 to Samba4Volker Lendecke2007-10-104-5/+21
* r15099: An attempt to fix BSD make portability issues. With these changes Sam...Alexander Bokovoy2007-10-104-4/+7
* r15097: Add constants for ldb errors.Tim Potter2007-10-101-0/+50
* r15096: Fix typo.Tim Potter2007-10-101-1/+1
* r15095: Fix up typemap for struct ldb_val so that ldb_msg_add_value() wrapperTim Potter2007-10-101-14/+13
* r15092: Remove some swig stuff that didn't work out and the %rename call.Tim Potter2007-10-101-60/+13
* r15091: Raise LdbError instead of IOError when ldb function calls return anTim Potter2007-10-101-7/+14
* r15090: Since we wrap the swig wrapper in another layer of Python, there isn'tTim Potter2007-10-102-43/+22
* r15087: Quick stress test that does more or less what the tool "iometer" does.Volker Lendecke2007-10-101-0/+87
* r15079: w2k3 returns NT_STATUS_PRIVILEGE_NOT_HELD if SEC_FLAG_SYSTEM_SECURITY isStefan Metzmacher2007-10-101-1/+1
* r15078: add TODO about setting the full ACL with an NTTRANS_CREATEStefan Metzmacher2007-10-101-1/+1
* r15077: map SID_BUILTIN_USERSStefan Metzmacher2007-10-101-0/+1
* r15076: give the correct return codeStefan Metzmacher2007-10-101-2/+2
* r15071: fix typoStefan Metzmacher2007-10-101-1/+1
* r15070: test the needed access masks for read/write the differentStefan Metzmacher2007-10-101-0/+209