summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlm
Commit message (Expand)AuthorAgeFilesLines
* s4 auth_winbind: Internally, info3 has utf8 buffers, not utf16 buffers.Kai Blin2009-06-251-63/+16
* s4 auth_winbind: Don't allocate the rids for the info3 structure within the loopKai Blin2009-06-251-4/+4
* s4: Add libwbclient backend to auth_winbindKai Blin2009-06-252-1/+216
* s4:kdc Allow a password change when the password is expiredAndrew Bartlett2009-06-181-1/+1
* changed the auth path to use extended DN ops to avoid non-indexed searchesAndrew Tridgell2009-06-041-28/+19
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-261-118/+26
* fixed interpretation of ACB_PWNOTREQAndrew Tridgell2009-05-251-14/+0
* Port Samba4 to the new combined libcli/auth functionsAndrew Bartlett2009-04-142-6/+1
* Move ntlm_check.h into the common libcli/authAndrew Bartlett2009-04-141-76/+0
* Move libcli/auth to the top levelAndrew Bartlett2009-04-141-603/+0
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-1/+1
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-1/+1
* Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett2009-02-133-10/+87
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-0/+7
* s4:auth/ntlm: fix c++ warningStefan Metzmacher2009-02-051-1/+1
* s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-211-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-5/+5
* s4: Always link in auth, as some of the core infrastructure depends on it.Jelmer Vernooij2008-12-221-0/+1
* s4:kdc: allow a trusted domain to get kerberos ticketsStefan Metzmacher2008-12-041-1/+2
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-0/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-0/+1
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-0/+1
* Remove use of lp_*() from ntlm_check.c.Jelmer Vernooij2008-11-013-16/+18
* 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-241-1/+1
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-203-13/+2
* Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-161-1/+1
* Remove unused variable.Jelmer Vernooij2008-10-151-1/+0
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-112-2/+2
* Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-301-0/+1
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* Always set a session key, even for the 'no password' case.Andrew Bartlett2008-08-081-0/+2
* auth_server: set the workstation nameStefan Metzmacher2008-08-011-0/+4
* 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
* auth: don't force the build of auth_server as shared_moduleStefan Metzmacher2008-06-301-1/+0
* 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-202-23/+32
|\
| * Fix a bunch of dependencies.Jelmer Vernooij2008-05-181-1/+1
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-2/+2
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-2/+3
| * Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-9/+9
|/
* Clean up some git merges gone wrong.Jelmer Vernooij2008-05-101-1/+1
* Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-101-2/+1
* Tiago Batista posted a patch to fix the build:Tiago Batista2008-05-061-1/+1
* Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett2008-05-056-6/+6
* Move NTLM authentication details into auth/ntlmAndrew Bartlett2008-05-0515-0/+3966