summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* 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
* gensec: add GENSEC_FEATURE_SIGN_PKT_HEADER flagStefan Metzmacher2008-08-071-0/+1
* gensec_gssapi: include <gssapi/gssapi.h>Stefan Metzmacher2008-08-011-1/+1
* gensec_gssapi: add support for signing RPC messagesStefan Metzmacher2008-07-261-35/+12
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-0/+1
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-311-2/+0
* Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-301-0/+2
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-4/+4
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-2/+2
* Avoid smb_build for prototype headers in some places.Jelmer Vernooij2008-05-181-2/+4
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-9/+9
* Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-101-1/+1
|\
| * Fix dependencies on gensec_krb5 and the NTLMSSP code.Andrew Bartlett2008-04-261-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-255-33/+35
|\|
| * Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-17/+5
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-174-10/+14