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
/
status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-22
smbd: Make a few encryption-related functions static to smbstatus
Volker Lendecke
1
-0
/
+32
2025-04-09
s3/locking: remove now unused private_options from share_mode_entry
Ralph Boehme
1
-2
/
+2
2025-04-09
s3/locking: store NTCREATEX_FLAG_DENY_[DOS|FCB] as share_entry_flags
Ralph Boehme
1
-4
/
+4
2024-11-05
s3/locking: add share_entry_forall_read() and share_entry_forall() varients
Ralph Boehme
1
-1
/
+1
2024-05-23
s3:utils: let smbstatus report anonymous signing/encryption explicitly
Stefan Metzmacher
1
-0
/
+28
2024-05-23
s3:utils: let smbstatus also report partial tcon signing/encryption
Stefan Metzmacher
1
-7
/
+41
2024-05-23
s3:utils: let smbstatus also report AES-256 encryption types for tcons
Stefan Metzmacher
1
-0
/
+6
2023-08-23
s3:utils: Use lpcfg_set_cmdline() in smbstatus
Pavel Kalugin
1
-1
/
+4
2023-05-24
s3:utils: Check return value of json_new_object()
Joseph Sutton
1
-1
/
+3
2023-02-02
s3:utils: Fix UNUSED_VALUE
Pavel Filipenský
1
-2
/
+0
2023-02-02
s3:utils: Fix trailing whitespaces
Pavel Filipenský
1
-5
/
+5
2023-01-11
s3:smbstatus: go to cmdline_messaging_context_free
Jones Syue
1
-1
/
+2
2023-01-10
lib: Make map_share_mode_to_deny_mode() static to smbstatus
Volker Lendecke
1
-0
/
+22
2022-08-08
smbstatus: add JSON support for smbstatus --profile
Jule Anger
1
-4
/
+9
2022-08-08
smbstatus: add JSON support for smbstatus
Jule Anger
1
-5
/
+31
2022-08-08
smbstatus: add server_id to notifies
Jule Anger
1
-1
/
+1
2022-08-08
smbstatus: add a notifies dictionary
Jule Anger
1
-7
/
+18
2022-08-08
smbstatus: add file_id information to byte-range locks in json output
Jule Anger
1
-0
/
+1
2022-08-08
smbstatus: add locks to byte-range locked files in json output
Jule Anger
1
-0
/
+4
2022-08-08
smbstatus: add server_id to byte-range locks
Jule Anger
1
-0
/
+1
2022-08-08
smbstatus: add a basic byte-range locks dictionary
Jule Anger
1
-11
/
+21
2022-08-08
smbstatus: add service path to byte-range locks
Jule Anger
1
-0
/
+1
2022-08-08
smbstatus: add server_id to open files dictionary
Jule Anger
1
-1
/
+0
2022-08-08
smbstatus: add lease information about open files to json output
Jule Anger
1
-1
/
+2
2022-08-08
smbstatus: add oplock information about open files to json output
Jule Anger
1
-0
/
+1
2022-08-08
smbstatus: add opens to files in json output
Jule Anger
1
-0
/
+3
2022-08-08
smbstatus: add file_id information about open files to json output
Jule Anger
1
-0
/
+1
2022-08-08
smbstatus: add a basic dictionary with open files
Jule Anger
1
-13
/
+23
2022-08-08
smbstatus: add encryption and signing to sessions
Jule Anger
1
-0
/
+4
2022-08-08
smbstatus: add a sessions dictionary
Jule Anger
1
-14
/
+33
2022-08-08
smbstatus: add encryption and signing to connections
Jule Anger
1
-1
/
+9
2022-08-08
conn_tdb: change type of connections_data.start to NTTIME
Jule Anger
1
-1
/
+1
2022-08-08
smbstatus: add a connections dictionary
Jule Anger
1
-11
/
+19
2022-08-08
smbstatus: add general information to the json output
Jule Anger
1
-0
/
+1
2022-08-08
smbstatus: add json items to traverse_struct
Jule Anger
1
-0
/
+11
2022-08-08
smbstatus: add frame files for json specific methods
Jule Anger
1
-0
/
+1
2022-08-08
smbstatus: use new enum crypto_degree
Jule Anger
1
-44
/
+39
2022-08-08
smbstatus: move the output of the content to their own methods
Jule Anger
1
-42
/
+128
2022-08-08
smbstatus: move the output of the title lines to their own methods
Jule Anger
1
-14
/
+56
2022-08-08
smbstatus: pass the traverse_state to the traverse methods
Jule Anger
1
-12
/
+30
2022-08-08
smbstatus: add struct traverse_state
Jule Anger
1
-3
/
+6
2022-08-08
smbstatus: use variables in print_share_mode instead of printing directly
Jule Anger
1
-32
/
+79
2022-08-08
smbstatus: print errors to stderr instead of stdout
Jule Anger
1
-14
/
+15
2022-08-08
smbstatus: delete wrong EXCLUSIVE+BATCH oplock
Jule Anger
1
-5
/
+2
2022-06-10
spelling: connnect encrytion exisit expection explicit invalide missmatch par...
Michael Tokarev
1
-3
/
+3
2021-11-11
smbd: Remove unused "struct connections_key"
Volker Lendecke
1
-2
/
+1
2021-09-10
smbstatus: don't ignore unknown options
Ralph Boehme
1
-0
/
+5
2021-07-15
s3:smbstatus: pretty print the use of new signing/encryption algorithms
Stefan Metzmacher
1
-15
/
+60
2021-05-25
s3:utils: Migrate smbstatus to new cmdline option parser
Andreas Schneider
1
-24
/
+33
2021-01-05
s3:utils - explicitly free cmdline_messaging_context
Andrew Walker
1
-0
/
+1
[next]