summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/gensec_krb5.c
Commit message (Expand)AuthorAgeFilesLines
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-5/+5
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22966: Make sure to return LOGON_FAILURE if the user's kerberos password isAndrew Bartlett2007-10-101-5/+12
* r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa...Andrew Bartlett2007-10-101-28/+41
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-101-47/+51
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+3
* r18257: Order the GENSEC modules, with unknown modules last.Andrew Bartlett2007-10-101-2/+2
* r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett2007-10-101-2/+4
* r16056: Fix errors found by trying to use our kpasswd server and the Apple cl...Andrew Bartlett2007-10-101-1/+1
* r15853: started the process of removing the warnings now thatAndrew Tridgell2007-10-101-3/+1
* r15485: This 'fake' GSSAPI doesn't do the extra SASL negotiation correctly, soAndrew Bartlett2007-10-101-1/+0
* r15330: Add comment for IBM checker.Andrew Bartlett2007-10-101-2/+1
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-101-1/+1
* r14952: Make sure the auth subsystem gets initialized if a gensec module need...Jelmer Vernooij2007-10-101-0/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14383: Fix non-developer build.Jelmer Vernooij2007-10-101-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13247: Try to make better use of talloc in the auth/ and auth/gensec code.Andrew Bartlett2007-10-101-6/+17
* r13206: This patch finally re-adds a -k option that works reasonably.Andrew Bartlett2007-10-101-2/+4
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-34/+7
* r12682: This patch finally fixes our kpasswdd implementation to be compatibleAndrew Bartlett2007-10-101-4/+74
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett2007-10-101-1/+1
* r11521: Add in client support for checking supportedSASLmechanisms, and thenAndrew Bartlett2007-10-101-0/+1
* r11400: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r11399: Add another case where we need to fallback, if the KDC isn't there.Andrew Bartlett2007-10-101-0/+4
* r11314: Use a patch from lha to have the kerberos libs extract the PAC, ratherAndrew Bartlett2007-10-101-12/+42
* r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.Andrew Bartlett2007-10-101-13/+6
* r11239: Use ${REALM} for the realm in rootdse.ldifAndrew Bartlett2007-10-101-2/+1
* r11216: Upgrade to gd's PAC extraction code from Samba3. While I still wantAndrew Bartlett2007-10-101-27/+26
* r11212: Enable sealing of data with raw krb5, consolidate some code into theAndrew Bartlett2007-10-101-61/+63
* r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett2007-10-101-3/+7
* r10565: Try to make Kerberos authentication a bit more friendly.Andrew Bartlett2007-10-101-2/+5
* r10383: This patch is on the road to implementing servers (such as kpasswd) thatAndrew Bartlett2007-10-101-29/+140
* r10291: The patch optionally (off by default, not available in all cases) allowsAndrew Bartlett2007-10-101-12/+36
* r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett2007-10-101-58/+76
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-80/+68
* r9681: We don't need the full smb_krb5_context here, so just pass the krb5_co...Andrew Bartlett2007-10-101-1/+1
* r9084: 'resign' the sample PAC for the validation of the signature algorithms.Andrew Bartlett2007-10-101-3/+3
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+2
* r8321: Fix some uninitalized variable warningsVolker Lendecke2007-10-101-1/+1
* r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett2007-10-101-2/+8
* r8016: Get the keyblock arguments correct. (the context struct changed, butAndrew Bartlett2007-10-101-2/+2
* r7993: Further work on the Krb5 PAC.Andrew Bartlett2007-10-101-3/+3
* r7986: Fix the compile, thanks to HotaruT.Andrew Bartlett2007-10-101-1/+1
* r7968: Pull the PAC from within GSSAPI, rather than only when using our ownAndrew Bartlett2007-10-101-182/+2
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-101-2/+23