replace: remove needless vxfs header file check
[gd/samba-autobuild/.git] / auth / kerberos /
2018-03-19 Matt Selskyauth/kerberos: Fix typo in error message regarding...
2018-01-08 kkpleindefine DBGC_AUTH class
2017-01-11 Stefan Metzmacherwscript: remove executable bits for all wscript* files
2016-12-20 Stefan MetzmacherCVE-2016-2126: auth/kerberos: only allow known checksum...
2016-09-29 Günther Deschnermit: make it possible to build with MIT kerberos and...
2016-07-06 Christof Schmittgensec: Change log level for message when obtaining...
2016-07-05 Uri Simchoniauth: fix a memory leak in gssapi_get_session_key()
2015-11-23 Andreas Schneiderauth: Fix picky const warnings in gssapi_pac
2015-06-23 Stefan Metzmacherauth/kerberos: add gssapi_get_sig_size() and gssapi_...
2015-03-20 Stefan Metzmacherauth/kerberos: remove allow_warnings=True
2015-03-20 Stefan Metzmacherauth/kerberos: avoid compiler warnings
2015-03-12 Andrew Bartlettauth/kerberos: Do a string comparison in kerberos_decod...
2014-04-02 Stefan Metzmacherauth/kerberos: explicitly use allow_warnings=True
2014-03-12 Günther Deschnerauth/kerberos: fix a typo.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-09-22 Andrew Bartlettauth/kerberos: add HAVE_KRB5 guard to fix non-krb5...
2012-09-21 Christof Schmittauth/kerberos: Adjust log level for failed PAC signatur...
2012-07-30 Andrew Bartlettauth/kerberos: Do not do pointer arithmatic on a void *
2012-07-06 Christof Schmittauth: Common function for retrieving PAC_LOGIN_INFO...
2012-06-06 Alexander Bokovoyauth-kerberos: avoid crash with MIT krb5 1.10.0 in...
2012-05-23 Andreas Schneidergse: Use the smb_gss_oid_equal wrapper.
2012-04-24 Alexander Bokovoylib/replace: split out GSSAPI from lib/replace/system...
2012-04-23 Simo SorceMake krb5 wrapper library common so they can be used...
2012-04-12 Simo Sorceauth-krb: Move pac related util functions in a single...
2012-04-12 Simo Sorceauth-krb: Make functions static.
2012-04-12 Simo Sorceauth-krb: Use simpler method to extract keytype.
2012-04-12 Simo Sorceauth-krb: Nove oid packet check to gensec_util.
2012-03-08 Andrew Bartlettauth/kerberos: Fall back to gsskrb5_get_subkey if we...
2012-03-08 Andrew Bartlettauth/kerberos: Ensure we do not print invalid memory...
2012-02-17 Andrew Bartlettauth/kerberos: Move gse_get_session_key() to common...
2012-01-12 Andrew Bartlettauth/kerberos: Remove unused TALLOC_CTX argument to...
2012-01-11 Andrew Bartlettauth/kerberos: Remove unused headers from gssapi_parse.c
2011-12-29 Andrew Bartlettauth/kerberos: Rename memory contexts for greater clarity
2011-12-28 Andrew Bartlettauth/kerberos: Make pac_data_out in kerberos_decode_pac...
2011-12-28 Andrew Bartlettauth/kerberos: Move gssapi_parse.c to the top level
2011-10-06 Ewoud Kohl van Wij... Add missing com_err dependencies
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-15 Stefan Metzmacherauth/kerberos/gssapi_pac: fix compiler warnings
2011-05-07 Gordon RossFix Samba3 on OpenIndiana.
2011-04-27 Andrew Bartlettauth/kerberos Add check for gss_inquire_sec_context_by_oid
2011-04-27 Andrew Bartlettauth/kerberos Move all the PAC handling functions to...
2011-04-27 Andrew Bartlettauth/kerberos: Create common helper to get the verified...