Age | Commit message (Expand) | Author | Files | Lines |
2012-04-23 | Make krb5 wrapper library common so they can be used all over | Simo Sorce | 1 | -1/+36 |
2012-04-12 | clikrb5: Move pure krb wrapper functions from libads to clikrb5. | Simo Sorce | 1 | -140/+0 |
2012-01-10 | krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to bu... | Andrew Bartlett | 1 | -4/+0 |
2012-01-05 | s3-libads Factor out a new routine kerberos_get_principal_from_service_hostna... | Andrew Bartlett | 1 | -7/+43 |
2011-12-20 | s3: Fix some False/NULL hickups | Volker Lendecke | 1 | -1/+1 |
2011-10-17 | s3: Before adding KDC's to the krb5.conf, cldap ping them | Volker Lendecke | 1 | -47/+101 |
2011-09-26 | s3: Slightly simplify print_kdc_line() | Volker Lendecke | 1 | -10/+8 |
2011-09-26 | s3: Slightly simplify print_kdc_line() | Volker Lendecke | 1 | -20/+19 |
2011-09-26 | s3: Slightly simplify print_kdc_line() | Volker Lendecke | 1 | -49/+52 |
2011-09-18 | s3: Add some const to create_local_private_krb5_conf_for_domain | Volker Lendecke | 1 | -1/+1 |
2011-09-18 | s3: Add some const to print_kdc_line | Volker Lendecke | 1 | -1/+1 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 |
2011-06-02 | Remove another PATH_MAX. | Jeremy Allison | 1 | -12/+27 |
2011-05-05 | More const fixes for compiler warnings from the waf build. | Jeremy Allison | 1 | -2/+2 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-02-27 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -10/+9 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 1 | -52/+1 |
2010-05-28 | s3-build: use ndr_misc.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -3/+2 |
2010-05-17 | s3-kerberos: temporary fix for ipv6 in print_kdc_line(). | Günther Deschner | 1 | -5/+20 |
2010-05-17 | s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain(). | Günther Deschner | 1 | -7/+12 |
2010-01-30 | Fix bug #7079 - cliconnect gets realm wrong with trusted domains. | Jeremy Allison | 1 | -0/+52 |
2009-11-27 | s3-kerberos: only use krb5 headers where required. | Günther Deschner | 1 | -0/+1 |
2009-11-06 | s3-kerberos: fix some build warnings when building against heimdal. | Günther Deschner | 1 | -2/+2 |
2009-08-26 | Add a parameter to disable the automatic creation of krb5.conf files | Volker Lendecke | 1 | -1/+6 |
2009-04-20 | Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if | Jelmer Vernooij | 1 | -1/+1 |
2009-04-07 | s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context | Andrew Bartlett | 1 | -4/+4 |
2009-03-20 | s3-krb5: Fix Coverity #762 (REVERSE_INULL). | Günther Deschner | 1 | -6/+6 |
2009-02-06 | s3: use pidl to pull a KRB5_EDATA_NTSTATUS. | Günther Deschner | 1 | -36/+6 |
2009-01-16 | s3:libads: use lock_path for creating paths to local krb5.conf files | Michael Adam | 1 | -2/+3 |
2009-01-16 | s3:libads: give create_local_private_krb5_conf_for_domain() a common exit point | Michael Adam | 1 | -30/+20 |
2008-12-03 | s3: Change sockaddr util function names for consistency | Tim Prouty | 1 | -3/+3 |
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -4/+5 |
2008-09-04 | kerberos: fix indent of enc type lines in generated krb5.conf files. | Günther Deschner | 1 | -3/+3 |
2008-06-24 | libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames. | Günther Deschner | 1 | -0/+6 |
2008-05-27 | Memory leak fixes from Chere Zhou <czhou@isilon.com>. | Jeremy Allison | 1 | -0/+4 |
2008-05-19 | Fix some comments to match get_kdc_ip_string()'s behaviour | root | 1 | -1/+7 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -2/+4 |
2008-03-08 | Fix Coverity ID 551 | Volker Lendecke | 1 | -0/+2 |
2008-02-25 | Fix some warnings | Volker Lendecke | 1 | -7/+15 |
2008-01-28 | Restrict the enctypes in the generated krb5.conf files to Win2003 types. | Gerald W. Carter | 1 | -4/+8 |
2008-01-16 | Tidy up code and debug for non-default krb5 IPv6 port. | Jeremy Allison | 1 | -9/+15 |
2008-01-16 | Fix IPv6 bug #5204, which caused krb5 DNS lookups | Jeremy Allison | 1 | -13/+56 |
2008-01-14 | Print principal in debug statement in kerberos_kinit_password() as well. | Günther Deschner | 1 | -1/+2 |
2007-12-17 | While 'data' is usually 0 terminated, nothing in the spec requires that. The ... | Simo Sorce | 1 | -1/+4 |
2007-12-15 | Doh, fix typo in error exit. | Jeremy Allison | 1 | -2/+2 |
2007-12-15 | Added patch originally by Andreas Schneider <anschneider@suse.de> | Jeremy Allison | 1 | -0/+52 |
2007-11-20 | More pstring removal.... | Jeremy Allison | 1 | -9/+9 |