summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-02-28 02:22:47 -0800
committerJeremy Allison <jra@samba.org>2008-02-28 02:22:47 -0800
commitac9b5f59a55fc5cf9d3900c4dbeeb92cf07a9d6e (patch)
treefc3dd01a11be9bd9364845ad5449c83a5503e9b4
parent4501e1f3a7053b1b21b196687485c42da7ec4034 (diff)
parent36a566dd33052e06593b55f405170e53421ba80c (diff)
downloadsamba-ac9b5f59a55fc5cf9d3900c4dbeeb92cf07a9d6e.tar.gz
samba-ac9b5f59a55fc5cf9d3900c4dbeeb92cf07a9d6e.tar.bz2
samba-ac9b5f59a55fc5cf9d3900c4dbeeb92cf07a9d6e.zip
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit 61b4bc13d0f0cf1cf4139ecdfafc78b9bfff0480)
-rw-r--r--WHATSNEW.txt10
1 files changed, 5 insertions, 5 deletions
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 <metze@samba.org>
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 <ks@sernet.de>