Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9386: OpenKey with a bad name must return WERR_BADFILE (w2k3 regedit relies ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9381: Line wrapping. | Tim Potter | 1 | -8/+8 |
2007-10-10 | r9378: initialise the last_mod attribute in the ldb backend. Better to return | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to | Tim Potter | 3 | -9/+0 |
2007-10-10 | r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValue | Andrew Tridgell | 1 | -23/+26 |
2007-10-10 | r9209: - fixed the ldb registry backend to work with the new provision ldif | Andrew Tridgell | 2 | -6/+8 |
2007-10-10 | r8966: Simplify the makefile generation system a bit. | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff is | Tim Potter | 1 | -4/+1 |
2007-10-10 | r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 5 | -7/+10 |
2007-10-10 | r7525: Unify lp_load(), load_interfaces and logging setup into popt(). | Andrew Bartlett | 4 | -31/+10 |
2007-10-10 | r7373: Disable reg_gconf by default, allow building it with --enable-reg-gconf | Jelmer Vernooij | 1 | -3/+7 |
2007-10-10 | r7248: Remove enum that is causing trouble on AIX | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r7113: Move manpages from docs repository to source repository | Jelmer Vernooij | 4 | -0/+479 |
2007-10-10 | r6951: Fix all calls to setup_logging() that use 'True' as a second argument. | Tim Potter | 4 | -4/+4 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 5 | -48/+3 |
2007-10-10 | r6520: Fix unused variable warning. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6470: Remove ldb_search_free() it is not needed anymore. | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r6045: Couple of small GTK+ fixes | Jelmer Vernooij | 1 | -61/+60 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 1 | -10/+4 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 5 | -9/+8 |
2007-10-10 | r5917: First step in using the new cli_credentials structure. This patch | Jelmer Vernooij | 4 | -5/+5 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r5680: Don't crash if none of the predefined keys is available (reported by A... | Jelmer Vernooij | 1 | -2/+28 |
2007-10-10 | r5585: LDB interfaces change: | Simo Sorce | 1 | -9/+6 |
2007-10-10 | r5307: removed db_wrap.h from includes.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5303: fixed build of gconf registry backend | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 4 | -8/+9 |
2007-10-10 | r5240: Don't return WERR_OK when no values were found (reported by Matt Cobb) | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r5134: - fix types to always use _t types | Stefan Metzmacher | 5 | -8/+11 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 12 | -71/+71 |
2007-10-10 | r4623: Convert values from UTF8 to UTF16 in gconf registry backend (caught | Jelmer Vernooij | 1 | -3/+4 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r4479: added the function talloc_autofree_context() which returns a talloc co... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4475: fixed smbd to work with the small changes in the ldb API (the most imp... | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r4390: Registry value and key names are case-insensitive | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r4373: Support setting values and fix a segfault | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r4371: Add "Create Key", "Delete Key" and "Delete Value" buttons. | Jelmer Vernooij | 1 | -4/+5 |
2007-10-10 | r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an... | Jelmer Vernooij | 2 | -6/+36 |
2007-10-10 | r4298: Update to credentials.h after feedback from Andrew Bartlett | Jelmer Vernooij | 1 | -25/+34 |
2007-10-10 | r4213: Store REG_SZ in UTF16, not the unix charset.. | Jelmer Vernooij | 2 | -13/+4 |
2007-10-10 | r4209: Fix several smaller bugs | Jelmer Vernooij | 7 | -67/+160 |
2007-10-10 | r4204: Arguments to reg_del_key more like the RPC for more efficient usage | Jelmer Vernooij | 7 | -192/+172 |
2007-10-10 | r4167: Fix CreateKey | Jelmer Vernooij | 1 | -1/+26 |
2007-10-10 | r4166: More small API fixes, keep registry structs as small as possible. | Jelmer Vernooij | 7 | -39/+8 |
2007-10-10 | r4155: More destinction between hives and predefined keys | Jelmer Vernooij | 7 | -70/+67 |
2007-10-10 | r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXT | Jelmer Vernooij | 3 | -12/+12 |
2007-10-10 | r4141: Fix crash bug in ldb backend | Jelmer Vernooij | 2 | -9/+9 |