summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26493: Fix includes for dsdb/common.Jelmer Vernooij1-0/+1
(This used to be commit 84d2f784bfdc91441122ebce393d042a53928d2b)
2007-12-21r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij1-0/+1
(This used to be commit c4cd935ee783b2f4939e2c481bbdb1bbdb9190cd)
2007-12-21r26491: Fix syntax.Jelmer Vernooij1-1/+1
(This used to be commit 2513230e286179747bb84e4e87121b80bea8f3f0)
2007-12-21r26488: Implement tests for the ranged_results module.Andrew Bartlett2-36/+186
Untested code is broken code, so rework the module until it passes... It turns out that AD puts search attributes onto the wire in the reverse order to what Samba does. This complicates exact value matching, so this is skipped for now. Andrew Bartlett (This used to be commit 91bcb60d31d54e52128d5bd107df4ceb87389889)
2007-12-21r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2-2/+15
(This used to be commit 56080469ab28ae5a2f456cced34814d9c33480c6)
2007-12-21r26486: Use portable run-time library path environment variable.Jelmer Vernooij3-11/+3
(This used to be commit 78c183b88661df90def42d6a3852dd6e36a5fd0b)
2007-12-21r26485: Fix indent, remove left-over debug.Andrew Bartlett1-2/+1
Andrew Bartlett (This used to be commit 2277f2d88716e0911d5f35bd4c979b2fc2f9473b)
2007-12-21r26484: Don't rely on removed header.Jelmer Vernooij3-4/+8
(This used to be commit 6ca2b350858c0747449671234d54584635512705)
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij24-1948/+2019
(This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb)
2007-12-21r26482: Use shared library version of ldb, to make sure not every module ↵Jelmer Vernooij1-0/+1
ends up with its own private copy of ldb with its own list of modules... (This used to be commit ef029d950cb056b4b831e1ca0f6789484f262093)
2007-12-21r26481: Make function for loading symbol from DSO more generic, and allow ↵Jelmer Vernooij3-12/+27
modules to provide an ops table directly rather than an initialization function. (This used to be commit a71419a73a869c24121005ccbbcb4396f888888b)
2007-12-21r26480: Add utility class for testing LDB code.Jelmer Vernooij2-1/+41
(This used to be commit d7f0b12c9e43b93705f6b9fa6b5ab74fe68e80a0)
2007-12-21r26479: Further test behaviour of 'attribute or value exists'.Andrew Bartlett1-0/+27
Andrew Bartlett (This used to be commit 11c153163c359fd07402daa61b93872387e12568)
2007-12-21r26477: Allow setting loadparm context for a ldb context in python, plus ↵Jelmer Vernooij5-8/+97
some other minor improvements. (This used to be commit d88527a9d6435203faa8273347d5aa41937e5395)
2007-12-21r26476: Remove unnecessary hack.Jelmer Vernooij1-1/+0
(This used to be commit 827632ab6e00bacef45c15efc626a1ef587c0915)
2007-12-21r26475: Add ldb.set_credentials function.Jelmer Vernooij7-21/+154
(This used to be commit dbebb4ef477d2c8de7b8d1e5cde9b9dada47044f)
2007-12-21r26474: Move credentials-specific kerberos file to credentials subsystem. ↵Jelmer Vernooij7-15/+20
Fixes missing symbols in some of the python bindings. (This used to be commit e26d0fff6d40899113196ac35a86a9baa10cc9c2)
2007-12-21r26471: Sync with js version.Jelmer Vernooij1-0/+1
(This used to be commit c0eea26e8e8eb326112e1833d137751fb7e900d2)
2007-12-21r26470: Update README.Jelmer Vernooij1-0/+2
(This used to be commit 51a78cfc3e72d6b32ef6c7a6079165a36863b908)
2007-12-21r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij3-17/+19
(This used to be commit fa9e3b6fa871b7541878f836ea54e882e614a3cf)
2007-12-21r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2-22/+31
(This used to be commit 92898c043b5a2649a2e423d02bcdaea78ae55737)
2007-12-21r26467: Use getifaddrs() for interface enumeration and provide replacements ↵Jelmer Vernooij6-437/+512
for platforms that don't have it in lib/replace. (This used to be commit 9b4924fbd8619033c55b4c6e2589da247332e7db)
2007-12-21r26466: Janitorial: Remove pstrings and static char[]s from ↵Kai Blin1-77/+144
torture/basic/scanner.c (This used to be commit 59286797cb4c2e000f395b209c980bf431dc65bf)
2007-12-21r26465: ntlm_auth: Remoce pstring.Kai Blin1-3/+12
(This used to be commit 15b388ce51cafcf09301fe6d8a50922a3b9b43d1)
2007-12-21r26464: Tighten dependencies.Jelmer Vernooij7-9/+12
(This used to be commit 2b7cfa5d9ab94e1ff2d60719cd3749810463ab15)
2007-12-21r26463: Tighten dependencies.Jelmer Vernooij2-2/+3
(This used to be commit d98ac96dfe7bb055f9ad49bc6864890285aa59ed)
2007-12-21r26462: Tighten dependencies.Jelmer Vernooij2-2/+2
(This used to be commit 020f2f7426c2850fffc272f53065fa7305dd0313)
2007-12-21r26461: Tighten dependencies.Jelmer Vernooij2-2/+3
(This used to be commit a07050be33d9c8e8033063b393162884075fa2af)
2007-12-21r26460: Enable ldb python tests.Jelmer Vernooij3-3/+3
(This used to be commit 25e982453142eb7d2f68c0751d641581b46fbb49)
2007-12-21r26459: Build ildap module as shared module by default.Jelmer Vernooij2-2/+2
(This used to be commit 91cff7dad2eb0467e6b9a86963859e99ded137f8)
2007-12-21r26458: Janitorial: also free() var on continue.Kai Blin1-0/+1
Spotted by metze. (This used to be commit adbf61dca50591f705023a18c00efe379676198a)
2007-12-21r26457: Janitorial: Don't use pstring in tdb_unpackKai Blin1-9/+8
(This used to be commit 447bc42180cf0be71a35e40f6d93d91879397a48)
2007-12-21r26456: Provide default config object, fix typo.Jelmer Vernooij4-2/+28
(This used to be commit 2b59df2af973044d9d3875c9202c17647f561d3b)
2007-12-21r26455: Use new talloctype macro in generated SWIG code as well.Jelmer Vernooij1-4/+3
(This used to be commit 77748c6a9f118c1a2fb9dbc76546d767f1cc27eb)
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij11-246/+289
(This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75)
2007-12-21r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin5-6/+19
Fix up callers to free the memory returned, as that is needed if we use the original readline function as well. (This used to be commit c81ead1c38f417d442157b21d0d389f6a540c6f9)
2007-12-21r26452: Janitorial: Remove a pstring.Kai Blin1-3/+2
(This used to be commit d1d95024788bc549f838c0393411fa98ddec04ec)
2007-12-21r26451: Janitorial: fix warnings in lib/registry/Kai Blin10-20/+18
This does not fix the discarded qualifier warnings in tests, as the test data is currently passed as const. Jelmer wants to provide a test function that passes non-const test data, thus allowing for a cleaner way to fix those warnings. (This used to be commit 46dfa63d4f7381c5c6ce3f4b8b0bd9aa9e16950c)
2007-12-21r26450: The subprocess is only available in python >= 2.4 so avoid it for now.Jelmer Vernooij1-4/+2
(This used to be commit 5300bc175ea425e2d28332c5e18bd8e3846b458d)
2007-12-21r26449: Support configuration without a known configuration dir.Jelmer Vernooij2-1/+4
(This used to be commit d3643c2152a490952e59ee15b7a62ad3ad465462)
2007-12-21r26448: Add basic tests for param python module.Jelmer Vernooij8-100/+150
(This used to be commit ccfab20dcc2d7059c402c03be244b759d59c4b81)
2007-12-21r26447: Forgot to add param.i file.Jelmer Vernooij3-0/+4310
(This used to be commit 44098e6a40c7447867ea82c6c3f7148a49816577)
2007-12-21r26446: Convert param module to SWIG.Jelmer Vernooij3-185/+4
(This used to be commit 94e5f9c92f65070ec8f1c1170c4a0769a4857c6d)
2007-12-21r26445: Fix credentials python bindings.Jelmer Vernooij3-4/+11
(This used to be commit 7a78d4cbedbe03ea227e66e6f573fca7519fbf67)
2007-12-21r26444: Fix pidl tests.Jelmer Vernooij9-43/+46
(This used to be commit bc643f1014cef7f0bc66ad0edfa22395c69b8352)
2007-12-21r26443: Remove global_loadparm instances.Jelmer Vernooij12-16/+22
(This used to be commit 8242c696235d1bfb402b5c276a57f36d93610545)
2007-12-21r26442: Remove use of global_loadparm.Jelmer Vernooij1-1/+1
(This used to be commit 2962a6143c8acb59b64b214bb0146ffa809d5cfe)
2007-12-21r26441: Remove global_loadparm uses.Jelmer Vernooij11-15/+38
(This used to be commit 32007c6277efa46341da7741b749a98633d71640)
2007-12-21r26440: Remove more uses of global_loadparm.Jelmer Vernooij14-26/+32
(This used to be commit 8858cf39722f192865e531164c72039fd18d7a8d)
2007-12-21r26439: Require tdr_pull users to specify a smb_iconv convenience context.Jelmer Vernooij4-128/+164
(This used to be commit 76fd57be292fb19ae4ede38977732847e6ed8eff)