Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13481: As far as I can tell, my changes in -r 12863 were dangerously untested. | Andrew Bartlett | 1 | -7/+8 |
2007-10-10 | r13344: Trust SASL to have subtle distinctions between NULL and zero-length | Andrew Bartlett | 1 | -10/+24 |
2007-10-10 | r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th... | Andrew Bartlett | 1 | -70/+406 |
2007-10-10 | r13250: I missed a couple of talloc_free()'s | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r13247: Try to make better use of talloc in the auth/ and auth/gensec code. | Andrew Bartlett | 1 | -6/+13 |
2007-10-10 | r13206: This patch finally re-adds a -k option that works reasonably. | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r12863: As lha suggested to me a while back, it appears that the | Andrew Bartlett | 1 | -8/+7 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r11995: A big kerberos-related update. | Andrew Bartlett | 1 | -54/+7 |
2007-10-10 | r11967: Fix more 64-bit warnings. | Tim Potter | 1 | -4/+4 |
2007-10-10 | r11543: A major upgrade to our KDC and PAC handling. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11521: Add in client support for checking supportedSASLmechanisms, and then | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r11514: Fixup debug message | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11470: To a server trusted for delegation (checked for in the gss libs), | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11468: Merge a bit more of init_sec_context from Heimdal CVS into our | Andrew Bartlett | 1 | -1/+8 |
2007-10-10 | r11452: Update Heimdal to current lorikeet, including removing the ccache side | Andrew Bartlett | 1 | -49/+52 |
2007-10-10 | r11394: Allow KDC unreachable as another 'forget about gssapi' error on SPNEGO. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r11342: Remove unused variables. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r11314: Use a patch from lha to have the kerberos libs extract the PAC, rather | Andrew Bartlett | 1 | -7/+2 |
2007-10-10 | r11278: fix compiler warnings | Stefan Metzmacher | 1 | -14/+22 |
2007-10-10 | r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb. | Andrew Bartlett | 1 | -35/+6 |
2007-10-10 | r11216: Upgrade to gd's PAC extraction code from Samba3. While I still want | Andrew Bartlett | 1 | -4/+13 |
2007-10-10 | r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5 | Andrew Bartlett | 1 | -28/+27 |
2007-10-10 | r10565: Try to make Kerberos authentication a bit more friendly. | Andrew Bartlett | 1 | -8/+30 |
2007-10-10 | r10464: Use more consistant names. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r10364: Turn gensec:gssapi on by default, except for a login of the form | Andrew Bartlett | 1 | -23/+23 |
2007-10-10 | r10291: The patch optionally (off by default, not available in all cases) allows | Andrew Bartlett | 1 | -5/+15 |
2007-10-10 | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 1 | -9/+46 |
2007-10-10 | r10066: This is the second in my patches to work on Samba4's kerberos support, | Andrew Bartlett | 1 | -37/+77 |
2007-10-10 | r10035: This patch removes the need for the special case hack | Andrew Bartlett | 1 | -2/+19 |
2007-10-10 | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 1 | -9/+10 |
2007-10-10 | r9681: We don't need the full smb_krb5_context here, so just pass the krb5_co... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r9526: provide DCERPC auth type 16 | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r9415: Remove old kerberos code (including salt guessing code) that has only | Andrew Bartlett | 1 | -18/+6 |
2007-10-10 | r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to | Tim Potter | 1 | -3/+0 |
2007-10-10 | r9084: 'resign' the sample PAC for the validation of the signature algorithms. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r8774: make some gensec errors a bit less verbose | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8644: This is a more useful error than unsuccesful. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r8250: More PAC work. We now sucessfully verify the KDC signature from my DC | Andrew Bartlett | 1 | -2/+12 |
2007-10-10 | r7978: A start again on PAC verification. I have noticed that the kerberos | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r7968: Pull the PAC from within GSSAPI, rather than only when using our own | Andrew Bartlett | 1 | -19/+61 |
2007-10-10 | r7843: Use the new Heimdal gsskrb_acquire_creds API. This has the right | Andrew Bartlett | 1 | -31/+25 |
2007-10-10 | r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytab | Andrew Bartlett | 1 | -3/+56 |
2007-10-10 | r7270: A big revamp to the way we handle kerberos errors in Samba4. We now | Andrew Bartlett | 1 | -28/+9 |
2007-10-10 | r7218: Don't use an uninitialised variable in an error message. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r6882: Put in configure tests and #ifdef to keep Samba building on older Heim... | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. This | Andrew Bartlett | 1 | -8/+10 |
2007-10-10 | r6800: A big GENSEC update: | Andrew Bartlett | 1 | -107/+154 |