summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-102-15/+13
* r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter2007-10-107-21/+0
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2007-10-101-1/+1
* r9233: Ensure that the output variable is initialised in this conversion fromAndrew Bartlett2007-10-101-0/+1
* r9196: - add a note about the Canonicalize KDCOPtion flagStefan Metzmacher2007-10-101-0/+15
* r9165: Fix inverted error check in untested code path. (My untested code...)Andrew Bartlett2007-10-101-1/+1
* r9084: 'resign' the sample PAC for the validation of the signature algorithms.Andrew Bartlett2007-10-104-97/+196
* r9022: One more step in the game of whack-a-mole with the PAC.Andrew Bartlett2007-10-101-7/+27
* r8980: Make Samba4 honour account control flags (we were asking for aAndrew Bartlett2007-10-101-3/+5
* r8933: Fix missing prototype warningsJelmer Vernooij2007-10-101-0/+1
* r8774: make some gensec errors a bit less verboseAndrew Tridgell2007-10-102-3/+3
* r8701: Fix up auth_developer for recent changes.Andrew Bartlett2007-10-101-1/+1
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-1010-379/+398
* r8676: attribute lists in ldb searches must be NULL terminatedAndrew Tridgell2007-10-101-1/+1
* r8644: This is a more useful error than unsuccesful.Andrew Bartlett2007-10-101-1/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-104-8/+12
* r8460: removed the unused function krb5_locate_kdc(). It causes a build failu...Andrew Tridgell2007-10-102-62/+0
* r8390: (smb_pam_start): move variable to scope within #ifdef to avoid warningLove Hörnquist Åstrand2007-10-101-1/+4
* r8321: Fix some uninitalized variable warningsVolker Lendecke2007-10-101-1/+1
* r8259: We want to oset the provided flags not zeroSimo Sorce2007-10-101-1/+1
* r8252: Steal metze's thunder, and prove that with a few small tweaks, we canAndrew Bartlett2007-10-101-2/+2
* r8251: fixed a couple of valgrind errors in the unix auth code. Simo, can youAndrew Tridgell2007-10-102-1/+2
* r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett2007-10-104-26/+54
* r8164: - match the ordering w2k3 uses for the PAC_BUFFER:Stefan Metzmacher2007-10-102-15/+97
* r8163: if sidcount is zero it happened that we return NT_STATUS_NO_MEMORY...Stefan Metzmacher2007-10-101-4/+6
* r8156: I found out that the unknown[2] field of the unknown[4] array is a len...Stefan Metzmacher2007-10-101-6/+4
* r8148: - make the PAC generation code a bit more readable and add some outof ...Stefan Metzmacher2007-10-101-62/+81
* r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett2007-10-104-103/+142
* r8016: Get the keyblock arguments correct. (the context struct changed, butAndrew Bartlett2007-10-101-2/+2
* r8001: Also fill in the krbtgt checksum, and make sure to put the rightAndrew Bartlett2007-10-102-5/+25
* r7993: Further work on the Krb5 PAC.Andrew Bartlett2007-10-108-28/+299
* r7991: I forgot to free the keyblock once we are done with it.Andrew Bartlett2007-10-101-0/+1
* r7989: Allow the use of hashed passwords in the kerberos client and server,Andrew Bartlett2007-10-102-17/+137
* r7986: Fix the compile, thanks to HotaruT.Andrew Bartlett2007-10-101-1/+1
* r7980: Forgot to add kerberos_pac.c to this config.mk file.Andrew Bartlett2007-10-101-0/+1
* r7979: Metze reminded me to try one more combination, and we can now verifyAndrew Bartlett2007-10-101-32/+14
* r7978: A start again on PAC verification. I have noticed that the kerberosAndrew Bartlett2007-10-103-52/+43
* r7968: Pull the PAC from within GSSAPI, rather than only when using our ownAndrew Bartlett2007-10-104-202/+277
* r7965: Remove the GENSEC password callback structure members, as these are noAndrew Bartlett2007-10-102-5/+0
* r7935: auth_unix now uses crypt(), so depend on -lcrypt.Andrew Bartlett2007-10-101-1/+1
* r7934: ported samba3 pass_check functions to auth_unix.cSimo Sorce2007-10-101-5/+332
* r7863: removed an unused variableAndrew Tridgell2007-10-101-1/+0
* r7862: Updates to the Kerberos notes, based on recent changes and discoveries.Andrew Bartlett2007-10-101-19/+90
* r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell2007-10-101-8/+7
* r7843: Use the new Heimdal gsskrb_acquire_creds API. This has the rightAndrew Bartlett2007-10-102-31/+27
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-1010-121/+322
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2007-10-101-1/+2
* r7704: - fixed open_nbt_connection() to return NULL when the connection failedAndrew Tridgell2007-10-101-8/+8
* r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett2007-10-101-22/+21
* r7687: Some more tests that must be done only when krb5_config is absent.Andrew Bartlett2007-10-101-4/+5