Jelmer Vernooij
b814ba76e9
r26494: Add entries for new header files.
2007-12-21 05:50:48 +01:00
Jelmer Vernooij
84d2f784bf
r26493: Fix includes for dsdb/common.
2007-12-21 05:50:48 +01:00
Jelmer Vernooij
c4cd935ee7
r26492: Some hosts have a define called ifa_dstaddr.
2007-12-21 05:50:47 +01:00
Jelmer Vernooij
2513230e28
r26491: Fix syntax.
2007-12-21 05:50:45 +01:00
Andrew Bartlett
91bcb60d31
r26488: Implement tests for the ranged_results module.
...
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
2007-12-21 05:50:45 +01:00
Jelmer Vernooij
56080469ab
r26487: Cope with systems that don't have struct sockaddr.sa_len.
2007-12-21 05:50:44 +01:00
Jelmer Vernooij
78c183b886
r26486: Use portable run-time library path environment variable.
2007-12-21 05:50:44 +01:00
Andrew Bartlett
2277f2d887
r26485: Fix indent, remove left-over debug.
...
Andrew Bartlett
2007-12-21 05:50:42 +01:00
Jelmer Vernooij
6ca2b35085
r26484: Don't rely on removed header.
2007-12-21 05:50:42 +01:00
Jelmer Vernooij
85eeecf997
r26483: Merge ldb module dependency fixes, fix auth python module.
2007-12-21 05:50:41 +01:00
Jelmer Vernooij
ef029d950c
r26482: Use shared library version of ldb, to make sure not every module ends up with its own private copy of ldb with its own list of modules...
2007-12-21 05:50:39 +01:00
Jelmer Vernooij
a71419a73a
r26481: Make function for loading symbol from DSO more generic, and allow modules to provide an ops table directly rather than an initialization function.
2007-12-21 05:50:38 +01:00
Jelmer Vernooij
d7f0b12c9e
r26480: Add utility class for testing LDB code.
2007-12-21 05:50:37 +01:00
Jelmer Vernooij
d88527a9d6
r26477: Allow setting loadparm context for a ldb context in python, plus some other minor improvements.
2007-12-21 05:50:36 +01:00
Jelmer Vernooij
827632ab6e
r26476: Remove unnecessary hack.
2007-12-21 05:50:35 +01:00
Jelmer Vernooij
dbebb4ef47
r26475: Add ldb.set_credentials function.
2007-12-21 05:50:35 +01:00
Jelmer Vernooij
e26d0fff6d
r26474: Move credentials-specific kerberos file to credentials subsystem. Fixes missing symbols in some of the python bindings.
2007-12-21 05:50:34 +01:00
Jelmer Vernooij
c0eea26e8e
r26471: Sync with js version.
2007-12-21 05:50:33 +01:00
Jelmer Vernooij
51a78cfc3e
r26470: Update README.
2007-12-21 05:50:32 +01:00
Jelmer Vernooij
fa9e3b6fa8
r26469: Fix paths, only include IPv4 addresses for now.
2007-12-21 05:50:32 +01:00
Jelmer Vernooij
92898c043b
r26468: Match getifaddrs more closely, add trivial test.
2007-12-21 05:50:31 +01:00
Jelmer Vernooij
9b4924fbd8
r26467: Use getifaddrs() for interface enumeration and provide replacements for platforms that don't have it in lib/replace.
2007-12-21 05:50:31 +01:00
Kai Blin
59286797cb
r26466: Janitorial: Remove pstrings and static char[]s from torture/basic/scanner.c
2007-12-21 05:50:30 +01:00
Kai Blin
15b388ce51
r26465: ntlm_auth: Remoce pstring.
2007-12-21 05:50:30 +01:00
Jelmer Vernooij
2b7cfa5d9a
r26464: Tighten dependencies.
2007-12-21 05:50:29 +01:00
Jelmer Vernooij
d98ac96dfe
r26463: Tighten dependencies.
2007-12-21 05:50:28 +01:00
Jelmer Vernooij
020f2f7426
r26462: Tighten dependencies.
2007-12-21 05:50:28 +01:00
Jelmer Vernooij
a07050be33
r26461: Tighten dependencies.
2007-12-21 05:50:27 +01:00
Jelmer Vernooij
25e9824531
r26460: Enable ldb python tests.
2007-12-21 05:50:27 +01:00
Jelmer Vernooij
91cff7dad2
r26459: Build ildap module as shared module by default.
2007-12-21 05:50:26 +01:00
Kai Blin
adbf61dca5
r26458: Janitorial: also free() var on continue.
...
Spotted by metze.
2007-12-21 05:50:26 +01:00
Kai Blin
447bc42180
r26457: Janitorial: Don't use pstring in tdb_unpack
2007-12-21 05:50:25 +01:00
Jelmer Vernooij
2b59df2af9
r26456: Provide default config object, fix typo.
2007-12-21 05:50:24 +01:00
Jelmer Vernooij
77748c6a9f
r26455: Use new talloctype macro in generated SWIG code as well.
2007-12-21 05:50:23 +01:00
Jelmer Vernooij
760fcc8bfa
r26454: Add simple SWIG macro for wrapping talloced types.
2007-12-21 05:50:22 +01:00
Kai Blin
c81ead1c38
r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.
...
Fix up callers to free the memory returned, as that is needed if we use the
original readline function as well.
2007-12-21 05:50:18 +01:00
Kai Blin
d1d9502478
r26452: Janitorial: Remove a pstring.
2007-12-21 05:50:17 +01:00
Kai Blin
46dfa63d4f
r26451: Janitorial: fix warnings in lib/registry/
...
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.
2007-12-21 05:50:16 +01:00
Jelmer Vernooij
5300bc175e
r26450: The subprocess is only available in python >= 2.4 so avoid it for now.
2007-12-21 05:50:15 +01:00
Jelmer Vernooij
d3643c2152
r26449: Support configuration without a known configuration dir.
2007-12-21 05:50:14 +01:00
Jelmer Vernooij
ccfab20dcc
r26448: Add basic tests for param python module.
2007-12-21 05:50:14 +01:00
Jelmer Vernooij
44098e6a40
r26447: Forgot to add param.i file.
2007-12-21 05:50:13 +01:00
Jelmer Vernooij
94e5f9c92f
r26446: Convert param module to SWIG.
2007-12-21 05:50:13 +01:00
Jelmer Vernooij
7a78d4cbed
r26445: Fix credentials python bindings.
2007-12-21 05:50:12 +01:00
Jelmer Vernooij
bc643f1014
r26444: Fix pidl tests.
2007-12-21 05:50:12 +01:00
Jelmer Vernooij
8242c69623
r26443: Remove global_loadparm instances.
2007-12-21 05:50:11 +01:00
Jelmer Vernooij
2962a6143c
r26442: Remove use of global_loadparm.
2007-12-21 05:50:09 +01:00
Jelmer Vernooij
32007c6277
r26441: Remove global_loadparm uses.
2007-12-21 05:50:09 +01:00
Jelmer Vernooij
8858cf3972
r26440: Remove more uses of global_loadparm.
2007-12-21 05:50:08 +01:00
Jelmer Vernooij
76fd57be29
r26439: Require tdr_pull users to specify a smb_iconv convenience context.
2007-12-21 05:50:07 +01:00