summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij2007-10-103-9/+16
* r10464: Use more consistant names.Andrew Bartlett2007-10-101-3/+3
* r10447: Add gensec sources to proto.hTim Potter2007-10-101-1/+6
* r10407: the schannel database does not need to be synchronous (and thus crashAndrew Tridgell2007-10-101-1/+1
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2007-10-102-3/+3
* r10398: Don't do DNS lookups on short names (no .).Andrew Bartlett2007-10-101-0/+8
* r10390: Remove fstring, pstring and uint32_t from winbindd_nss.h.Volker Lendecke2007-10-101-6/+6
* r10383: This patch is on the road to implementing servers (such as kpasswd) thatAndrew Bartlett2007-10-101-29/+140
* r10377: Save configuration stuff to sconf.cache so it isn't annoyingly runTim Potter2007-10-101-3/+4
* r10372: Having gone to all the effort to uppercase the realm, actually set theAndrew Bartlett2007-10-101-1/+1
* r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works...Jelmer Vernooij2007-10-101-1/+6
* r10364: Turn gensec:gssapi on by default, except for a login of the formAndrew Bartlett2007-10-102-24/+24
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-104-0/+30
* r10337: This grubby little hack is the implementation of a concept discussedAndrew Bartlett2007-10-101-0/+5
* r10330: Add SConscript to more subsystems. Some of the tdb tools build now.Jelmer Vernooij2007-10-101-0/+1
* r10292: This is set below from lp_server_role().Andrew Bartlett2007-10-101-1/+0
* r10291: The patch optionally (off by default, not available in all cases) allowsAndrew Bartlett2007-10-104-22/+81
* r10286: This patch is ugly and disgusting, but for now it works better than t...Andrew Bartlett2007-10-105-118/+158
* r10246: Remove unused functionJelmer Vernooij2007-10-102-2/+131
* r10174: This patch implements generic PAC verification, without assumptionsAndrew Bartlett2007-10-101-23/+98
* r10155: Add more notes on required gsskrb5 functions.Andrew Bartlett2007-10-101-2/+7
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-106-16/+53
* r10145: Allow a variable length signature, so we can support signing withAndrew Bartlett2007-10-101-17/+7
* r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett2007-10-106-317/+302
* r10035: This patch removes the need for the special case hackAndrew Bartlett2007-10-104-36/+84
* r10021: More kerberos notes.Andrew Bartlett2007-10-101-3/+20
* r9927: Extend copyright for all the hard work I've done this year.Andrew Bartlett2007-10-101-1/+1
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-1/+1
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-105-169/+121
* r9693: Move the smb_krb5_context setup code to use the new pattern ofAndrew Bartlett2007-10-101-5/+7
* r9681: We don't need the full smb_krb5_context here, so just pass the krb5_co...Andrew Bartlett2007-10-104-9/+9
* r9678: Remove unused variables.Andrew Bartlett2007-10-101-4/+0
* r9648: this fixes the krb5 based login with the pac. The key to this whole sa...Andrew Tridgell2007-10-102-1/+8
* r9526: provide DCERPC auth type 16Stefan Metzmacher2007-10-101-0/+1
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-102-6/+13
* r9420: Fix the SPNEGO system again: Update the state position afterAndrew Bartlett2007-10-101-4/+6
* r9419: Silly, silly, untested mistake...Andrew Bartlett2007-10-101-2/+2
* r9418: SPNEGO fixes:Andrew Bartlett2007-10-101-18/+29
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-106-170/+160
* r9415: Remove old kerberos code (including salt guessing code) that has onlyAndrew Bartlett2007-10-103-713/+8
* r9412: Simplfy this NTLM authentication code by requiring the caller toAndrew Bartlett2007-10-102-96/+42
* r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett2007-10-102-2/+9
* 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