summaryrefslogtreecommitdiff
path: root/source/auth
Commit message (Expand)AuthorAgeFilesLines
* Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-031-5/+5
* Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-284-89/+170
* 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
* Always set a session key, even for the 'no password' case.Andrew Bartlett2008-08-081-0/+2
* Clarify commentAndrew Bartlett2008-08-081-2/+2
* 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
* auth/kerberos: remove dependencies to internal heimdalStefan Metzmacher2008-08-012-2/+1
* auth/kerberos: we don't need to include heimdal private headersStefan Metzmacher2008-08-011-2/+0
* gensec_gssapi: include <gssapi/gssapi.h>Stefan Metzmacher2008-08-011-1/+1
* auth_server: set the workstation nameStefan Metzmacher2008-08-011-0/+4
* build with the new heimdal versionStefan Metzmacher2008-08-012-1/+3
* auth/ntlmssp: don't crash when the backend give no challengeStefan Metzmacher2008-08-011-0/+6
* auth_server: fix the logic of server_get_challenge()Stefan Metzmacher2008-08-011-4/+4
* auth_server: fix segfault reported by Julien Kerihuel <j.kerihuel@openchange....Stefan Metzmacher2008-08-011-1/+1
* Revert "gensec_gssapi: use gsskrb5_get_subkey() to make smb2 signing with aes...Stefan Metzmacher2008-07-281-3/+3
* gensec_gssapi: use gsskrb5_get_subkey() to make smb2 signing with aes keys workStefan Metzmacher2008-07-281-3/+3
* auth/credentials: explain why we need to the enctypes for the gssapi layerStefan Metzmacher2008-07-281-1/+11
* gensec_gssapi: add support for signing RPC messagesStefan Metzmacher2008-07-261-35/+12
* auth/credentials: use the same enctypes when getting a TGT and a TGSStefan Metzmacher2008-07-261-0/+23
* Kill of some bogus debugs for the world who does not use the LDAP backendAndrew Bartlett2008-07-151-3/+3
* Allow ldap credentials to be (optionally) stored in secrets.ldbAndrew Bartlett2008-07-151-11/+33
* Try to make NTLMSSP less fussy for unimportant messages.Andrew Bartlett2008-07-151-2/+13
* auth: don't force the build of auth_server as shared_moduleStefan Metzmacher2008-06-301-1/+0
* ntlmssp: get rid of "cast to pointer from integer of different size" warning ...Michael Adam2008-06-271-3/+3
* credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFERStefan Metzmacher2008-06-271-1/+4
* credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not gss_cr...Michael Adam2008-06-271-1/+1
* credentials: set GSS_KRB5_CRED_NO_CI_FLAGS_X to avoid GSS_C_CONF_FLAG and GSS...Stefan Metzmacher2008-06-191-6/+21
* Fix buildSimo Sorce2008-06-161-0/+1
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-142-1/+3
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-314-6/+1
* Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-304-1/+6
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-244-2/+14
* Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-232-20/+47
* Add some docstrings to credentials python module.Jelmer Vernooij2008-05-233-25/+174
* Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-216-25/+52
* Move some python files into the samba package.Jelmer Vernooij2008-05-212-2/+2
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-212-0/+4
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-212-0/+4
* Fix proto generation.Jelmer Vernooij2008-05-201-1/+1
* Don't regenerate pam_errors.h any more.Andrew Bartlett2008-05-201-2/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-207-56/+76
|\