mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Arrgghhh the release script doesn't use the SAMBA_3_0 branch !!!!
I released the snapshot directly out of HEAD!!!!!
(This used to be commit c70c8e81c8
)
This commit is contained in:
parent
582f4ab6ea
commit
ba8e28c673
18
WHATSNEW.txt
18
WHATSNEW.txt
@ -2,8 +2,8 @@
|
|||||||
=============================
|
=============================
|
||||||
|
|
||||||
Changes in alpha20
|
Changes in alpha20
|
||||||
- Rework the 'guest account get's RID 501' code again...
|
- Rework the 'guest account gets RID 501' code again...
|
||||||
- Change ito use NT-based session key negotiated for Win2k SPNEGO
|
- Change to use NT-based session key negotiated for Win2k SPNEGO
|
||||||
- Support printer data registry keys other than the default
|
- Support printer data registry keys other than the default
|
||||||
PrinterDriverData
|
PrinterDriverData
|
||||||
- Moved internal printerdata to REGISTRY_VALUE object
|
- Moved internal printerdata to REGISTRY_VALUE object
|
||||||
@ -25,7 +25,7 @@ Changes in alpha20
|
|||||||
- remove unused 'max packet' and 'packet size' options
|
- remove unused 'max packet' and 'packet size' options
|
||||||
- add support for the "value,OID" format described in MSDN for Printer
|
- add support for the "value,OID" format described in MSDN for Printer
|
||||||
Data values
|
Data values
|
||||||
- moves NT_TOKEN generation into our authenticaion code
|
- moves NT_TOKEN generation into our authentication code
|
||||||
- Update documentation build system
|
- Update documentation build system
|
||||||
- Several fixes for IRIX compiler
|
- Several fixes for IRIX compiler
|
||||||
- Correctly handle "max data count" value in smb transacts
|
- Correctly handle "max data count" value in smb transacts
|
||||||
@ -39,7 +39,7 @@ Changes in alpha20
|
|||||||
Print domain SID on 'net rpc info'
|
Print domain SID on 'net rpc info'
|
||||||
- don't use lp_passwd_file() to retrieve NIS domain name, but use location
|
- don't use lp_passwd_file() to retrieve NIS domain name, but use location
|
||||||
instead
|
instead
|
||||||
- Various POSIX compatbility fixes
|
- Various POSIX compatibility fixes
|
||||||
- Show only non-default values in testparm
|
- Show only non-default values in testparm
|
||||||
- Fix longstanding bug in Win2k clients by clearing the shortname
|
- Fix longstanding bug in Win2k clients by clearing the shortname
|
||||||
buffer before returning ascii short name.
|
buffer before returning ascii short name.
|
||||||
@ -86,7 +86,7 @@ Changes in alpha20
|
|||||||
- usrmgr expects unicode as ProductType
|
- usrmgr expects unicode as ProductType
|
||||||
- Change JOB_INFO_CTR to return a pointer to an array rather than array of
|
- Change JOB_INFO_CTR to return a pointer to an array rather than array of
|
||||||
pointers in client code
|
pointers in client code
|
||||||
- Varios NTLMSSP fixes
|
- Various NTLMSSP fixes
|
||||||
- fixed crash bug in cli_connection code
|
- fixed crash bug in cli_connection code
|
||||||
- DeletePrinterDriver[Ex]() fixes from APP_HEAD
|
- DeletePrinterDriver[Ex]() fixes from APP_HEAD
|
||||||
- remove some inet_aton() calls for portability
|
- remove some inet_aton() calls for portability
|
||||||
@ -107,15 +107,15 @@ Changes in alpha20
|
|||||||
- added --enable-python configure option for building the samba-python
|
- added --enable-python configure option for building the samba-python
|
||||||
unit tests
|
unit tests
|
||||||
- correct trans2 bugs in client for enumerating files/directories
|
- correct trans2 bugs in client for enumerating files/directories
|
||||||
- Readd OS/2 EA error codes
|
- Re-add OS/2 EA error codes
|
||||||
- Added patch for required attributes in directory listsing to reply code
|
- Added patch for required attributes in directory listings to reply code
|
||||||
- Fix browse synchronization bug by noticing that W2K DMB's return empty
|
- Fix browse synchronization bug by noticing that W2K DMB's return empty
|
||||||
NetServerEnum2 on port 445, but not on port 139
|
NetServerEnum2 on port 445, but not on port 139
|
||||||
- Fix semantics of AbortPrinter() spoolss call in server code
|
- Fix semantics of AbortPrinter() spoolss call in server code
|
||||||
- Ensure we've failed a lock with a lock denied message before automatically
|
- Ensure we've failed a lock with a lock denied message before automatically
|
||||||
pushing it onto the blocking queue
|
pushing it onto the blocking queue
|
||||||
- Added experimental sendfile code
|
- Added experimental sendfile code
|
||||||
- Initialise user_rid value in WINBIND_USERINFO structure returned by
|
- Initialize user_rid value in WINBIND_USERINFO structure returned by
|
||||||
the rpc version of query_user()
|
the rpc version of query_user()
|
||||||
- added gencache implementation
|
- added gencache implementation
|
||||||
- Merge the cli_shutdown change from 2_2
|
- Merge the cli_shutdown change from 2_2
|
||||||
@ -136,7 +136,7 @@ Changes in alpha20
|
|||||||
into sam_context_check_default_backends
|
into sam_context_check_default_backends
|
||||||
- allow --with-krb5 to override the location of the kerberos libs on
|
- allow --with-krb5 to override the location of the kerberos libs on
|
||||||
redhat
|
redhat
|
||||||
- unlink spool file after submitting rint job when using CUPS api
|
- unlink spool file after submitting print job when using CUPS api
|
||||||
- Add framework for samtest commands
|
- Add framework for samtest commands
|
||||||
- Add the ability to view/set the current local domain SIDs to net command
|
- Add the ability to view/set the current local domain SIDs to net command
|
||||||
- When creating a group you have to take care of the fact that the
|
- When creating a group you have to take care of the fact that the
|
||||||
|
@ -1 +1 @@
|
|||||||
#define VERSION "3.0-alpha20"
|
#define VERSION "3.0alpha20"
|
||||||
|
Loading…
Reference in New Issue
Block a user