1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/auth/credentials
Andrew Tridgell 7ed349cace pytalloc: allow for using a system libtalloc-dev with pytalloc
When we have a system talloc library, we still need to grab pytalloc.h
from lib/talloc. We don't want to just use -Ilib/talloc, as otherwise
we'll get the in-tree talloc.h which may not be compatible with the
system talloc.h

So we need to give the path to pytalloc.h
2010-03-29 21:34:29 +11:00
..
tests Move more modules inside of the samba package. 2008-05-21 23:59:34 +02:00
config.mk dsdb: Fix dependencies when building against system ldb. 2009-12-29 16:26:21 +01:00
credentials_files.c s4:credentials Add hooks to extract a named Kerberos credentials cache 2010-02-20 17:58:07 +11:00
credentials_krb5.c s4-krb5: propogate errors from a lot more kerberos functions 2010-02-26 13:59:16 +11:00
credentials_krb5.h s4-krb5: propogate errors from a lot more kerberos functions 2010-02-26 13:59:16 +11:00
credentials_ntlm.c Move source4/lib/crypto to lib/crypto. 2008-09-24 15:30:23 +02:00
credentials.c s4:auth/credentials/credentials.c - initialise more content 2010-03-26 18:14:11 +01:00
credentials.h s4-krb5: propogate errors from a lot more kerberos functions 2010-02-26 13:59:16 +11:00
pycredentials.c s4:python Add bindings to set GENSEC flags on credentials in python 2010-02-26 21:38:42 +11:00
pycredentials.h pytalloc: allow for using a system libtalloc-dev with pytalloc 2010-03-29 21:34:29 +11:00