1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

14698 Commits

Author SHA1 Message Date
Volker Lendecke
a6c54cbe20 Don't #ifdef an AFS option with WITH_ADS. Thanks, jerry!
Volker
-
Eloy Paris
5db8627334 Debian updates in preparation for Samba 3.0.0. -
Tim Potter
c3e5cbd4f0 Install message translation files for swat. -
Tim Potter
c326774905 Fix bug #456 for 3.0.0 release.
More work on SWAT i18n support to appear in later releases.
-
Gerald Carter
a83266a927 fixing a bug in the retry loop for winbindd_pam_auth[_crap]() -
John Terpstra
1871f18bec Update. -
Jelmer Vernooij
fdae2e591b regenerate -
Jelmer Vernooij
f1c93a6782 regenerate -
Jelmer Vernooij
bdee29ef5b regenerate -
Jelmer Vernooij
f97d5fef86 Regenerate -
Gerald Carter
c1546a5311 update smbldap-tool sscripts from Jérôme Tournier -
Gerald Carter
4ec00ca5eb sync debian package from rc4 -
John Terpstra
cb21725418 I'm still working on this. More to come. -
John Terpstra
4babc01b57 I'm still working on this. More to come. -
Volker Lendecke
f08775ca07 Document the two new params.
Volker
-
Volker Lendecke
4a3f7a9356 This only touches the fake kaserver support. It adds two parameters:
afs share -- this is an AFS share, do AFS magic things
afs username map -- We need a way to specify the cell and possibly
		    weird username codings for several windows domains
		    in the afs cell

Volker
-
Volker Lendecke
1fed55aa78 Add a descriptive comment to our usage of setresuid. lib/afs.c needs
to be changed if we decide to set our real uid. Jeremy?

Volker
-
Jeremy Allison
605e257cab Reformat - preparing to fix bug #480 (which will be ugly).
Jeremy.
-
Gerald Carter
e1fac713e2 fix some warnings found by the Sun C compiler -
Jeremy Allison
95e33b1250 Fix return of result. Patch from Yasuma Takeda <yasuma@miraclelinux.com>
Jeremy.
-
Gerald Carter
0f8f2b57ea solaris packagaing fixes from Brian King -
Tim Potter
53a2a38990 Applied Monyo's patch for bug #412 which allows \n characters to
appear in msg strings.
-
Jelmer Vernooij
37db75fc95 Fix typo -
Jelmer Vernooij
2c584efae6 Fix a bug and warn when configuration file values are incorrect. Thanks to
Wilco Baan Hofman <wilco@andoburg.nl>
-
Gerald Carter
972bd64389 removing obselete parameter from smb.conf -
Gerald Carter
5c45b799d1 fix from Brad Langhorst to correctly check if the primaryGroupID has been set -
Gerald Carter
bd9b90a391 updates to SunOne DS schema from André Fiebach -
Jeremy Allison
28b315a750 Ensure that dup_sec_desc copies the 'type' field correctly. This caused
me to expose a type arguement to make_sec_desc(). We weren't copying
the SE_DESC_DACL_AUTO_INHERITED flag which could cause errors on
auto inherited checks.
Jeremy.
-
Gerald Carter
64fa24dbab insert missing sh-bang -
Alexander Bokovoy
b00a81b543 Fix pdb_mysql. Jelmer will look into details tonight. -
Tim Potter
bbe4ae8af2 Put in some DEBUGs for swat language selection. Part of bug 456. -
Tim Potter
a9f22ed9d7 The -P option to smbclient no longer works - update all smbprint scripts to
remove it.  Closes bug #473.
-
Jeremy Allison
cd7bd8c2da The "unknown_5" 32 bit field in the user structs is actually 2 16-bit
fields, bad_password_count and logon_count. Ensure this is stored/fetched
in the various SAMs. As it replaces the unknown_5 field this fits
exactly into the tdb SAM without any binary problems. It also is added
to the LDAP SAM as two extra attributes. It breaks compatibility with
the experimental SAMs xml and mysql. The maintainers of these SAMs must
fix them so upgrades like this can be done transparently. I will insist
on the "experimental" status until this is solved.
Jeremy.
-
Jeremy Allison
82f98b066d Oops. Proper fix for #470.
Jeremy.
-
Jeremy Allison
56df89eff3 Fix for #470 - unable to display SIDs in ACLs.
Jeremy.
-
Tim Potter
6957ecd25f Change error message displayed when --without-libiconv is used as
an argument to configure.  Closes bug 468.
-
Jeremy Allison
0aee73d457 Unregister event fix from metze.
Jeremy.
-
Jeremy Allison
9c1bab9445 Fix coredump from Samba4 torture suite.
Jeremy.
-
Jeremy Allison
a43ca66290 Obviously correct typo bugfix from Lin Li <linl@xandros.com>.
Jeremy.
-
Alexander Bokovoy
6134d41ff1 Fix warnings on Sun cc Workshop Compilers 5.0. Reported by "Richard Bollinger" <rabollinger@comcast.net>. Also fixed script/gaptab.awk to produce compatible tables. -
Alexander Bokovoy
e4dda8cb22 Fix scripts to generate correct tables for compilers which have character constants as signed chars instead of unsigned -
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 -
Gerald Carter
38e565fe01 packaging updates from Buchan -
Jelmer Vernooij
4765e56f92 Fix typo. Found by Aurelien Degremont -
John Terpstra
ec842946dd Fix typo. -
Tim Potter
e3cb0cd0d6 Applied Steve Langasek's patch for bug #450. -
Jeremy Allison
c816aacefb Fix #442 which Alexander considered a showstopper. Allow us to join mixed
mode domains.
Jeremy.
-
Jeremy Allison
c8bfde5be9 Fix from gregory@networksentry.co.za, don't clobber the comment if it
exists.
Jeremy.
-
Jeremy Allison
6e6769c206 Fix OOPS when dealing with mangled names reported by several users.
This was my bug when removing a redundant strlen.
Jerry - last showstopper I knew about.
Jeremy.
-
Jeremy Allison
d512650340 A *curse* upon the person who #ifdefed out the mangle debug statements
by default ! This is code that really needs to be able to be looked at
on a customer system if it's misbehaving !
Jeremy
-