summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2015-03-06s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke1-11/+15
2015-03-06s3:smbprofile: specify SMBPROFILE_STATS_SECTION_START() with name vs. display...Stefan Metzmacher1-2/+2
2015-03-03Fix the O3 developer buildVolker Lendecke1-2/+2
2015-02-25Fix the developer O3 buildVolker Lendecke3-3/+4
2015-02-24nmblookup: Warn user if netbios name is too long.Andreas Schneider1-0/+9
2015-02-19regedit: Rename variable to fix compile warningChristof Schmitt1-4/+4
2015-01-19utils: Fix 'net time' segfault.Andreas Schneider1-7/+14
2015-01-13net: Fix sam addgroupmemVolker Lendecke1-3/+5
2015-01-08allow net ads join accept new osServicePack parameterNoel Power1-0/+12
2014-12-18addns: Remove support for dns_host_file.Andreas Schneider2-12/+18
2014-12-18nmblookup: Return if the lookup was successful or not.Andreas Schneider1-7/+18
2014-12-16smbstatus: Tell the user that smbstatus can only be run as root.Andreas Schneider1-0/+7
2014-12-07lib: Split out write_data[_iov]Volker Lendecke1-0/+1
2014-12-04s3:open_files.idl: add data structures for SMB2.1 and SMB3.0 leases.Stefan Metzmacher1-0/+9
2014-12-03idmap: unify passdb *id_to_sid methodsGarming Sam1-1/+5
2014-12-03s3:utils/profiles fix a use after freeChristian Ambach1-3/+3
2014-11-25s3:utils: rename variables in regedit_*.c to fix shadow warningsStefan Metzmacher4-19/+19
2014-11-25s3:utils: add debug functions instead of magic format strings in net_idmap_ch...Stefan Metzmacher1-8/+39
2014-11-24s3-smbstatus: Fix exit code of profile output.Andreas Schneider1-2/+5
2014-11-19s3:smbprofile: rewrite the internal macrosStefan Metzmacher1-711/+218
2014-11-19s3:smbprofile: Make "status_profile.h" a proper headerVolker Lendecke4-6/+31
2014-11-19s3:smbd: improve writecache profilingStefan Metzmacher1-28/+30
2014-11-19s3:smbprofile: remove unused nmbd related countersStefan Metzmacher1-73/+0
2014-11-07s3:smbstatus: fix return value in print_share_mode()Stefan Metzmacher1-1/+1
2014-11-05smbcontrol: Use server_id_str_bufVolker Lendecke1-11/+8
2014-11-04smbstatus: check for lock_path talloc failuresDavid Disseldorp1-4/+21
2014-11-03smbcontrol: don't leak state_path onto talloc tosDavid Disseldorp1-4/+20
2014-11-03net_registry: don't leak state_path onto talloc tosDavid Disseldorp1-5/+12
2014-11-03net_idmap: don't leak state_path onto talloc tosDavid Disseldorp1-7/+17
2014-10-31s3:locking: allow early return for share_entry_forall()Volker Lendecke1-5/+7
2014-10-31s3:locking: Rename share_mode_forall->share_entry_forallVolker Lendecke1-1/+1
2014-10-24nbt-cli: display all known NBT_SERVER flags.Günther Deschner1-2/+6
2014-10-17ntlm_auth: Allow the --option parameter to work against ntlm_authAndrew Bartlett1-0/+1
2014-10-17ntlm_auth: Allow us to use kerberos when we are an AD DCAndrew Bartlett1-1/+1
2014-10-08s3-net: display full value of "msDS-SupportedEncryptionTypes".Günther Deschner1-4/+3
2014-10-08s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k...Andrew Bartlett1-0/+1
2014-10-07status: 80 chars per lineVolker Lendecke1-367/+734
2014-10-06gpo: don't leak cache_path onto talloc tosDavid Disseldorp1-4/+12
2014-10-03profiling: Only compile utils/status_profile.c if profiling is enabledVolker Lendecke2-21/+33
2014-10-01regedit: remove an old commentMichael Adam1-2/+0
2014-10-01regedit: print error msg if opening registry failsChris Davis1-0/+2
2014-10-01regedit: handle pgup/pgdn/home/end keys on listsChris Davis3-4/+97
2014-10-01regedit: handle del and backspace in hexeditorChris Davis3-11/+71
2014-10-01regedit: grow hexedit buffer as the user typesChris Davis2-24/+46
2014-10-01regedit: add a button to resize hexedit bufferChris Davis2-2/+48
2014-10-01regedit: add a number input boxChris Davis2-12/+116
2014-10-01regedit: don't expand single line text field buffer with cursor movementChris Davis1-1/+24
2014-10-01regedit: handle DEL key in text fieldsChris Davis1-0/+3
2014-10-01regedit: adjust some variable names to make them more distinctChris Davis1-19/+19
2014-10-01regedit: find previous itemsChris Davis3-8/+62