summaryrefslogtreecommitdiff
path: root/source3/libads/krb5_setpw.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libads: Do not turn on canonicalization flag for MIT KerberosAndreas Schneider2019-10-121-0/+15
* s3:libads: ads_krb5_chg_password() should always use the canonicalized principalStefan Metzmacher2019-09-241-0/+6
* s3-libads: adapt to coding standards, no code changesGünther Deschner2019-09-191-120/+121
* libads: Add kerberos tracingSwen Schillig2018-12-191-6/+6
* krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke2018-11-281-3/+3
* s3: Free principal if smb_krb5_principal_get_realm() failsSwen Schillig2018-11-221-0/+1
* s3:libads: Free addr before we free the contextAndreas Schneider2018-08-141-1/+1
* s3:libads: Fix memory leaks in ads_krb5_chg_password()Andreas Schneider2018-08-111-0/+2
* s3:libads: Fix changing passwords with KerberosAndreas Schneider2017-08-111-1/+1
* s3-libads: Do not use deprecated krb5_change_password()Andreas Schneider2016-09-011-6/+8
* s3-libads: Do not use deprecated krb5_get_init_creds_opt_init()Andreas Schneider2016-08-311-8/+17
* krb5_wrap: Rename kerberos_free_data_contents()Andreas Schneider2016-08-311-4/+4
* libads: Fix picky const warning with krb5_set_password_using_ccacheAndreas Schneider2015-11-231-3/+10
* s3-kpasswd: Fix build warning.Günther Deschner2014-09-011-1/+1
* s3-kpasswd: send a netbios krb5 address to avoid invalid net address errors fromGünther Deschner2014-09-011-0/+14
* Remove custom password change code in libadsSimo Sorce2014-09-011-555/+59
* Remove duplicate definitionsSimo Sorce2014-09-011-9/+0
* s3-libads/krb5_setpw: free realm from smb_krb5_principal_get_realm().Günther Deschner2014-08-081-3/+5
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-161-0/+1
* s3-libads Remove MIT-specific krb5_princ_realm macro calls.Andrew Bartlett2011-02-181-55/+19
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-30/+1
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-271-0/+1
* Async wrapper for open_socket_out_send/recvVolker Lendecke2009-01-041-12/+19
* open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-1/+1
* More asprintf warning fixes.Jeremy Allison2008-12-231-9/+18
* s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.Günther Deschner2008-10-221-28/+31
* kerberos: fix some heimdal build warnings.Günther Deschner2008-10-151-4/+4
* Coverity fixesMarc VanHeyningen2008-03-171-3/+14
* Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison2007-10-291-11/+7
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-7/+21
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* 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
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-1/+1
* r17626: Some C++ WarningsVolker Lendecke2007-10-101-1/+3
* r16268: Add TCP fallback for our implementation of the CHANGEPW kpasswd calls.Günther Deschner2007-10-101-104/+166
* r16201: Fix Klocwork 439Volker Lendecke2007-10-101-1/+3
* r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,Jeremy Allison2007-10-101-3/+3
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2007-10-101-1/+1
* r14170: Paranioa fix for sesssetup.Jeremy Allison2007-10-101-9/+17
* r13316: Let the carnage begin....Gerald Carter2007-10-101-18/+31
* r11551: Add a few more initialize_krb5_error_tableVolker Lendecke2007-10-101-0/+2
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+2
* r9780: Clean up a bunch of compiler warnings.James Peach2007-10-101-6/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* r3711: Fix KRB5_SETPW-defines, no change in behaviour.Günther Deschner2007-10-101-7/+5
* r3436: Fix build with recent heimdal-versions (0.6.3) as pointed out by LukeGünther Deschner2007-10-101-0/+2
* r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison2007-10-101-1/+1
* r1247: Final fix to make this compile on Heimdal.Jeremy Allison2007-10-101-0/+4
* r1223: Fix valgrind error with realm manipulation.... Damn macros :-(.Jeremy Allison2007-10-101-2/+8