1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/utils
2009-07-30 12:17:46 +02:00
..
dbwrap_tool.c s3:dbwrap_tool: add listkeys operation 2009-05-26 00:51:41 +02:00
debug2html.c
debugparse.c
eventlogadm.c s3-eventlogadm: use struct eventlog_Record_tdb for storing entries in tdbs. 2009-02-04 17:47:07 +01:00
log2pcaphex.c Fix a couple of warnings in log2pcaphex.c 2009-06-05 10:12:11 +02:00
net_ads_gpo.c s3 net: i18n for net ads gpo 2009-07-29 23:46:09 +02:00
net_ads.c s3 net: i18n support for net ads 2009-07-29 23:46:09 +02:00
net_afs.c s3 net: i18n support for net cache 2009-07-29 23:59:39 +02:00
net_afs.h net: Split out "net afs" 2008-05-20 14:27:56 +02:00
net_cache.c s3 net: i18n support for net cache 2009-07-29 23:59:39 +02:00
net_conf.c s3 net: i18n support for net conf 2009-07-30 09:00:31 +02:00
net_dns.c s3-net: fix build warning. 2008-11-01 01:41:21 +01:00
net_dom.c s3 net: i18n support for net dom 2009-07-30 09:10:03 +02:00
net_eventlog.c s3 net: i18n for net eventlog 2009-07-30 09:14:45 +02:00
net_file.c s3 net: i18n support for net file 2009-07-30 09:35:42 +02:00
net_group.c s3 net: i18n support for net group and net groupmap 2009-07-30 11:16:32 +02:00
net_groupmap.c s3 net: Remove uid==0 check from net groupmap 2009-07-30 11:25:37 +02:00
net_help_common.c s3 net: i18n support for net help 2009-07-30 11:32:08 +02:00
net_help_common.h net: Split out common help functions. 2008-05-20 14:27:21 +02:00
net_help.c s3 net: i18n support for net help 2009-07-30 11:32:08 +02:00
net_idmap.c s3 net: i18n support for net idmap 2009-07-30 12:04:53 +02:00
net_join.c s3 net: i18n for net join 2009-07-30 12:07:31 +02:00
net_lookup.c s3 net: i18n support for net lookup 2009-07-30 12:10:56 +02:00
net_lua.c s3 net: i18n support for net lua 2009-07-30 12:17:46 +02:00
net_proto.h Revert "net: Use samba default command line arguments." 2009-07-22 13:39:34 +02:00
net_rap.c Further fix for 6449 2009-06-08 10:08:33 +02:00
net_registry_util.c Cope with changed signature of http_timestring(). 2008-10-11 23:57:44 +02:00
net_registry_util.h net_registry: add raw output of value to print_registry_value(). 2008-05-15 17:17:55 +02:00
net_registry.c s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY. 2009-04-21 12:40:47 +02:00
net_rpc_audit.c s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. 2009-04-21 12:40:47 +02:00
net_rpc_join.c Revert "net: Use samba default command line arguments." 2009-07-22 13:39:34 +02:00
net_rpc_printer.c s3-printing: no need to define struct table_node 4 times. 2009-05-13 15:27:06 +02:00
net_rpc_registry.c s3:registry: replace typedef REGVAL_CTR by struct regval_ctr. 2009-04-27 11:21:02 +02:00
net_rpc_rights.c s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. 2009-04-21 12:40:47 +02:00
net_rpc_samsync.c Revert "net: Use samba default command line arguments." 2009-07-22 13:39:34 +02:00
net_rpc_service.c s3-net: Fix Bug #5329: add "net rpc service delete/create". 2009-04-08 22:40:24 +02:00
net_rpc_sh_acct.c s3: remove POLICY_HND. 2009-03-18 23:22:29 +01:00
net_rpc_shell.c Revert "net: Use samba default command line arguments." 2009-07-22 13:39:34 +02:00
net_rpc.c Revert "net: Use samba default command line arguments." 2009-07-22 13:39:34 +02:00
net_sam.c s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: Bo Yang <boyang@samba.org> 2009-07-15 17:05:46 +08:00
net_share.c net: Split out "net share" 2008-05-20 14:28:01 +02:00
net_status.c s3:net_status: use dbwrap to open sessionid.tdb 2008-12-16 10:24:18 +01:00
net_time.c Remove a pointless static fstring 2009-07-25 12:59:21 -04:00
net_user.c net: Split out "net user" 2008-05-20 14:27:27 +02:00
net_usershare.c s3: Fix crsh in net usershare list 2009-07-18 08:18:29 +08:00
net_util.c Added prefer_ipv4 bool parameter to resolve_name(). 2009-07-28 11:51:58 -07:00
net.c s3 net: Initial top level support. 2009-07-29 23:46:09 +02:00
net.h s3 net: Initial top level support. 2009-07-29 23:46:09 +02:00
netlookup.c s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. 2009-04-21 12:40:47 +02:00
nmblookup.c Use common net utility code (address and sockaddr manipulation). 2008-10-23 20:41:15 +02:00
ntlm_auth_diagnostics.c Rework Samba3 to use new libcli/auth code (partial) 2009-04-14 16:23:35 +10:00
ntlm_auth_proto.h s3: set winbindd request flags in ntlm_auth to make it contact trusted domain when krb5 auth is enabled 2009-05-22 02:03:32 +08:00
ntlm_auth.c s3: set winbindd request flags in ntlm_auth to make it contact trusted domain when krb5 auth is enabled 2009-05-22 02:03:32 +08:00
ntlm_auth.h
passwd_proto.h build: freeze passwd_proto.h from "make proto" 2008-05-18 23:33:20 +02:00
passwd_util.c
pdbedit.c s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: Bo Yang <boyang@samba.org> 2009-07-15 17:05:46 +08:00
profiles.c s3:registry: replace typedef REGVAL_CTR by struct regval_ctr. 2009-04-27 11:21:02 +02:00
rpccheck.c Coverity fixes 2008-03-17 20:52:25 +01:00
sharesec.c More warning fixes for Solaris. 2009-02-23 15:44:34 -08:00
smbcacls.c Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. 2009-04-30 15:26:43 -07:00
smbcontrol.c s3-smbcontrol: use correct PRINTER_NOTIFY flags. 2009-03-18 17:46:00 +01:00
smbcquotas.c Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. 2009-04-30 15:26:43 -07:00
smbfilter.c Added prefer_ipv4 bool parameter to resolve_name(). 2009-07-28 11:51:58 -07:00
smbget.c Fix bug 6361: Make --rcfile work in smbget 2009-05-15 21:05:31 +02:00
smbpasswd.c Fix coverity #900. Resource leak. 2009-06-19 16:44:15 -07:00
smbtree.c Remove the global "struct cm_cred_struct" and associated calls, make 2009-03-17 14:53:06 -07:00
smbw_sample.c
status_profile.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
status.c s3: Change the share_mode_lock struct to store a base_name and stream_name 2009-07-08 21:36:04 -07:00
testparm.c Fix bug #2356 - smbclient -t <term code> no longer works. 2009-06-03 09:44:49 -07:00