summaryrefslogtreecommitdiffstats
path: root/source/auth/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* r18164: enable the SASL library if foundStefan Metzmacher2006-09-061-1/+2
| | | | metze
* r18155: Add my work in progress, a module to link with Cyrus-SASL, for aAndrew Bartlett2006-09-061-0/+10
| | | | | | | | DIGEST-MD5 implemenation in particular. However, I can't make this work: Cyrus-SASL isn't loading the mech... Andrew Bartlett
* r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij2006-05-131-0/+2
|
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij2006-04-261-2/+2
| | | | | | with local (empty) libpopt.a overriding global one
* r15000: Move some more autoconf tests out of build/m4/rewrite.m4Jelmer Vernooij2006-04-081-0/+6
| | | | Guarantee availability of __FUNCTION__ in libreplace
* r7232: add some more auth stuffSimo Sorce2005-06-031-0/+11
| | | | enables us to authenticate against system users (only PAM support right now)
* r3733: More build system fixes/features:Jelmer Vernooij2004-11-141-7/+0
| | | | | - Use .mk files directly (no need for a SMB_*_MK() macro when adding a new SUBSYSTEM, MODULE or BINARY). This allows addition of new modules and subsystems without running configure - Add support for generating .dot files with the Samba4 dependency tree (as used by the graphviz and springgraph utilities)
* r3170: Add winbind client support back into Samba4. This is to allowAndrew Bartlett2004-10-241-0/+1
| | | | | | | | | | auth_winbind to work, and to therefore use the new ntlm_auth and GENSEC in an otherwise Samba3 setup. I'm not quite sure what fun-and games my svn cp caused as I merged this from samba_3_0, but anyway... Andrew Bartlett
* r1294: A nice, large, commit...Andrew Bartlett2004-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements gensec for Samba's server side, and brings gensec up to the standards of a full subsystem. This means that use of the subsystem is by gensec_* functions, not function pointers in structures (this is internal). This causes changes in all the existing gensec users. Our RPC server no longer contains it's own generalised security scheme, and now calls gensec directly. Gensec has also taken over the role of auth/auth_ntlmssp.c An important part of gensec, is the output of the 'session_info' struct. This is now reference counted, so that we can correctly free it when a pipe is closed, no matter if it was inherited, or created by per-pipe authentication. The schannel code is reworked, to be in the same file for client and server. ntlm_auth is reworked to use gensec. The major problem with this code is the way it relies on subsystem auto-initialisation. The primary reason for this commit now.is to allow these problems to be looked at, and fixed. There are problems with the new code: - I've tested it with smbtorture, but currently don't have VMware and valgrind working (this I'll fix soon). - The SPNEGO code is client-only at this point. - We still do not do kerberos. Andrew Bartlett
* r850: convert SUBSYSTEM AUTH to a config.mk fileStefan Metzmacher2004-05-241-7/+3
| | | | metze
* r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett2004-05-131-1/+0
| | | | | | | | | | | | | | | | | | This commit kills passdb, which was only hosting the auth subsystem. With the work tridge has done on Samba4's SAM backend, this can (and now is) all hosted on ldb. The auth_sam.c file now references this backend. You will need to assign your users passwords in ldb - adding a new line: unicodePwd: myPass to a record, using ldbedit, should be sufficient. Naturally, this assumes you have had your personal SAMR provisioning tutorial from tridge. Everybody else can still use the anonymous logins. Andrew Bartlett
* r665: merge over the new build system from my tmp branchStefan Metzmacher2004-05-131-2/+4
| | | | | | | | to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze
* r620: Remove more ununsed code.Andrew Bartlett2004-05-091-1/+1
| | | | Andrew Bartlett
* r6: merge in the samba4 HEAD branch from cvsCVS Import User2004-04-041-0/+9
to checkout try: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_4_0 metze