summaryrefslogtreecommitdiffstats
path: root/source4/auth/auth.c
Commit message (Expand)AuthorAgeFilesLines
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-1/+1
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r26379: Remove more global_loadparm instances.Jelmer Vernooij2007-12-211-8/+2
* r26348: Avoid use of autofree context.Jelmer Vernooij2007-12-211-3/+3
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-211-1/+1
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-211-1/+3
* r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-3/+3
* r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij2007-12-211-4/+5
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-7/+7
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-3/+3
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25047: Fix more warnings.Jelmer Vernooij2007-10-101-7/+8
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-3/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-2/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett2007-10-101-4/+29
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17381: - we don't need debug messages twiceStefan Metzmacher2007-10-101-12/+2
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-101-12/+15
* r17273: add an async version of auth_check_password() on the publicStefan Metzmacher2007-10-101-31/+184
* r17270: split the logic of saying this auth backend wants to handle thisStefan Metzmacher2007-10-101-8/+12
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-0/+1
* r14952: Make sure the auth subsystem gets initialized if a gensec module need...Jelmer Vernooij2007-10-101-2/+14
* r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij2007-10-101-1/+1
* r13969: Make these names lowercase as well (just like they are now in the bui...Jelmer Vernooij2007-10-101-1/+1
* r13655: Use new name of build headerJelmer Vernooij2007-10-101-1/+1
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij2007-10-101-0/+8
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-101-13/+13
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-2/+2
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-1/+14
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-101-281/+122
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-2/+3
* r3876: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-19/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-14/+5
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett2007-10-101-0/+4
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-101-17/+14
* r1982: i is not initialised or usedAndrew Tridgell2007-10-101-2/+1
* r1498: (merge from 3.0)Andrew Bartlett2007-10-101-1/+1
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-0/+5
* r1292: Add const to the subsystem/module registration code.Andrew Bartlett2007-10-101-2/+9
* r1067: fix compiler warningsStefan Metzmacher2007-10-101-1/+1