Age | Commit message (Expand) | Author | Files | Lines |
2010-08-14 | s3:auth Change winbindd -> auth interface to more standard structures | Andrew Bartlett | 1 | -24/+5 |
2010-08-14 | s3:auth Make Samba3 use the new common struct auth_usersupplied_info | Andrew Bartlett | 1 | -1/+1 |
2010-08-06 | s3-krb5: include krb5pac.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 1 | -0/+1 |
2010-07-29 | We should be using the winbindd separator in this case, not hardcoding a \\ v... | Jeremy Allison | 1 | -1/+3 |
2010-07-07 | s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as ... | Günther Deschner | 1 | -65/+26 |
2010-06-03 | s3: remove unused librpc/ndr/sid.c. | Günther Deschner | 1 | -0/+1 |
2010-05-26 | s3-samr: move chgpasswd.c out of smbd and into the samr server. | Günther Deschner | 1 | -0/+1 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -5/+5 |
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -1/+1 |
2010-05-18 | s3-crypto: only include crypto headers when crypto is done. | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_misc: clean out include/rpc_misc.h. | Günther Deschner | 1 | -1/+1 |
2010-05-11 | s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATA | Andrew Bartlett | 1 | -14/+15 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-05-02 | s3: Fix the code order in append_auth_data | Volker Lendecke | 1 | -7/+7 |
2010-04-23 | s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP | Volker Lendecke | 1 | -0/+15 |
2010-04-23 | s3: replace some data_blob_talloc by data_blob_const | Volker Lendecke | 1 | -8/+4 |
2010-04-23 | s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async API | Volker Lendecke | 1 | -42/+0 |
2010-04-19 | s3: Move the in-memory ccache to the parent | Volker Lendecke | 1 | -41/+7 |
2010-04-19 | s3-winbind: Allow changing the password for pdb | Volker Lendecke | 1 | -0/+47 |
2010-04-19 | s3: Convert WINBINDD_PAM_LOGOFF to the new async API | Volker Lendecke | 1 | -66/+0 |
2010-04-19 | s3: Convert WINBINDD_PAM_CHAUTHTOK to the new async API | Volker Lendecke | 1 | -57/+0 |
2010-04-19 | s3: Convert WINBINDD_PAM_AUTH_CRAP to the new async API | Volker Lendecke | 1 | -71/+0 |
2010-04-19 | s3: Convert WINBINDD_PAM_AUTH to the new async API | Volker Lendecke | 1 | -64/+0 |
2010-04-13 | s3-winbind: Authenticate SAM users | Volker Lendecke | 1 | -5/+71 |
2010-04-11 | s3: Use sizeof(chal) instead of a constant | Volker Lendecke | 1 | -1/+1 |
2010-04-11 | s3: Cosmetics -- I could not spot where "chal" was initialized | Volker Lendecke | 1 | -1/+1 |
2010-04-10 | s3: Remove domain selection from dual_pam_auth | Volker Lendecke | 1 | -53/+13 |
2010-04-01 | s3: Ensure NULL termination before printing in winbindd_pam_logoff | Volker Lendecke | 1 | -3/+3 |
2010-04-01 | s3: Fix a typo in winbindd_pam_logoff | Volker Lendecke | 1 | -1/+1 |
2010-03-31 | s3: Fix an error message in winbindd_pam_chauthtok() | Volker Lendecke | 1 | -1/+1 |
2010-03-31 | s3: Ensure null termination in winbindd_pam_chauthtok() | Volker Lendecke | 1 | -0/+4 |
2010-03-31 | s3: Make check_info3_in_group static | Volker Lendecke | 1 | -2/+2 |
2010-03-31 | s3-winbind: Make append_auth_data() static | Volker Lendecke | 1 | -4/+4 |
2010-03-29 | s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a ... | Stefan Metzmacher | 1 | -2/+2 |
2010-02-17 | s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OK | Lars Müller | 1 | -1/+1 |
2010-01-10 | s3: Replace most calls to sid_append_rid() by sid_compose() | Volker Lendecke | 1 | -2/+2 |
2009-11-27 | s3-kerberos: only use krb5 headers where required. | Günther Deschner | 1 | -0/+1 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 1 | -0/+2 |
2009-11-06 | s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls. | Günther Deschner | 1 | -0/+1 |
2009-11-06 | s3: Fix kerberos refresh chain. | Bo Yang | 1 | -1/+3 |
2009-10-14 | Fix the build, missing ->. | Jeremy Allison | 1 | -1/+1 |
2009-10-14 | Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal 6" | Jeremy Allison | 1 | -0/+2 |
2009-10-14 | s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_auth | Volker Lendecke | 1 | -7/+6 |
2009-10-08 | s3/s4 - Adapt the IDL changes on various locations | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2009-09-28 | s3:winbind: remove a pointless initialization | Volker Lendecke | 1 | -1/+1 |
2009-09-28 | s3:winbind: Make check_info3_in_group, sanitize its memory handling | Volker Lendecke | 1 | -15/+21 |
2009-09-28 | s3:winbind: Make "check_request_flags" publically available | Volker Lendecke | 1 | -2/+3 |