summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r15205: Allow additional LDFLAGS, fixes #3961.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 4dc3d8551d0a3cd0edcbbc90d2dbf8fc249b3017)
* r15204: Fix MD5Update prototypeJelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit d2819d4e1f73675925d292c0558cb663779a5a6a)
* r15203: Allow system 'bool' type to be defined in another header then stdbool.hJelmer Vernooij2007-10-102-1/+12
| | | | (This used to be commit a5a648de94014b13da3af8dfac06380c9ec26c53)
* r15202: Don't derefence NULL pointers - found by the IBM CheckerJelmer Vernooij2007-10-101-1/+5
| | | | (This used to be commit f6a3e8b69d2a303e7e4f8924e6735c4e168a363a)
* r15201: Use abs() rather then ABS()Jelmer Vernooij2007-10-105-15/+8
| | | | (This used to be commit 1f3833d041fddaf79cd19d4f236780a02e97f095)
* r15200: Move MIN/MAX macros to libreplace as some systems have themJelmer Vernooij2007-10-105-15/+19
| | | | | in sys/param.h (This used to be commit 3f0396aade82a92a375275059baf8500de1b23f0)
* r15199: Try to make these prototypes match, to get the build on S390 linux ↵Andrew Bartlett2007-10-101-3/+3
| | | | | | | going. Andrew Bartlett (This used to be commit db6746d456fb3963898170df36642c3f0882f42b)
* r15192: Update Samba4 to use current lorikeet-heimdal.Andrew Bartlett2007-10-1067-3977/+2996
| | | | | Andrew Bartlett (This used to be commit f0e538126c5cb29ca14ad0d8281eaa0a715ed94f)
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-1017-34/+36
| | | | (This used to be commit 7af59357b94e3819415b3a9257be0ced745ce130)
* r15190: Disable sonames for the BSDs and solaris as they don't take more thenJelmer Vernooij2007-10-101-7/+1
| | | | | one version number (0 rather then 0.0.1) (This used to be commit cb0fbee3eaca67e430df3266c6ce07c0a9248a60)
* r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typoJames Peach2007-10-102-6/+6
| | | | | that made the BASE-DIR2 test fail. (This used to be commit dcebc59a987b3c0d8379912d0451dedb9e895451)
* r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach2007-10-109-22/+75
| | | | | | in r15186. I don't think I should be allowed to use quilt and svn at the same time any more :( (This used to be commit e0ca5ead27743c84f5d9310a05d6d718862ead1d)
* r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach2007-10-104-3/+43
| | | | | byte counts be given in convenient units. (This used to be commit 1b8891a2f389c1016c3cfcbe635ed86d015554d8)
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-1021-112/+78
| | | | | | "." for "..". These express the intention better that strcmp or strequal and improve searchability via cscope/ctags. (This used to be commit 7e4ad7e8e5ec266b969e3075c4ad7f021571f24e)
* r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach2007-10-108-12/+27
| | | | | the version information can be checked when modules are registered. (This used to be commit 95eb55806339fc5409c0adf137ebd5bffd7098ac)
* r15184: Declare ntvfs_register with a typed ops pointer.James Peach2007-10-101-2/+1
| | | | (This used to be commit bf946e6d6d3de1384588a687e15e030f3b1806f0)
* r15183: Hoist the critical sizes initialiser into a header so that modulesJames Peach2007-10-102-9/+48
| | | | | | can have standard access to critical sizes. Add a convenience function to determine whether two critical sizes differ. (This used to be commit 7ced96d2d348701734cc4cdf3f8899dbce8cd0f7)
* r15182: make stuff more portableStefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit 2b0ce388a4d955ce9bf0cdb00a13cd82f8acc87d)
* r15181: Don't try kerberos sign/seal when in SSLSimo Sorce2007-10-101-1/+6
| | | | (This used to be commit 3be3b1130c41e8e372531c137c46f91c5c0acf98)
* r15179: Detect setproctitle if it is in libc. Patch by Timur BakeveyJelmer Vernooij2007-10-101-4/+7
| | | | (This used to be commit 3ebdae4217be9c00150ae4ceb76c94ba619bbf6a)
* r15178: Fix ldb function calls after big swig rename.Tim Potter2007-10-101-25/+55
| | | | | | | Add close() methods to Ldb and LdbMessage classes. Start adding dict interface to LdbMessage. (This used to be commit 8be846a3c3e963a3c1a1fc819bd5c0b1db5e6865)
* r15177: Wrap ldb_strerror() function.Tim Potter2007-10-101-0/+1
| | | | (This used to be commit af2b709f940fb18649ba279e2d9df37f44ab0162)
* r15176: Ensure we don't segfault when we try and delete @FOO records.Andrew Bartlett2007-10-101-5/+10
| | | | | | | | Don't try and steal the result of a search on failure, it has already been talloc_free()'ed by the ildb code. Andrew Bartlett (This used to be commit a99bd2e033501954aca8f35afe8a7f2bbfadf6b7)
* r15157: Systems with argv limits can't handle the full list of $(DEP_FILE). ↵James Peach2007-10-101-1/+2
| | | | | | | Replace with the (hopefuly) equivalent find/rm sequence. (This used to be commit 2bce5c9465ebd245d153196fbedd764378c36827)
* r15156: For some reason, ln -sf doesn't appear to work as expected on IRIX. ↵James Peach2007-10-102-2/+2
| | | | | | | Replace this with an explicit rm. (This used to be commit ed33a140044c301f23b1bccbc334dd0e163647ed)
* r15155: Add strsep replacement from heimdal 0.7.2 for systems that don'tJames Peach2007-10-102-0/+62
| | | | | have strsep in libc. (This used to be commit 76dea9f68ca9be909c45979c9e5510133e4f2264)
* r15149: fix typoStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit b00d524ef73e2fffd81ef3a8cdd242feda10f59d)
* r15148: make wreplsrv_pull_names staticStefan Metzmacher2007-10-104-25/+30
| | | | | metze (This used to be commit ce3d4ec0f67ecf7a403fb7d46ed5f6dc0b2bc275)
* r15147: make some more stuff staticStefan Metzmacher2007-10-102-15/+15
| | | | | metze (This used to be commit c49ac7f40d366aad3701623dd36568efb88eccb5)
* r15146: fix commentsStefan Metzmacher2007-10-101-4/+2
| | | | | metze (This used to be commit c67062815816fbc2b69c1316f4b91f9a28759a88)
* r15143: Pull in GNU extensions right at the start of the configure process. ThisJames Peach2007-10-102-2/+2
| | | | | | prevents a warning on comparison_fn_t redefinition every time replace.h is included. (This used to be commit 9140a2d266a59c24c1bc101d4cdd7da3cb141106)
* r15131: Tidy help output. When printing the list of tests, group them by prefixJames Peach2007-10-101-6/+20
| | | | | to make it easier to see what tests are available. (This used to be commit f15010ccb37f75a4bb86306cec223093b000058e)
* r15122: test what access masks are needed when using the ↵Stefan Metzmacher2007-10-101-15/+159
| | | | | | | | | FLAGS2_READ_PERMIT_EXECUTE flag. metze (This used to be commit d298e4760c1edf49f3c935304b466ba04989c32b)
* r15121: fix pushing of the FLAGS2_READ_PERMIT_EXECUTE flag in theStefan Metzmacher2007-10-101-1/+3
| | | | | | | "readx.read_for_execute = True" case. metze (This used to be commit f30f9cd3285f75ac8cbbe8dc5a476fe6a714a2e3)
* r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't ↵Volker Lendecke2007-10-101-7/+7
| | | | | | | | | allow C++ keywords. Change "private" -> "private_data". Volker (This used to be commit 047671567173e808fece41485bbeaaeebab7d4a2)
* r15118: - do access checks also when the owner and group are not changedStefan Metzmacher2007-10-101-19/+28
| | | | | | | - only call chown/fchown when we want to change something metze (This used to be commit 46b3096d938331a2339a876649bc6cbfec883cb2)
* r15117: add more commentsStefan Metzmacher2007-10-101-1/+7
| | | | | metze (This used to be commit d76f3e2fb61317633876afc90c1cea1130e58dea)
* r15113: Add a ldb_strerror() function.Tim Potter2007-10-102-0/+100
| | | | (This used to be commit 456a1de2b9cd54337066c9ba24ad1c46aafcd072)
* r15110: Start rewriting higher level ldb wrapper.Tim Potter2007-10-101-52/+54
| | | | (This used to be commit 80853c7ddda6159093e0903410f6d330edd7d4c3)
* r15109: Wrap ldb_global_init()Tim Potter2007-10-101-0/+2
| | | | (This used to be commit f70ed998a7f1006f76d453e1d379fb6ae821a537)
* r15100: Port the bugfix for #3569 to Samba4Volker Lendecke2007-10-104-5/+21
| | | | (This used to be commit 5f1d52f232051324082b840f29dd7719a9328bd5)
* r15099: An attempt to fix BSD make portability issues. With these changes ↵Alexander Bokovoy2007-10-104-4/+7
| | | | | | Samba 4 builds successfully on NetBSD 3.0 (This used to be commit 71ea07e72d71b06166e0384950df83061a4677b8)
* r15097: Add constants for ldb errors.Tim Potter2007-10-101-0/+50
| | | | | Add wrappers for ldb_dn_explode() and ldb_dn_linearize(). (This used to be commit 84774902a10d89401548ffc7423eb279227d937a)
* r15096: Fix typo.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 85de6e32b833db9ca601b3e979d08444e0702c27)
* r15095: Fix up typemap for struct ldb_val so that ldb_msg_add_value() wrapperTim Potter2007-10-101-14/+13
| | | | | works properly. (This used to be commit 75176b188bfd5008775365110f8ed15dd00e0b50)
* r15092: Remove some swig stuff that didn't work out and the %rename call.Tim Potter2007-10-101-60/+13
| | | | | Add wrappers for some of the ldb_msg_* functions. (This used to be commit ca7c94675ed19cdc6df27d492895c3148500536f)
* r15091: Raise LdbError instead of IOError when ldb function calls return anTim Potter2007-10-101-7/+14
| | | | | error. (This used to be commit e13c6d7c49e1586cc9b25c30d3f9d51f42d1c785)
* r15090: Since we wrap the swig wrapper in another layer of Python, there isn'tTim Potter2007-10-102-43/+22
| | | | | much point in doing lots of %rename calls in tdb.i so get rid of them. (This used to be commit 983321f769a6ebc298f1f69bca1ac41ddc860606)
* r15087: Quick stress test that does more or less what the tool "iometer" does.Volker Lendecke2007-10-101-0/+87
| | | | | Volker (This used to be commit 6a08b192bec95cc0bbe017a2ce692afce63e047f)
* r15079: w2k3 returns NT_STATUS_PRIVILEGE_NOT_HELD if SEC_FLAG_SYSTEM_SECURITY isStefan Metzmacher2007-10-101-1/+1
| | | | | | | desired but SeSecurityPrivilege isn't granted metze (This used to be commit be7285bdebd58e7a86fcc64f7b22b9f533bcc4f5)