1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/utils
Volker Lendecke fc77ee5171 s3: Fix Coverity ID 242710 Untrusted pointer read
According to susv3 we have to make sure that we call isupper with
values only in the range of an unsigned char. This is best achieved
by automatic narrowing through assignment.
2012-05-15 21:37:17 +02:00
..
dbwrap_tool.c s3-dbwrap: Add "listwatchers" to dbwrap_tool 2012-04-19 22:24:19 +02:00
dbwrap_torture.c s3: Add a "lock_order" argument to db_open 2012-01-18 14:48:04 +01:00
debug2html.c
debugparse.c
eventlogadm.c s3: Fix Coverity ID 242754 Dereference null return value 2012-05-10 09:11:57 +02:00
interact.c s3: fix build on AIX 2012-03-10 19:07:20 +01:00
interact.h s3:net: factor out interact_edit() 2011-10-12 22:45:53 +02:00
log2pcaphex.c
net_ads_gpo.c s3-auth Change struct nt_user_token -> struct security_token 2010-09-11 18:46:05 +10:00
net_ads.c s3-net: Fix typo in comment. 2012-05-08 16:46:33 +02:00
net_afs.c s3:utils fix a compiler warning 2011-07-21 14:57:10 +02:00
net_afs.h
net_cache.c s3-utils: fix crash in net cache get 2011-06-14 12:01:59 +02:00
net_conf.c s3-net: Fixed a small typo in net conf function table 2011-08-08 18:02:36 +02:00
net_dns.c s3 net: Fix a discard const warning 2011-09-28 02:02:35 +02:00
net_dom.c s3-utils/net: pass struct ndr_interface_table down 2012-01-18 16:23:24 +01:00
net_eventlog.c
net_file.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
net_g_lock.c s3-g_lock: Use dbwrap_record_watch_send/recv 2012-04-19 22:24:19 +02:00
net_group.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
net_groupmap.c Fix bug #8687 - net memberships usage info is wrong 2012-01-06 00:30:19 +01:00
net_help_common.c
net_help_common.h
net_help.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
net_idmap_check.c s3: Add a "lock_order" argument to db_open 2012-01-18 14:48:04 +01:00
net_idmap_check.h s3-net: add command "net idmap check" 2011-04-04 18:21:09 +02:00
net_idmap.c s3: Add a "lock_order" argument to db_open 2012-01-18 14:48:04 +01:00
net_join.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
net_lookup.c s3-net: Don't use an internal krb5 for kdc lookup. 2012-02-09 12:42:30 +01:00
net_printing.c s3-utils/net: pass struct ndr_interface_table down 2012-01-18 16:23:24 +01:00
net_proto.h s3-utils: Remove unused connect_to_ipc_krb5() 2012-02-23 16:14:19 +11:00
net_rap.c s3:net_rap: make use of cli_state_remote_name() 2011-07-22 17:06:10 +02:00
net_registry_check.c s3: Fix Coverity ID 242710 Untrusted pointer read 2012-05-15 21:37:17 +02:00
net_registry_check.h s3:net: add command registry check 2011-10-12 22:45:53 +02:00
net_registry_util.c s3: Avoid leaking http_timestring in print_registry_key 2011-07-15 09:44:05 +02:00
net_registry_util.h
net_registry.c s3:net registry: fix a copy and paste error in a help text 2012-01-31 17:00:30 +01:00
net_rpc_audit.c s3-utils/net: pass struct ndr_interface_table down 2012-01-18 16:23:24 +01:00
net_rpc_conf.c s3: Fix Coverity ID 242725 Uninitialized scalar variable 2012-05-10 09:11:57 +02:00
net_rpc_join.c s3:net_rpc_join: make use of cli_state_remote_name() 2011-07-22 17:06:10 +02:00
net_rpc_printer.c s3:registry: remove usage of reg_objects from net_rpc_printer.c 2012-04-25 14:23:04 +02:00
net_rpc_registry.c s3-utils/net: pass struct ndr_interface_table down 2012-01-18 16:23:24 +01:00
net_rpc_rights.c s3-utils/net: pass struct ndr_interface_table down 2012-01-18 16:23:24 +01:00
net_rpc_samsync.c s3: print a nice warning when HAVE_ADS is not enabled but you still try to do net rpc keytab vampire 2012-03-04 07:55:46 +01:00
net_rpc_service.c use usleep rather than sys_usleep in various places, in anticipation of usleep moving to libreplace. 2012-03-24 22:41:05 +01:00
net_rpc_sh_acct.c s3-utils/net: pass struct ndr_interface_table down 2012-01-18 16:23:24 +01:00
net_rpc_shell.c s3-utils/net: pass struct ndr_interface_table down 2012-01-18 16:23:24 +01:00
net_rpc_trust.c lsa: rename auth info argument in lsa_CreateTrustedDomainEx2 2011-07-15 17:55:20 +02:00
net_rpc.c More strlcat/strlcpy truncate checks. 2012-03-30 21:26:07 +02:00
net_sam.c s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments. 2011-11-16 12:26:26 +01:00
net_serverid.c s3:net: convert net serverid to only use dbwrap wrapper functions 2011-10-11 14:17:56 +02:00
net_share.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
net_status.c s3-messages: only include messages.h where needed. 2011-03-30 01:13:09 +02:00
net_time.c s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/ 2011-11-03 16:55:12 +01:00
net_user.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
net_usershare.c build: Remove SMB_STRUCT_DIR define 2012-04-05 02:39:09 +02:00
net_util.c Remove unused function. 2012-02-24 09:25:30 -08:00
net.c net: Let get*sid return error from passdb init 2012-04-30 13:07:20 +02:00
net.h s3-utils/net: pass struct ndr_interface_table down 2012-01-18 16:23:24 +01:00
netlookup.c s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/ 2011-11-03 16:55:12 +01:00
nmblookup.c s3:nmblookup: use lp_load_global() 2011-07-28 11:17:37 +02:00
ntlm_auth_diagnostics.c s3-ntlm_auth: allow ntlm_auth --diagnostics to pass again 2012-02-20 10:50:48 +11:00
ntlm_auth_proto.h s3-ntlm_auth: allow ntlm_auth --diagnostics to pass again 2012-02-20 10:50:48 +11:00
ntlm_auth.c s3: Attempt to fix the build without kerberos 2012-04-24 15:04:13 +02:00
ntlm_auth.h
passwd_proto.h
passwd_util.c
pdbedit.c s3-group-mapping: Remove fstrings from GROUP_MAP. 2011-10-12 19:28:12 +02:00
profiles.c s3-includes: only include system/filesys.h when needed. 2011-03-30 01:13:07 +02:00
sharesec.c s3: Make sharesec optionally use sddl 2011-09-16 00:08:42 +02:00
smbcacls.c Only ask for specific permissions required when setting an ACL. 2012-02-03 03:07:32 +01:00
smbcontrol.c s3:smbcontrol: remove an unused variable 2012-04-21 00:55:09 +02:00
smbcquotas.c s3:smbcquotas: use lp_load_global() 2011-07-28 11:17:39 +02:00
smbfilter.c Rename obscure defined constants. 2012-02-16 08:29:41 +01:00
smbget.c More const fixes. Remove CONST_DISCARD. 2011-05-06 01:44:07 +02:00
smbpasswd.c s3:smbpasswd: use lp_load_global() 2011-07-28 11:17:40 +02:00
smbta-util.c s3: Fix Coverity ID 2228: RESOURCE_LEAK 2011-03-27 22:22:11 +02:00
smbtree.c s3:smbtree: use lp_load_global() 2011-07-28 11:17:40 +02:00
smbw_sample.c s3: use lp_load_global() in smbw_sample -- whatever this is ... :-) 2011-07-28 11:17:40 +02:00
split_tokens.c s3:split_tokens: use lp_load_global(), fixing the call to lp_load() 2011-07-28 11:17:41 +02:00
status_profile.c use usleep rather than sys_usleep in various places, in anticipation of usleep moving to libreplace. 2012-03-24 22:41:05 +01:00
status.c s3: Add smbstatus -N to output the notify db 2012-04-17 11:54:35 +02:00
testparm.c s3-auth: remove "security=server" (depricated since 3.6) 2012-05-15 08:18:28 +02:00