summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_pam.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | We're in a child, the parent already has chosen the domain by picking the right child to connect to. Metze, you've done work on winbind lately, so it goes to you: Please check :-)
* 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
| | | | | | | | logon call This fixes hopefully the last part of bug #7295. metze
* s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OKLars Müller2010-02-171-1/+1
| | | | | | At the formerly used process_result statement we have alone one NT_STATUS_IS_OK() which never could be hit in our case as we only go here if NT_STATUS_EQUAL is not ok.
* 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
| | | | | | | This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner2009-11-261-0/+2
| | | | | | samba. Guenther
* s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls.Günther Deschner2009-11-061-0/+1
| | | | Guenther
* s3: Fix kerberos refresh chain.Bo Yang2009-11-061-1/+3
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* Fix the build, missing ->.Jeremy Allison2009-10-141-1/+1
| | | | Jeremy.
* Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal 6"Jeremy Allison2009-10-141-0/+2
| | | | | Don't use mapped_user uninitialized. Jeremy.
* 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
|
* s3:winbind: Make "check_request_flags" publically availableVolker Lendecke2009-09-281-2/+3
|
* s3:winbind: Sanitize the args for find_auth_domain: It only needs the flagsVolker Lendecke2009-09-281-6/+7
|
* s3:winbind: Make append_data publically available as append_auth_dataVolker Lendecke2009-09-281-6/+8
|
* s3:winbind: Use fstr_sprintf, it is simpler than talloc_asprintf->fstrcpyVolker Lendecke2009-09-051-8/+5
|
* s3:winbind: Remove pointless <cond> ? true : false;Volker Lendecke2009-09-051-4/+4
|
* s3:winbind: Make the pam_auth subfunctions staticVolker Lendecke2009-09-051-9/+9
|
* Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke2009-06-141-73/+74
| | | | | | Same comment as in baa6084378e530b: This is just a preparatory checkin. Volker
* Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke2009-06-141-162/+162
| | | | | | | | In itself, this is pretty pointless. But in the next steps I'll convert the winbind internal communication to wb_reqtrans which allocates the request properly. This minimizes the later diff. Volker
* Convert response.extra_data.data from malloc to tallocVolker Lendecke2009-05-121-32/+14
|
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-1/+1
| | | | | Should make Solaris 10 builds look cleaner. Jeremy.
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-3/+4
| | | | | | | | | | | This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett
* ѕ3/winbind_pam: fix gcc 4.4 compile warningBjörn Jacke2009-03-231-1/+1
|
* s3: remove POLICY_HND.Günther Deschner2009-03-181-3/+3
| | | | Guenther
* s3-winbindd: workaround for samr_ChangePasswordUser3 to User2 fallback for ↵Günther Deschner2008-11-131-0/+6
| | | | | | w2k dcs. Guenther
* ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.Kai Blin2008-11-101-7/+18
| | | | This fixes bug #5865
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-231-1/+1
| | | | Guenther
* winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter2008-09-161-6/+54
| | | | | | * Ensures that all points an which a name is received or returned to/from a client passes through the name aliases layer (users and groups).
* Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-08-271-2/+2
| | | | | Jeremy. (This used to be commit 7c820899ed1364fdaeb7b49e8ddd839e67397ec0)
* winbindd: move set_auth_errors to util functions.Günther Deschner2008-08-251-12/+0
| | | | | Guenther (This used to be commit ae3fa60c4546c7420722d8f422c22bbfd623ff5b)
* winbindd: consistently use false/true.Günther Deschner2008-08-191-27/+27
| | | | | Guenther (This used to be commit e8619121d16d086f1ab186051d0ecdc83c02e5b5)
* winbindd: use set_auth_errors (avoid code duplication).Günther Deschner2008-08-191-28/+6
| | | | | Guenther (This used to be commit ae35a5110ea03d8ff27f320cdc685e5623715a2a)
* winbindd: fill_in_password_policy (to avoid redundant code).Günther Deschner2008-08-191-20/+18
| | | | | Guenther (This used to be commit dbfa7ba14c9f1a4d7a1e7205dd0b3ea2fc2e6131)