summaryrefslogtreecommitdiff
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3:smbstatus: fix return value in print_share_mode()Stefan Metzmacher2014-11-071-1/+1
* smbcontrol: Use server_id_str_bufVolker Lendecke2014-11-051-11/+8
* smbstatus: check for lock_path talloc failuresDavid Disseldorp2014-11-041-4/+21
* smbcontrol: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-4/+20
* net_registry: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-5/+12
* net_idmap: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-7/+17
* s3:locking: allow early return for share_entry_forall()Volker Lendecke2014-10-311-5/+7
* s3:locking: Rename share_mode_forall->share_entry_forallVolker Lendecke2014-10-311-1/+1
* nbt-cli: display all known NBT_SERVER flags.Günther Deschner2014-10-241-2/+6
* ntlm_auth: Allow the --option parameter to work against ntlm_authAndrew Bartlett2014-10-171-0/+1
* ntlm_auth: Allow us to use kerberos when we are an AD DCAndrew Bartlett2014-10-171-1/+1
* s3-net: display full value of "msDS-SupportedEncryptionTypes".Günther Deschner2014-10-081-4/+3
* s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k...Andrew Bartlett2014-10-081-0/+1
* status: 80 chars per lineVolker Lendecke2014-10-071-367/+734
* gpo: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-4/+12
* profiling: Only compile utils/status_profile.c if profiling is enabledVolker Lendecke2014-10-032-21/+33
* regedit: remove an old commentMichael Adam2014-10-011-2/+0
* regedit: print error msg if opening registry failsChris Davis2014-10-011-0/+2
* regedit: handle pgup/pgdn/home/end keys on listsChris Davis2014-10-013-4/+97
* regedit: handle del and backspace in hexeditorChris Davis2014-10-013-11/+71
* regedit: grow hexedit buffer as the user typesChris Davis2014-10-012-24/+46
* regedit: add a button to resize hexedit bufferChris Davis2014-10-012-2/+48
* regedit: add a number input boxChris Davis2014-10-012-12/+116
* regedit: don't expand single line text field buffer with cursor movementChris Davis2014-10-011-1/+24
* regedit: handle DEL key in text fieldsChris Davis2014-10-011-0/+3
* regedit: adjust some variable names to make them more distinctChris Davis2014-10-011-19/+19
* regedit: find previous itemsChris Davis2014-10-013-8/+62
* regedit: search values and repeat search from cursor positionsChris Davis2014-10-016-83/+265
* regedit: flesh out search dialog and simplify search optsChris Davis2014-10-013-19/+87
* regedit: don't use subwindows in hexeditChris Davis2014-10-013-38/+15
* regedit: use pad as a canvas for dialogsChris Davis2014-10-012-23/+57
* regedit: clear value list after creating new keyChris Davis2014-10-011-0/+1
* regedit: use the right function to reopen a hiveChris Davis2014-10-013-9/+26
* regedit: move cursor to edited value in list and report edit errorsChris Davis2014-10-015-23/+77
* regedit: Introduce a new API to build the dialogs.Chris Davis2014-10-012-854/+1800
* regedit: improvements for hexeditChris Davis2014-10-012-38/+74
* regedit: add padding to fit REG_MULTI_SZ to the text fieldChris Davis2014-10-011-8/+21
* regedit: simplify cleanup after loading childrenChris Davis2014-10-011-8/+3
* regedit: add a panic handler to restore terminalChris Davis2014-10-011-0/+8
* regedit: make all hives descend from a root nodeChris Davis2014-10-013-77/+79
* regedit: add a refresh command to clear cache and reload current pathChris Davis2014-10-013-15/+104
* regedit: reopen key after editing or removing valuesChris Davis2014-10-011-0/+3
* regedit: reopen parent keys when adding or removing subkeysChris Davis2014-10-013-0/+15
* regedit: set cursor after creating a new keyChris Davis2014-10-011-0/+4
* regedit: set cursor to the parent node when ascendingChris Davis2014-10-011-2/+3
* regedit: don't fail loading keys if just a few are unavailableChris Davis2014-10-011-12/+15
* regedit: include error description in popupsChris Davis2014-10-011-3/+6
* regedit: notify user if there's a failure loading subkeysChris Davis2014-10-011-4/+11
* regedit: handle awkward window sizes betterChris Davis2014-10-013-12/+25
* regedit: use talloc typesafety featuresChris Davis2014-10-012-18/+33