summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* s4-schannel: add ldb suffix to schannel functions.Günther Deschner2009-08-271-2/+2
* s4:gensec/spnego: only generate the mechListMic when the server expects itStefan Metzmacher2009-07-281-1/+2
* s4:gensec_gssapi: pass the correct oid to the gssapi layer.Stefan Metzmacher2009-07-241-4/+11
* s4:gensec/spengo: make sure we send the blob with the micListMech signature t...Stefan Metzmacher2009-07-241-1/+1
* s4:gensec Rework gensec_krb5 mutual authentication defaultsAndrew Bartlett2009-07-161-24/+28
* s4:gensec Allow mutual auth to be turned off in 'fake_gssapi_krb5'Andrew Bartlett2009-07-161-5/+15
* gensec_start now steals the auth_contextAndrew Tridgell2009-07-011-1/+3
* s4:gensec Print GSSAPI error message when unable to find PACAndrew Bartlett2009-06-181-1/+3
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-0/+3
* Fix dependencies when using shared libraries.Jelmer Vernooij2009-06-021-1/+1
* Remove unused headersAndrew Bartlett2009-04-191-4/+2
* Fix Samba4 build errors with common libcli/samsyncAndrew Bartlett2009-04-161-0/+1
* Rework to use new API for common netlogon credential chainingAndrew Bartlett2009-04-141-1/+1
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-143-13/+26
* Push schannel_state.c into the top level.Andrew Bartlett2009-04-142-284/+1
* Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett2009-02-133-7/+24
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-133-17/+16
* s4:auth/gensec: s/private/private_dataStefan Metzmacher2009-02-021-10/+10
* Make schannel not depend on samdb anymore.Simo Sorce2009-02-012-6/+61
* s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-211-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-294-17/+17
* Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij2008-12-241-1/+1
* Add missing includes, required for use of gensec by 3rd-partyMatthias Dieter Wallnöfer2008-12-231-0/+3
* s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-171-0/+1
* Fix the build.Jelmer Vernooij2008-11-023-19/+43
* Remove use of global_loadparm for disabled gensec backends.Jelmer Vernooij2008-11-023-4/+25
* Fix the build.Jelmer Vernooij2008-11-021-2/+2
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-025-47/+65
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-203-2/+3
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-112-2/+2
* Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij2008-10-111-11/+11
* s4:gensec: pass down want_features to the spnego backend mechStefan Metzmacher2008-10-063-1/+24
* make the schannel creentials persistentAndrew Tridgell2008-09-291-1/+1
* Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer2008-09-241-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptoJelmer Vernooij2008-09-242-6/+8
|\
| * Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce2008-09-242-6/+8
* | Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
|/
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-1/+1
* gensec_krb5: only give away the session key, when the authentication is doneStefan Metzmacher2008-09-231-0/+4
* gensec_gssapi: only give away the session key, when the authentication is doneStefan Metzmacher2008-09-231-4/+5
* Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-281-88/+41
* Put the internal gensec_gssapi state into a header.Andrew Bartlett2008-08-272-43/+69
* gensec_gssapi: only cache the session key in STAGE_DONEStefan Metzmacher2008-08-141-5/+9
* gensec_gssapi: add support for GENSEC_FEATURE_NEW_SPNEGOStefan Metzmacher2008-08-121-0/+25
* gensec_gssapi: fix compiler warningsStefan Metzmacher2008-08-121-2/+2
* gensec_gssapi: add a function to load the lucid structure onceStefan Metzmacher2008-08-121-15/+44
* gensec: add support for new style spnego and correctly handle mechListMICStefan Metzmacher2008-08-123-7/+135
* gensec_gssapi: use the correct signature size for cfx/rfc4121 style signaturesStefan Metzmacher2008-08-081-1/+1
* gensec_gssapi: use gsskrb5_get_subkey() to get the session keyStefan Metzmacher2008-08-081-3/+3
* gensec_gssapi: add support for GENSEC_FEATURE_SIGN_PKT_HEADERStefan Metzmacher2008-08-071-4/+82