1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/auth
Amitay Isaacs 93b9fc3da8 build: add missing crypt dependency for auth4_unix
Commit dc5788056b removed crypt library from replace.  This breaks the
build on fedora 30 ppc64.

  [2439/3956] Linking bin/default/source4/auth/ntlm/libauth4-samba4.so
  /usr/bin/ld: source4/auth/ntlm/auth_unix.c.5.o: in function `password_check':
  auth_unix.c:(.text+0x7e0): undefined reference to `crypt'

crypt library is required to build ntlm auth_unix.c.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Tue Nov 19 04:47:47 UTC 2019 on sn-devel-184
2019-11-19 04:47:47 +00:00
..
gensec s4:auth: use the correct client realm in gensec_gssapi_update_internal() 2019-09-24 18:30:37 +00:00
kerberos s4:auth: kinit_to_ccache() should always use the canonicalized principal 2019-09-24 18:30:37 +00:00
ntlm build: add missing crypt dependency for auth4_unix 2019-11-19 04:47:47 +00:00
tests s4-auth-tests: Fix test_kerberos with MIT krb 2018-11-10 12:48:02 +01:00
auth.h s4:auth: add authsam_update_user_info_dc() that implements SID expanding for the local domain 2018-03-19 20:30:51 +01:00
pyauth.c s4/auth/py: avoid null deref with bad python arguments 2019-07-22 22:20:26 +00:00
pyauth.h pytalloc: Use consistent prefix for functions, add ABI file. 2011-08-10 15:36:21 +02:00
sam.c s4/auth/sam: silence CID 1435849 2019-05-09 22:39:27 +00:00
samba_server_gensec.c s4:auth: use talloc_reparent() in samba_server_gensec_krb5_start() 2017-05-30 08:06:07 +02:00
session.c auth: Simplify session generation 2019-11-06 20:36:34 +00:00
session.h Fix public header not to include private (not installed) ones. 2011-03-14 17:01:20 +01:00
system_session.c s4-auth: fetch possible out of memory error 2018-10-11 10:28:18 +02:00
unix_token.c auth4: Use dom_sid_str_buf 2019-01-08 03:40:28 +01:00
wscript_build build: Remove bld.gen_python_environments() 2019-03-21 04:06:14 +00:00
wscript_configure s4:auth/gensec: remove unused and untested cyrus_sasl module 2015-06-23 22:12:08 +02:00