s3:utils: Fix 'Usage:' for 'net ads enctypes'
[samba4-gss.git] / lib / util / debug-classes / debug-classname-table.c
blobb57bfc216b8d09f7d00c5108dca7a27511afba77
1 /*
2 Unix SMB/CIFS implementation.
3 Samba utility functions
4 Copyright (C) Andrew Tridgell 1992-1998
5 Copyright (C) Elrond 2002
6 Copyright (C) Simo Sorce 2002
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>.
23 static const char *default_classname_table[] = {
24 [DBGC_ALL] = "all",
25 [DBGC_TDB] = "tdb",
26 [DBGC_PRINTDRIVERS] = "printdrivers",
27 [DBGC_LANMAN] = "lanman",
28 [DBGC_SMB] = "smb",
29 [DBGC_RPC_PARSE] = "rpc_parse",
30 [DBGC_RPC_SRV] = "rpc_srv",
31 [DBGC_RPC_CLI] = "rpc_cli",
32 [DBGC_PASSDB] = "passdb",
33 [DBGC_SAM] = "sam",
34 [DBGC_AUTH] = "auth",
35 [DBGC_WINBIND] = "winbind",
36 [DBGC_VFS] = "vfs",
37 [DBGC_IDMAP] = "idmap",
38 [DBGC_QUOTA] = "quota",
39 [DBGC_ACLS] = "acls",
40 [DBGC_LOCKING] = "locking",
41 [DBGC_MSDFS] = "msdfs",
42 [DBGC_DMAPI] = "dmapi",
43 [DBGC_REGISTRY] = "registry",
44 [DBGC_SCAVENGER] = "scavenger",
45 [DBGC_DNS] = "dns",
46 [DBGC_LDB] = "ldb",
47 [DBGC_TEVENT] = "tevent",
48 [DBGC_AUTH_AUDIT] = "auth_audit",
49 [DBGC_AUTH_AUDIT_JSON] = "auth_json_audit",
50 [DBGC_KERBEROS] = "kerberos",
51 [DBGC_DRS_REPL] = "drs_repl",
52 [DBGC_SMB2] = "smb2",
53 [DBGC_SMB2_CREDITS] = "smb2_credits",
54 [DBGC_DSDB_AUDIT] = "dsdb_audit",
55 [DBGC_DSDB_AUDIT_JSON] = "dsdb_json_audit",
56 [DBGC_DSDB_PWD_AUDIT] = "dsdb_password_audit",
57 [DBGC_DSDB_PWD_AUDIT_JSON] = "dsdb_password_json_audit",
58 [DBGC_DSDB_TXN_AUDIT] = "dsdb_transaction_audit",
59 [DBGC_DSDB_TXN_AUDIT_JSON] = "dsdb_transaction_json_audit",
60 [DBGC_DSDB_GROUP_AUDIT] = "dsdb_group_audit",
61 [DBGC_DSDB_GROUP_AUDIT_JSON] = "dsdb_group_json_audit",
62 [DBGC_LDAPSRV] = "ldapsrv",