| Commit message (Expand) | Author | Age | Files | Lines |
* | Memory leak fixes from Chere Zhou <czhou@isilon.com>. | Jeremy Allison | 2008-05-27 | 1 | -0/+4 |
* | Restrict the enctypes in the generated krb5.conf files to Win2003 types. | Gerald W. Carter | 2008-01-31 | 1 | -5/+9 |
* | While 'data' is usually 0 terminated, nothing in the spec requires that. | Simo Sorce | 2007-12-17 | 1 | -1/+4 |
* | Doh, fix typo in error exit. | Jeremy Allison | 2007-12-15 | 1 | -2/+2 |
* | Added patch originally by Andreas Schneider <anschneider@suse.de> | Jeremy Allison | 2007-12-15 | 1 | -0/+52 |
* | [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -184/+59 |
* | r23147: Patch #4566 from jacob berkman <jberkman@novell.com>. Pass password d... | Jeremy Allison | 2007-10-10 | 1 | -1/+2 |
* | r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and make | Günther Deschner | 2007-10-10 | 1 | -3/+29 |
* | r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ... | Günther Deschner | 2007-10-10 | 1 | -0/+121 |
* | r22663: Restructure kerberos_kinit_password_ext() error path. | Günther Deschner | 2007-10-10 | 1 | -53/+33 |
* | r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778. | James Peach | 2007-10-10 | 1 | -1/+1 |
* | r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the different | James Peach | 2007-10-10 | 1 | -2/+2 |
* | r21240: Fix longstanding Bug #4009. | Günther Deschner | 2007-10-10 | 1 | -1/+5 |
* | r21238: Fix tab indent in self-written krb5.confs. | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
* | r21110: Fix kinit with Heimdal (Bug #4226). | Günther Deschner | 2007-10-10 | 1 | -13/+26 |
* | r20860: Adding some small tweaks. When we have no sitename, there is no need to | Günther Deschner | 2007-10-10 | 1 | -11/+14 |
* | r20857: Silence gives assent :-). Checking in the fix for | Jeremy Allison | 2007-10-10 | 1 | -14/+51 |
* | r18512: Add krb5conf file environment to debug statement. | Günther Deschner | 2007-10-10 | 1 | -2/+3 |
* | r18241: If replacing the krb5.conf, ensure it's readable. | Jeremy Allison | 2007-10-10 | 1 | -0/+10 |
* | r18226: Ensure we only do this evil thing if it's our realm. | Jeremy Allison | 2007-10-10 | 1 | -2/+1 |
* | r18225: If we're going to overwrite krb5.conf, at least | Jeremy Allison | 2007-10-10 | 1 | -20/+42 |
* | r18201: Make explicit what's going on here. | Jeremy Allison | 2007-10-10 | 1 | -1/+2 |
* | r18200: Experimental code to allow system /etc/krb5.conf to be | Jeremy Allison | 2007-10-10 | 1 | -42/+63 |
* | r18010: Ensure we don't timeout twice to the same | Jeremy Allison | 2007-10-10 | 1 | -0/+3 |
* | r18006: Actually a smaller change than it looks. Leverage | Jeremy Allison | 2007-10-10 | 1 | -2/+49 |
* | r18004: If you're writing out a krb5.conf, at least | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
* | r18003: Creating a directory and getting EEXIST isn't an error. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r18002: Improved debug. | Jeremy Allison | 2007-10-10 | 1 | -1/+2 |
* | r18001: Proper error reporting on write/close fail. | Jeremy Allison | 2007-10-10 | 1 | -1/+7 |
* | r18000: Get nelem/size args right for x_fwrite. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r17999: No need to prevent others from reading. Use 755 instead | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
* | r17997: Ensure lockdir exists for winbindd. Store tmp | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r17996: Don't talloc free the memory then reference it. Doh ! | Jeremy Allison | 2007-10-10 | 1 | -3/+4 |
* | r17995: Ensure we create the domain-specific krb5 files in a | Jeremy Allison | 2007-10-10 | 1 | -8/+22 |
* | r17994: Add debugs that showed me why my site code wasn't | Jeremy Allison | 2007-10-10 | 1 | -0/+3 |
* | r17946: Fix couple of typos... | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r17945: Store the server and client sitenames in the ADS | Jeremy Allison | 2007-10-10 | 1 | -1/+10 |
* | r17944: Handle locking madness. | Jeremy Allison | 2007-10-10 | 1 | -11/+32 |
* | r17943: The horror, the horror. Add KDC site support by | Jeremy Allison | 2007-10-10 | 1 | -0/+58 |
* | r17345: Some C++ warnings | Volker Lendecke | 2007-10-10 | 1 | -1/+2 |
* | r17003: Fix coverity #303 - possible null deref. Jerry please | Jeremy Allison | 2007-10-10 | 1 | -0/+1 |
* | r16957: fix cut-n-paste error. The check for 'if (\!salt)' make no sense whe... | Gerald Carter | 2007-10-10 | 1 | -5/+0 |
* | r16955: Fix an uninitialized var -- Jerry, please check. | Volker Lendecke | 2007-10-10 | 1 | -2/+2 |
* | r16952: New derive DES salt code and Krb5 keytab generation | Gerald Carter | 2007-10-10 | 1 | -471/+100 |
* | r16272: Fix memleak. | Günther Deschner | 2007-10-10 | 1 | -1/+2 |
* | r15240: Correctly disallow unauthorized access when logging on with the | Günther Deschner | 2007-10-10 | 1 | -2/+24 |
* | r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name, | Jeremy Allison | 2007-10-10 | 1 | -15/+13 |
* | r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3: | Günther Deschner | 2007-10-10 | 1 | -10/+0 |
* | r14585: Tighten argument list of kerberos_kinit_password again, | Günther Deschner | 2007-10-10 | 1 | -4/+20 |
* | r14512: Guenther, This code breaks winbind with MIT krb1.3. | Gerald Carter | 2007-10-10 | 1 | -2/+12 |