summaryrefslogtreecommitdiff
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3:ntlm_auth: make ntlm_auth_generate_session_info() more completeStefan Metzmacher2016-05-301-5/+46
* Merge tag 'samba-4.2.11' into v4-2-testStefan Metzmacher2016-04-124-694/+131
|\
| * CVE-2016-2115: net: use SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-03-303-3/+3
| * s3:ntlm_auth: pass manage_squid_request() needs a valid struct ntlm_auth_stat...Stefan Metzmacher2016-03-291-1/+13
| * s3:ntlm_auth: also use gensec for "ntlmssp-client-1" and "gss-spnego-client"Stefan Metzmacher2016-03-291-679/+110
| * s3:ntlm_auth: fix --use-cached-creds with ntlmssp-client-1Stefan Metzmacher2016-03-291-2/+2
| * s3:ntlm_auth: don't start gensec backend twiceStefan Metzmacher2016-03-291-11/+5
* | s3:utils/smbget fix recursive downloadChristian Ambach2016-02-041-1/+14
|/
* smbcacls: fix uninitialized variableUri Simchoni2016-01-211-1/+1
* s3:smbstatus: add stream name to share_entry_forall()Ralph Boehme2015-10-211-1/+5
* s3-net: use talloc array in share allowedusersRalph Boehme2015-08-171-4/+20
* sharesec: Use non-numerical output for sharesecChristof Schmitt2015-06-301-2/+2
* sharesec: Use common parse_ace functionChristof Schmitt2015-05-051-174/+1
* sharesec: Print ACEs in similar format as expected in inputChristof Schmitt2015-05-051-12/+6
* smbcacls: Move sec_desc_print to common fileChristof Schmitt2015-05-051-81/+0
* smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt2015-05-051-354/+0
* smbcacls: Move StringToSid to common fileChristof Schmitt2015-05-051-62/+0
* smbcacls: Move SidToString to common fileChristof Schmitt2015-05-051-85/+1
* smbcacls: Use defines for security flagsChristof Schmitt2015-05-051-9/+10
* smbcacls: Make 'numeric' a local variableChristof Schmitt2015-05-051-20/+25
* Make sure we initialize conn to NULL, because a routine we call may give an e...Richard Sharpe2015-04-271-1/+1
* Use global context for winbindd_request_responseMatthew Newton2015-03-241-8/+8
* utils: Fix 'net time' segfault.Andreas Schneider2015-01-241-7/+14
* net: Fix sam addgroupmemVolker Lendecke2015-01-151-3/+5
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-181-1/+5
* s3:utils/profiles fix a use after freeChristian Ambach2014-12-161-3/+3
* s3:open_files.idl: add data structures for SMB2.1 and SMB3.0 leases.Stefan Metzmacher2014-12-041-0/+9
* profiling: Only compile utils/status_profile.c if profiling is enabledVolker Lendecke2014-12-042-21/+33
* s3-smbstatus: Fix exit code of profile output.Andreas Schneider2014-11-271-2/+5
* s3:smbstatus: fix return value in print_share_mode()Stefan Metzmacher2014-11-091-1/+1
* s3:locking: allow early return for share_entry_forall()Volker Lendecke2014-11-041-5/+7
* s3:locking: Rename share_mode_forall->share_entry_forallVolker Lendecke2014-11-041-1/+1
* regedit: remove an old commentMichael Adam2014-10-091-2/+0
* regedit: print error msg if opening registry failsChris Davis2014-10-091-0/+2
* regedit: handle pgup/pgdn/home/end keys on listsChris Davis2014-10-093-4/+97
* regedit: handle del and backspace in hexeditorChris Davis2014-10-093-11/+71
* regedit: grow hexedit buffer as the user typesChris Davis2014-10-092-24/+46
* regedit: add a button to resize hexedit bufferChris Davis2014-10-092-2/+48
* regedit: add a number input boxChris Davis2014-10-092-12/+116
* regedit: don't expand single line text field buffer with cursor movementChris Davis2014-10-091-1/+24
* regedit: handle DEL key in text fieldsChris Davis2014-10-091-0/+3
* regedit: adjust some variable names to make them more distinctChris Davis2014-10-091-19/+19
* regedit: find previous itemsChris Davis2014-10-093-8/+62
* regedit: search values and repeat search from cursor positionsChris Davis2014-10-096-83/+265
* regedit: flesh out search dialog and simplify search optsChris Davis2014-10-093-19/+87
* regedit: don't use subwindows in hexeditChris Davis2014-10-093-38/+15
* regedit: use pad as a canvas for dialogsChris Davis2014-10-092-23/+57
* regedit: clear value list after creating new keyChris Davis2014-10-091-0/+1
* regedit: use the right function to reopen a hiveChris Davis2014-10-093-9/+26
* regedit: move cursor to edited value in list and report edit errorsChris Davis2014-10-095-23/+77