summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-2/+2
* r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij2007-12-261-7/+7
* r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij2007-12-261-7/+7
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-261-1/+6
* r26589: torture: Add non-const version of torture_tcase_add_simple_testKai Blin2007-12-262-105/+79
* r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2007-12-262-56/+57
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-242-18/+20
* r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij2007-12-241-21/+7
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-243-229/+160
* r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ...Jelmer Vernooij2007-12-249-16/+239
* r26564: More python bindings for registry code.Jelmer Vernooij2007-12-247-101/+238
* r26563: Fix reg_diff_apply argument order.Jelmer Vernooij2007-12-244-10/+4
* r26520: More Python updates.Jelmer Vernooij2007-12-212-18/+108
* r26518: Fix provision of registry using Python.Jelmer Vernooij2007-12-215-20/+17
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2007-12-213-59/+45
* r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin2007-12-211-1/+5
* r26451: Janitorial: fix warnings in lib/registry/Kai Blin2007-12-2110-20/+18
* r26448: Add basic tests for param python module.Jelmer Vernooij2007-12-213-27/+78
* r26443: Remove global_loadparm instances.Jelmer Vernooij2007-12-2110-13/+19
* r26439: Require tdr_pull users to specify a smb_iconv convenience context.Jelmer Vernooij2007-12-211-88/+112
* r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij2007-12-211-5/+11
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-213-5/+7
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-3/+4
* r26407: Janitorial: Remove a pstring and compiler warnings.Kai Blin2007-12-211-36/+37
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-38/+60
* r26372: Add include for external users.Jelmer Vernooij2007-12-211-0/+1
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-214-8/+8
* r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij2007-12-214-4/+5
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-213-2/+4
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-214-8/+8
* r26263: Don't assume CH_UNIX is CH_UTF8.Jelmer Vernooij2007-12-211-1/+1
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-212-0/+4151
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-218-13/+23
* r26073: Import Python bindings for the registry.Jelmer Vernooij2007-12-213-1/+190
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25935: Fix registry tests.Jelmer Vernooij2007-12-212-8/+5
* r25932: Remove unnecessary include - should fix the build on hosts without popt.Jelmer Vernooij2007-12-214-4/+0
* r25930: fix test nameJelmer Vernooij2007-12-211-1/+1
* r25928: Split up torture-local a bit.Jelmer Vernooij2007-12-212-8/+18
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-2/+2
* r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner2007-12-211-1/+1
* r25613: verify the length and type before checking the value,Stefan Metzmacher2007-12-211-3/+2
* r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2007-12-211-0/+1
* r25605: Last round of registry reformats (before this gets an obsession...).Günther Deschner2007-12-214-271/+328
* r25603: More reformat.Günther Deschner2007-12-215-118/+164
* r25544: Cleanup some more indents in lib/registry.Günther Deschner2007-10-1016-1206/+1437
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-102-9/+11
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-102-2/+2