Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-21 | r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}). | Jelmer Vernooij | 4 | -199/+197 | |
(This used to be commit e91fe76d296973430f71502c9b614d0dfac4d83c) | |||||
2007-12-21 | r26533: libreplace: hopefully fix the share library/module build on darwin | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 3d64338f3cfeef2e9851ca8c932863af6f1f22c3) | |||||
2007-12-21 | r26529: Indeed, this belongs in the schema module. Ranged results need to use | Andrew Bartlett | 1 | -5/+0 | |
an attribute with ';' in the name. Andrew Bartlett (This used to be commit f4023b176eabfb3282fe9b999eac8db55a095ab0) | |||||
2007-12-21 | r26520: More Python updates. | Jelmer Vernooij | 2 | -18/+108 | |
(This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7) | |||||
2007-12-21 | r26518: Fix provision of registry using Python. | Jelmer Vernooij | 5 | -20/+17 | |
(This used to be commit 12eb38e553993b2726a803af4ae9c05229d6ebe4) | |||||
2007-12-21 | r26514: Revert the talloc.c part of r26511, as talloc.h already takes care ↵ | Kai Blin | 1 | -3/+0 | |
of thois. Thanks to metze for pointing this out (This used to be commit 4a5e1047fff0620aa534b147ac7e0bd0416a8fe7) | |||||
2007-12-21 | r26512: Another attempt at fixing darwin | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 4fa04924ab41bd6ad1a0c6d8d9b1987bf09d5270) | |||||
2007-12-21 | r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v | Kai Blin | 2 | -5/+8 | |
While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf. (This used to be commit 5b3a8c8ae195e6a98357a407a0699493f54a8b79) | |||||
2007-12-21 | r26510: attempt to fix shld flags for darwin. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 5dbe3aff3c34f64f35f1e13a11c60c5023348919) | |||||
2007-12-21 | r26507: Fix function signature for freeifaddrs. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c) | |||||
2007-12-21 | r26504: Don't rely on system-provided kerberos headers. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit c4b1df047663519300370508761c70b0c096b7f2) | |||||
2007-12-21 | r26503: Change order of arguments in param interface so it's easier to make the | Jelmer Vernooij | 1 | -2/+2 | |
section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca) | |||||
2007-12-21 | r26498: Fix memory leak in iconv code. | Jelmer Vernooij | 3 | -11/+20 | |
(This used to be commit 8795697db56e4ca6715950d68f5ec370604fcc76) | |||||
2007-12-21 | r26497: Fix return type for freeifaddrs(). | Jelmer Vernooij | 2 | -7/+7 | |
(This used to be commit 8c65053f51330bb55a81572264eefbcc56029dc1) | |||||
2007-12-21 | r26496: Move some provision functions to a new SamDB class, support setting ↵ | Jelmer Vernooij | 3 | -132/+134 | |
session_info on a ldb context from python. (This used to be commit 75cfb0d609687538048a7d72a499a5205af46a34) | |||||
2007-12-21 | r26495: Add defines for getifaddrs/freeifaddrs. | Jelmer Vernooij | 1 | -0/+10 | |
(This used to be commit c9e5a3078f7baa83743658d5648f0eefdeb05d2f) | |||||
2007-12-21 | r26492: Some hosts have a define called ifa_dstaddr. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit c4cd935ee783b2f4939e2c481bbdb1bbdb9190cd) | |||||
2007-12-21 | r26491: Fix syntax. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 2513230e286179747bb84e4e87121b80bea8f3f0) | |||||
2007-12-21 | r26487: Cope with systems that don't have struct sockaddr.sa_len. | Jelmer Vernooij | 2 | -2/+15 | |
(This used to be commit 56080469ab28ae5a2f456cced34814d9c33480c6) | |||||
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 4 | -4/+5 | |
(This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb) | |||||
2007-12-21 | r26482: Use shared library version of ldb, to make sure not every module ↵ | Jelmer Vernooij | 1 | -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-21 | r26481: Make function for loading symbol from DSO more generic, and allow ↵ | Jelmer Vernooij | 3 | -12/+27 | |
modules to provide an ops table directly rather than an initialization function. (This used to be commit a71419a73a869c24121005ccbbcb4396f888888b) | |||||
2007-12-21 | r26480: Add utility class for testing LDB code. | Jelmer Vernooij | 1 | -1/+4 | |
(This used to be commit d7f0b12c9e43b93705f6b9fa6b5ab74fe68e80a0) | |||||
2007-12-21 | r26476: Remove unnecessary hack. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 827632ab6e00bacef45c15efc626a1ef587c0915) | |||||
2007-12-21 | r26475: Add ldb.set_credentials function. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit dbebb4ef477d2c8de7b8d1e5cde9b9dada47044f) | |||||
2007-12-21 | r26470: Update README. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 51a78cfc3e72d6b32ef6c7a6079165a36863b908) | |||||
2007-12-21 | r26469: Fix paths, only include IPv4 addresses for now. | Jelmer Vernooij | 3 | -17/+19 | |
(This used to be commit fa9e3b6fa871b7541878f836ea54e882e614a3cf) | |||||
2007-12-21 | r26468: Match getifaddrs more closely, add trivial test. | Jelmer Vernooij | 2 | -22/+31 | |
(This used to be commit 92898c043b5a2649a2e423d02bcdaea78ae55737) | |||||
2007-12-21 | r26467: Use getifaddrs() for interface enumeration and provide replacements ↵ | Jelmer Vernooij | 6 | -437/+512 | |
for platforms that don't have it in lib/replace. (This used to be commit 9b4924fbd8619033c55b4c6e2589da247332e7db) | |||||
2007-12-21 | r26464: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 2b7cfa5d9ab94e1ff2d60719cd3749810463ab15) | |||||
2007-12-21 | r26463: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit d98ac96dfe7bb055f9ad49bc6864890285aa59ed) | |||||
2007-12-21 | r26462: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 020f2f7426c2850fffc272f53065fa7305dd0313) | |||||
2007-12-21 | r26460: Enable ldb python tests. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 25e982453142eb7d2f68c0751d641581b46fbb49) | |||||
2007-12-21 | r26459: Build ildap module as shared module by default. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 91cff7dad2eb0467e6b9a86963859e99ded137f8) | |||||
2007-12-21 | r26457: Janitorial: Don't use pstring in tdb_unpack | Kai Blin | 1 | -9/+8 | |
(This used to be commit 447bc42180cf0be71a35e40f6d93d91879397a48) | |||||
2007-12-21 | r26454: Add simple SWIG macro for wrapping talloced types. | Jelmer Vernooij | 4 | -59/+52 | |
(This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75) | |||||
2007-12-21 | r26453: Janitorial: Don't use a static char[] in smb_readline_replacement. | Kai Blin | 2 | -3/+12 | |
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-21 | r26452: Janitorial: Remove a pstring. | Kai Blin | 1 | -3/+2 | |
(This used to be commit d1d95024788bc549f838c0393411fa98ddec04ec) | |||||
2007-12-21 | r26451: Janitorial: fix warnings in lib/registry/ | Kai Blin | 10 | -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-21 | r26448: Add basic tests for param python module. | Jelmer Vernooij | 3 | -27/+78 | |
(This used to be commit ccfab20dcc2d7059c402c03be244b759d59c4b81) | |||||
2007-12-21 | r26443: Remove global_loadparm instances. | Jelmer Vernooij | 10 | -13/+19 | |
(This used to be commit 8242c696235d1bfb402b5c276a57f36d93610545) | |||||
2007-12-21 | r26441: Remove global_loadparm uses. | Jelmer Vernooij | 4 | -8/+22 | |
(This used to be commit 32007c6277efa46341da7741b749a98633d71640) | |||||
2007-12-21 | r26439: Require tdr_pull users to specify a smb_iconv convenience context. | Jelmer Vernooij | 4 | -128/+164 | |
(This used to be commit 76fd57be292fb19ae4ede38977732847e6ed8eff) | |||||
2007-12-21 | r26438: Store iconv convenience in tdr push contexts. | Jelmer Vernooij | 4 | -11/+31 | |
(This used to be commit dffef3162778aebe2f8d77e2da60b22adb7d60ef) | |||||
2007-12-21 | r26434: Remove display charset from iconv convenience context. | Jelmer Vernooij | 4 | -27/+20 | |
(This used to be commit a76625994abf9906d54ae11f9c171f89063cf508) | |||||
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab) | |||||
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c) | |||||
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1b947fe0e6e16318e5a8127bb4932d6b5d20bcf6) | |||||
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 8 | -38/+43 | |
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c) | |||||
2007-12-21 | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 2 | -5/+6 | |
(This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e) |