Age | Commit message (Expand) | Author | Files | Lines |
2008-06-24 | kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti... | Günther Deschner | 1 | -1/+1 |
2008-04-10 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2008-04-09 | Fix typos. | Karolin Seeger | 1 | -1/+1 |
2008-03-10 | Use a separate tdb for mutexes | Volker Lendecke | 1 | -9/+6 |
2008-02-17 | Fix some more callers of PAC_DATA. | Günther Deschner | 1 | -1/+1 |
2008-01-11 | Fix CID 476. Ensure a valid pac_data pointer is always passed to | Jeremy Allison | 1 | -2/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -7/+7 |
2007-10-10 | r25080: Once we decrypted the packet but have timing problems (closkew, tkt n... | Günther Deschner | 1 | -1/+9 |
2007-10-10 | r24066: Fix memleak found by Volker. We don't leak keys now with MIT and Heim... | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r24065: According to gd, this breaks heimdal. Thanks for checking! | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r24058: Fix some memory leaks in ads_secrets_verify_ticket. | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23647: Use smb_krb5_open_keytab() in smbd as well. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r23477: Build farm fix: Use int rather than MIT's krb5_int32 when setting con... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r23474: Here's a small patch that disables the libkrb5.so replay cache | Gerald Carter | 1 | -39/+63 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r21845: Refactor the sessionsetupX code a little to allow us | Jeremy Allison | 1 | -31/+72 |
2007-10-10 | r21558: Safe more indent, again no code changes. | Günther Deschner | 1 | -37/+37 |
2007-10-10 | r21557: indent only fix. No code change. | Günther Deschner | 1 | -49/+49 |
2007-10-10 | r21556: Remove superfluos return check in ads_keytab_verify_ticket(). | Günther Deschner | 1 | -2/+0 |
2007-10-10 | r18047: More C++ stuff | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r17972: revert accidental commit to ads_verify_ticket() | Gerald Carter | 1 | -7/+5 |
2007-10-10 | r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-... | Gerald Carter | 1 | -5/+7 |
2007-10-10 | r16952: New derive DES salt code and Krb5 keytab generation | Gerald Carter | 1 | -9/+5 |
2007-10-10 | r15523: Honour the time_offset also when verifying kerberos tickets. This | Günther Deschner | 1 | -1/+6 |
2007-10-10 | r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name, | Jeremy Allison | 1 | -11/+9 |
2007-10-10 | r14682: Small cleanup in ads_verify_ticket. | Günther Deschner | 1 | -6/+5 |
2007-10-10 | r14576: Skip remaining keytab entries when we have a clear indication that | Günther Deschner | 1 | -1/+23 |
2007-10-10 | r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give a | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r10907: Handle the case when we can't verify the PAC signature because the | Günther Deschner | 1 | -5/+7 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -20/+74 |
2007-10-10 | r10285: Doh ! Guenther spotted this stupid cut-n-paste bug... | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r10211: Fix another memleak (this time in the kerberos keytab code) | Günther Deschner | 1 | -1/+5 |
2007-10-10 | r5762: Modified version of patch from Michael Brown <mbrown@fensystems.co.uk>... | Jeremy Allison | 1 | -65/+99 |
2007-10-10 | r4882: Fix for #2255. Debug should have been 10 not 0. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r3495: Fix the build (recent kerberos-changes). | Günther Deschner | 1 | -1/+0 |
2007-10-10 | r3451: Finish off kerberos salting patch. Needs testing ! | Jeremy Allison | 1 | -3/+2 |
2007-10-10 | r3381: More merging of the #1717 patch. Fixup some erroneous assumptions about | Jeremy Allison | 1 | -59/+67 |
2007-10-10 | r1789: compiler warnings from SuSE | Gerald Carter | 1 | -0/+4 |
2007-10-10 | r1285: Put variable definitions into a block before the statements... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r1282: gcc 3.2 on SuSE 8.2 does not like #ifdefs inside a macro argument (DEB... | Volker Lendecke | 1 | -3/+5 |
2007-10-10 | r1244: More Heimdal compile fixes. | Jeremy Allison | 1 | -3/+9 |
2007-10-10 | r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come before | Jeremy Allison | 1 | -0/+8 |
2007-10-10 | r1215: Intermediate checkin of the new keytab code. I need to make sure I | Jeremy Allison | 1 | -99/+198 |
2004-02-03 | Fix for a bug where the mutex could be left locked. Also remove the | Jeremy Allison | 1 | -146/+8 |
2004-01-06 | Fix segfualt caused by incorrect configuration. If lp_realm() was not set, | Andrew Bartlett | 1 | -5/+9 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -1/+1 |
2003-10-17 | Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636. | Tim Potter | 1 | -4/+12 |