| Commit message (Expand) | Author | Age | Files | Lines |
* | net: groupmap cleanup should not delete BUILTIN mappings | Ralph Boehme | 2017-10-25 | 1 | -1/+3 |
* | s3:utils: Remove pointless if-clause for remote_machine | Andreas Schneider | 2017-08-28 | 1 | -6/+4 |
* | s3:utils: Make sure we authenticate against our SAM name in smbpasswd | Andreas Schneider | 2017-08-28 | 1 | -5/+27 |
* | s3:utils: Pass domain to password_change() in smbpasswd | Andreas Schneider | 2017-08-28 | 1 | -5/+7 |
* | s3:utils: Make strings const passed to password_change() in smbpasswd | Andreas Schneider | 2017-08-28 | 1 | -2/+3 |
* | s3:libsmb: Move prototye of remote_password_change() | Andreas Schneider | 2017-08-28 | 1 | -0/+1 |
* | s3:libsmb: Pass domain to remote_password_change() | Andreas Schneider | 2017-08-28 | 1 | -1/+2 |
* | s3:utils: Do not report an invalid range for AD DC role | Andreas Schneider | 2017-08-28 | 1 | -7/+9 |
* | s3/utils: smbcacls failed to detect DIRECTORIES using SMB2 (windows only) | Noel Power | 2017-08-01 | 1 | -11/+3 |
* | net: make use of secrets_*_password_change() for "net changesecretpw" | Stefan Metzmacher | 2017-07-13 | 1 | -7/+44 |
* | net: add "net primarytrust dumpinfo" command that dumps the details of the wo... | Stefan Metzmacher | 2017-07-13 | 1 | -0/+85 |
* | s3:trusts_util: pass dcname to trust_pw_change() | Stefan Metzmacher | 2017-07-13 | 1 | -0/+8 |
* | s3:secrets: rename secrets_delete() to secrets_delete_entry() | Stefan Metzmacher | 2017-07-13 | 1 | -3/+3 |
* | s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls... | Jeremy Allison | 2017-06-28 | 2 | -5/+19 |
* | s3:smbcacls add prompt for password | Christian Ambach | 2017-05-12 | 1 | -0/+1 |
* | s3:net_rpc_trust: make use of trust_pw_new_value() | Stefan Metzmacher | 2017-02-25 | 1 | -3/+3 |
* | s3/util: mvxattr, a tool to rename extended attributes | Ralph Boehme | 2017-02-20 | 2 | -0/+186 |
* | ntlm_auth: Use "all_zero" where appropriate | Volker Lendecke | 2017-01-03 | 1 | -13/+9 |
* | s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loading | Stefan Metzmacher | 2016-12-20 | 4 | -23/+4 |
* | s3:utils: Use cli_cm_force_encryption() instead of cli_force_encryption() | Stefan Metzmacher | 2016-12-19 | 1 | -23/+5 |
* | s3-testparm: Print an error if we have overlapping idmap config | Andreas Schneider | 2016-12-12 | 1 | -0/+146 |
* | s3-testparm: Print error if the default backend is incorrect | Andreas Schneider | 2016-12-12 | 1 | -0/+26 |
* | s3-testparm: Fix trailing whitespaces | Andreas Schneider | 2016-12-12 | 1 | -8/+8 |
* | ntlm_auth3: xfile->stdio | Volker Lendecke | 2016-12-11 | 1 | -109/+122 |
* | s3: ntlm_auth: Don't corrupt the output stream with debug messages. | Jeremy Allison | 2016-12-11 | 1 | -3/+3 |
* | s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULL | Stefan Metzmacher | 2016-12-09 | 2 | -3/+3 |
* | s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf only | Andreas Schneider | 2016-12-04 | 1 | -11/+11 |
* | s3-net: use SMB_SIGNING_DEFAULT in connect_to_service() | Günther Deschner | 2016-11-23 | 1 | -1/+6 |
* | net conf: fix error message | Ralph Wuerthner | 2016-11-23 | 1 | -1/+1 |
* | ntlm_auth: Avoid some statics | Volker Lendecke | 2016-11-20 | 1 | -5/+5 |
* | lib: Remove global xfile.h includes | Volker Lendecke | 2016-11-20 | 1 | -0/+1 |
* | s3:net: Use messaging_init_client() | Andreas Schneider | 2016-11-16 | 1 | -5/+17 |
* | s3:popt_common: simplify popt_common_credentials handling | Stefan Metzmacher | 2016-11-15 | 4 | -58/+8 |
* | s3-waf: Create a wscript_build for the utils subdir | Günther Deschner | 2016-10-26 | 1 | -0/+251 |
* | s3:ntlm_auth: don't use gensec_want_feature(gensec_security, GENSEC_FEATURE_{... | Stefan Metzmacher | 2016-10-26 | 1 | -3/+0 |
* | s3-utils: Fix loading smb.conf in smbcquotas | Andreas Schneider | 2016-10-06 | 1 | -3/+12 |
* | smbcquotas: add -m option | Uri Simchoni | 2016-10-04 | 1 | -0/+6 |
* | cliquota: factor out building of FILE_QUOTA_INFORMATION | Uri Simchoni | 2016-10-04 | 1 | -1/+15 |
* | smbcquotas: fix error message listing quotas | Uri Simchoni | 2016-10-04 | 1 | -3/+3 |
* | werror: replace WERR_SETUP_NOT_JOINED with WERR_NERR_SETUPNOTJOINED in source... | Günther Deschner | 2016-09-28 | 2 | -2/+2 |
* | werror: replace WERR_DCNOTFOUND with WERR_NERR_DCNOTFOUND in source3/utils/ne... | Günther Deschner | 2016-09-28 | 1 | -1/+1 |
* | werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/utils/ | Günther Deschner | 2016-09-28 | 5 | -19/+19 |
* | werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/utils/ | Günther Deschner | 2016-09-28 | 2 | -13/+13 |
* | werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/ | Günther Deschner | 2016-09-28 | 7 | -25/+25 |
* | werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/ | Günther Deschner | 2016-09-28 | 6 | -21/+21 |
* | werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/utils/ | Günther Deschner | 2016-09-28 | 2 | -9/+9 |
* | s3-util: Fix asking for username and password in smbget. | Andreas Schneider | 2016-08-26 | 1 | -14/+12 |
* | regedit: Fix format-nonliteral warning | Amitay Isaacs | 2016-08-24 | 3 | -7/+19 |
* | s3:ntlm_auth: call fault_setup() in order to get usefull backtraces | Stefan Metzmacher | 2016-07-22 | 1 | -0/+1 |
* | smbd: Pass "sconn" via notify to notify_callback() | Volker Lendecke | 2016-07-20 | 1 | -1/+2 |