Change default LDAP page size to 1000.
[obnox/samba/samba-obnox.git] / source4 / auth / kerberos /
2016-01-13 Jelmer VernooijRename 'errors' to 'samba-errors' and make it public.
2015-11-23 Andreas Schneiders4-auth: Fix picky unused variable warning
2015-11-06 Mathieu ParentFix various spelling errors
2015-07-30 Günther Deschners4-auth: Call krb5_get_init_creds_opt_set_canonicalize...
2015-07-21 Andreas Schneiders4-auth: Make sure error_string is correctly initialized
2015-07-17 Andreas Schneiders4-kerberos: Make sure we handle kvno's in keytabs...
2015-07-16 Andreas Schneiders4-auth: Always pass down the salt principal
2015-07-16 Andreas Schneiders4-auth: Use kerberos util functions in srv_keytab
2015-07-16 Andreas Schneiders4-auth: Add smb_krb5_remove_obsolete_keytab_entries()
2015-07-16 Andreas Schneiders4-auth: Add smb_krb5_create_principals_array()
2015-03-27 Günther Deschnerlib/krb5_wrap: use krb5_const_principal in smb_krb5_cre...
2015-03-27 Günther Deschners4-auth: avoid double free of krb5 kt_entries when...
2015-03-12 Andrew Bartlettauth/kerberos: Use KRB5_PRINCIPAL_UNPARSE_DISPLAY in...
2015-02-08 Andrew Bartlettauth/kerberos: Use talloc_stackframe to avoid memory...
2015-01-23 Andrew Bartletttorture: Start a new testsuite for krb5 and KDC behaviour
2014-09-26 Günther Deschners4-auth/kerberos: fix salting principal, make sure...
2014-08-08 Günther Deschners4-auth/kerberos: add a note how to implement krb5_get_...
2014-08-08 Günther Deschners4-kerberos: remove duplicate macros.
2014-08-08 Günther Deschnerlib/krb5_wrap: move krb5_princ_size replacement code...
2014-08-08 Günther Deschnersamba: use smb_krb5_create_key_from_string() in some...
2014-07-08 Samuel Cabreros4-auth-krb: Fix talloc access after free in smb_krb5_u...
2014-04-28 Andrew Bartlettkerberos: Remove un-used event context argument from...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-27 Matthieu Patouauth-kerberos: add the credentials.h so that enum crede...
2013-05-16 Karolin Seegersource4/auth/kerberos/kerberos-notes.txt: Fix typo.
2013-02-19 Stefan Metzmachers4:auth/kerberos: make use of samba_tevent_context_init()
2012-08-29 Andrew Bartlettauth/credentials: Support match-by-key in cli_credentia...
2012-08-27 Andrew Bartlettlib/krb5_wrap: Move enctype conversion functions into...
2012-07-06 Christof Schmittauth: Common function for retrieving PAC_LOGIN_INFO...
2012-06-12 Michael Adams4:kerberos: fix typos in kerberos-notes.txt
2012-05-30 Andrew Bartlettlib/krb5_wrap: Move krb5_princ_size helper to source4...
2012-05-23 Andreas Schneidergse: Use the smb_gss_oid_equal wrapper.
2012-05-23 Alexander BokovoyIntroduce system MIT krb5 build with --with-system...
2012-05-08 Andreas Schneiders4-auth: Use smb_krb5_make_pac_checksum.
2012-05-04 Alexander Bokovoys4:auth/kerberos: don't do tracing in MIT build
2012-05-04 Simo Sorces4-auth-krb: Make srv_keytab.c build against MIT Kerberos
2012-05-04 Simo SorceFix incompatible assignment warning
2012-05-04 Simo SorceFix compiler warning
2012-05-04 Simo Sorces4-auth-krb: Use compat code to initialize keyblock...
2012-05-04 Simo Sorces4-auth-krb: Disable code in MIT build
2012-05-04 Simo SorceMove keytab_copy to krb5samba lib
2012-05-04 Simo SorceFix keytab_copy to compile with MIT librariues too
2012-05-04 Simo Sorcekeytab_copy: Fix style, whitespaces
2012-05-04 Simo Sorcekerberos_pac: Fix code to work with MIT too
2012-05-04 Simo Sorces4-auth-krb: smb_rd_req_return_stuff is used only in...
2012-05-04 Simo SorceSplit normal kinit from s4u2 flavored kinit
2012-05-04 Simo SorceMove kerberos_kinit_password_cc to krb5samba lib
2012-05-04 Simo SorceMove kerberos_kinit_keyblock_cc to krb5samba lib
2012-05-04 Simo Sorcekrb-init: define out heimdal specific stuff in mitkrb...
2012-05-04 Simo Sorces4-auth-krb: avoid useless condition
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-23 Simo SorceFor now just disable this Heindal specific stuff in...
2012-04-23 Simo SorceMake krb5 context initialization not heimdal specific
2012-04-19 Simo SorceFix Error messages
2012-04-12 Simo Sorcesrv_keytab: Pass krb5_context directly, it's all we...
2012-04-12 Simo Sorceauth-krb: Move pac related util functions in a single...
2012-04-12 Simo Sorces4-auth-krb: Remove dependency on credentials too.
2012-04-12 Simo Sorces4-auth-krb: Remove unneded dependency on kerberos_util.
2012-04-12 Simo Sorces4-auth-krb: Simplify salt_princ handling.
2012-04-12 Simo Sorces4-auth-krb: Move function to db-glue.c and make it...
2012-04-12 Simo Sorces4-auth-krb: Move keytab functions in a separate file.
2012-04-12 Simo Sorces4-auth-krb: Streamline and cleanup code to make it...
2012-04-12 Simo Sorces4-auth-krb: streamline and rename enctype functions
2012-04-12 Simo Sorces4-auth-krb: Make kerberos_enctype_bitmap_to_enctype...
2012-04-12 Simo Sorces4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes...
2012-04-12 Simo Sorces4-auth-krb: Move function into more appropriate header.
2012-04-12 Simo Sorces4-auth-krb: Make impersonate_principal_from_credential...
2012-04-12 Simo Sorcekrb5_wrap: remove duplicate declaration and dead ifdef
2012-01-10 Andrew Bartlettkrb5: Require krb5_set_real_time is available to build...
2012-01-09 Günther Deschners4-kerberos: remove some unused prototypes.
2011-12-29 Andrew Bartletts4-gensec: Move parsing of the PAC blob and creating...
2011-12-28 Andrew Bartlettauth/kerberos: Move gssapi_parse.c to the top level
2011-12-06 Andrew Bartlettauth: Allow a NULL principal to be obtained from the...
2011-11-29 Andrew Bartletts4-samba-tool: Add --principal argument to samba-tool...
2011-07-25 Stefan Metzmachers4:auth/kerberos: activate windows related krb5 flags
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-22 Stefan Metzmachers4:auth/kerberos: protect kerberos_kinit_password_cc...
2011-06-22 Stefan Metzmachers4:auth/kerberos: add S4U2Proxy support to kerberos_kin...
2011-06-22 Stefan Metzmachers4:auth/kerberos: protect kerberos_kinit_password_cc...
2011-06-22 Stefan Metzmachers4:auth/kerberos: remove one indentation level in kerbe...
2011-06-22 Stefan Metzmachers4:auth/kerberos: reformat kerberos_kinit_password_cc()
2011-06-22 Stefan Metzmachers4:auth/kerberos: don't mix s4u2self creds with machine...
2011-06-22 Stefan Metzmachers4:auth/kerberos: use better variable names in kerberos...
2011-06-22 Stefan Metzmachers4:auth/kerberos: don't ignore return code in kerberos_...
2011-06-21 Brad Hardss4/auth: Trivial spelling fixes.
2011-06-20 Andrew Bartlettlibcli/util Rename common map_nt_error_from_unix to...
2011-06-20 Andrew Bartlettlibcli/util Bring samba4 unix -> nt_status code in...
2011-05-18 Stefan Metzmachers4:auth/credentials: pass 'self_service' to cli_credent...
2011-04-20 Andrew Bartlettlibcli/auth Move PAC parsing and verification in common.
2011-04-29 Andrew Bartletts4-param Remove config_path() -> lpcfg_config_path()
2011-04-14 Andrew Bartletts3-auth Rename smb_krb5_open_keytab to avoid a conflict...
2011-04-14 Andrew Bartlettlibcli/auth Move krb5 wrapper functions from s3 into...
2011-04-06 Andrew Tridgelllib: make asn1_util a private library
2011-04-04 Andrew Tridgells4-krb5: be a bit less verbose about krb5 packets
2011-03-19 Jelmer Vernooijsource4/auth: Fix prototypes for all functions.
2011-02-14 Günther Deschnerlibrpc: make NDR_KRB5PAC a shared library (libndr-krb5p...
2011-02-10 Andrew Tridgellldb: use #include <ldb.h> for ldb
2011-02-10 Andrew Tridgells4-krb5: authkrb5 should depend on ldb
next