Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-25 | libwbclient: Add placeholder function for WINBINDD_CCACHE_NTLMAUTH | Kai Blin | 2 | -0/+43 | |
2008-11-25 | libwbclient: Fix typo in wbcGetgrent docstring. | Kai Blin | 1 | -1/+1 | |
2008-11-25 | libwbclient: Add placeholder function for WINBINDD_GETGRLST | Kai Blin | 2 | -0/+16 | |
2008-11-25 | libwbclient: Add placeholder functions for wbcQuery[GSU]idTo[GSU]id | Kai Blin | 2 | -4/+76 | |
2008-11-23 | Fix an uninitialized variable warning | Volker Lendecke | 1 | -1/+1 | |
Andreas Schneider, please check! | |||||
2008-11-19 | Fix bug #5904 - libnss_wins causes SIGABRT while servicing getaddrinfo() ↵ | Jeremy Allison | 1 | -15/+48 | |
request. Jeremy. | |||||
2008-11-18 | Clean-up various trailing space and >80 column lines. | Steven Danneman | 5 | -9/+9 | |
2008-11-18 | Added ability to remove id mappings in wbinfo and libwbclient. | Steven Danneman | 4 | -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 | |||||
2008-11-18 | Added ability to set id mappings in wbinfo. | Steven Danneman | 1 | -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. | |||||
2008-11-17 | Fix broken msgids in ntstatus_errors | Bo Yang | 1 | -6/+6 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-11-13 | pam_winbind: do not add empty blob. | Günther Deschner | 1 | -8/+10 | |
Guenther | |||||
2008-11-13 | pam_winbind: translate some more string. | Günther Deschner | 1 | -7/+7 | |
boyang, please check. Guenther | |||||
2008-11-13 | i18n/l10n pam_winbind | Bo Yang | 2 | -50/+82 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-11-12 | pam_winbind: fix what data we put into the blobs. | Günther Deschner | 1 | -16/+20 | |
Guenther | |||||
2008-11-10 | ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth. | Kai Blin | 1 | -1/+3 | |
This fixes bug #5865 | |||||
2008-10-29 | wbinfo --sid-to-fullname | Volker Lendecke | 1 | -1/+41 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2008-10-29 | wbcGetDisplayName | Volker Lendecke | 2 | -0/+49 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2008-10-21 | Fix two trivial typos | Volker Lendecke | 1 | -2/+2 | |
2008-10-21 | Create a function out of pam_sm_close_session to delete the credentials. | Andreas Schneider | 1 | -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. | |||||
2008-10-21 | Delete the krb5 ccname variable from the PAM environment if set. | Andreas Schneider | 1 | -0/+8 | |
If winbind sets the KRB5CCNAME variable it should unset it when the cache gets destroyed. | |||||
2008-10-21 | Set the right return value if wbc_status is set to an error. | Andreas Schneider | 1 | -0/+5 | |
2008-10-14 | Remove define for VOLATILE, volatile is already provided by libreplace. | Jelmer Vernooij | 2 | -2/+0 | |
2008-10-10 | pam_winbind: re-add mkhomedir option. | Günther Deschner | 2 | -3/+133 | |
Guenther | |||||
2008-10-10 | pam_winbind: remove unused pam_winbind_request(). | Günther Deschner | 1 | -47/+0 | |
Guenther | |||||
2008-10-10 | pam_winbind: fix wbc_auth_error_to_pam_error(). | Günther Deschner | 1 | -18/+14 | |
Guenther | |||||
2008-10-10 | pam_winbind: remove some unused macros. | Günther Deschner | 1 | -47/+0 | |
Guenther | |||||
2008-10-10 | pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON. | Günther Deschner | 1 | -7/+2 | |
Guenther | |||||
2008-10-10 | pam_winbind: remove ACB_PWNOEXP. | Günther Deschner | 2 | -4/+2 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_PAM_AUTH. | Günther Deschner | 1 | -116/+251 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF. | Günther Deschner | 1 | -19/+56 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK. | Günther Deschner | 2 | -81/+71 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID. | Günther Deschner | 1 | -51/+23 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_INFO. | Günther Deschner | 1 | -9/+12 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_GETPWNAM. | Günther Deschner | 1 | -15/+11 | |
Guenther | |||||
2008-10-10 | pam_winbind: add _pam_check_remark_auth_err(). | Günther Deschner | 1 | -0/+41 | |
Guenther | |||||
2008-10-10 | pam_winbind: add wbc_auth_error_to_pam_error(). | Günther Deschner | 1 | -8/+45 | |
Guenther | |||||
2008-10-10 | pam_winbind: add wbc_error_to_pam_error(). | Günther Deschner | 1 | -0/+36 | |
Guenther | |||||
2008-10-10 | pam_winbind: prepare to use libwbclient inside pam_winbind. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-10-10 | pam_winbind: convert to use talloc. | Günther Deschner | 2 | -57/+56 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcLogonUser(). | Günther Deschner | 2 | -0/+228 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcLogoffUserEx(). | Günther Deschner | 2 | -0/+108 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcAddNamedBlob. | Günther Deschner | 2 | -1/+54 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcBlob and wbcNamedBlob. | Günther Deschner | 1 | -0/+19 | |
Guenther | |||||
2008-10-10 | libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2008-10-10 | krb5_locator: use wbcLookupDomainControllerEx() for query. | Günther Deschner | 1 | -21/+18 | |
Guenther | |||||
2008-10-09 | wbclient: add wbcLookupDomainControllerEx call. | Günther Deschner | 2 | -1/+159 | |
Guenther | |||||
2008-10-09 | wbclient: add wbcGuidToString and wbcStringToGuid helper functions. | Günther Deschner | 2 | -0/+128 | |
Guenther | |||||
2008-10-09 | wbclient: add wbcGuid structure. | Günther Deschner | 1 | -0/+13 | |
Guenther | |||||
2008-10-09 | wbclient: add my copyright. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-10-09 | krb5-locator: fix dsgetdcname caller. | Günther Deschner | 1 | -5/+22 | |
Guenther |