summaryrefslogtreecommitdiff
path: root/source/libads/kerberos.c
Commit message (Expand)AuthorAgeFilesLines
* Memory leak fixes from Chere Zhou <czhou@isilon.com>.Jeremy Allison2008-05-311-0/+4
* Coverity fixesMarc VanHeyningen2008-03-181-2/+4
* Fix Coverity ID 551Volker Lendecke2008-03-181-0/+2
* Fix some warningsVolker Lendecke2008-02-251-7/+15
* Restrict the enctypes in the generated krb5.conf files to Win2003 types.Gerald W. Carter2008-01-281-4/+8
* Tidy up code and debug for non-default krb5 IPv6 port.Jeremy Allison2008-01-161-9/+15
* Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison2008-01-161-13/+56
* Print principal in debug statement in kerberos_kinit_password() as well.Günther Deschner2008-01-141-1/+2
* While 'data' is usually 0 terminated, nothing in the spec requires that. The ...Simo Sorce2007-12-171-1/+4
* Doh, fix typo in error exit.Jeremy Allison2007-12-151-2/+2
* Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison2007-12-151-0/+52
* More pstring removal....Jeremy Allison2007-11-201-9/+9
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-13/+25
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-12/+12
* r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in...Lars Müller2007-10-101-2/+2
* r24836: Initialize some uninitialized variables.Michael Adam2007-10-101-3/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23147: Patch #4566 from jacob berkman <jberkman@novell.com>. Pass password d...Jeremy Allison2007-10-101-1/+2
* r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner2007-10-101-3/+29
* r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...Günther Deschner2007-10-101-0/+121
* r22663: Restructure kerberos_kinit_password_ext() error path.Günther Deschner2007-10-101-53/+33
* r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778.James Peach2007-10-101-1/+1
* r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the differentJames Peach2007-10-101-2/+2
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-101-1/+5
* r21238: Fix tab indent in self-written krb5.confs.Günther Deschner2007-10-101-1/+1
* r21110: Fix kinit with Heimdal (Bug #4226).Günther Deschner2007-10-101-13/+26
* r20860: Adding some small tweaks. When we have no sitename, there is no need toGünther Deschner2007-10-101-11/+14
* r20857: Silence gives assent :-). Checking in the fix forJeremy Allison2007-10-101-14/+51
* r18512: Add krb5conf file environment to debug statement.Günther Deschner2007-10-101-2/+3
* r18241: If replacing the krb5.conf, ensure it's readable.Jeremy Allison2007-10-101-0/+10
* r18226: Ensure we only do this evil thing if it's our realm.Jeremy Allison2007-10-101-2/+1
* r18225: If we're going to overwrite krb5.conf, at leastJeremy Allison2007-10-101-20/+42
* r18201: Make explicit what's going on here.Jeremy Allison2007-10-101-1/+2
* r18200: Experimental code to allow system /etc/krb5.conf to beJeremy Allison2007-10-101-42/+63
* r18010: Ensure we don't timeout twice to the sameJeremy Allison2007-10-101-0/+3
* r18006: Actually a smaller change than it looks. LeverageJeremy Allison2007-10-101-2/+49
* r18004: If you're writing out a krb5.conf, at leastJeremy Allison2007-10-101-2/+2
* r18003: Creating a directory and getting EEXIST isn't an error.Jeremy Allison2007-10-101-1/+1
* r18002: Improved debug.Jeremy Allison2007-10-101-1/+2
* r18001: Proper error reporting on write/close fail.Jeremy Allison2007-10-101-1/+7
* r18000: Get nelem/size args right for x_fwrite.Jeremy Allison2007-10-101-1/+1
* r17999: No need to prevent others from reading. Use 755 insteadJeremy Allison2007-10-101-2/+2
* r17997: Ensure lockdir exists for winbindd. Store tmpJeremy Allison2007-10-101-1/+1
* r17996: Don't talloc free the memory then reference it. Doh !Jeremy Allison2007-10-101-3/+4
* r17995: Ensure we create the domain-specific krb5 files in aJeremy Allison2007-10-101-8/+22
* r17994: Add debugs that showed me why my site code wasn'tJeremy Allison2007-10-101-0/+3
* r17946: Fix couple of typos...Jeremy Allison2007-10-101-1/+1
* r17945: Store the server and client sitenames in the ADSJeremy Allison2007-10-101-1/+10
* r17944: Handle locking madness.Jeremy Allison2007-10-101-11/+32