summaryrefslogtreecommitdiff
path: root/source3/utils/status.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-22smbd: Make a few encryption-related functions static to smbstatusVolker Lendecke1-0/+32
2025-04-09s3/locking: remove now unused private_options from share_mode_entryRalph Boehme1-2/+2
2025-04-09s3/locking: store NTCREATEX_FLAG_DENY_[DOS|FCB] as share_entry_flagsRalph Boehme1-4/+4
2024-11-05s3/locking: add share_entry_forall_read() and share_entry_forall() varientsRalph Boehme1-1/+1
2024-05-23s3:utils: let smbstatus report anonymous signing/encryption explicitlyStefan Metzmacher1-0/+28
2024-05-23s3:utils: let smbstatus also report partial tcon signing/encryptionStefan Metzmacher1-7/+41
2024-05-23s3:utils: let smbstatus also report AES-256 encryption types for tconsStefan Metzmacher1-0/+6
2023-08-23s3:utils: Use lpcfg_set_cmdline() in smbstatusPavel Kalugin1-1/+4
2023-05-24s3:utils: Check return value of json_new_object()Joseph Sutton1-1/+3
2023-02-02s3:utils: Fix UNUSED_VALUEPavel Filipenský1-2/+0
2023-02-02s3:utils: Fix trailing whitespacesPavel Filipenský1-5/+5
2023-01-11s3:smbstatus: go to cmdline_messaging_context_freeJones Syue1-1/+2
2023-01-10lib: Make map_share_mode_to_deny_mode() static to smbstatusVolker Lendecke1-0/+22
2022-08-08smbstatus: add JSON support for smbstatus --profileJule Anger1-4/+9
2022-08-08smbstatus: add JSON support for smbstatusJule Anger1-5/+31
2022-08-08smbstatus: add server_id to notifiesJule Anger1-1/+1
2022-08-08smbstatus: add a notifies dictionaryJule Anger1-7/+18
2022-08-08smbstatus: add file_id information to byte-range locks in json outputJule Anger1-0/+1
2022-08-08smbstatus: add locks to byte-range locked files in json outputJule Anger1-0/+4
2022-08-08smbstatus: add server_id to byte-range locksJule Anger1-0/+1
2022-08-08smbstatus: add a basic byte-range locks dictionaryJule Anger1-11/+21
2022-08-08smbstatus: add service path to byte-range locksJule Anger1-0/+1
2022-08-08smbstatus: add server_id to open files dictionaryJule Anger1-1/+0
2022-08-08smbstatus: add lease information about open files to json outputJule Anger1-1/+2
2022-08-08smbstatus: add oplock information about open files to json outputJule Anger1-0/+1
2022-08-08smbstatus: add opens to files in json outputJule Anger1-0/+3
2022-08-08smbstatus: add file_id information about open files to json outputJule Anger1-0/+1
2022-08-08smbstatus: add a basic dictionary with open filesJule Anger1-13/+23
2022-08-08smbstatus: add encryption and signing to sessionsJule Anger1-0/+4
2022-08-08smbstatus: add a sessions dictionaryJule Anger1-14/+33
2022-08-08smbstatus: add encryption and signing to connectionsJule Anger1-1/+9
2022-08-08conn_tdb: change type of connections_data.start to NTTIMEJule Anger1-1/+1
2022-08-08smbstatus: add a connections dictionaryJule Anger1-11/+19
2022-08-08smbstatus: add general information to the json outputJule Anger1-0/+1
2022-08-08smbstatus: add json items to traverse_structJule Anger1-0/+11
2022-08-08smbstatus: add frame files for json specific methodsJule Anger1-0/+1
2022-08-08smbstatus: use new enum crypto_degreeJule Anger1-44/+39
2022-08-08smbstatus: move the output of the content to their own methodsJule Anger1-42/+128
2022-08-08smbstatus: move the output of the title lines to their own methodsJule Anger1-14/+56
2022-08-08smbstatus: pass the traverse_state to the traverse methodsJule Anger1-12/+30
2022-08-08smbstatus: add struct traverse_stateJule Anger1-3/+6
2022-08-08smbstatus: use variables in print_share_mode instead of printing directlyJule Anger1-32/+79
2022-08-08smbstatus: print errors to stderr instead of stdoutJule Anger1-14/+15
2022-08-08smbstatus: delete wrong EXCLUSIVE+BATCH oplockJule Anger1-5/+2
2022-06-10spelling: connnect encrytion exisit expection explicit invalide missmatch par...Michael Tokarev1-3/+3
2021-11-11smbd: Remove unused "struct connections_key"Volker Lendecke1-2/+1
2021-09-10smbstatus: don't ignore unknown optionsRalph Boehme1-0/+5
2021-07-15s3:smbstatus: pretty print the use of new signing/encryption algorithmsStefan Metzmacher1-15/+60
2021-05-25s3:utils: Migrate smbstatus to new cmdline option parserAndreas Schneider1-24/+33
2021-01-05s3:utils - explicitly free cmdline_messaging_contextAndrew Walker1-0/+1