summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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)
2007-12-21r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij9-16/+36
(This used to be commit dffef3162778aebe2f8d77e2da60b22adb7d60ef)
2007-12-21r26437: remove another use of global_loadparm.Jelmer Vernooij4-14/+54
(This used to be commit 703f17bc0986775bf3fe489eb5c876937dabaa9d)
2007-12-21r26436: Remove default of 0 for integer parameters when a lp_ctx of NULL is ↵Jelmer Vernooij1-1/+1
specified (This used to be commit f3395db91a4dd3a89be55684f12313159d1acdd4)
2007-12-21r26435: Remove global_loadparm instance.Jelmer Vernooij3-3/+6
(This used to be commit 66fd8d480bdfeb1c95da8843da3d18abe3f997e1)
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij6-29/+27
(This used to be commit a76625994abf9906d54ae11f9c171f89063cf508)
2007-12-21r26433: Don't crash when a NULL lp_ctx is specified to a lp_parm_* function.Jelmer Vernooij1-0/+3
(This used to be commit 7f28b53b579182500c57c4ac0c3d7591f5ddb214)
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij15-29/+36
(This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab)
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij19-41/+50
(This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c)
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij21-50/+72
(This used to be commit 1b947fe0e6e16318e5a8127bb4932d6b5d20bcf6)
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij39-138/+176
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c)
2007-12-21r26428: spoolss: Fix a typo.Kai Blin1-1/+1
(This used to be commit 5a3a851dc73bb054f036425b2663a187f283803f)
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij9-19/+33
(This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e)
2007-12-21r26426: Remove uses of global_loadparm.Jelmer Vernooij6-10/+14
(This used to be commit e1d177c8c1101965479f7ade2270490cd6fae4f2)
2007-12-21r26425: fix crash bug, sorry I should have tested that...Stefan Metzmacher1-2/+2
metze (This used to be commit 61d2f1a03b374404fd0f3e6191cda82ff0295834)
2007-12-21r26424: Patch and hits from Howard Chu <hyc@symas.com> for our automated setupAndrew Bartlett2-5/+9
of OpenLDAP. This makes it consistant with the Fedora DS setup, and doesn't mix both hdb and bdb. Andrew Bartlett (This used to be commit 1ffada95d269c8f7d054bec7f6eaff8449995d40)
2007-12-21r26423: try to fix the build on solarisStefan Metzmacher1-1/+6
metze (This used to be commit 5b62180946a7cb9f3981ce740cfe830f6f0a00ff)
2007-12-21r26422: build: let configure print out if we have working python module supportStefan Metzmacher1-5/+13
metze (This used to be commit dfb9d704d053455d636d4f9d9d49cbfb70ada53e)
2007-12-21r26421: build: we now have HAVE_IFACE_GETIFADDRS as valid interface ↵Stefan Metzmacher1-1/+1
detection code metze (This used to be commit fcc813d399965b51853e5790d328e4cc9668a032)
2007-12-21r26420: Don't print a blow-by-blow description of every search we do, just theAndrew Bartlett1-17/+18
errors that occour. Andrew Bartlett (This used to be commit bf5b2f467f57528aa64d4af0e68ef2dffd00f8f6)
2007-12-21r26419: Add a module to implement 'ambigious name resolution' by munging theAndrew Bartlett4-0/+479
incoming LDAP filter. Warning: Any anr search will perform a full index search. Untill ldb gets substring indexes, this is unavoidable. Also implement a testsutie to show we match AD behaviour for this important extension (used in the Active Directory Users and Computers MMC plugin, as a genereral 'find'). This will also be useful to OpenChange, as their server needs to implement this. Andrew Bartlett (This used to be commit 044b50947254ccd516c21cb156ab60ab9e3a582d)
2007-12-21r26418: Janitorial: Kill pstring in ntlmssp_parse.cKai Blin1-28/+55
(This used to be commit 718a5a1f3c4195dac8ec780b18f2037ed48a39d2)
2007-12-21r26417: Make str_list_copy(mem_ctx, NULL) return NULL rather than an empty list.Jelmer Vernooij2-2/+33
(This used to be commit cf8636c8b77c745812376d0ea6f0fb6246a2e4fb)
2007-12-21r26416: Janitorial: Fix warnings in auth/gensec/Kai Blin2-11/+15
As per metze's suggestion, the "unused variables" warning is left in to remind us to fix the #else part of the #if 1 (This used to be commit e9ef98b06466486d3b8a68a76a29728b9bffbe29)
2007-12-21r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT ↵Stefan Metzmacher1-1/+1
for -ldl This fixes the pidl/ndr_string test. metze (This used to be commit 7c6d9edffbbfabd601a8e133a71698229819443d)
2007-12-21r26414: build: bring in the content of EXT_LIB's for the .pc filesStefan Metzmacher1-2/+20
TODO: we need to check if we need to recursivly expand the dependencies as we do for the Makefile rules metze (This used to be commit 5cc9673778838e42999363f75220cc882098d282)
2007-12-21r26413: we should check the return value of talloc_reference()Stefan Metzmacher1-3/+9
metze (This used to be commit 5f49c1b144d811c4d8bd74d786e5c5ef6fa7cbc3)