1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Move my changes to the right section in WHATSNEW.

Karolin
This commit is contained in:
Karolin Seeger 2008-02-28 10:47:18 +01:00
parent 1942798c55
commit c0f486dc46

View File

@ -127,6 +127,7 @@ o Kai Blin <kai@samba.org>
* make test now supports more extensive SPOOLSS testing using vlp. * make test now supports more extensive SPOOLSS testing using vlp.
* Correctly handle mixed-case hostnames in NTLMv2 authentication. * Correctly handle mixed-case hostnames in NTLMv2 authentication.
o Stefan Metzmacher <metze@samba.org> o Stefan Metzmacher <metze@samba.org>
* Fixes for libreplace. * Fixes for libreplace.
* Build fixes. * Build fixes.
@ -146,6 +147,14 @@ o Stefan Metzmacher <metze@samba.org>
* Implement wbcErrorString() and wbcAuthenticateUserEx() * Implement wbcErrorString() and wbcAuthenticateUserEx()
* Convert auth_winbind to use wbcAuthenticateUserEx() * Convert auth_winbind to use wbcAuthenticateUserEx()
o Karolin Seeger <ks@sernet.de>
* Improve error messages of net subcommands.
* Add 'net rap file user'.
* Change LDAP search filter to find machine accounts which
are not located in the user suffix.
Original 3.2.0pre1 commits: Original 3.2.0pre1 commits:
--------------------------- ---------------------------
o Michael Adam <obnox@samba.org> o Michael Adam <obnox@samba.org>
@ -254,10 +263,6 @@ o Jiri Sasek <Jiri.Sasek@Sun.COM>
o Karolin Seeger <ks@sernet.de> o Karolin Seeger <ks@sernet.de>
* Add deletelocalgroup and unmapunixgroup subcommand to "net sam". * Add deletelocalgroup and unmapunixgroup subcommand to "net sam".
* Cleanup internal passdb functions. * Cleanup internal passdb functions.
* Improve error messages of net subcommands.
* Add 'net rap file user'.
* Change LDAP search filter to find machine accounts which
are not located in the user suffix.
o Simo Sorce <idra@samba.org> o Simo Sorce <idra@samba.org>