1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/utils
Andrew Bartlett 4d2c56c4b1 s3-net: Bind our gettext results to 'unix charset'
This ensures that the translations and any embedded strings are in the
same charset.  It won't be the one from the user's locale (we no
longer auto-detect that), but it will be self-consistent.

Thanks to Steve Langasek for pointing this function out!

Andrew Bartlett
2011-06-23 13:47:27 +02:00
..
dbwrap_tool.c s3-messages: only include messages.h where needed. 2011-03-30 01:13:09 +02:00
dbwrap_torture.c s3-messages: only include messages.h where needed. 2011-03-30 01:13:09 +02:00
debug2html.c
debugparse.c
eventlogadm.c s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
log2pcaphex.c s3-popt: Only include popt-common.h when needed. 2010-08-05 12:08:31 +02:00
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-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
net_afs.c s3-utils: Fixed a resource leak in net_afs. 2011-01-27 00:12:47 +01: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 conf addshare: do not stat-check the share path. 2011-06-10 17:38:07 +02:00
net_dns.c s3-build: remove -I../lib/addns. 2011-03-10 23:25:04 +01:00
net_dom.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
net_eventlog.c s3: Remove use of iconv_convenience. 2010-05-18 11:45:31 +02:00
net_file.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
net_g_lock.c tdb_traverse/tdb_traverse_read: check returns for negative, not -1. 2011-06-20 11:18:35 +02:00
net_group.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
net_groupmap.c s3-lib Replace StrnCaseCmp() with strncasecmp_m() 2011-05-18 16:12:08 +02: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 tdb_compat: Higher level API fixes. 2011-06-20 11:18:35 +02:00
net_idmap_check.h s3-net: add command "net idmap check" 2011-04-04 18:21:09 +02:00
net_idmap.c s3: only include tdb headers where needed. 2011-05-06 10:48:10 +02:00
net_join.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
net_lookup.c Fix const warning. 2011-06-01 23:53:07 +02:00
net_printing.c tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere. 2011-06-20 11:18:35 +02:00
net_proto.h s3-includes: no need to globally include libads/ads_status.h. 2011-05-06 16:37:22 +02:00
net_rap.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
net_registry_util.c registry: create and use shared libcli/registry/util_reg.h header. 2011-03-30 01:13:07 +02:00
net_registry_util.h
net_registry.c s3:utils/net_*registry: use c99 initializers which are supported by old gcc 2.95 compilers (bug #8226) 2011-06-15 03:48:41 +02:00
net_rpc_audit.c s3-rpc_client: add and use rpc_client/rpc_client.h. 2011-04-13 22:23:59 +02:00
net_rpc_join.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
net_rpc_printer.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
net_rpc_registry.c s3:utils/net_*registry: use c99 initializers which are supported by old gcc 2.95 compilers (bug #8226) 2011-06-15 03:48:41 +02:00
net_rpc_rights.c s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
net_rpc_samsync.c s3-lib Replace StrnCaseCmp() with strncasecmp_m() 2011-05-18 16:12:08 +02:00
net_rpc_service.c s3-rpc_client: add and use rpc_client/rpc_client.h. 2011-04-13 22:23:59 +02:00
net_rpc_sh_acct.c s3-rpc_client: add and use rpc_client/rpc_client.h. 2011-04-13 22:23:59 +02:00
net_rpc_shell.c s3-talloc Change TALLOC_P() to talloc() 2011-06-09 12:40:08 +02:00
net_rpc_trust.c Improve documentation for net rpc trust 2011-05-30 20:05:34 +02:00
net_rpc.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
net_sam.c s3-net: add IPA provision 2011-04-06 11:53:56 +02:00
net_serverid.c tdb_traverse/tdb_traverse_read: check returns for negative, not -1. 2011-06-20 11:18:35 +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-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
net_user.c s3-lib Replace StrCaseCmp() with strcasecmp_m() 2011-05-18 16:12:08 +02:00
net_usershare.c s3-talloc Change TALLOC_P() to talloc() 2011-06-09 12:40:08 +02:00
net_util.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
net.c s3-net: Bind our gettext results to 'unix charset' 2011-06-23 13:47:27 +02:00
net.h s3-includes: finally only include client.h when libsmb is used. 2011-05-06 16:37:22 +02:00
netlookup.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
nmblookup.c s3: Make use of name_resolve_bcast in nmblookup 2011-06-05 14:08:01 +02:00
ntlm_auth_diagnostics.c charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_string*() 2011-03-24 01:47:26 +01:00
ntlm_auth_proto.h
ntlm_auth.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
ntlm_auth.h
passwd_proto.h
passwd_util.c
pdbedit.c s3-passdb: add passdb.h where needed. 2011-03-30 01:13:07 +02:00
profiles.c s3-includes: only include system/filesys.h when needed. 2011-03-30 01:13:07 +02:00
sharesec.c s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() 2011-06-09 12:40:08 +02:00
smbcacls.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
smbcontrol.c s3-param Remove special case for global_scope() 2011-06-09 12:40:09 +02:00
smbcquotas.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
smbfilter.c s3-libsmb: put namequery headers to nmblib.h 2011-03-30 01:13:09 +02:00
smbget.c More const fixes. Remove CONST_DISCARD. 2011-05-06 01:44:07 +02:00
smbpasswd.c s3-utils Set dyn_CONFIGFILE from -c on smbpasswd command line 2011-05-08 10:56:27 +02:00
smbta-util.c s3: Fix Coverity ID 2228: RESOURCE_LEAK 2011-03-27 22:22:11 +02:00
smbtree.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
smbw_sample.c
split_tokens.c s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead 2010-11-02 04:36:04 +00:00
status_profile.c s3: only include smb profiling where needed. 2011-04-14 01:31:39 +02:00
status.c tdb_traverse/tdb_traverse_read: check returns for negative, not -1. 2011-06-20 11:18:35 +02:00
testparm.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00