index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-20
s3/utils: smbcacls failed to detect DIRECTORIES using SMB2 (windows only)
Noel Power
1
-11
/
+3
2017-07-04
net: fix net cache samlogon list output
Ralph Boehme
1
-4
/
+5
2017-07-04
net: add net cache samlogon list|show|ndrdump|delete
Ralph Boehme
1
-0
/
+232
2017-06-27
net: make use of secrets_*_password_change() for "net changesecretpw"
Stefan Metzmacher
1
-7
/
+44
2017-06-27
net: add "net primarytrust dumpinfo" command that dumps the details of the wo...
Stefan Metzmacher
1
-0
/
+85
2017-06-27
s3:trusts_util: pass dcname to trust_pw_change()
Stefan Metzmacher
1
-0
/
+8
2017-06-27
s3:secrets: rename secrets_delete() to secrets_delete_entry()
Stefan Metzmacher
1
-3
/
+3
2017-06-24
net: Dump data for net_g_lock dump
Volker Lendecke
1
-0
/
+1
2017-06-17
s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...
Jeremy Allison
2
-5
/
+19
2017-06-15
g_lock: Make g_lock_dump return a complete list of locks
Volker Lendecke
1
-6
/
+13
2017-06-06
s3/utils: Add warning to testparm for "client ipc signing" param values
Noel Power
1
-0
/
+12
2017-05-09
s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.
Jeremy Allison
3
-0
/
+5
2017-05-09
s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...
Jeremy Allison
3
-12
/
+16
2017-05-08
net: Add net tdb command to print information from tdb records
Christof Schmitt
4
-0
/
+132
2017-05-04
s3:smbcacls add prompt for password
Christian Ambach
1
-0
/
+1
2017-04-07
s3:ntlm_auth: fix memory leak in manage_gensec_request()
Stefan Metzmacher
1
-6
/
+9
2017-03-29
auth: Add logging of service authorization
Andrew Bartlett
1
-0
/
+3
2017-03-29
ntlm_auth: Set ntlm_auth as the service_description into gensec
Andrew Bartlett
1
-0
/
+11
2017-03-24
auth: let auth4_context->check_ntlm_password() return pauthoritative
Stefan Metzmacher
1
-3
/
+6
2017-03-24
ntlm_auth3: let contact_winbind_auth_crap() return pauthoritative
Stefan Metzmacher
3
-5
/
+22
2017-03-23
net: Don't crash if lsa_LookupPrivDisplayName returns NULL
Volker Lendecke
1
-1
/
+1
2017-03-02
testparm: remove check for "ea support" in fruit shares
Uri Simchoni
1
-6
/
+0
2017-02-22
Correct "descriptior" typos.
Chris Lamb
1
-1
/
+1
2017-02-22
Correct "perfom" typos.
Chris Lamb
1
-1
/
+1
2017-02-22
Correct "coult" typo.
Chris Lamb
1
-1
/
+1
2017-02-21
s3:net_rpc_trust: make use of trust_pw_new_value()
Stefan Metzmacher
1
-3
/
+3
2017-02-10
s3/util: mvxattr, a tool to rename extended attributes
Ralph Boehme
2
-0
/
+186
2017-01-22
lib: Add lib/util/server_id.h
Volker Lendecke
6
-0
/
+6
2017-01-20
smbcontrol: add ringbuf-log
Ralph Boehme
1
-0
/
+45
2017-01-03
ntlm_auth: Use "all_zero" where appropriate
Volker Lendecke
1
-13
/
+9
2016-12-20
s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loading
Stefan Metzmacher
4
-23
/
+4
2016-12-19
s3:utils: Use cli_cm_force_encryption() instead of cli_force_encryption()
Stefan Metzmacher
1
-23
/
+5
2016-12-12
s3-testparm: Print an error if we have overlapping idmap config
Andreas Schneider
1
-0
/
+146
2016-12-12
s3-testparm: Print error if the default backend is incorrect
Andreas Schneider
1
-0
/
+26
2016-12-12
s3-testparm: Fix trailing whitespaces
Andreas Schneider
1
-8
/
+8
2016-12-11
ntlm_auth3: xfile->stdio
Volker Lendecke
1
-109
/
+122
2016-12-11
s3: ntlm_auth: Don't corrupt the output stream with debug messages.
Jeremy Allison
1
-3
/
+3
2016-12-09
s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULL
Stefan Metzmacher
2
-3
/
+3
2016-12-04
s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf only
Andreas Schneider
1
-11
/
+11
2016-11-23
s3-net: use SMB_SIGNING_DEFAULT in connect_to_service()
Günther Deschner
1
-1
/
+6
2016-11-23
net conf: fix error message
Ralph Wuerthner
1
-1
/
+1
2016-11-20
ntlm_auth: Avoid some statics
Volker Lendecke
1
-5
/
+5
2016-11-20
lib: Remove global xfile.h includes
Volker Lendecke
1
-0
/
+1
2016-11-16
s3:net: Use messaging_init_client()
Andreas Schneider
1
-5
/
+17
2016-11-15
s3:popt_common: simplify popt_common_credentials handling
Stefan Metzmacher
4
-58
/
+8
2016-10-26
s3-waf: Create a wscript_build for the utils subdir
Günther Deschner
1
-0
/
+251
2016-10-26
s3:ntlm_auth: don't use gensec_want_feature(gensec_security, GENSEC_FEATURE_{...
Stefan Metzmacher
1
-3
/
+0
2016-10-06
s3-utils: Fix loading smb.conf in smbcquotas
Andreas Schneider
1
-3
/
+12
2016-10-04
smbcquotas: add -m option
Uri Simchoni
1
-0
/
+6
2016-10-04
cliquota: factor out building of FILE_QUOTA_INFORMATION
Uri Simchoni
1
-1
/
+15
[next]