summaryrefslogtreecommitdiff
path: root/source4/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16218: If a connection is forced as 'anonymous', don't treat it asAndrew Bartlett1-2/+2
2007-10-10r15853: started the process of removing the warnings now thatAndrew Tridgell1-8/+6
2007-10-10r15702: Fix typoJelmer Vernooij1-1/+1
2007-10-10r15498: Initialise the callback_running field, and get the flag set/clear theAndrew Bartlett1-4/+5
2007-10-10r15422: Fix issues with functions being called recursively in the credentialsJelmer Vernooij2-6/+27
2007-10-10r15421: Correct function comments.Andrew Bartlett1-4/+3
2007-10-10r15420: Add a new function to print a the 'unparsed' string format for userna...Andrew Bartlett1-3/+37
2007-10-10r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3Andrew Bartlett1-1/+3
2007-10-10r15414: Support retrying different username/password combinationsJelmer Vernooij2-1/+26
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-1/+1
2007-10-10r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij1-1/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14977: more IBM checker fixesAndrew Tridgell1-0/+1
2007-10-10r14837: fixed build errorAndrew Tridgell1-1/+2
2007-10-10r14701: Allow, with non-default options, NTLMSSP to access the LM session key,Andrew Bartlett1-1/+10
2007-10-10r14484: Install more headersJelmer Vernooij2-1/+4
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij3-3/+3
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij2-3/+2
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij3-0/+6
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij1-2/+2
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij3-0/+3
2007-10-10r13206: This patch finally re-adds a -k option that works reasonably.Andrew Bartlett5-87/+30
2007-10-10r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett2-19/+24
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-1/+1
2007-10-10r12670: Make a couple of dependencies stricterJelmer Vernooij1-1/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij2-2/+0
2007-10-10r12592: Remove some useless dependenciesJelmer Vernooij1-1/+1
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij3-0/+4
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-2/+2
2007-10-10r12411: Add 'net samdump keytab <keytab>'.Andrew Bartlett2-22/+9
2007-10-10r12310: Link simple bind support in our internal LDAP libs to LDB and theAndrew Bartlett2-0/+25
2007-10-10r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2-6/+37
2007-10-10r12179: Allow our KDC to use LDAP to get to the backend database.Andrew Bartlett1-1/+46
2007-10-10r12065: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r12061: Add missing file to previous commit. This provides a hook on which toAndrew Bartlett1-0/+31
2007-10-10r12060: Work towards allowing the credentials system to allow/deny certainAndrew Bartlett3-3/+8
2007-10-10r11995: A big kerberos-related update.Andrew Bartlett4-22/+314
2007-10-10r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett3-3/+113
2007-10-10r11440: Actually check the right thing for 'is this a machine account' (thank...Andrew Bartlett1-1/+1
2007-10-10r11401: A simple hack to have our central credentials system deny sending LMAndrew Bartlett4-0/+19
2007-10-10r11358: Ensure domains are always upper-case as well. Helps NTLMv2.Andrew Bartlett1-1/+4
2007-10-10r11313: TypoAndrew Bartlett1-1/+1
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-4/+4
2007-10-10r11220: Add the ability to handle the salt prinicpal as part of theAndrew Bartlett4-4/+20
2007-10-10r11209: We can't read the priorSecret unless we ask for it.Andrew Bartlett1-0/+1
2007-10-10r11204: Allow us to read credentials from secrets.ldb without aAndrew Bartlett1-6/+2
2007-10-10r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett4-8/+142
2007-10-10r11058: remove useless talloc contextStefan Metzmacher1-4/+1
2007-10-10r10982: Move credentials.h into auth/credentials, and add flags needed byAndrew Bartlett1-0/+81
2007-10-10r10981: Pull code to decide between and implement NTLMv2, NTLM and LMAndrew Bartlett3-14/+193