summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Collapse)AuthorAgeFilesLines
* r26692: registry: Treat key and value names case-insensitively.Jelmer Vernooij2008-01-071-0/+10
| | | | (This used to be commit 9fc5f098e01145db5b01efb0bf22cdddf0213d20)
* r26689: registry: Return max_subkeynamelen, max_valnamelen and ↵Jelmer Vernooij2008-01-0713-44/+171
| | | | | | max_valbufsize in getkeyinfo(). (This used to be commit b06896d2378e536f5044dbe500a5232a89d6d0b5)
* r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.Jelmer Vernooij2008-01-074-36/+64
| | | | (This used to be commit 846876ad32dc86fe7c367db084e76c670c61b389)
* r26665: registry: Fix tests on bigendian machines.Jelmer Vernooij2008-01-051-2/+6
| | | | (This used to be commit bcd8f50f7952d1e502326f11ddfa8cfe8a982b1b)
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵Jelmer Vernooij2008-01-011-1/+1
| | | | | | library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce)
* r26638: libndr: Require explicitly specifying iconv_convenience for ↵Jelmer Vernooij2008-01-011-2/+2
| | | | | | ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3)
* r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij2007-12-261-7/+7
| | | | (This used to be commit ecd2d96c3173e4d2f77a1ca50f26a16ac7a313b1)
* r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij2007-12-261-7/+7
| | | | (This used to be commit b06d3e1a52d6b71a1e3e7a9e0ecf69f3b899ae18)
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-261-1/+6
| | | | | | Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc)
* r26589: torture: Add non-const version of torture_tcase_add_simple_testKai Blin2007-12-262-105/+79
| | | | (This used to be commit 1ae9cde5105cc4349a44e6098e9393e06acaf95d)
* r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2007-12-262-56/+57
| | | | | Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96)
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
| | | | | Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-242-18/+20
| | | | (This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
* r26571: Hide warnings about unused macros and casting qualifiers in ↵Jelmer Vernooij2007-12-241-21/+7
| | | | | | autogenerated files. (This used to be commit cb76c60007ae1254181c09ba1ab09c419f500bc5)
* r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2007-12-243-229/+160
| | | | | | | | bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
* r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ↵Jelmer Vernooij2007-12-249-16/+239
| | | | | | now. (This used to be commit 485d1fa3d17fe6cc7a0ecd80e8bac42d173bbb19)
* r26564: More python bindings for registry code.Jelmer Vernooij2007-12-247-101/+238
| | | | (This used to be commit f40fad9827d0e9567224bc1e64ea91e610a07a3f)
* r26563: Fix reg_diff_apply argument order.Jelmer Vernooij2007-12-244-10/+4
| | | | (This used to be commit cfffd0357ee4c4bb3f3c9adb051eeee1bbac526a)
* r26520: More Python updates.Jelmer Vernooij2007-12-212-18/+108
| | | | (This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7)
* r26518: Fix provision of registry using Python.Jelmer Vernooij2007-12-215-20/+17
| | | | (This used to be commit 12eb38e553993b2726a803af4ae9c05229d6ebe4)
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2007-12-213-59/+45
| | | | (This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75)
* r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin2007-12-211-1/+5
| | | | | | 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)
* r26451: Janitorial: fix warnings in lib/registry/Kai Blin2007-12-2110-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)
* r26448: Add basic tests for param python module.Jelmer Vernooij2007-12-213-27/+78
| | | | (This used to be commit ccfab20dcc2d7059c402c03be244b759d59c4b81)
* r26443: Remove global_loadparm instances.Jelmer Vernooij2007-12-2110-13/+19
| | | | (This used to be commit 8242c696235d1bfb402b5c276a57f36d93610545)
* r26439: Require tdr_pull users to specify a smb_iconv convenience context.Jelmer Vernooij2007-12-211-88/+112
| | | | (This used to be commit 76fd57be292fb19ae4ede38977732847e6ed8eff)
* r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij2007-12-211-5/+11
| | | | (This used to be commit dffef3162778aebe2f8d77e2da60b22adb7d60ef)
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-213-5/+7
| | | | (This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c)
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-3/+4
| | | | (This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e)
* r26407: Janitorial: Remove a pstring and compiler warnings.Kai Blin2007-12-211-36/+37
| | | | (This used to be commit bdc482033546e3986bf8c8b65dbf11c54dc57b8e)
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-38/+60
| | | | (This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
* r26372: Add include for external users.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 621feaa3d5c5dc6ca5078c2d8f32cc54235b7515)
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-214-8/+8
| | | | (This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d)
* r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij2007-12-214-4/+5
| | | | (This used to be commit ddf233346d848e91bc6a6a572f0f6120540503b7)
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-213-2/+4
| | | | (This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07)
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-214-8/+8
| | | | (This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482)
* r26263: Don't assume CH_UNIX is CH_UTF8.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 69157be9b180e4d82a66257afb5f774ef16cea89)
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-212-0/+4151
| | | | (This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)
* r26236: Remove more uses of global_loadparm or specify loadparm_context ↵Jelmer Vernooij2007-12-218-13/+23
| | | | | | explicitly. (This used to be commit 5b29ef7c03d9ae76b0ca909e9f03a58e1bad3521)
* r26073: Import Python bindings for the registry.Jelmer Vernooij2007-12-213-1/+190
| | | | (This used to be commit 777205b5705940c00384172c531ea99ba3eae235)
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)
* r25935: Fix registry tests.Jelmer Vernooij2007-12-212-8/+5
| | | | (This used to be commit b311094714b4d51ea7ea756df1aecba169dc0d45)
* r25932: Remove unnecessary include - should fix the build on hosts without popt.Jelmer Vernooij2007-12-214-4/+0
| | | | (This used to be commit f250ae0c361aef864f25dfc7599ce1e7a4e29cf8)
* r25930: fix test nameJelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 41dcd8c261aecaccee21667367bb524c13d620d9)
* r25928: Split up torture-local a bit.Jelmer Vernooij2007-12-212-8/+18
| | | | (This used to be commit c6b109040856ba0f1ae0db2787cc838ff61df767)
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/messaging/ lib/registry/ lib/ldb-samba/ librpc/rpc/ auth/auth_winbind.c auth/gensec/ auth/kerberos/ dsdb/repl/ dsdb/samdb/ dsdb/schema/ torture/ cluster/ctdb/ kdc/ ntvfs/ipc/ torture/rap/ ntvfs/ utils/getntacl.c ntptr/ smb_server/ libcli/wrepl/ wrepl_server/ libcli/cldap/ libcli/dgram/ libcli/ldap/ libcli/raw/ libcli/nbt/ libnet/ winbind/ rpc_server/ metze (This used to be commit 6223c7fddc972687eb577e04fc1c8e0604c35435)
* r25803: Make our security descriptor acl manipulation methods more generic ↵Günther Deschner2007-12-211-1/+1
| | | | | | | | | so that we can add and delete ACEs for SACLs as well as for DACLs. Guenther (This used to be commit 947fff994181f0ae50ac76d09621ddd684873112)
* r25613: verify the length and type before checking the value,Stefan Metzmacher2007-12-211-3/+2
| | | | | | | | hopefully gives more info why this fails some bigendian platforms metze (This used to be commit 1d2bc79aa5841bbdbaf003005a161bbf294c7366)
* r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2007-12-211-0/+1
| | | | | | | security_descriptor_create(). Guenther (This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16)
* r25605: Last round of registry reformats (before this gets an obsession...).Günther Deschner2007-12-214-271/+328
| | | | | Guenther (This used to be commit ceb2ebfbf1eeb80bd34beadbba3a3c7a04da306a)