1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/auth
Stefan Metzmacher 2c499fe5aa r7303: autodetect the libkdc and our kdc support
btw: I use this for configuring heimdal

>>>
CONFIG="CFLAGS=\"-g -O -Wall -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings -Wdeclaration-after-statement\" \
	CC=gcc-4.0 \
	./configure -C --prefix=$HOME/prefix/heimdal-test \
	--sysconfdir=/etc \
	--enable-shared=no \
	--with-ldb=$HOME/prefix/ldb \
	--without-openldap \
	--without-openssl $@"

echo $CONFIG
eval $CONFIG
>>>

maybe you also want to use --disable-berkeley-db

metze
(This used to be commit 2aec140e00)
2007-10-10 13:17:39 -05:00
..
gensec r7270: A big revamp to the way we handle kerberos errors in Samba4. We now 2007-10-10 13:17:34 -05:00
kerberos r7303: autodetect the libkdc and our kdc support 2007-10-10 13:17:39 -05:00
ntlmssp r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be called 2007-10-10 13:16:46 -05:00
auth_anonymous.c r4620: - add interface functions to the auth subsystem so that callers doesn't need to 2007-10-10 13:08:34 -05:00
auth_developer.c r5298: - got rid of pstring.h from includes.h. This at least makes it a bit 2007-10-10 13:09:38 -05:00
auth_domain.c r7219: Don't allow 'binding' to be used uninitilaised. 2007-10-10 13:17:27 -05:00
auth_sam.c r7269: talloc_steal() is preferred where possible, as it can't fail and does 2007-10-10 13:17:34 -05:00
auth_server.c r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
auth_unix.c r7242: typo 2007-10-10 13:17:31 -05:00
auth_util.c r7233: what about filling that new element ? 2007-10-10 13:17:29 -05:00
auth_winbind.c r5298: - got rid of pstring.h from includes.h. This at least makes it a bit 2007-10-10 13:09:38 -05:00
auth.c r4620: - add interface functions to the auth subsystem so that callers doesn't need to 2007-10-10 13:08:34 -05:00
auth.h r7224: add some more usefull data to the auth_usersupplied_info struct 2007-10-10 13:17:28 -05:00
config.m4 r7232: add some more auth stuff 2007-10-10 13:17:29 -05:00
config.mk r7232: add some more auth stuff 2007-10-10 13:17:29 -05:00
ntlm_check.c r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test. 2007-10-10 13:08:28 -05:00
pampass.c r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
pass_check.c r3449: more include file reduction 2007-10-10 13:05:13 -05:00