Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26379: Remove more global_loadparm instances. | Jelmer Vernooij | 1 | -8/+2 |
2007-12-21 | r26348: Avoid use of autofree context. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26233: Pass loadparm context when creating krb5 contexts. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26222: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26221: Add loadparm_context parameter to auth_context_create. | Jelmer Vernooij | 1 | -4/+5 |
2007-10-10 | r25552: Convert to standard bool type. | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25047: Fix more warnings. | Jelmer Vernooij | 1 | -7/+8 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23680: Make it easier to setup a domain member server - the 'server role' | Andrew Bartlett | 1 | -4/+29 |
2007-10-10 | r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17381: - we don't need debug messages twice | Stefan Metzmacher | 1 | -12/+2 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 1 | -12/+15 |
2007-10-10 | r17273: add an async version of auth_check_password() on the public | Stefan Metzmacher | 1 | -31/+184 |
2007-10-10 | r17270: split the logic of saying this auth backend wants to handle this | Stefan Metzmacher | 1 | -8/+12 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14952: Make sure the auth subsystem gets initialized if a gensec module need... | Jelmer Vernooij | 1 | -2/+14 |
2007-10-10 | r14575: Move some path-related functions to libsamba-config so libsamba-util | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13969: Make these names lowercase as well (just like they are now in the bui... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13655: Use new name of build header | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12494: Support loading modules from .so files for most subsystems. | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the | Andrew Bartlett | 1 | -13/+13 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -1/+14 |
2007-10-10 | r4620: - add interface functions to the auth subsystem so that callers doesn'... | Stefan Metzmacher | 1 | -281/+122 |
2007-10-10 | r4052: fixed a bunch of code to use the type safe _p allocation macros | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r3876: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 1 | -19/+1 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 1 | -14/+5 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to use | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r2648: - use a destructor on struct server_connection to simplify the | Andrew Tridgell | 1 | -17/+14 |
2007-10-10 | r1982: i is not initialised or used | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r1498: (merge from 3.0) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1486: commit the start of the generic server infastructure | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r1292: Add const to the subsystem/module registration code. | Andrew Bartlett | 1 | -2/+9 |
2007-10-10 | r1067: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1058: The start of work on the SamLogon call for NETLOGON. | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r1019: Push the auth subsystem away from using typedef, and over to the 'all | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r961: convert 'uchar' to 'uint8_t' | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -1/+1 |