summaryrefslogtreecommitdiff
path: root/source4/lib/registry
AgeCommit message (Expand)AuthorFilesLines
2008-01-07r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.Jelmer Vernooij4-36/+64
2008-01-05r26665: registry: Fix tests on bigendian machines.Jelmer Vernooij1-2/+6
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+1
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-2/+2
2007-12-26r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij1-7/+7
2007-12-26r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij1-7/+7
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij1-1/+6
2007-12-26r26589: torture: Add non-const version of torture_tcase_add_simple_testKai Blin2-105/+79
2007-12-26r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2-56/+57
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij2-18/+20
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij1-21/+7
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij3-229/+160
2007-12-24r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ...Jelmer Vernooij9-16/+239
2007-12-24r26564: More python bindings for registry code.Jelmer Vernooij7-101/+238
2007-12-24r26563: Fix reg_diff_apply argument order.Jelmer Vernooij4-10/+4
2007-12-21r26520: More Python updates.Jelmer Vernooij2-18/+108
2007-12-21r26518: Fix provision of registry using Python.Jelmer Vernooij5-20/+17
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij3-59/+45
2007-12-21r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin1-1/+5
2007-12-21r26451: Janitorial: fix warnings in lib/registry/Kai Blin10-20/+18
2007-12-21r26448: Add basic tests for param python module.Jelmer Vernooij3-27/+78
2007-12-21r26443: Remove global_loadparm instances.Jelmer Vernooij10-13/+19
2007-12-21r26439: Require tdr_pull users to specify a smb_iconv convenience context.Jelmer Vernooij1-88/+112
2007-12-21r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij1-5/+11
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij3-5/+7
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij1-3/+4
2007-12-21r26407: Janitorial: Remove a pstring and compiler warnings.Kai Blin1-36/+37
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2-38/+60
2007-12-21r26372: Add include for external users.Jelmer Vernooij1-0/+1
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij4-8/+8
2007-12-21r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij4-4/+5
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij3-2/+4
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij4-8/+8
2007-12-21r26263: Don't assume CH_UNIX is CH_UTF8.Jelmer Vernooij1-1/+1
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2-0/+4151
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij8-13/+23
2007-12-21r26073: Import Python bindings for the registry.Jelmer Vernooij3-1/+190
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-12-21r25935: Fix registry tests.Jelmer Vernooij2-8/+5
2007-12-21r25932: Remove unnecessary include - should fix the build on hosts without popt.Jelmer Vernooij4-4/+0
2007-12-21r25930: fix test nameJelmer Vernooij1-1/+1
2007-12-21r25928: Split up torture-local a bit.Jelmer Vernooij2-8/+18
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-2/+2
2007-12-21r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner1-1/+1
2007-12-21r25613: verify the length and type before checking the value,Stefan Metzmacher1-3/+2
2007-12-21r25607: Allow to set security descriptor type flags at creation time withGünther Deschner1-0/+1
2007-12-21r25605: Last round of registry reformats (before this gets an obsession...).Günther Deschner4-271/+328
2007-12-21r25603: More reformat.Günther Deschner5-118/+164
2007-10-10r25544: Cleanup some more indents in lib/registry.Günther Deschner16-1206/+1437