summaryrefslogtreecommitdiff
path: root/source4/lib/credentials.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9772: Make credentials callbacks more consistant with the abstractionAndrew Bartlett1-7/+92
2007-10-10r9731: Fix typoAndrew Bartlett1-1/+1
2007-10-10r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett1-31/+287
2007-10-10r9414: Fix failure to find own domain info due to recent ldb_dn upgrade - weAndrew Bartlett1-2/+2
2007-10-10r7988: Store the KVNO for the machine account, and set it up in the provision.Andrew Bartlett1-0/+22
2007-10-10r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett1-11/+69
2007-10-10r6952: Remove unneeded include of popt_common.hTim Potter1-1/+0
2007-10-10r6700: Upper case realms in kerberos-specific parts of the code, as this isAndrew Bartlett1-1/+5
2007-10-10r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett1-1/+2
2007-10-10r6565: Cludge, cludge, cludge...Andrew Bartlett1-1/+30
2007-10-10r6483: fix anonymous connections, '-U %' or '-U ""%""' can be used for thisStefan Metzmacher1-0/+5
2007-10-10r6452: This particular credentials feature needs to be NULL by default.Andrew Bartlett1-0/+1
2007-10-10r6271: Don't zero the cli_credentials structure - instead allow valgrind toAndrew Bartlett1-1/+7
2007-10-10r6079: Add inline documentation on the credentials context API.Andrew Bartlett1-6/+118
2007-10-10r6070: Fix typo's and fallback to "" as default user name if noJelmer Vernooij1-2/+3
2007-10-10r6024: Some of the ordering constraints on the popt callbacks were gettingAndrew Bartlett1-21/+86
2007-10-10r5989: Display authentication information (list of available auth protocolsJelmer Vernooij1-1/+1
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett1-5/+74
2007-10-10r5942: A couple of small changes to fix things up with the new credentialsAndrew Bartlett1-0/+1
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-22/+21
2007-10-10r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij1-2/+11
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij1-2/+22
2007-10-10r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij1-0/+301