Age | Commit message (Expand) | Author | Files | Lines |
2008-09-21 | Registry client library: Fixes the creation of new keys | Matthias Dieter Wallnöfer | 1 | -1/+2 |
2008-09-21 | Registry tools "regshell" and "regtree": Small fixup's | Matthias Dieter Wallnöfer | 1 | -9/+4 |
2008-09-21 | Registry tool "regshell": Handle the default attribute in the right way | Matthias Dieter Wallnöfer | 1 | -13/+15 |
2008-09-09 | Fix up the "reg_common_open_remote" call | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2008-09-09 | Two useful "regshell" improvements | Matthias Dieter Wallnöfer | 1 | -8/+6 |
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 1 | -1/+1 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -2/+5 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -3/+4 |
2008-02-11 | Fix switching of hives in regshell (#5254) | Jelmer Vernooij | 1 | -0/+3 |
2008-01-07 | r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize... | Jelmer Vernooij | 1 | -8/+24 |
2007-12-21 | r26453: Janitorial: Don't use a static char[] in smb_readline_replacement. | Kai Blin | 1 | -1/+5 |
2007-12-21 | r26443: Remove global_loadparm instances. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26329: Fix more loadparm_context references. Only about a 100 left now. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r25603: More reformat. | Günther Deschner | 1 | -62/+84 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -4/+2 |
2007-10-10 | r24725: Don't segfault if hive file can't be found | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 1 | -109/+157 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r21834: Remove unnecessary includes | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r18584: found one of the fd leaks. The registry backend was using a | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15806: Remove some unnecessary nesting making the function harder to read. | Jelmer Vernooij | 1 | -11/+15 |
2007-10-10 | r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionality | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15375: Rename readline.h to smbreadline.h avoid clashes with system header. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15370: Fix more dependencies for shared libs | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15364: Use global list of predefined keys | Jelmer Vernooij | 1 | -14/+2 |
2007-10-10 | r14981: fixed a use of a wild ptr in regshell | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r14599: Pass ACLs down the registry layer. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13944: Yet another round of splitups. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib... | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10604: Put in the new registry "patchfile" code (similar to ldif | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r10052: Add 'print' command | Jelmer Vernooij | 1 | -0/+22 |
2007-10-10 | r10026: Move registry header file to lib/registry | Jelmer Vernooij | 1 | -2/+14 |
2007-10-10 | r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7525: Unify lp_load(), load_interfaces and logging setup into popt(). | Andrew Bartlett | 1 | -8/+3 |
2007-10-10 | r7248: Remove enum that is causing trouble on AIX | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r6951: Fix all calls to setup_logging() that use 'True' as a second argument. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5917: First step in using the new cli_credentials structure. This patch | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5680: Don't crash if none of the predefined keys is available (reported by A... | Jelmer Vernooij | 1 | -2/+28 |