summaryrefslogtreecommitdiff
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3-waf: Create a wscript_build for the utils subdirGünther Deschner2016-10-261-0/+251
* s3:ntlm_auth: don't use gensec_want_feature(gensec_security, GENSEC_FEATURE_{...Stefan Metzmacher2016-10-261-3/+0
* s3-utils: Fix loading smb.conf in smbcquotasAndreas Schneider2016-10-061-3/+12
* smbcquotas: add -m optionUri Simchoni2016-10-041-0/+6
* cliquota: factor out building of FILE_QUOTA_INFORMATIONUri Simchoni2016-10-041-1/+15
* smbcquotas: fix error message listing quotasUri Simchoni2016-10-041-3/+3
* werror: replace WERR_SETUP_NOT_JOINED with WERR_NERR_SETUPNOTJOINED in source...Günther Deschner2016-09-282-2/+2
* werror: replace WERR_DCNOTFOUND with WERR_NERR_DCNOTFOUND in source3/utils/ne...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/utils/Günther Deschner2016-09-285-19/+19
* werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/utils/Günther Deschner2016-09-282-13/+13
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/Günther Deschner2016-09-287-25/+25
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/Günther Deschner2016-09-286-21/+21
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/utils/Günther Deschner2016-09-282-9/+9
* s3-util: Fix asking for username and password in smbget.Andreas Schneider2016-08-261-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