summaryrefslogtreecommitdiff
path: root/source4/auth/auth.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
2007-12-21r26379: Remove more global_loadparm instances.Jelmer Vernooij1-8/+2
2007-12-21r26348: Avoid use of autofree context.Jelmer Vernooij1-3/+3
2007-12-21r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij1-1/+1
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-1/+3
2007-12-21r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-3/+3
2007-12-21r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij1-4/+5
2007-10-10r25552: Convert to standard bool type.Jelmer Vernooij1-7/+7
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25047: Fix more warnings.Jelmer Vernooij1-7/+8
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-3/+3
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-2/+1
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