summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_pam.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-1/+1
* s3:auth Change winbindd -> auth interface to more standard structuresAndrew Bartlett2010-08-141-24/+5
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-1/+1
* s3-krb5: include krb5pac.h where needed.Günther Deschner2010-08-061-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* We should be using the winbindd separator in this case, not hardcoding a \\ v...Jeremy Allison2010-07-291-1/+3
* s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as ...Günther Deschner2010-07-071-65/+26
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-0/+1
* s3-samr: move chgpasswd.c out of smbd and into the samr server.Günther Deschner2010-05-261-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-5/+5
* s3-rpc_client: move protos to cli_netlogon.hGünther Deschner2010-05-181-0/+1
* s3-rpc_client: move protos to cli_samr.hGünther Deschner2010-05-181-0/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+1
* s3-crypto: only include crypto headers when crypto is done.Günther Deschner2010-05-181-0/+1
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-1/+1
* s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATAAndrew Bartlett2010-05-111-14/+15
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: Fix the code order in append_auth_dataVolker Lendecke2010-05-021-7/+7
* s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAPVolker Lendecke2010-04-231-0/+15
* s3: replace some data_blob_talloc by data_blob_constVolker Lendecke2010-04-231-8/+4
* s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async APIVolker Lendecke2010-04-231-42/+0
* s3: Move the in-memory ccache to the parentVolker Lendecke2010-04-191-41/+7
* s3-winbind: Allow changing the password for pdbVolker Lendecke2010-04-191-0/+47
* s3: Convert WINBINDD_PAM_LOGOFF to the new async APIVolker Lendecke2010-04-191-66/+0
* s3: Convert WINBINDD_PAM_CHAUTHTOK to the new async APIVolker Lendecke2010-04-191-57/+0
* s3: Convert WINBINDD_PAM_AUTH_CRAP to the new async APIVolker Lendecke2010-04-191-71/+0
* s3: Convert WINBINDD_PAM_AUTH to the new async APIVolker Lendecke2010-04-191-64/+0
* s3-winbind: Authenticate SAM usersVolker Lendecke2010-04-131-5/+71
* s3: Use sizeof(chal) instead of a constantVolker Lendecke2010-04-111-1/+1
* s3: Cosmetics -- I could not spot where "chal" was initializedVolker Lendecke2010-04-111-1/+1
* s3: Remove domain selection from dual_pam_authVolker Lendecke2010-04-101-53/+13
* s3: Ensure NULL termination before printing in winbindd_pam_logoffVolker Lendecke2010-04-011-3/+3
* s3: Fix a typo in winbindd_pam_logoffVolker Lendecke2010-04-011-1/+1
* s3: Fix an error message in winbindd_pam_chauthtok()Volker Lendecke2010-03-311-1/+1
* s3: Ensure null termination in winbindd_pam_chauthtok()Volker Lendecke2010-03-311-0/+4
* s3: Make check_info3_in_group staticVolker Lendecke2010-03-311-2/+2
* s3-winbind: Make append_auth_data() staticVolker Lendecke2010-03-311-4/+4
* s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a ...Stefan Metzmacher2010-03-291-2/+2
* s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OKLars Müller2010-02-171-1/+1
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-2/+2
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-271-0/+1
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+2
* s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls.Günther Deschner2009-11-061-0/+1
* s3: Fix kerberos refresh chain.Bo Yang2009-11-061-1/+3
* Fix the build, missing ->.Jeremy Allison2009-10-141-1/+1
* Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal 6"Jeremy Allison2009-10-141-0/+2
* s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke2009-10-141-7/+6
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-2/+2
* s3:winbind: remove a pointless initializationVolker Lendecke2009-09-281-1/+1
* s3:winbind: Make check_info3_in_group, sanitize its memory handlingVolker Lendecke2009-09-281-15/+21