summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* r7638: krb5_closelog in heimdal-0.7 not longer leaks memory, so remove that c...Love Hörnquist Åstrand2007-10-101-4/+0
* r7637: Another useful Heimdal feature we need.Andrew Bartlett2007-10-101-0/+5
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-106-14/+48
* r7597: removed the bogus get_myfullname() and get_mydomname() calls, and putAndrew Tridgell2007-10-101-0/+56
* r7536: doesn't spam the smbd_log in the build_farm...Stefan Metzmacher2007-10-101-1/+1
* r7509: With the update to Heimdal 20050612 we no longer need krb5_freelog(),Andrew Bartlett2007-10-103-3/+2
* r7352: the internal heimdal build change. This changes quite a few things:Andrew Tridgell2007-10-103-4/+5
* r7306: Use a consistant #define for detecting support for the Heimdal krb5Andrew Bartlett2007-10-103-9/+9
* r7303: autodetect the libkdc and our kdc supportStefan Metzmacher2007-10-101-7/+28
* r7291: Additional notes on what we require from a kerberos implementation.Andrew Bartlett2007-10-101-1/+36
* r7285: It appears that MIT Kerberos does not have the log redirectionAndrew Bartlett2007-10-103-2/+23
* r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett2007-10-106-89/+159
* r7269: talloc_steal() is preferred where possible, as it can't fail and doesAndrew Bartlett2007-10-101-2/+2
* r7258: Fix the final linking error with libkdc - we need to link libhdb as well.Andrew Bartlett2007-10-101-0/+1
* r7257: Ensure the error message can never be uninitialised.Andrew Bartlett2007-10-101-0/+1
* r7242: typoSimo Sorce2007-10-101-1/+1
* r7241: The KDC almost links...Andrew Bartlett2007-10-101-0/+5
* r7240: Don't call our fancy error message routines on a null context.Andrew Bartlett2007-10-101-2/+1
* r7233: what about filling that new element ?Simo Sorce2007-10-101-0/+3
* r7232: add some more auth stuffSimo Sorce2007-10-103-80/+442
* r7224: add some more usefull data to the auth_usersupplied_info structSimo Sorce2007-10-102-5/+14
* r7219: Don't allow 'binding' to be used uninitilaised.Andrew Bartlett2007-10-101-0/+2
* r7218: Don't use an uninitialised variable in an error message.Andrew Bartlett2007-10-101-2/+1
* r6939: Get rid of SUBSYSTEM::NDR since all it did was require NDR_RAW.Tim Potter2007-10-101-2/+2
* r6883: Move to what simo assures me is the 'correct' way to find the NetBIOSAndrew Bartlett2007-10-101-12/+35
* r6882: Put in configure tests and #ifdef to keep Samba building on older Heim...Andrew Bartlett2007-10-102-1/+4
* r6839: Add support for building subsystems as shared libraries. This can beJelmer Vernooij2007-10-101-2/+2