1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3
Günther Deschner 168627e187 s3-kerberos: remove print_kdc_line() completely.
Just calling print_canonical_sockaddr() is sufficient, as it already deals with
ipv6 as well. The port handling, which was only done for IPv6 (not IPv4), is
removed as well. It was pointless because it always derived the port number from
the provided address which was either a SMB (usually port 445) or LDAP
connection. No KDC will ever run on port 389 or 445 on a Windows/Samba DC.
Finally, the kerberos libraries that we support and build with, can deal with
ipv6 addresses in krb5.conf, so we no longer put the (unnecessary) burden of
resolving the DC name on the kerberos library anymore.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
2014-03-07 16:16:54 +01:00
..
auth Remove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE macro from the codebase. 2014-03-05 16:33:22 +01:00
build waf: improve iconv checks 2014-01-03 05:04:44 +01:00
client s3:client: only limit the buffer by the given length 'n' 2014-03-05 10:06:24 -08:00
exports
groupdb param: rename lp function and variable from "setprimarygroup_script" to "set_primary_group_script" 2014-02-07 16:19:12 -08:00
include s3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZE 2014-03-05 22:53:34 +01:00
intl
lib pthreadpool: Add test for fork crash 2014-03-03 14:31:33 +01:00
libads s3-kerberos: remove print_kdc_line() completely. 2014-03-07 16:16:54 +01:00
libgpo libgpo: apply some const. 2014-01-07 18:52:42 +01:00
libnet param: rename lp function and variable from "adduser_script" to "add_user_script" 2014-02-07 16:19:12 -08:00
librpc s3:dcerpc_ep: make use of dcerpc_binding_set_abstract_syntax() 2014-02-13 11:54:16 +01:00
libsmb s3/libsmb: Free memdup'd local variable 2014-02-22 00:58:23 +01:00
locale
locking smbd: Fix an uninitialized memory read 2014-03-03 16:30:53 +01:00
modules vfs: propagate snapshot enumeration errors 2014-02-27 22:42:50 +01:00
nmbd param: No longer have a special case for lp_configfile 2014-02-12 13:17:13 +13:00
pam_smbpass s3:pam_smbpass change includes 2013-12-07 16:45:15 +01:00
param s3:param: avoid using BUFFER_SIZE to limit the lp_min_receive_file_size() 2014-03-05 10:06:24 -08:00
passdb Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase. 2014-03-05 16:33:21 +01:00
printing s3-spoolssd: Don't register spoolssd if epmd is not running. 2014-02-27 16:47:47 +01:00
profile s3: remove some dead code (for setdir command) 2013-03-12 01:03:37 +01:00
registry s3:registry: introduce REG_DBWRAP_FLAGS to use for all db_open calls 2014-02-07 16:06:07 +01:00
rpc_client rpc_client: retry open on STATUS_PIPE_NOT_AVAILABLE 2014-03-04 03:03:24 +01:00
rpc_server rpc_server: change unsupported pipe error 2014-03-05 16:31:42 +01:00
rpcclient s3:rpcclient: make use of dcerpc_binding_get_string_option("host") 2014-02-13 11:54:16 +01:00
script script: Remove unused and no-longer-working extract_allparms.sh 2014-01-28 17:26:35 +13:00
selftest s3: add --with-libarchive to build configuration 2014-02-19 18:22:29 +01:00
services
smbd s3:smb2_server: avoid talloc_zero_array() in smbd_smb2_request_setup_out() 2014-03-06 00:59:29 +01:00
stf
torture s3:torture: use CLI_BUFFER_SIZE instead of BUFFER_SIZE 2014-03-05 10:06:24 -08:00
utils s3:utils/smbfilter: use a local variable for the packet buffer 2014-03-05 10:06:23 -08:00
web swat: Remove swat. 2013-05-18 16:32:38 +02:00
winbindd rpc: fix name-normalization in rpc_sid_to_name() 2014-02-25 09:17:07 +01:00
.clang_complete
.dmallocrc
.indent.pro
change-log
Doxyfile
mainpage.dox
smbadduser.in
wscript build: check for libarchive version via pkgconfig 2014-02-19 20:19:07 +01:00
wscript_build nsswitch: Remove fallback setting of WINBINDD_SOCKET_DIR 2014-03-05 18:34:48 +01:00
wscript_configure_system_ncurses build: fix --with-regedit to properly honour the yes/no/auto scheme 2013-05-06 18:24:58 +02:00