summaryrefslogtreecommitdiff
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3:net_rpc_trust: make use of trust_pw_new_value()Stefan Metzmacher2017-02-251-3/+3
* s3: ntlm_auth: Don't corrupt the output stream with debug messages.Jeremy Allison2016-12-141-3/+3
* s3-utils: Fix loading smb.conf in smbcquotasAndreas Schneider2016-10-201-3/+12
* smbcquotas: fix error message listing quotasUri Simchoni2016-10-201-3/+3
* s3-util: Fix asking for username and password in smbget.Andreas Schneider2016-08-281-14/+12
* regedit: Fix format-nonliteral warningAmitay Isaacs2016-08-243-7/+19
* s3:ntlm_auth: call fault_setup() in order to get usefull backtracesStefan Metzmacher2016-07-221-0/+1
* smbd: Pass "sconn" via notify to notify_callback()Volker Lendecke2016-07-201-1/+2
* smbd: There's only one notify_callbackVolker Lendecke2016-07-201-1/+1
* dbwrap: Remove dbwrap_watchers.tdb based codeVolker Lendecke2016-07-151-37/+1
* s3:utils/net: Add new option 'unregister' in 'net ads dns' command.Shyamsunder Rathi2016-06-273-10/+100
* smbget: Fix a memory leakAndreas Schneider2016-06-241-0/+1
* s3/net: print returned addresses in dns gethostbynameRichard Sharpe2016-06-192-5/+31
* s3-libnet: Print error string even on successfuly completion of libnetjoin.Günther Deschner2016-06-152-0/+15
* s3: net: Return an error when no name servers were returned by the lookup so ...Richard Sharpe2016-05-281-0/+3
* s3-net: Cleanup the code of printing migrationAndreas Schneider2016-05-181-7/+36
* s3-net: Convert the key_name to UTF8 during migrationAndreas Schneider2016-05-181-6/+84
* s3:ntlm_auth: make ntlm_auth_generate_session_info() more completeStefan Metzmacher2016-05-181-5/+46
* s3:smbfilter: fix O3 error unused result of system()Michael Adam2016-05-131-1/+5
* s3:utils:log2pcaphex: fix O3 error uninitialized variableMichael Adam2016-05-131-1/+2
* s3:utils:log2pcaphex: fix O3 error unused result of fgetsMichael Adam2016-05-131-1/+7
* lib: Give base64.c its own .hVolker Lendecke2016-05-041-0/+1
* lib: Make callers of base64_encode_data_blob check for successVolker Lendecke2016-05-041-0/+2
* smbcacls: Do not read old ACL for 'set' operationChristof Schmitt2016-04-301-4/+10
* Fixes an obvious copy-paste error in source3/utils/net_dns.cRichard Sharpe2016-04-221-1/+0
* CVE-2016-2115: net: use SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-04-123-3/+3
* smbcquotas: print "NO LIMIT" only if returned quota value is 0.Uri Simchoni2016-03-311-1/+1
* s3:ntlm_auth: pass manage_squid_request() needs a valid struct ntlm_auth_stat...Stefan Metzmacher2016-03-221-1/+13
* Added MSV1_0_ALLOW_MSVCHAPV2 flag to ntlm_authHerwin Weststrate2016-03-111-0/+7
* s3:ntlm_auth: also use gensec for "ntlmssp-client-1" and "gss-spnego-client"Stefan Metzmacher2016-03-101-679/+110
* s3:ntlm_auth: fix --use-cached-creds with ntlmssp-client-1Stefan Metzmacher2016-03-101-2/+2
* s3/utils/regedit.c: typoAurelien Aptel2016-03-101-1/+1
* testparm: vfs_fruit checksRalph Boehme2016-03-101-0/+24
* s3:utils/smbget fix option parsingChristian Ambach2016-02-261-9/+40
* s3:utils/smbget remove -P optionChristian Ambach2016-02-261-32/+0
* s3:utils/smbget improve check of write() resultChristian Ambach2016-02-261-4/+6
* s3:utils/smbget abort recursive download on errorChristian Ambach2016-02-261-0/+6
* s3:utils/smbget another int -> bool conversionChristian Ambach2016-02-261-14/+12
* s3:utils/smbget set default blocksizeChristian Ambach2016-02-051-1/+1
* s3:utils/smbget add a error message on allocation errorChristian Ambach2016-02-051-0/+2
* s3-utils/smbget: Fix user-/name password reading from rcfileChristian Ambach2016-01-281-0/+10
* s3-utils/smbget: Fix reading the rcfileChristian Ambach2016-01-281-1/+1
* s3-utils/smbget: Fix option parsing and apply samba defaultsAndreas Schneider2016-01-281-69/+104
* s3:utils/smbget make use of bool for flagsChristian Ambach2016-01-251-45/+48
* s3:utils/smbget use C99 format identifiersChristian Ambach2016-01-251-39/+29
* s3:utils/smbget code formatChristian Ambach2016-01-251-173/+331
* s3:utils/smbget fix recursive downloadChristian Ambach2016-01-251-1/+14
* smbstatus: add support for SMB1 signing and CIFS UNIX extensions encryptionRalph Boehme2016-01-221-0/+12
* smbstatus: show signing state of sessions and tconsRalph Boehme2016-01-221-8/+35
* smbstatus: show encrpytion state of tree connectsRalph Boehme2016-01-221-5/+24