1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
Commit Graph

193 Commits

Author SHA1 Message Date
Simo Sorce
7c88ecf6bb r4845: Correct my name.
Jerry this file seem old and not updated.
We should either update it or remove it imho.

Simo.
2007-10-10 10:53:58 -05:00
John Terpstra
c48151d013 r2269: Copied from SAMBA_3_RELEASE 3.0.7 branch. 2007-10-10 10:52:38 -05:00
Gerald Carter
23cfc056e3 r632: pulling in release notes from 3.0.4 and getting ready to start 3.0.5pre1 2007-10-10 10:51:31 -05:00
Gerald Carter
bdbf6458a8 r299: updating release notes 2007-10-10 10:51:18 -05:00
Volker Lendecke
4a8339fa84 r272: mention net rpc group delete 2007-10-10 10:51:16 -05:00
Gerald Carter
e2e1c0048c r118: adding some recent checkins to commit list 2007-10-10 10:51:10 -05:00
Gerald Carter
70fd78025b r73: bumping version to 3.0.3pre3 2007-10-10 10:51:07 -05:00
Gerald Carter
a7e2730ec4 r39: * importing .cvsignore files
* updateing WHATSNEW with vl's change
2007-10-10 10:51:05 -05:00
Gerald Carter
de93e66fc7 r22: release notes for 3.0.3pre2 2007-10-10 10:51:03 -05:00
Volker Lendecke
2df6750a07 This restructures lib/afs.c so that the token data can be but into a
stream. This is to implement wbinfo -k that asks winbind for authentication
which then creates the AFS token for the authenticated user.

Volker
0001-01-01 00:00:00 +00:00
Gerald Carter
ab509c74ba adding commit messages for recent changes 0001-01-01 00:00:00 +00:00
Gerald Carter
f3556724ab starting WHATSNEW for 3.0.3pre2 0001-01-01 00:00:00 +00:00
Gerald Carter
3aac1e549e missed some of Derrel's changes 0001-01-01 00:00:00 +00:00
Gerald Carter
3744d282ba updating release notes in preparation fro 3.0.3pre1 0001-01-01 00:00:00 +00:00
Volker Lendecke
b58b8b7d6b Fix sambaUserWorkstations on a Samba DC 0001-01-01 00:00:00 +00:00
Volker Lendecke
7ed61edbbe Get us a little closer to Windows LSA semantics.
A windows DC does not reply to DCNAME\\Administrator, only to
DOMAIN\\Administrator. Fix that.

Without winbind we are wrong as domain members, we should forward the request
DOMAIN\\Username to the DC on behalf of the asking client. Winbind fixes that
nicely.

Volker
0001-01-01 00:00:00 +00:00
Volker Lendecke
97a6a67b34 Mention wb_delgrpmem fix 0001-01-01 00:00:00 +00:00
Gerald Carter
737b3a5a92 bring WHATSNEW back up to date 0001-01-01 00:00:00 +00:00
Gerald Carter
7769a0d33c merging some fixes from the release branch; more to come later 0001-01-01 00:00:00 +00:00
Gerald Carter
96a108705b fix from Bostjan Golob 0001-01-01 00:00:00 +00:00
Gerald Carter
f285565d67 bring release notes in the 3.0 branch up to date 0001-01-01 00:00:00 +00:00
Gerald Carter
50f278ddcc prepping the SAMBA_3_0 branch for 3.0.3 work 0001-01-01 00:00:00 +00:00
Stefan Metzmacher
b5e814294e * Add SIGABRT to fault handling
so we now got a backtrace, if we crash
  in libldap with SIGABRT

metze
0001-01-01 00:00:00 +00:00
Gerald Carter
4ef4004af0 starting WHATSNEW for thepost 3.0.2rc1 release 0001-01-01 00:00:00 +00:00
Volker Lendecke
4c90421070 Patch from "Stoian Ivanov" <sdr@bultra.com>: Add -g (greppable..) to
smbclient -L to make the output usable in pipes.

Volker
0001-01-01 00:00:00 +00:00
Gerald Carter
533fcb5893 adding changelog for 3.0.2rc1 0001-01-01 00:00:00 +00:00
Stefan Metzmacher
b0c0d73691 * Fix sys_chown() when no chown() is presend
metze
0001-01-01 00:00:00 +00:00
Stefan Metzmacher
e9e5e2036f * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
XFS_GROUP_QUOTA -> GRPQUOTA
* Fix disk_free calculation with group quotas.
* Add debug class 'quota' and a lot of DEBUG()'s
  to the quota code.

