diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-04-19 02:45:10 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-04-19 02:45:44 +0200 |
commit | a21d095a6201fc226517cbb5d89a609fd1dc6222 (patch) | |
tree | f9cdae5a32946ebc4d160562eaea781e81b3afb3 /WHATSNEW.txt | |
parent | 913cd26b2b2afc30a4295ede31c7f5f4ea4a71bc (diff) | |
download | samba-a21d095a6201fc226517cbb5d89a609fd1dc6222.tar.gz |
WHATNEW.txt: add my latest changes
metze
(This used to be commit 6ae8544ace0dd9ac67d36abbaa26cf311db880ad)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index bcd1e05d4dc..87231de4688 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -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> |