mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
parent
5764073c0c
commit
36a566dd33
10
WHATSNEW.txt
10
WHATSNEW.txt
@ -138,15 +138,15 @@ o Stefan Metzmacher <metze@samba.org>
|
|||||||
in winbindd.
|
in winbindd.
|
||||||
* Fix for a crash bug in pidl generated client code.
|
* Fix for a crash bug in pidl generated client code.
|
||||||
This could have happend with [in,out,unique] pointers
|
This could have happend with [in,out,unique] pointers
|
||||||
when the clients sends a valid pointer, but the server
|
when the client sends a valid pointer, but the server
|
||||||
reponse with a NULL pointer (as samba-3.0.26a do for some calls).
|
responds with a NULL pointer (as samba-3.0.26a does for some calls).
|
||||||
* Change NTSTAUS into enum ndr_err_code in librpc/ndr.
|
* Change NTSTATUS into enum ndr_err_code in librpc/ndr.
|
||||||
* Remove unused calls in the struct based winbindd protocol.
|
* Remove unused calls in the struct based winbindd protocol.
|
||||||
* Add --configfile option to wbinfo.
|
* Add --configfile option to wbinfo.
|
||||||
* Convert winbind_env_set(), winbind_on() and winbind_off() into macros.
|
* Convert winbind_env_set(), winbind_on() and winbind_off() into macros.
|
||||||
* Return rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode.
|
* Return rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode.
|
||||||
* 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>
|
o Karolin Seeger <ks@sernet.de>
|
||||||
|
Loading…
Reference in New Issue
Block a user