summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
Commit message (Expand)AuthorAgeFilesLines
* waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ver...Alexander Bokovoy2012-06-011-0/+1
* lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used thereAndrew Bartlett2012-05-301-1/+1
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-1/+1
* gensec_gssapi: Make it possible to build with MIT krb5Simo Sorce2012-05-231-1/+1
* krb5samba: Add smb_krb5_make_pac_checksum.Andreas Schneider2012-05-081-0/+1
* krb5samba: Add krb5_free_checksum_contents wrapperSimo Sorce2012-05-081-0/+1
* heimdal: Cope with newer Heimdal versions accepting a keyset argument toJelmer Vernooij2012-05-071-4/+22
* auth-session: MIT doesn't have import/export cred yetSimo Sorce2012-05-041-0/+2
* krb5samba: Add a smb_krb5_cc_get_lifetime() function.Andreas Schneider2012-05-041-0/+1
* krb5samba: Add compat krb5_make_principal for MIT buildSimo Sorce2012-05-041-0/+1
* krb5samba: Add compat code to initialize keyblock contentsSimo Sorce2012-05-041-0/+1
* Move kerberos_kinit_keyblock_cc to krb5samba libSimo Sorce2012-05-041-0/+1
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-0/+1
* Make sure krb5_principal_get_num_comp is identified as present for Heimdal buildAlexander Bokovoy2012-04-231-0/+1
* waf: rename SAMBA4_INTERNAL_HEIMDAL to SAMBA4_USES_HEIMDALAlexander Bokovoy2012-04-231-1/+1
* build: Remove checks for krb5_decode_ap_req, free_AP_REQ and KRB5_TICKET_HAS_...Andrew Bartlett2012-04-031-2/+0
* build: link heimdal krb5 against execinfo if foundAndrew Bartlett2012-03-011-1/+1
* Revert 42d4152ed4255f22ff0718d450f181468d7fb827.Jelmer Vernooij2012-02-191-2/+2
* s3-build: expliticly require gssapi for HAVE_KRB5 and remove HAVE_GSSAPIAndrew Bartlett2012-02-131-1/+0
* s3-libsmb: Remove unused kerberos_set_creds_enctype()Andrew Bartlett2012-02-101-1/+0
* s3-libsmb: Remove unused kerberos_compatible_enctypesAndrew Bartlett2012-02-101-1/+0
* heimdal_build: omit #line statmentsAndrew Bartlett2012-02-101-7/+9
* s4-heimdal: the ASN1 compiler now depends on libreplaceAndrew Tridgell2012-02-011-2/+2
* s3:build: require gss_krb5_export_lucid_sec_context() for ads supportStefan Metzmacher2012-01-251-0/+1
* krb5: Require krb5_get_renewed_creds be available to build with krb5Andrew Bartlett2012-01-101-1/+0
* krb5: Remove now unused checks for krb5_verify_checksumAndrew Bartlett2012-01-101-2/+0
* krb5: Require krb5_c_enctype_compare is available to build with krb5Andrew Bartlett2012-01-101-1/+0
* samba: check for AES encryption type defines.Günther Deschner2012-01-101-0/+2
* s3-librpc Use gsskrb5_get_subkey() where available to get the session keyAndrew Bartlett2012-01-051-0/+1
* heimdal_build: Use krb5-config to find heimdal include directory and library ...Jelmer Vernooij2011-08-011-2/+19
* s4:heimdal_build: hdb.asn1 needs --sequence=HDB-Ext-KeySet --sequence=KeysStefan Metzmacher2011-07-261-0/+1
* s4:heimdal: build samba4kgetcredStefan Metzmacher2011-07-241-0/+5
* s4:heimdal_build: define HAVE_KRB5_PDU_NONE_DECLStefan Metzmacher2011-07-151-0/+1
* s4:heimdal: add missing filesStefan Metzmacher2011-07-151-1/+4
* s4:heimdal_build: we need k5crypto and gssapi_krb5 aliases also when using sy...Stefan Metzmacher2011-07-141-13/+7
* s4:heimdal_build: only maintain lib/gssapi/{spnego,krb5} file lists onceStefan Metzmacher2011-07-141-90/+67
* s4:heimdal_build: provide HEIMDAL_UNUSED_ATTRIBUTEStefan Metzmacher2011-07-141-0/+2
* heimdal_build: Don't use heimdal's getprogname() and setprogname()Andrew Bartlett2011-05-312-6/+17
* kerberos: Only include gssapi/gssapi_krb5.h when availableAndrew Bartlett2011-04-301-0/+1
* auth/kerberos Add check for gss_inquire_sec_context_by_oidAndrew Bartlett2011-04-271-0/+1
* s3-gse: Don't release the mech OID from gss_accept_security_contextAndrew Bartlett2011-04-271-0/+1
* build: Move Heimdal/MIT compat build rules to heimdal_buildAndrew Bartlett2011-04-261-0/+13
* Add check for krb5_free_unparsed_name, when using external heimdal.Jelmer Vernooij2011-04-231-2/+3
* s4-heimdal_build: Add extra HAVE defines needed for the source3 krb5 codeAndrew Bartlett2011-04-161-0/+3
* libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett2011-04-141-0/+75
* s4:heimdal - fix valgrind issue on Fedora 14Milan Crha2011-02-251-5/+5
* Revert "heimdal_build omit #line statments to allow valgrind to work again"Matthias Dieter Wallnöfer2011-02-251-4/+2
* heimdal_build omit #line statments to allow valgrind to work againAndrew Bartlett2011-02-251-2/+4
* s4-heimdal: allow heimdal build scripts to work from top levelAndrew Tridgell2011-02-071-3/+6
* s4-heimdal_build Remove talloc dep for krb5-glue.cAndrew Bartlett2011-01-041-6/+0