pidl: Change *_get_pipe_fns() to return const struct api_struct *
[gd/samba-autobuild/.git] / source3 / winbindd / winbindd_pam.c
2016-10-11 Christof Schmittwinbindd: Replace calls to domain->methods
2016-09-29 Jeremy Allisons3: winbind: Trust name2sid mappings from the PAC.
2016-09-28 Jeremy Allisons3: winbind: Make WBC_AUTH_USER_LEVEL_PAC prime the...
2016-07-01 Aurelien Aptels3/winbindd: use == -1 instead of < 0 for error checkin...
2016-06-30 Stefan Metzmachers3:winbindd: pass 'interactive' down through winbindd_d...
2015-11-06 Mathieu ParentFix various spelling errors
2015-11-04 Noel Powers3: winbind: Prevent null ptr access by returning error...
2015-10-11 Richard SharpeA small improvement to the DEBUG message when pass...
2015-06-24 Stefan Metzmachers3:winbindd: remove unused argument 'server' from winbi...
2015-06-11 Jeremy Allisonwinbindd: winbindd_raw_kerberos_login - ensure logon_in...
2015-06-11 Noel Powerkerberos auth info3 should contain resource group ids...
2015-04-29 Richard SharpeChange all uint32/16/8 to 32_t/16_t/8_t in winbindd.
2014-11-25 Stefan Metzmachers3:winbindd: make use of talloc_string_sub2() in genera...
2014-10-07 Andrew Bartletts3-winbindd: Pass the whole winbindd_domain to invalida...
2014-09-26 Andrew Bartlettidl: Merge NETR_TRUST and LSA_TRUST definitions into...
2014-07-15 Günther Deschners3-winbindd: use wcache_query_user_fullname after inspe...
2014-07-15 Günther Deschners3-winbindd: call interactive samlogon via rpccli_netlo...
2014-07-04 Andrew Bartlettwinbindd: Use a remote RPC server when we are an RODC...
2014-07-04 Andrew Bartletts4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED...
2014-06-18 Jeremy Allisons3: auth: Fix winbindd_pam_auth_pac_send() to create...
2014-06-11 Andrew Bartletts3-winbindd: Implement SamLogon IRPC call
2014-06-11 Andrew Bartlettauth: Provide a way to use the auth stack for winbindd...
2014-06-04 Christian Ambachs3:lib/afs move afs.c to common lib dir
2014-04-02 Andrew Bartletts3-auth: Finally change make_user_info_*() use a parent...
2014-03-12 Günther Deschners3-kerberos: let kerberos_return_pac() return a PAC...
2014-03-12 Günther Deschners3-kerberos: return a full PAC in kerberos_return_pac().
2014-03-12 Günther Deschners3-libads: pass down local_service to kerberos_return_p...
2014-01-07 Stefan Metzmachers3:winbindd: make use of rpccli_netlogon_network_logon()
2014-01-07 Stefan Metzmachers3:rpc_client: make use of the new netlogon_creds_cli_c...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-10 Andreas Schneiders3-winbind: Add support for the kernel krb5 keyring...
2013-09-10 Andreas Schneiders3-winbind: Don't set a default directory for DIR.
2013-07-23 Günther Deschners3-winbindd: support the DIR pragma for raw kerberos...
2013-07-15 Andreas Schneiders3-winbind: Do not delete an existing valid credential...
2013-03-05 Andreas Schneiderwinbind: Correctly use names in the domain struct.
2012-11-12 Andreas Schneiders3:winbind: BUG 9386: Failover if netlogon pipe is...
2012-09-21 Christof Schmittwinbind: Extend wbcAuthenticateUserEx to provide PAC
2012-08-21 Jeremy AllisonFix bug #9098 - winbind does not refresh kerberos tickets.
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-23 Andreas Schneiders3-winbind: Fix bug #9052 resolving our own "Domain...
2012-07-17 Rusty Russellsource3/winbindd/winbindd_pam.c: fix stackframe leak
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2727 to 2740 -- UNINIT
2012-03-19 Andrew Bartletts3-winbindd Only use SamLogonEx when we can get unencry...
2012-02-27 Matthieu Patous3-winbindd: Close netlogon connection if the status...
2012-02-19 Andrew Bartletts3-winbindd: pass logon parmeters down to check_sam_sec...
2012-01-30 Matthieu Patous3-winbind: don't try to do clever thing if the usernam...
2011-10-28 Jeremy AllisonFix bug #8548 - winbind_samlogon_retry_loop ignores...
2011-10-24 Simo Sorceidl: Improve MS-PAC IDL
2011-07-04 Andreas Schneiders3-auth: Pass the remote_address down to user_info.
2011-06-29 Günther Deschners3-winbind: Fix bug 7888 -- deal with buggy 3.0 based...
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-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-05-25 Jim McDonoughs3-winbind: BUG 8166 - Don't lockout users when offline.
2011-05-05 Jeremy AllisonMore simple const fixups.
2011-05-04 Jeremy AllisonFix simple uses of safe_strcpy -> strlcpy. Easy ones...
2011-05-02 Günther Deschners3: remove various references to server side dcerpc...
2011-04-24 Stefan Metzmachers3:rpc_client: map fault codes to NTSTATUS with dcerpc_...
2011-03-29 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-02-04 Günther Deschners3-winbindd: let winbind try to use samlogon validation...
2011-02-02 Günther Deschners3-winbind: prefer dcerpc_samr_X functions in winbindd...
2011-01-28 Volker Lendeckes3: inline get_uid_from_state
2011-01-28 Volker Lendeckes3: Lift winbindd_cli_state from fillup_password_policy
2011-01-28 Volker Lendeckes3: Do not use state->mem_ctx in fillup_password_policy
2011-01-28 Volker Lendeckes3: Lift winbindd_cli_state from winbindd_dual_pam_auth...
2011-01-28 Volker Lendeckes3: Lift winbindd_cli_state from winbindd_raw_kerberos_...
2011-01-26 Günther Deschners3-winbind: share a common winbind_samlogon_retry_loop().
2011-01-26 Günther DeschnerRevert "s3: These assignments are overwritten immediately"
2011-01-26 Günther DeschnerRevert "s3-winbind: fix winbindd_dual_pam_auth_samlogon...
2011-01-24 Günther Deschners3-winbind: fix winbindd_dual_pam_auth_samlogon() for...
2010-12-19 Volker Lendeckes3: Use the right uid winbindd_raw_kerberos_login()
2010-12-19 Volker Lendeckes3: wcache_invalidate_samlogon only needs the SID
2010-12-10 Andrew Bartletts3-winbind Improve memory handling in NTLMv2-backend...
2010-12-10 Andrew Bartletts3-winbind Don't send the LM password to the server...
2010-11-27 Volker Lendeckes3: Return the correct result from winbindd_dual_auth_p...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-10-14 Andrew Bartletts3-auth Use security_token_debug() from common code
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-12 Volker Lendeckes3: Remove a nesting level in winbindd_dual_pam_chauthtok
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-09-11 Andrew Bartletts3-auth Change type of num_sids to uint32_t
2010-09-10 Volker Lendeckes3: Simplify the logic in generate_krb5_ccache
2010-09-10 Volker Lendeckes3: Simplify generate_krb5_ccache slightly
2010-09-09 Volker Lendeckes3: These assignments are overwritten immediately
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from a few functions
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from lookup_cached_name()
2010-09-09 Volker Lendeckes3: Remove a nested if-statement
2010-09-09 Volker Lendeckes3: Fill in workstation in winbindd_pam_auth_crap_send
2010-09-09 Volker Lendeckes3: Fill in domain in winbindd_pam_auth_crap_send
2010-09-09 Volker Lendeckes3: Remove redundant flag checks
2010-09-09 Volker Lendeckes3: Remove unused arg "user_sid" from winbindd_store_creds
next