From 36a566dd33052e06593b55f405170e53421ba80c Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 28 Feb 2008 11:22:23 +0100 Subject: WHATSNEW: Fix some typos. Karolin (This used to be commit 5c8b57750186ec482bbfbf608157e4f5e3e80cc0) --- WHATSNEW.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d7a1185c67..30f9c0ee91 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -138,15 +138,15 @@ o Stefan Metzmacher in winbindd. * Fix for a crash bug in pidl generated client code. This could have happend with [in,out,unique] pointers - when the clients sends a valid pointer, but the server - reponse with a NULL pointer (as samba-3.0.26a do for some calls). - * Change NTSTAUS into enum ndr_err_code in librpc/ndr. + when the client sends a valid pointer, but the server + responds with a NULL pointer (as samba-3.0.26a does for some calls). + * Change NTSTATUS into enum ndr_err_code in librpc/ndr. * Remove unused calls in the struct based winbindd protocol. * Add --configfile option to wbinfo. * Convert winbind_env_set(), winbind_on() and winbind_off() into macros. * Return rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode. - * Implement wbcErrorString() and wbcAuthenticateUserEx() - * Convert auth_winbind to use wbcAuthenticateUserEx() + * Implement wbcErrorString() and wbcAuthenticateUserEx(). + * Convert auth_winbind to use wbcAuthenticateUserEx(). o Karolin Seeger -- cgit