smbd: Always clean up the child's msg_ctx
[obnox/samba/samba-obnox.git] / source4 / auth /
2014-04-18 Andrew Bartletts4-auth: Make the auth_winbind_wbclient use more correc...
2014-04-15 Andrew Bartlettauth: Remove support for HAVE_TRUNCATED_SALT from pass_...
2014-04-15 Andrew Bartlettauth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.c
2014-04-15 Andrew Bartlettauth: Remove linux_bigcrypt support from pass_check.c
2014-04-15 Andrew Bartlettauth: Remove support for plaintext auth on systems...
2014-04-15 Andrew Bartlettauth: Remove afs_auth() from pass_check.c and s4's...
2014-04-15 Andrew Bartlettauth: Remove dfs_auth() from pass_check.c and s4's...
2014-04-02 Andrew Bartletts4-auth: Support password history correctly, including...
2014-04-02 Andrew Bartlettdsdb: Move dsdb_update_bad_pwd_count to dsdb/common...
2014-04-02 Andrew Bartlettauth: Split out badPwdCount update into a helper function
2014-04-02 Andrew Bartletts4-auth: Add authsam_zero_bad_pwd_count to zero out...
2014-04-02 Andrew Bartletts4-auth: Rework memory handling to use a tmp_ctx
2014-04-02 Andrew Bartletts4:auth: Add password lockout support to the AD DC
2014-04-02 Andrew Bartlettdsdb: Put password lockout support in samdb_result_pass...
2014-04-02 Andrew Bartlettdsdb: Rework samdb_result_acct_flags to use either...
2014-04-02 Stefan Metzmachers4:auth/sam: use a higher time resolution in authsam_ac...
2014-04-02 Andrew Bartlettkerberos: Map KRB5KDC_ERR_CLIENT_REVOKED to NT_STATUS_A...
2014-04-02 Stefan Metzmachers4:auth/gensec: explicitly use allow_warnings=True...
2014-04-02 Stefan Metzmachers4:auth/ntlm: add auth4_sam_init() prototype to avoid...
2014-04-02 Stefan Metzmachers4:auth: avoid str_list related const warnings
2014-04-02 Stefan Metzmachers4:auth/gensec: fix declaration after code warning...
2014-04-02 Stefan Metzmachers4:auth/gensec: include gensec_krb5_util.h in gensec_kr...
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2014-03-26 Stefan Metzmachers4:pygensec: don't pass an explicit tevent_context...
2014-03-05 Garming SamRemove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE...
2014-03-05 Garming SamRemove the remaining uses of the macro NT_STATUS_HAVE_N...
2014-03-05 Garming SamRemove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE...
2014-03-05 Volker Lendeckeauth4: Remove unused wbc_context
2014-03-05 Volker Lendeckeauth4: Do not generate just a temporary wbc_context
2014-03-05 Volker Lendeckeauth4: auth_session_info_fill_unix only needs a tevent_...
2014-03-05 Volker Lendeckeauth4: security_token_to_unix_token only needs a tevent...
2014-03-05 Volker Lendeckesource4: Use wbc_sids_to_xids
2014-02-18 Volker LendeckeRevert "source4: Use wbc_sids_to_xids"
2014-02-18 Volker LendeckeRevert "auth4: security_token_to_unix_token only needs...
2014-02-18 Volker LendeckeRevert "auth4: auth_session_info_fill_unix only needs...
2014-02-18 Volker LendeckeRevert "auth4: Do not generate just a temporary wbc_con...
2014-02-18 Volker LendeckeRevert "auth4: Remove unused wbc_context"
2014-02-13 Stefan Metzmachers4:auth/gensec: only include "librpc/gen_ndr/dcerpc.h"
2014-02-10 Volker Lendeckeauth4: Remove unused wbc_context
2014-02-10 Volker Lendeckeauth4: Do not generate just a temporary wbc_context
2014-02-10 Volker Lendeckeauth4: auth_session_info_fill_unix only needs a tevent_...
2014-02-10 Volker Lendeckeauth4: security_token_to_unix_token only needs a tevent...
2014-02-10 Volker Lendeckesource4: Use wbc_sids_to_xids
2014-01-09 Matthias Dieter... samba:python - Py_RETURN_NONE remove compatibility...
2014-01-06 Stefan Metzmachers4:gensec_gssapi: make sure gensec_gssapi_[un]seal_pack...
2014-01-06 Stefan Metzmachers4:auth/gensec_gssapi: handle GENSEC_FEATURE_SIGN_PKT_H...
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-10-14 Volker Lendeckeauth4: Remove an unused variable
2013-09-19 Günther Deschnergensec: move schannel module to toplevel.
2013-08-10 Stefan Metzmacherauth/gensec: introduce gensec_internal.h
2013-08-10 Stefan Metzmachers4:gensec/schannel: only require librpc/gen_ndr/dcerpc.h
2013-08-10 Stefan Metzmachers4:gensec/schannel: there's no point in having schannel...
2013-08-10 Stefan Metzmachers4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is...
2013-08-10 Stefan Metzmachers4:gensec/schannel: use the correct computer_name from...
2013-08-10 Stefan Metzmachers4:gensec/schannel: simplify the code by using netsec_c...
2013-08-10 Stefan Metzmachers4:gensec/schannel: remove unused dcerpc_schannel_creds()
2013-05-16 Andrew Bartlettgensec: Make the no-hostname status message much less...
2013-05-16 Karolin Seegersource4/auth/kerberos/kerberos-notes.txt: Fix typo.
2013-03-05 Andreas Schneidergensec: recv_handler can't be NULL at that point.
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...
2013-02-28 Stefan Metzmachers4:pygensec: make use of samba_tevent_context_init()
2013-02-22 Andreas Schneiderpyauth: Check return value of lpcfg_from_py_object().
2013-02-19 Stefan Metzmachers4:auth/kerberos: make use of samba_tevent_context_init()
2013-02-12 Guenter KukkukkFix some cut-and-paste and spelling in debug messages
2013-01-21 Andrew Bartlettdsdb: Ensure "authenticated users" is processed for...
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-08-10 Björn Jackebuild: rename security → samba-security
2012-07-17 Andreas Schneiders4-auth: Make sure we use the correct credential state.
2012-07-06 Christof Schmittauth: Common function for retrieving PAC_LOGIN_INFO...
2012-07-02 Andrew Bartlettauth: Remove .get_challenge (only used for security...
2012-06-19 Andrew Bartlettauth: Use only security_token_is_system to determine...
2012-06-15 Andrew Bartlettlib/param: Create a seperate server role for "active...
2012-06-12 Michael Adams4:kerberos: fix typos in kerberos-notes.txt
2012-06-12 Michael Adams4:gensec: fix a comment typo
2012-06-07 Andrew Bartlettbuild: Add missing deps and make MESSAGING a private...
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-23 Simo Sorcegensec_gssapi: Make it possible to build with MIT krb5
2012-05-18 Jelmer Vernooijpygensec: Fix init of variable if not specified.
2012-05-17 Stefan Metzmachers4:auth/gensec_gssapi: add "gensec_gssapi:requested_lif...
2012-05-17 Stefan Metzmachers4:auth/gensec: implement gensec_gssapi_expire_time()
2012-05-17 Stefan Metzmachers4:auth/gensec_gssapi: add missing 'break' statements
2012-05-17 Stefan Metzmachers4:auth/gensec_gssapi: remember the expire time
2012-05-15 Stefan Metzmachers4:auth: remove unused auth_server.c
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 Sorceauth-session: MIT doesn't have import/export cred yet
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...
next