Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10812: Fix capitalisation (thanks tridge). | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 2 | -2/+117 |
2007-10-10 | r10796: Make getting an anonymous session info a utility function. | Andrew Bartlett | 2 | -21/+27 |
2007-10-10 | r10764: To match Win2k3 SP1, we need to set an anonymous user token for | Andrew Bartlett | 1 | -10/+21 |
2007-10-10 | r10670: Add notes on things that are TODO in Samba4 kerberos land. | Andrew Bartlett | 1 | -0/+46 |
2007-10-10 | r10669: reverted jelmers commit 10663 as it was causing lots of panics in 'ma... | Andrew Tridgell | 2 | -8/+13 |
2007-10-10 | r10663: Eliminate use of pstring | Jelmer Vernooij | 2 | -13/+8 |
2007-10-10 | r10597: And add the .mk files for the new credentials subsystem. | Andrew Bartlett | 1 | -0/+11 |
2007-10-10 | r10596: Move the credentials code into it's own subsystem, and push it under ... | Andrew Bartlett | 3 | -0/+1103 |
2007-10-10 | r10586: Add MergedObject() builder. Default to Library() rather | Jelmer Vernooij | 2 | -16/+16 |
2007-10-10 | r10579: str_list_make() can return NULL | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10565: Try to make Kerberos authentication a bit more friendly. | Andrew Bartlett | 2 | -10/+35 |
2007-10-10 | r10561: This patch takes over KDC socket routines in Heimdal, and directs them | Andrew Bartlett | 1 | -2/+351 |
2007-10-10 | r10532: Replace next_token() with str_list_make() | Jelmer Vernooij | 1 | -9/+8 |
2007-10-10 | r10513: Reduce some use of pstring. The main reason some parts of the code still | Jelmer Vernooij | 3 | -5/+3 |
2007-10-10 | r10509: Some more sconscript fixes. Now getting to link stage for smbclient | Jelmer Vernooij | 3 | -15/+20 |
2007-10-10 | r10478: More work on proto headers; we now generate a couple of smaller ones | Jelmer Vernooij | 3 | -9/+16 |
2007-10-10 | r10464: Use more consistant names. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r10447: Add gensec sources to proto.h | Tim Potter | 1 | -1/+6 |
2007-10-10 | r10407: the schannel database does not need to be synchronous (and thus crash | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again. | Andrew Bartlett | 2 | -3/+3 |
2007-10-10 | r10398: Don't do DNS lookups on short names (no .). | Andrew Bartlett | 1 | -0/+8 |
2007-10-10 | r10390: Remove fstring, pstring and uint32_t from winbindd_nss.h. | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r10383: This patch is on the road to implementing servers (such as kpasswd) that | Andrew Bartlett | 1 | -29/+140 |
2007-10-10 | r10377: Save configuration stuff to sconf.cache so it isn't annoyingly run | Tim Potter | 1 | -3/+4 |
2007-10-10 | r10372: Having gone to all the effort to uppercase the realm, actually set the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works... | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r10364: Turn gensec:gssapi on by default, except for a login of the form | Andrew Bartlett | 2 | -24/+24 |
2007-10-10 | r10348: Add scons scripts for remaining subsystems. Most subsystems build now, | Jelmer Vernooij | 4 | -0/+30 |
2007-10-10 | r10337: This grubby little hack is the implementation of a concept discussed | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r10330: Add SConscript to more subsystems. Some of the tdb tools build now. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10292: This is set below from lp_server_role(). | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r10291: The patch optionally (off by default, not available in all cases) allows | Andrew Bartlett | 4 | -22/+81 |
2007-10-10 | r10286: This patch is ugly and disgusting, but for now it works better than t... | Andrew Bartlett | 5 | -118/+158 |
2007-10-10 | r10246: Remove unused function | Jelmer Vernooij | 2 | -2/+131 |
2007-10-10 | r10174: This patch implements generic PAC verification, without assumptions | Andrew Bartlett | 1 | -23/+98 |
2007-10-10 | r10155: Add more notes on required gsskrb5 functions. | Andrew Bartlett | 1 | -2/+7 |
2007-10-10 | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 6 | -16/+53 |
2007-10-10 | r10145: Allow a variable length signature, so we can support signing with | Andrew Bartlett | 1 | -17/+7 |
2007-10-10 | r10066: This is the second in my patches to work on Samba4's kerberos support, | Andrew Bartlett | 6 | -317/+302 |
2007-10-10 | r10035: This patch removes the need for the special case hack | Andrew Bartlett | 4 | -36/+84 |
2007-10-10 | r10021: More kerberos notes. | Andrew Bartlett | 1 | -3/+20 |
2007-10-10 | r9927: Extend copyright for all the hard work I've done this year. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 5 | -169/+121 |
2007-10-10 | r9693: Move the smb_krb5_context setup code to use the new pattern of | Andrew Bartlett | 1 | -5/+7 |
2007-10-10 | r9681: We don't need the full smb_krb5_context here, so just pass the krb5_co... | Andrew Bartlett | 4 | -9/+9 |
2007-10-10 | r9678: Remove unused variables. | Andrew Bartlett | 1 | -4/+0 |
2007-10-10 | r9648: this fixes the krb5 based login with the pac. The key to this whole sa... | Andrew Tridgell | 2 | -1/+8 |
2007-10-10 | r9526: provide DCERPC auth type 16 | Stefan Metzmacher | 1 | -0/+1 |