summaryrefslogtreecommitdiff
path: root/source3/utils/status.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-10smbstatus: Use share_mode_filename()Volker Lendecke1-8/+1
2020-11-10smbd: Give locking/share_mode_lock.c its own header fileVolker Lendecke1-0/+1
2020-10-24notifyd: Factor out notify_walk() into its own fileVolker Lendecke1-10/+2
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-11-06lib: Remove #define serverid_equal server_id_equalVolker Lendecke1-1/+1
2019-10-21smbstatus: fix column length for DenyModeChristian Schulz1-1/+1
2019-10-21smbstatus: use display print functionChristian Schulz1-1/+1