summaryrefslogtreecommitdiff
path: root/source3/libads/kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-27s3: Fix some nonempty blank linesVolker Lendecke1-10/+9
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-52/+1
2010-05-28s3-build: use ndr_misc.h where needed.Günther Deschner1-0/+1
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-3/+2
2010-05-17s3-kerberos: temporary fix for ipv6 in print_kdc_line().Günther Deschner1-5/+20
2010-05-17s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner1-7/+12
2010-01-30Fix bug #7079 - cliconnect gets realm wrong with trusted domains.Jeremy Allison1-0/+52
2009-11-27s3-kerberos: only use krb5 headers where required.Günther Deschner1-0/+1
2009-11-06s3-kerberos: fix some build warnings when building against heimdal.Günther Deschner1-2/+2
2009-08-26Add a parameter to disable the automatic creation of krb5.conf filesVolker Lendecke1-1/+6
2009-04-20Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij1-1/+1
2009-04-07s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett1-4/+4
2009-03-20s3-krb5: Fix Coverity #762 (REVERSE_INULL).Günther Deschner1-6/+6
2009-02-06s3: use pidl to pull a KRB5_EDATA_NTSTATUS.Günther Deschner1-36/+6
2009-01-16s3:libads: use lock_path for creating paths to local krb5.conf filesMichael Adam1-2/+3
2009-01-16s3:libads: give create_local_private_krb5_conf_for_domain() a common exit pointMichael Adam1-30/+20
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-3/+3
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-4/+5
2008-09-04kerberos: fix indent of enc type lines in generated krb5.conf files.Günther Deschner1-3/+3
2008-06-24libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames.Günther Deschner1-0/+6
2008-05-27Memory leak fixes from Chere Zhou <czhou@isilon.com>.Jeremy Allison1-0/+4
2008-05-19Fix some comments to match get_kdc_ip_string()'s behaviourroot1-1/+7
2008-03-17Coverity fixesMarc VanHeyningen1-2/+4
2008-03-08Fix Coverity ID 551Volker Lendecke1-0/+2
2008-02-25Fix some warningsVolker Lendecke1-7/+15
2008-01-28Restrict the enctypes in the generated krb5.conf files to Win2003 types.Gerald W. Carter1-4/+8
2008-01-16Tidy up code and debug for non-default krb5 IPv6 port.Jeremy Allison1-9/+15
2008-01-16Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison1-13/+56
2008-01-14Print principal in debug statement in kerberos_kinit_password() as well.Günther Deschner1-1/+2
2007-12-17While 'data' is usually 0 terminated, nothing in the spec requires that. The ...Simo Sorce1-1/+4
2007-12-15Doh, fix typo in error exit.Jeremy Allison1-2/+2
2007-12-15Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison1-0/+52
2007-11-20More pstring removal....Jeremy Allison1-9/+9
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-13/+25
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-12/+12
2007-10-10r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in...Lars Müller1-2/+2
2007-10-10r24836: Initialize some uninitialized variables.Michael Adam1-3/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23147: Patch #4566 from jacob berkman <jberkman@novell.com>. Pass password d...Jeremy Allison1-1/+2
2007-10-10r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner1-3/+29
2007-10-10r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...Günther Deschner1-0/+121
2007-10-10r22663: Restructure kerberos_kinit_password_ext() error path.Günther Deschner1-53/+33
2007-10-10r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778.James Peach1-1/+1
2007-10-10r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the differentJames Peach1-2/+2
2007-10-10r21240: Fix longstanding Bug #4009.Günther Deschner1-1/+5
2007-10-10r21238: Fix tab indent in self-written krb5.confs.Günther Deschner1-1/+1
2007-10-10r21110: Fix kinit with Heimdal (Bug #4226).Günther Deschner1-13/+26