1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00
Commit Graph

3554 Commits

Author SHA1 Message Date
Jelmer Vernooij
e53e79eebe r26539: Remove unnecessary statics. 2007-12-21 05:52:05 +01:00
Jelmer Vernooij
e91fe76d29 r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}). 2007-12-21 05:51:57 +01:00
Stefan Metzmacher
3d64338f3c r26533: libreplace: hopefully fix the share library/module build on darwin
metze
2007-12-21 05:51:55 +01:00
Andrew Bartlett
f4023b176e r26529: Indeed, this belongs in the schema module. Ranged results need to use
an attribute with ';' in the name.

Andrew Bartlett
2007-12-21 05:51:52 +01:00
Jelmer Vernooij
a8b1fe15ac r26520: More Python updates. 2007-12-21 05:51:31 +01:00
Jelmer Vernooij
12eb38e553 r26518: Fix provision of registry using Python. 2007-12-21 05:51:25 +01:00
Kai Blin
4a5e1047ff r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of thois.
Thanks to metze for pointing this out
2007-12-21 05:51:19 +01:00
Jelmer Vernooij
4fa04924ab r26512: Another attempt at fixing darwin 2007-12-21 05:51:18 +01:00
Kai Blin
5b3a8c8ae1 r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v
While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf.
2007-12-21 05:51:17 +01:00
Jelmer Vernooij
5dbe3aff3c r26510: attempt to fix shld flags for darwin. 2007-12-21 05:51:14 +01:00
Jelmer Vernooij
cc873bdd2e r26507: Fix function signature for freeifaddrs. 2007-12-21 05:51:13 +01:00
Jelmer Vernooij
c4b1df0476 r26504: Don't rely on system-provided kerberos headers. 2007-12-21 05:51:07 +01:00
Jelmer Vernooij
1b89311e5f r26503: Change order of arguments in param interface so it's easier to make the
section name optional. Fix several smaller bits and pieces in the Python code.
2007-12-21 05:51:06 +01:00
Jelmer Vernooij
8795697db5 r26498: Fix memory leak in iconv code. 2007-12-21 05:50:54 +01:00
Jelmer Vernooij
8c65053f51 r26497: Fix return type for freeifaddrs(). 2007-12-21 05:50:51 +01:00
Jelmer Vernooij
75cfb0d609 r26496: Move some provision functions to a new SamDB class, support setting session_info on a ldb context from python. 2007-12-21 05:50:50 +01:00
Jelmer Vernooij
c9e5a3078f r26495: Add defines for getifaddrs/freeifaddrs. 2007-12-21 05:50:49 +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
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
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
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
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
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
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
447bc42180 r26457: Janitorial: Don't use pstring in tdb_unpack 2007-12-21 05:50:25 +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
ccfab20dcc r26448: Add basic tests for param python module. 2007-12-21 05:50:14 +01:00
Jelmer Vernooij
8242c69623 r26443: Remove global_loadparm instances. 2007-12-21 05:50:11 +01:00
Jelmer Vernooij
32007c6277 r26441: Remove global_loadparm uses. 2007-12-21 05:50:09 +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
Jelmer Vernooij
dffef31627 r26438: Store iconv convenience in tdr push contexts. 2007-12-21 05:50:07 +01:00
Jelmer Vernooij
a76625994a r26434: Remove display charset from iconv convenience context. 2007-12-21 05:50:04 +01:00
Jelmer Vernooij
28b1d36551 r26432: Require ndr_pull users to specify iconv_convenience. 2007-12-21 05:50:02 +01:00
Jelmer Vernooij
7352206f44 r26431: Require ndr_push creators to specify a iconv_convenience context. 2007-12-21 05:50:00 +01:00
Jelmer Vernooij
1b947fe0e6 r26430: require explicit specification of loadparm context. 2007-12-21 05:49:58 +01:00
Jelmer Vernooij
d37136b7ab r26429: Avoid use of global_smb_iconv_convenience. 2007-12-21 05:49:56 +01:00