| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 2009-02-13 | 1 | -13/+9 |
* | s4:lib/tevent: rename structs | Stefan Metzmacher | 2008-12-29 | 1 | -5/+5 |
* | Fix the build. | Jelmer Vernooij | 2008-11-02 | 1 | -14/+37 |
* | Remove use of global_loadparm for disabled gensec backends. | Jelmer Vernooij | 2008-11-02 | 1 | -4/+20 |
* | Fix the build. | Jelmer Vernooij | 2008-11-02 | 1 | -2/+2 |
* | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 2008-11-02 | 1 | -10/+19 |
* | s4:gensec: pass down want_features to the spnego backend mech | Stefan Metzmacher | 2008-10-06 | 1 | -1/+7 |
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 2008-04-25 | 1 | -17/+5 |
|\ |
|
| * | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 2008-04-21 | 1 | -17/+5 |
| * | Remove prototypes from build.h in preparation of removing build.h | Jelmer Vernooij | 2008-04-14 | 1 | -0/+6 |
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 2008-04-08 | 1 | -23/+24 |
|\| |
|
| * | Install public header files again and include required prototypes. | Jelmer Vernooij | 2008-04-02 | 1 | -23/+24 |
* | | Fix the build (again). | Jelmer Vernooij | 2008-02-26 | 1 | -0/+6 |
* | | Move responsibilities of build.h to makefile. | Jelmer Vernooij | 2008-02-16 | 1 | -1/+0 |
|/ |
|
* | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 2007-12-24 | 1 | -1/+1 |
* | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 2007-12-24 | 1 | -1/+1 |
* | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 2007-12-21 | 1 | -5/+10 |
* | r26258: Use loadparm context in client_start function of gensec. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r26231: Spell check: credentails -> credentials. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 2007-12-21 | 1 | -2/+2 |
* | r25552: Convert to standard bool type. | Jelmer Vernooij | 2007-10-10 | 1 | -8/+8 |
* | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r25428: forward declarations of enums are not portable, | Stefan Metzmacher | 2007-10-10 | 1 | -4/+7 |
* | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r24994: Fix some C++ warnings. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 2007-10-10 | 1 | -3/+2 |
* | r20135: attach default gensec features to the cli_credentials structure, | Stefan Metzmacher | 2007-10-10 | 1 | -0/+2 |
* | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 2007-10-10 | 1 | -0/+2 |
* | r19265: It is not an error to set the target hostname to NULL. | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r18321: fixed some warnings on AIX | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r18257: Order the GENSEC modules, with unknown modules last. | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r18255: Remove the SMB_ASSERT(), as these are not talloc()'ed structures. | Andrew Bartlett | 2007-10-10 | 1 | -3/+0 |
* | r18253: Turn Cyrus-SASL DIGEST-MD5 off by default for now. | Andrew Bartlett | 2007-10-10 | 1 | -0/+9 |
* | r18249: Keep trying to start an GENSEC mech from the list until one actually | Andrew Bartlett | 2007-10-10 | 1 | -2/+8 |
* | r18155: Add my work in progress, a module to link with Cyrus-SASL, for a | Andrew Bartlett | 2007-10-10 | 1 | -2/+2 |
* | r18068: This splits the handling of multiple SASL packets between the GENSEC | Andrew Bartlett | 2007-10-10 | 1 | -14/+20 |
* | r17344: move the gensec_update_request structure into the header file | Stefan Metzmacher | 2007-10-10 | 1 | -11/+0 |
* | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 2007-10-10 | 1 | -6/+31 |
* | r17272: move the callback stuff into a substructure | Stefan Metzmacher | 2007-10-10 | 1 | -8/+10 |
* | r17267: - add an async interface for gensec_update() to the public gensec api | Stefan Metzmacher | 2007-10-10 | 1 | -0/+77 |
* | r17223: In some protocols it is not possible to negoitate off some features, | Andrew Bartlett | 2007-10-10 | 1 | -5/+3 |
* | r17171: Add a gensec function to determine the maximum negotiated buffer size, | Andrew Bartlett | 2007-10-10 | 1 | -0/+18 |
* | r16829: Fix a number of issues raised by the IBM checker, or gcc warnings. | Andrew Bartlett | 2007-10-10 | 1 | -2/+3 |
* | r14952: Make sure the auth subsystem gets initialized if a gensec module need... | Jelmer Vernooij | 2007-10-10 | 1 | -1/+3 |
* | r14713: For testing, it is sometimes useful to specify a hostname for kerberos | Andrew Bartlett | 2007-10-10 | 1 | -0/+6 |
* | r14575: Move some path-related functions to libsamba-config so libsamba-util | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r14409: quieten warnings | Andrew Tridgell | 2007-10-10 | 1 | -0/+2 |