summaryrefslogtreecommitdiff
path: root/source4/lib/registry
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2-9/+11
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij2-2/+2
2007-10-10r25193: Update headers to easy use by external apps.Jelmer Vernooij5-10/+10
2007-10-10r25112: make torture_temp_dir() available via tortore/torture.hStefan Metzmacher2-6/+0
2007-10-10r25047: Fix more warnings.Jelmer Vernooij3-4/+4
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2-29/+46
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-1/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij4-8/+6
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij6-21/+23
2007-10-10r24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures.Jelmer Vernooij2-29/+16
2007-10-10r24814: Fix headers, trim core.h even more.Jelmer Vernooij2-4/+2
2007-10-10r24726: Add tests for getting/setting security descriptors (still failing at ...Jelmer Vernooij3-0/+68
2007-10-10r24725: Don't segfault if hive file can't be foundJelmer Vernooij1-0/+2
2007-10-10r24723: Install the right headers for use by samba-gtk.Jelmer Vernooij4-33/+29
2007-10-10r24718: Fix some compiler warnings.Jelmer Vernooij3-8/+15
2007-10-10r24717: Some more easy bool conversions, update TODO for registryJelmer Vernooij1-29/+0
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2-5/+5
2007-10-10r24704: Fix bug in the registry patch code.. all the more proves this code ne...Jelmer Vernooij1-1/+1
2007-10-10r24703: Use standard registry diff files when provisioning rather thanJelmer Vernooij3-1/+10
2007-10-10r24684: Be a bit less verboseJelmer Vernooij2-5/+5
2007-10-10r24683: Add two more tests.Jelmer Vernooij2-0/+37