summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
* r9567: fixed the winreg IDL for CreateKey, including a securityAndrew Tridgell2007-10-101-13/+6
* r9503: removed duplicate REG_* defines from registry.h now that they areAndrew Tridgell2007-10-103-2/+5
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-32/+29
* r9390: fixed mixing of code and dataAndrew Tridgell2007-10-101-1/+2
* r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit...Andrew Tridgell2007-10-101-3/+15
* r9386: OpenKey with a bad name must return WERR_BADFILE (w2k3 regedit relies ...Andrew Tridgell2007-10-101-1/+1
* r9381: Line wrapping.Tim Potter2007-10-101-8/+8
* r9378: initialise the last_mod attribute in the ldb backend. Better to returnAndrew Tridgell2007-10-101-0/+2
* r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter2007-10-103-9/+0
* r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell2007-10-101-23/+26
* r9209: - fixed the ldb registry backend to work with the new provision ldifAndrew Tridgell2007-10-102-6/+8
* r8966: Simplify the makefile generation system a bit.Jelmer Vernooij2007-10-101-0/+4
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff isTim Potter2007-10-101-4/+1
* r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.Jelmer Vernooij2007-10-101-0/+4
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-105-7/+10
* r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett2007-10-104-31/+10
* r7373: Disable reg_gconf by default, allow building it with --enable-reg-gconfJelmer Vernooij2007-10-101-3/+7
* r7248: Remove enum that is causing trouble on AIXJelmer Vernooij2007-10-101-2/+2
* r7113: Move manpages from docs repository to source repositoryJelmer Vernooij2007-10-104-0/+479
* r6951: Fix all calls to setup_logging() that use 'True' as a second argument.Tim Potter2007-10-104-4/+4
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-105-48/+3
* r6520: Fix unused variable warning.Tim Potter2007-10-101-1/+1
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-101-3/+3
* r6045: Couple of small GTK+ fixesJelmer Vernooij2007-10-101-61/+60
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-10/+4
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-105-9/+8
* r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2007-10-104-5/+5
* r5902: A rather large change...Andrew Bartlett2007-10-101-0/+1
* r5680: Don't crash if none of the predefined keys is available (reported by A...Jelmer Vernooij2007-10-101-2/+28
* r5585: LDB interfaces change:Simo Sorce2007-10-101-9/+6
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5303: fixed build of gconf registry backendAndrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-104-8/+9
* r5240: Don't return WERR_OK when no values were found (reported by Matt Cobb)Jelmer Vernooij2007-10-101-4/+4
* r5134: - fix types to always use _t typesStefan Metzmacher2007-10-105-8/+11
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-1012-71/+71
* r4623: Convert values from UTF8 to UTF16 in gconf registry backend (caughtJelmer Vernooij2007-10-101-3/+4
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-102-2/+2
* r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell2007-10-101-1/+1
* r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell2007-10-101-6/+6
* r4390: Registry value and key names are case-insensitiveJelmer Vernooij2007-10-101-3/+3
* r4373: Support setting values and fix a segfaultJelmer Vernooij2007-10-101-2/+2
* r4371: Add "Create Key", "Delete Key" and "Delete Value" buttons.Jelmer Vernooij2007-10-101-4/+5
* r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...Jelmer Vernooij2007-10-102-6/+36
* r4298: Update to credentials.h after feedback from Andrew BartlettJelmer Vernooij2007-10-101-25/+34
* r4213: Store REG_SZ in UTF16, not the unix charset..Jelmer Vernooij2007-10-102-13/+4
* r4209: Fix several smaller bugsJelmer Vernooij2007-10-107-67/+160
* r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij2007-10-107-192/+172