metze
0001-01-01 00:00:00 +00:00
Stefan Metzmacher
c73e845055 fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
metze
0001-01-01 00:00:00 +00:00
Gerald Carter
acc9022550 fix formatting 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
d12b793d9c Fix swatdir location for --with-fhs 0001-01-01 00:00:00 +00:00
Gerald Carter
83150b5733 starting new version of release notes -- post 3.0.2pre1 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
82bd1b45a4 Add smbget utility, a simple wget-like utility that uses libsmbclient.
Supports recursive downloads and resume, progress indication and shows
estimated time remaining.
0001-01-01 00:00:00 +00:00
Gerald Carter
fd357ab4e5 more commits logged 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
3c936f1cb5 Write bug number like in the rest of the file 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
7495395c1c Fix -s option to smbcontrol (#908) 0001-01-01 00:00:00 +00:00
Gerald Carter
dc51a4c1f9 more commit logs 0001-01-01 00:00:00 +00:00
Gerald Carter
4d07f7dff8 * making sure contributors are listed in alphabetical order
* adding jra's fix for bug 815
0001-01-01 00:00:00 +00:00
Jeremy Allison
53e7d1508e Updates for pread/pwrite code.
Jeremy.
0001-01-01 00:00:00 +00:00
Volker Lendecke
50be537b19 Correctly detect AFS headers on SuSE in /usr/include/afs/afs/
Volker
0001-01-01 00:00:00 +00:00
Volker Lendecke
651f7cd69c Fix typo..
Volker
0001-01-01 00:00:00 +00:00
Gerald Carter
6770f32c0e working on new format for relerase notes in 3.0.2pre1 0001-01-01 00:00:00 +00:00
Alexander Bokovoy
56fc6962fb Update WHATSNEW.txt with text from release branch 0001-01-01 00:00:00 +00:00
Gerald Carter
d4cbd00dfe first draft of release notes for 3.0.1pre3 0001-01-01 00:00:00 +00:00
Gerald Carter
ad5588e306 last update to WHATSNEW 0001-01-01 00:00:00 +00:00
Gerald Carter
d45441bb4f working on release notes for 3.0.1pre2 0001-01-01 00:00:00 +00:00
Alexander Bokovoy
4534ba5a9f Update WHATSNEW.txt with proper version from release branch 0001-01-01 00:00:00 +00:00
Alexander Bokovoy
c49205bee4 Merge latest fixes from the release tree for WHATSNEW.txt 0001-01-01 00:00:00 +00:00
Gerald Carter
6988eb854e syncing whatsnew from release branch 0001-01-01 00:00:00 +00:00
Alexander Bokovoy
3c2ce3456a Update WHATSNEW.txt with information from release branch, SAMBA_3_0 talks only about RC3 while release branch explains RC3->RC4 differences 0001-01-01 00:00:00 +00:00
Gerald Carter
aa67518611 small updates to parameter section 0001-01-01 00:00:00 +00:00
Gerald Carter
55d712feb0 copy from 3.0 release 0001-01-01 00:00:00 +00:00
Gerald Carter
977387f449 copy WHATSNEW from the release branch 0001-01-01 00:00:00 +00:00
Gerald Carter
88f949f31e update change log with recent commit messages 0001-01-01 00:00:00 +00:00
Gerald Carter
4eefa01486 add note about the new edition of Using Samba included in this release 0001-01-01 00:00:00 +00:00
Gerald Carter
ce09037144 fixing typos pointed out by Vance in WHATSNEW
Include patch to manually set the machine trust account
password (on request from jht) to mimic 2.2. behavior.

last changes before RC2 (not counting syncing the docs).
0001-01-01 00:00:00 +00:00
Gerald Carter
3fcb315999 sync 0001-01-01 00:00:00 +00:00
Gerald Carter
71dc428fbe adding note about change in 'unix extensions' behavior 0001-01-01 00:00:00 +00:00
Gerald Carter
0d11024dd7 fixing typo 0001-01-01 00:00:00 +00:00
Herb Lewis
800a4e5194 fix some typos 0001-01-01 00:00:00 +00:00
Gerald Carter
7926e6f863 more change to release notes 0001-01-01 00:00:00 +00:00
Gerald Carter
e5dffa90ba working draft of release notes 0001-01-01 00:00:00 +00:00
Gerald Carter
e42cc1e920 sync from bea3 release 0001-01-01 00:00:00 +00:00
Gerald Carter
dd10e7c9bb sync with release tree 0001-01-01 00:00:00 +00:00
Gerald Carter
c9c5f68eea updating WHATSNEW
removing old readme (not part of WHATSNEW)
0001-01-01 00:00:00 +00:00
Andrew Bartlett
81f84cc57f Update WHATSNEW with the further LDAP schema changes in previous commit.
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Alexander Bokovoy
8deb6370ef Propagate changes to WHATSNEW.txt from release tree so that they would not be out of sync with reality. 0001-01-01 00:00:00 +00:00
Gerald Carter
57f9333668 sync with release branch 0001-01-01 00:00:00 +00:00
John Terpstra
adc1ca8fcc JMCD's fixes also. 0001-01-01 00:00:00 +00:00
John Terpstra
8a063280cd Fix typos, add a little clarification. 0001-01-01 00:00:00 +00:00
Gerald Carter
0988e30cea initial draft of changeset 0001-01-01 00:00:00 +00:00
Alexander Bokovoy
dac4300c27 Update WHATSNEW.txt with information from release branch 0001-01-01 00:00:00 +00:00
Alexander Bokovoy
295ddeb082 This was actually a24 release (fixed changelog entry), add note about VFS API changes 0001-01-01 00:00:00 +00:00
Gerald Carter
92298223b5 preparing for release of 3.0alpha24 0001-01-01 00:00:00 +00:00
Gerald Carter
a0e5f5960c working on 3.0alpha24 0001-01-01 00:00:00 +00:00
Gerald Carter
42d76f44c0 preparing for release of 3.0alpha23 0001-01-01 00:00:00 +00:00
Gerald Carter
4d43bd4102 preparing for release of 3.0alpha23 0001-01-01 00:00:00 +00:00
Gerald Carter
378c48deda update version number in release notes 0001-01-01 00:00:00 +00:00
Gerald Carter
8fb8290319 updating release notes for next alpha 0001-01-01 00:00:00 +00:00
Gerald Carter
b467e9ce1d changing reference to irc.openprojects.net 0001-01-01 00:00:00 +00:00
Gerald Carter
9639e01dbc fixing a few typos 0001-01-01 00:00:00 +00:00
Gerald Carter
755bb317db updating whatsnew for alpha22 0001-01-01 00:00:00 +00:00
Samba Release Account
49166d8879 preparing for release of 3.0alpha21 0001-01-01 00:00:00 +00:00
Gerald Carter
88cad74c36 last touches on release notes 0001-01-01 00:00:00 +00:00
Gerald Carter
ff05947aac lining up some spaces in configure.in and reran autoconf
updating WHATSNEW
0001-01-01 00:00:00 +00:00
Gerald Carter
9d6bdffb9e working on alpha21
* sync packaging files with HEAD
 * started work on WHATSNEW
0001-01-01 00:00:00 +00:00
Gerald Carter
c70c8e81c8 Arrgghhh the release script doesn't use the SAMBA_3_0 branch !!!!
I released the snapshot directly out of HEAD!!!!!
0001-01-01 00:00:00 +00:00
Gerald Carter
8354afba8d updated WHATSNEW for alpha20 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
677df37e83 Update for alpha19 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
3928578b52 sync 3.0 branch with head 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
19ab776bf9 sync 3_0 branch with HEAD 0001-01-01 00:00:00 +00:00
Samba Release Account
a772386d34 preparing for release of 3.0-alpha17 0001-01-01 00:00:00 +00:00
Samba Release Account
77fe6a9148 preparing for release of 3.0-alpha16 0001-01-01 00:00:00 +00:00
Samba Release Account
b9c8435325 preparing for release of 3.0-alpha15 0001-01-01 00:00:00 +00:00
Samba Release Account
6f977036ad preparing for release of 3.0-alpha14 0001-01-01 00:00:00 +00:00
Samba Release Account
4f4f898348 preparing for release of 3.0-alpha13 0001-01-01 00:00:00 +00:00
Samba Release Account
9542b0a42c preparing for release of 3.0-alpha12 0001-01-01 00:00:00 +00:00
Samba Release Account
5ed31faeb1 preparing for release of 3.0-alpha11 0001-01-01 00:00:00 +00:00
Samba Release Account
c0ff274379 preparing for release of 3.0-alpha10 0001-01-01 00:00:00 +00:00
Samba Release Account
24ad6962fc preparing for release of 3.0-alpha9 0001-01-01 00:00:00 +00:00