1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3
Christof Schmitt 8fe2fdc73a winbindd: Remove ads.h include from nss_info
nss_info does not use libads. Removing this include
fixes a compile error when trying to compile with a
system provided heimdal library:

[2188/3043] Compiling source3/winbindd/nss_info.c
In file included from ../source3/libads/kerberos_proto.h:33:0,
                 from ../source3/include/ads.h:154,
                 from ../source3/winbindd/nss_info.c:24:
../lib/replace/system/kerberos.h:33:10: fatal error: krb5.h: No such file or directory
 #include <krb5.h>
          ^~~~~~~~

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Christof Schmitt <cs@samba.org>
Autobuild-Date(master): Wed Jul 11 22:39:36 CEST 2018 on sn-devel-144
2018-07-11 22:39:36 +02:00
..
auth auth: For NTLM and KDC authentication, log the authentication duration 2018-06-25 08:32:14 +02:00
build
client s3:client: Add --quiet option to smbclient 2018-06-26 17:43:25 +02:00
exports
groupdb Fix Jean François name to be UTF-8 2018-05-09 10:38:57 +02:00
include auth: For NTLM and KDC authentication, log the authentication duration 2018-06-25 08:32:14 +02:00
intl lib: Give util_paths.c its own header 2017-06-24 01:21:10 +02:00
lib s3:messages: make the loop in msg_dgm_ref_recv() more robust against stale pointers 2018-07-10 20:31:13 +02:00
libads Fix some incorrect debug messages that look to be copy-paste issues. 2018-05-03 08:16:26 +02:00
libgpo/gpext s3/security.c undefined value 2018-04-20 18:18:25 +02:00
libnet libsmb: Give dsgetdcname.c its own header 2018-04-11 01:06:39 +02:00
librpc librpc/crypto: Fix a misleading comment 2018-06-18 18:34:51 +02:00
libsmb libsmbclient: Initialize written in cli_splice_fallback() 2018-07-09 21:29:48 +02:00
locale pam_winbind: initial Turkish translation 2017-11-15 13:52:05 +01:00
locking s3:locking: add file_has_open_streams() 2018-05-30 19:10:26 +02:00
modules vfs_audit: Extend list of recognized syslog(3) facilities and wrap them into #ifdef's. That list should be comprehensive enough to cover most of the existing OSes. 2018-07-11 08:44:10 +02:00
nmbd nmbd: Fix a typo 2018-04-11 01:06:39 +02:00
param s3/loadparm: fix a few talloc stackframe leaks 2018-07-06 20:37:20 +02:00
passdb s3:passdb: Fix size of ascii_p16 2018-05-17 17:30:09 +02:00
printing printing: convert delete_driver_files() to use create_conn_struct_tos_cwd() 2018-06-14 20:52:23 +02:00
profile s3-profile: reduce dependencies of smbprofile.h 2016-03-28 20:45:16 +02:00
registry s3:registry: Fix buffer truncation issues issues with gcc8 2018-06-20 22:22:07 +02:00
rpc_client Possible memory leak in map_info3_to_validation 2018-06-20 21:05:40 +02:00
rpc_server s3/rpc_server: Character Encode Spotlight Queries 2018-07-10 23:17:20 +02:00
rpcclient cmd_drsuapi: add dswriteaccountspn command 2018-05-12 02:09:28 +02:00
script s3:tests: Add test for smbclient --quiet 2018-06-26 20:29:19 +02:00
selftest nsswitch: Add tests to lookup user via getpwnam 2018-07-04 21:07:10 +02:00
services srcctl3: Improve debug messages 2018-01-16 02:43:03 +01:00
smbd Revert "s3/service: convert lp_force_group() to const" 2018-07-10 00:12:19 +02:00
torture vfstest: make use of create_conn_struct_tos() 2018-06-14 20:52:23 +02:00
utils s3:smbget: Fix buffer truncation issues with gcc8 2018-06-20 22:22:07 +02:00
web
winbindd winbindd: Remove ads.h include from nss_info 2018-07-11 22:39:36 +02:00
.clang_complete
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript selftest: Require libarchive for --enable-selftest 2018-05-15 06:31:03 +02:00
wscript_build wscript_build: make sure we link extra-python versions of libraries 2018-04-13 07:27:11 +02:00
wscript_configure_system_ncurses