summaryrefslogtreecommitdiff
path: root/source4/auth/auth.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett1-4/+29
2007-10-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17381: - we don't need debug messages twiceStefan Metzmacher1-12/+2
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher1-12/+15
2007-10-10r17273: add an async version of auth_check_password() on the publicStefan Metzmacher1-31/+184
2007-10-10r17270: split the logic of saying this auth backend wants to handle thisStefan Metzmacher1-8/+12
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-0/+1
2007-10-10r14952: Make sure the auth subsystem gets initialized if a gensec module need...Jelmer Vernooij1-2/+14
2007-10-10r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij1-1/+1
2007-10-10r13969: Make these names lowercase as well (just like they are now in the bui...Jelmer Vernooij1-1/+1
2007-10-10r13655: Use new name of build headerJelmer Vernooij1-1/+1
2007-10-10r12499: Move smb_build.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij1-0/+8
2007-10-10r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett1-13/+13
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-2/+2
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-1/+14
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher1-281/+122
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-2/+3
2007-10-10r3876: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-19/+1
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-14/+5
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett1-0/+4
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-17/+14
2007-10-10r1982: i is not initialised or usedAndrew Tridgell1-2/+1
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-1/+1
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-0/+5
2007-10-10r1292: Add const to the subsystem/module registration code.Andrew Bartlett1-2/+9
2007-10-10r1067: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett1-3/+7
2007-10-10r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett1-6/+6
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-2/+2
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r719: Follow the trend - remove more unused functions.Andrew Bartlett1-3/+0
2007-10-10r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.Andrew Bartlett1-6/+0
2007-10-10r448: Fix 'auth' in Samba4, by making 'auth methods' a normal smb.confAndrew Bartlett1-41/+0
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett1-34/+43
2004-02-03- port AUTH and PASSDB subsystems to newStefan Metzmacher1-48/+126
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell1-2/+1
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell1-8/+8
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+456