summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Collapse)AuthorAgeFilesLines
* libwbclient: Implement wbcGetgrent and wbcGetgrlistKai Blin2008-11-251-2/+121
|
* libwbclient: Implement wbcGetpwentKai Blin2008-11-251-2/+77
|
* libwbclient: Add placeholder function for WINBINDD_CCACHE_NTLMAUTHKai Blin2008-11-252-0/+43
|
* libwbclient: Fix typo in wbcGetgrent docstring.Kai Blin2008-11-251-1/+1
|
* libwbclient: Add placeholder function for WINBINDD_GETGRLSTKai Blin2008-11-252-0/+16
|
* libwbclient: Add placeholder functions for wbcQuery[GSU]idTo[GSU]idKai Blin2008-11-252-4/+76
|
* Fix an uninitialized variable warningVolker Lendecke2008-11-231-1/+1
| | | | Andreas Schneider, please check!
* Fix bug #5904 - libnss_wins causes SIGABRT while servicing getaddrinfo() ↵Jeremy Allison2008-11-191-15/+48
| | | | | | request. Jeremy.
* Clean-up various trailing space and >80 column lines.Steven Danneman2008-11-185-9/+9
|
* Added ability to remove id mappings in wbinfo and libwbclient.Steven Danneman2008-11-184-2/+173
| | | | | | | | | | | | | | | | | The idmap_tdb backend already provides an interface to remove existing id mappings. This commit plumbs that ability up through, winbindd, libwbclient, and wbinfo. Added new winbindd command: WINBINDD_REMOVE_MAPPING Added new libwbclient interfaces: wbcRemoveUidMapping() and wbcRemoveGidMapping() Added new wbinfo options: --remove-uid-mapping --remove-gid-mapping Increased libwbclient version to 0.2 Increased winbind interface version to 20
* Added ability to set id mappings in wbinfo.Steven Danneman2008-11-181-0/+99
| | | | | | | | | | | The two new parameters are: --set-uid-mapping --set-gid-mapping These allow wbinfo to create new, or override existing id mappings in the idmap backend. These expose the exisiting ability of libwbclient and winbindd to do this, up through a command line utility.
* Fix broken msgids in ntstatus_errorsBo Yang2008-11-171-6/+6
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* pam_winbind: do not add empty blob.Günther Deschner2008-11-131-8/+10
| | | | Guenther
* pam_winbind: translate some more string.Günther Deschner2008-11-131-7/+7
| | | | | | boyang, please check. Guenther
* i18n/l10n pam_winbindBo Yang2008-11-132-50/+82
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* pam_winbind: fix what data we put into the blobs.Günther Deschner2008-11-121-16/+20
| | | | Guenther
* ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.Kai Blin2008-11-101-1/+3
| | | | This fixes bug #5865
* wbinfo --sid-to-fullnameVolker Lendecke2008-10-291-1/+41
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* wbcGetDisplayNameVolker Lendecke2008-10-292-0/+49
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Fix two trivial typosVolker Lendecke2008-10-211-2/+2
|
* Create a function out of pam_sm_close_session to delete the credentials.Andreas Schneider2008-10-211-120/+135
| | | | | This is the way the creds should be deleted. Now we have back a close_session function which can be used for other things.
* Delete the krb5 ccname variable from the PAM environment if set.Andreas Schneider2008-10-211-0/+8
| | | | | If winbind sets the KRB5CCNAME variable it should unset it when the cache gets destroyed.
* Set the right return value if wbc_status is set to an error.Andreas Schneider2008-10-211-0/+5
|
* Remove define for VOLATILE, volatile is already provided by libreplace.Jelmer Vernooij2008-10-142-2/+0
|
* pam_winbind: re-add mkhomedir option.Günther Deschner2008-10-102-3/+133
| | | | Guenther
* pam_winbind: remove unused pam_winbind_request().Günther Deschner2008-10-101-47/+0
| | | | Guenther
* pam_winbind: fix wbc_auth_error_to_pam_error().Günther Deschner2008-10-101-18/+14
| | | | Guenther
* pam_winbind: remove some unused macros.Günther Deschner2008-10-101-47/+0
| | | | Guenther
* pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON.Günther Deschner2008-10-101-7/+2
| | | | Guenther
* pam_winbind: remove ACB_PWNOEXP.Günther Deschner2008-10-102-4/+2
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_PAM_AUTH.Günther Deschner2008-10-101-116/+251
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF.Günther Deschner2008-10-101-19/+56
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK.Günther Deschner2008-10-102-81/+71
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID.Günther Deschner2008-10-101-51/+23
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_INFO.Günther Deschner2008-10-101-9/+12
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_GETPWNAM.Günther Deschner2008-10-101-15/+11
| | | | Guenther
* pam_winbind: add _pam_check_remark_auth_err().Günther Deschner2008-10-101-0/+41
| | | | Guenther
* pam_winbind: add wbc_auth_error_to_pam_error().Günther Deschner2008-10-101-8/+45
| | | | Guenther
* pam_winbind: add wbc_error_to_pam_error().Günther Deschner2008-10-101-0/+36
| | | | Guenther
* pam_winbind: prepare to use libwbclient inside pam_winbind.Günther Deschner2008-10-101-0/+1
| | | | Guenther
* pam_winbind: convert to use talloc.Günther Deschner2008-10-102-57/+56
| | | | Guenther
* libwbclient: add wbcLogonUser().Günther Deschner2008-10-102-0/+228
| | | | Guenther
* libwbclient: add wbcLogoffUserEx().Günther Deschner2008-10-102-0/+108
| | | | Guenther
* libwbclient: add wbcAddNamedBlob.Günther Deschner2008-10-102-1/+54
| | | | Guenther
* libwbclient: add wbcBlob and wbcNamedBlob.Günther Deschner2008-10-101-0/+19
| | | | Guenther
* libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field.Günther Deschner2008-10-101-0/+5
| | | | Guenther
* krb5_locator: use wbcLookupDomainControllerEx() for query.Günther Deschner2008-10-101-21/+18
| | | | Guenther
* wbclient: add wbcLookupDomainControllerEx call.Günther Deschner2008-10-092-1/+159
| | | | Guenther
* wbclient: add wbcGuidToString and wbcStringToGuid helper functions.Günther Deschner2008-10-092-0/+128
| | | | Guenther
* wbclient: add wbcGuid structure.Günther Deschner2008-10-091-0/+13
| | | | Guenther