summaryrefslogtreecommitdiff
path: root/source4/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2008-08-28Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett1-88/+41
2008-08-27Put the internal gensec_gssapi state into a header.Andrew Bartlett2-43/+69
2008-08-14gensec_gssapi: only cache the session key in STAGE_DONEStefan Metzmacher1-5/+9
2008-08-12gensec_gssapi: add support for GENSEC_FEATURE_NEW_SPNEGOStefan Metzmacher1-0/+25
2008-08-12gensec_gssapi: fix compiler warningsStefan Metzmacher1-2/+2
2008-08-12gensec_gssapi: add a function to load the lucid structure onceStefan Metzmacher1-15/+44
2008-08-12gensec: add support for new style spnego and correctly handle mechListMICStefan Metzmacher3-7/+135
2008-08-08gensec_gssapi: use the correct signature size for cfx/rfc4121 style signaturesStefan Metzmacher1-1/+1
2008-08-08gensec_gssapi: use gsskrb5_get_subkey() to get the session keyStefan Metzmacher1-3/+3
2008-08-07gensec_gssapi: add support for GENSEC_FEATURE_SIGN_PKT_HEADERStefan Metzmacher1-4/+82
2008-08-07gensec: add GENSEC_FEATURE_SIGN_PKT_HEADER flagStefan Metzmacher1-0/+1
2008-08-01gensec_gssapi: include <gssapi/gssapi.h>Stefan Metzmacher1-1/+1
2008-07-26gensec_gssapi: add support for signing RPC messagesStefan Metzmacher1-35/+12
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-0/+1
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett1-2/+0
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij1-0/+2
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-4/+4
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-2/+2
2008-05-18Avoid smb_build for prototype headers in some places.Jelmer Vernooij1-2/+4
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-9/+9
2008-05-10Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij1-1/+1
2008-04-26Fix dependencies on gensec_krb5 and the NTLMSSP code.Andrew Bartlett1-1/+1
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij5-33/+35
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-17/+5
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij4-10/+14
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij2-6/+16
2008-04-15Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij1-3/+4
2008-04-14Fix unresolved symbols.Jelmer Vernooij1-1/+1
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-7/+6
2008-04-14Move object files lists to makefile rather than smb_build.Jelmer Vernooij1-9/+14
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij1-0/+6
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij9-25/+125
2008-04-02Reduce the number of installed headers.Jelmer Vernooij1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij8-24/+124
2008-03-09Move PC_FILE out of the perl code.Jelmer Vernooij1-1/+1
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij1-2/+2
2008-03-04Fix the build.Jelmer Vernooij1-1/+1
2008-03-04Fix some paths.Jelmer Vernooij1-2/+2
2008-03-03Fix some syntax errors.Jelmer Vernooij1-1/+1
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-10/+15
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-2/+3
2008-02-26Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+2
2008-02-26Fix the build (again).Jelmer Vernooij1-0/+6
2008-02-25Remove public prototype headers. Generating both public and private prototype...Jelmer Vernooij1-1/+1
2008-02-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij4-6/+8
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij2-2/+4
2008-02-20Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij4-4/+4
2008-02-18Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij1-1/+1
2008-02-18Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij1-1/+1
2008-02-16Move responsibilities of build.h to makefile.Jelmer Vernooij1-1/+0