Age | Commit message (Expand) | Author | Files | Lines |
2013-04-29 | regedit: Delete and add keys. | C. Davis | 3 | -13/+99 |
2013-04-29 | regedit: Edit binary values with hexedit. | C. Davis | 1 | -26/+117 |
2013-04-29 | regedit: Initialize hexedit buf with data if available. | C. Davis | 2 | -2/+6 |
2013-04-29 | regedit:hexedit: make sure cursor is updated on physical screen. | C. Davis | 1 | -1/+3 |
2013-04-29 | regedit: Add an input dialog. | C. Davis | 2 | -66/+179 |
2013-04-29 | regedit: Simplify notice dialogs, don't overwrite existing values. | C. Davis | 3 | -62/+93 |
2013-04-29 | regedit: Don't pass empty value names to new_item(). | C. Davis | 1 | -2/+13 |
2013-04-29 | regedit: Really delete value. | C. Davis | 1 | -3/+18 |
2013-04-29 | regedit: Add new value type selection dialog. | C. Davis | 3 | -1/+125 |
2013-04-29 | regedit: Save contents of value editor. | C. Davis | 3 | -18/+134 |
2013-04-29 | regedit: Value editor changes. | C. Davis | 1 | -60/+138 |
2013-04-29 | regedit: Don't refresh treeview and value list. | C. Davis | 2 | -2/+0 |
2013-04-29 | regedit: Some work on dialogs. | C. Davis | 3 | -92/+246 |
2013-04-29 | regedit: Import hex editor. | C. Davis | 2 | -0/+456 |
2013-04-29 | regedit: Don't panic if we can't open the file. | Andreas Schneider | 1 | -1/+5 |
2013-04-29 | regedit: Improve calculation for centering dialogs. | C. Davis | 1 | -10/+32 |
2013-04-29 | regedit: Introduce dialog windows. | C. Davis | 5 | -75/+481 |
2013-04-29 | regedit: Take into account that getch() may return a '\n' instead of KEY_ENTER. | C. Davis | 1 | -0/+1 |
2013-04-29 | regedit: Use tab key to switch between key and value sections. | C. Davis | 1 | -29/+85 |
2013-04-29 | regedit: Don't overwrite the '/' when printing path. | C. Davis | 1 | -1/+1 |
2013-04-29 | regedit: Print value summary, fix heap corruption and path printing. | C. Davis | 2 | -24/+95 |
2013-04-29 | regedit: List values for the selected key. | C. Davis | 3 | -9/+254 |
2013-04-29 | regedit: Print the registry path. | C. Davis | 1 | -1/+7 |
2013-04-29 | regedit: Make all hives browsable. | C. Davis | 1 | -9/+54 |
2013-04-29 | regedit: load the configuration after processing the command line | Michael Adam | 1 | -1/+5 |
2013-04-29 | regedit: Setup a test tree view of HKLM. | C. Davis | 3 | -29/+147 |
2013-04-29 | regedit: Initial import of treeview code | C. Davis | 2 | -0/+337 |
2013-04-29 | regedit: First crack at linking to ncurses. | C. Davis | 1 | -0/+5 |
2013-04-29 | regedit: Add regedit main source file | C. Davis | 1 | -0/+95 |
2013-04-29 | Support s3 local access with the s4 libregistry framework | C. Davis | 2 | -0/+246 |
2013-04-29 | s3: Wrap calls to the s3 registry API. | C. Davis | 2 | -0/+200 |
2013-04-22 | s3:utils/dbwrap_tool add exists operation | Christian Ambach | 1 | -4/+34 |
2013-04-19 | s3:smbstatus do not print orphaned share entries | Christian Ambach | 1 | -0/+6 |
2013-04-18 | s3:net registry check: use tdb_data_string() | Gregor Beck | 1 | -20/+3 |
2013-03-15 | dbwrap: Cast getpid() result to unsigned int for GNU/Solaris build | Andrew Bartlett | 1 | -2/+2 |
2013-03-15 | s3-net: Add encoding=<CP> to 'net printing dump'. | Andreas Schneider | 1 | -8/+51 |
2013-03-15 | s3-net: Add encoding=<CP> to 'net printing migrate'. | Andreas Schneider | 1 | -5/+70 |
2013-03-12 | s3: remove some dead code (for setdir command) | Christian Ambach | 1 | -4/+0 |
2013-03-09 | s3-net: Allow setting the ldap password for idmap_rfc2307 | Christof Schmitt | 1 | -2/+4 |
2013-03-06 | net ads join: Add support for specifying the machine account password | Andrew Bartlett | 1 | -0/+11 |
2013-03-06 | Make sure to set umask() before calling mkstemp(). | Andreas Schneider | 2 | -1/+9 |
2013-03-05 | Fix the build: net_serverid.c has 3 wrong format strings for 64bit vars | Guenter Kukkukk | 1 | -5/+7 |
2013-02-22 | smbpasswd: Don't leak memory. | Andreas Schneider | 1 | -0/+1 |
2013-02-22 | smbget: Fix file descriptor leak. | Andreas Schneider | 1 | -0/+3 |
2013-02-22 | s3-net: Don't leak username. | Andreas Schneider | 1 | -1/+2 |
2013-02-19 | s3:utils: make use of samba_tevent_context_init() | Stefan Metzmacher | 6 | -6/+6 |
2013-02-19 | s3:net: new implementation of "servid wipedbs" with smbXsrv_* | Gregor Beck | 1 | -2/+564 |
2013-02-19 | lib/util_tdb: factor out tdb_data_talloc_copy() | Gregor Beck | 1 | -19/+4 |
2013-02-05 | s3:net: reduce indentation in net idmap delete for symmetry and consistency | Michael Adam | 1 | -5/+7 |
2013-02-05 | s3:net: introduce a talloc stackframe for net idmap delete | Michael Adam | 1 | -3/+2 |