summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-1/+1
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-0/+2
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-245-14/+7
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-2014-16/+14
* Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-161-1/+1
* Remove unused variable.Jelmer Vernooij2008-10-151-1/+0
* Use common util_file code.Jelmer Vernooij2008-10-121-1/+1
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-117-7/+7
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-1/+1
* 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
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-09-301-0/+1
|\
| * Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-301-0/+1
* | make the schannel creentials persistentAndrew Tridgell2008-09-291-1/+1
|/
* Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer2008-09-241-3/+1
* Kerberos cosmetic changes: Revert a part of the patchMatthias Dieter Wallnöfer2008-09-241-1/+3
* Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer2008-09-244-15/+13
* 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-246-6/+6
|/
* 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
* ntlmssp: only give away the session key, when the authentication is doneStefan Metzmacher2008-09-231-0/+4
* NTLMSSP Server: Correctly fills in the DNS server name and server domainMatthias Dieter Wallnöfer2008-09-191-21/+17
* Generate with 1.3.36.Jelmer Vernooij2008-09-184-27/+38
* 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