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

WHATNEW.txt: add my latest changes

metze
This commit is contained in:
Stefan Metzmacher 2008-04-19 02:45:10 +02:00
parent 2e1b913063
commit 6ae8544ace

View File

@ -301,6 +301,9 @@ o Stefan Metzmacher <metze@samba.org>
- wbcSetGidMapping()
- wbcSetUidHwm()
- wbcSetGidHwm()
- wbcResolveWinsByName()
- wbcResolveWinsByIP()
- wbcCheckTrustCredentials()
* Let wbinfo use libwbclient where possible.
* Let net use only libwbclient to access winbindd.
* Make socket wrapper pcap support more portable.
@ -308,6 +311,11 @@ o Stefan Metzmacher <metze@samba.org>
* Store the write time in the locking.tdb,
so that smbd passes the BASE-DELAYWRITE test.
* Run RAW-SEARCH and BASE-DELAYWRITE by 'make test'.
* Let each process use its own connection to ctdb
in cluster mode.
* Add a reinit_after_fork() helper function to correct
reinitialize the same things in all cases.
* Fix a chicken and egg problem with "include = registry".
o Karolin Seeger <kseeger@samba.org>