summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm
AgeCommit message (Expand)AuthorFilesLines
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-1/+1
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-1/+1
2009-02-13Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett3-10/+87
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett1-0/+7
2009-02-05s4:auth/ntlm: fix c++ warningStefan Metzmacher1-1/+1
2009-01-21s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher2-5/+5
2008-12-22s4: Always link in auth, as some of the core infrastructure depends on it.Jelmer Vernooij1-0/+1
2008-12-04s4:kdc: allow a trusted domain to get kerberos ticketsStefan Metzmacher1-1/+2
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-0/+1
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-11-01Remove use of lp_*() from ntlm_check.c.Jelmer Vernooij3-16/+18
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-1/+1
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-0/+2
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-1/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij3-13/+2
2008-10-16Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett1-1/+1
2008-10-15Remove unused variable.Jelmer Vernooij1-1/+0
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij2-2/+2
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-08-08Always set a session key, even for the 'no password' case.Andrew Bartlett1-0/+2
2008-08-01auth_server: set the workstation nameStefan Metzmacher1-0/+4
2008-08-01auth_server: fix the logic of server_get_challenge()Stefan Metzmacher1-4/+4
2008-08-01auth_server: fix segfault reported by Julien Kerihuel <j.kerihuel@openchange....Stefan Metzmacher1-1/+1
2008-06-30auth: don't force the build of auth_server as shared_moduleStefan Metzmacher1-1/+0
2008-05-20Don't regenerate pam_errors.h any more.Andrew Bartlett1-2/+0
2008-05-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2-23/+32
2008-05-18Fix a bunch of dependencies.Jelmer Vernooij1-1/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-2/+2
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-2/+3
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-9/+9
2008-05-10Clean up some git merges gone wrong.Jelmer Vernooij1-1/+1
2008-05-10Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij15-0/+3965
2008-05-06Tiago Batista posted a patch to fix the build:Tiago Batista1-1/+1
2008-05-05Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett6-6/+6
2008-05-05Move NTLM authentication details into auth/ntlmAndrew Bartlett15-0/+3966