1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/utils
Volker Lendecke dead2168a2 s3: Fix Coverity ID 242726 Uninitialized scalar variable
Not a functional bug, but we copy all of the "key" structure inside
dcerpc_winreg_OpenKey.
2012-05-10 09:11:57 +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
log2pcaphex.c
net_ads_gpo.c
net_ads.c s3-net: Fix typo in comment. 2012-05-08 16:46:33 +02:00
net_afs.c
net_afs.h
net_cache.c
net_conf.c
net_dns.c
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
net_g_lock.c s3-g_lock: Use dbwrap_record_watch_send/recv 2012-04-19 22:24:19 +02:00
net_group.c
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
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
net_idmap.c s3: Add a "lock_order" argument to db_open 2012-01-18 14:48:04 +01:00
net_join.c
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
net_registry_check.c s3: Add a "lock_order" argument to db_open 2012-01-18 14:48:04 +01:00
net_registry_check.h
net_registry_util.c
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 242726 Uninitialized scalar variable 2012-05-10 09:11:57 +02:00
net_rpc_join.c
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
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
net_share.c
net_status.c
net_time.c s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/ 2011-11-03 16:55:12 +01:00
net_user.c
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
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
profiles.c
sharesec.c
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
smbfilter.c Rename obscure defined constants. 2012-02-16 08:29:41 +01:00
smbget.c
smbpasswd.c
smbta-util.c
smbtree.c
smbw_sample.c
split_tokens.c
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