summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-172-6/+16
| * Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-151-3/+4
| * Fix unresolved symbols.Jelmer Vernooij2008-04-141-1/+1
| * Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-7/+6
| * Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-141-9/+14
| * Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-141-0/+6
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-089-25/+125
|\|
| * Reduce the number of installed headers.Jelmer Vernooij2008-04-021-1/+1
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-028-24/+124
| * Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-2/+3
* | Move PC_FILE out of the perl code.Jelmer Vernooij2008-03-091-1/+1
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-2/+2
* | Fix the build.Jelmer Vernooij2008-03-041-1/+1