Check error returns from strupper_m() (in all reasonable places).
[nivanova/samba-autobuild/.git] / source3 / winbindd / winbindd_pam.c
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
2010-09-08 Volker Lendeckes3: "== false" looks wrong :-)
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-14 Andrew Bartletts3:auth Change winbindd -> auth interface to more stand...
2010-08-14 Andrew Bartletts3:auth Make Samba3 use the new common struct auth_user...
2010-08-06 Günther Deschners3-krb5: include krb5pac.h where needed.
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-07-29 Jeremy AllisonWe should be using the winbindd separator in this case...
2010-07-07 Günther Deschners3-winbindd: route samr chgpwd ops for own domain over...
2010-06-02 Günther Deschners3: remove unused librpc/ndr/sid.c.
2010-05-26 Günther Deschners3-samr: move chgpasswd.c out of smbd and into the...
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_netlogon.h
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_samr.h
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-17 Günther Deschners3-crypto: only include crypto headers when crypto...
2010-05-17 Günther Deschners3-rpc_misc: clean out include/rpc_misc.h.
2010-05-11 Andrew Bartletts3:kerberos Return PAC_LOGON_INFO rather than the full...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-05-02 Volker Lendeckes3: Fix the code order in append_auth_data
2010-04-23 Volker Lendeckes3: Allow pdb password change using WINBINDD_PAM_CHNG_P...
2010-04-23 Volker Lendeckes3: replace some data_blob_talloc by data_blob_const
2010-04-23 Volker Lendeckes3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the...
2010-04-19 Volker Lendeckes3: Move the in-memory ccache to the parent
2010-04-19 Volker Lendeckes3-winbind: Allow changing the password for pdb
2010-04-19 Volker Lendeckes3: Convert WINBINDD_PAM_LOGOFF to the new async API
2010-04-19 Volker Lendeckes3: Convert WINBINDD_PAM_CHAUTHTOK to the new async API
2010-04-19 Volker Lendeckes3: Convert WINBINDD_PAM_AUTH_CRAP to the new async API
2010-04-19 Volker Lendeckes3: Convert WINBINDD_PAM_AUTH to the new async API
2010-04-13 Volker Lendeckes3-winbind: Authenticate SAM users
2010-04-11 Volker Lendeckes3: Use sizeof(chal) instead of a constant
2010-04-11 Volker Lendeckes3: Cosmetics -- I could not spot where "chal" was...
2010-04-10 Volker Lendeckes3: Remove domain selection from dual_pam_auth
2010-04-01 Volker Lendeckes3: Ensure NULL termination before printing in winbindd...
2010-04-01 Volker Lendeckes3: Fix a typo in winbindd_pam_logoff
2010-03-31 Volker Lendeckes3: Fix an error message in winbindd_pam_chauthtok()
2010-03-31 Volker Lendeckes3: Ensure null termination in winbindd_pam_chauthtok()
2010-03-31 Volker Lendeckes3: Make check_info3_in_group static
2010-03-31 Volker Lendeckes3-winbind: Make append_auth_data() static
2010-03-29 Stefan Metzmachers3:winbindd: correctly retry if the netlogon pipe gets...
next