1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

12157 Commits

Author SHA1 Message Date
Jim McDonough
2f84c6c9a1 Fix tower length calculations and add some const -
Jeremy Allison
a7afbce998 Typo broke win9x logins.
Jeremy.
-
Jim McDonough
e9fc15d58c uuid itself might not be aligned (as is the case in epm map requests), so
it needs to be aligned outside the smb_io_rpc_uuid() call if a specific
rpc or struct needs it that way.
-
Gerald Carter
06bacf6e34 * fix some compile warnings in the gums code
* add server support for DsEnumerateDomainTrusts()
-
Jim McDonough
5537ccf95a Add endpoint mapper parse code -
Jim McDonough
041c17bd66 Add epmapper pipe -
Jim McDonough
bdd5158d9a Add (un)marshalling code for endpoint mapper map operation -
Jim McDonough
e604a9c078 Add endpoint mapper rpc definitions -
Richard Sharpe
51f12170af Remove DEBUG statement from wb_common.c as it should not be there. -
Jeremy Allison
707554bcce Tidyup wrap checking.
Jeremy.
-
Jeremy Allison
8fb05cfa3a Fix buggy data_len calculation in echo. Add paranoia debug message.
Jeremy.
-
Jeremy Allison
ef183bf00f Ensure error code path doesn't free unmalloced memory. Bug #628.
Jeremy.
-
Simo Sorce
7e2d5da2dc created a new target: genparse
this target will build parse file with genstruct
it is the duty of the developer to commit updated files
this is made to make build platforms independent of a working perl
installation as always been with samba

so currently you need to run:
  make genparse
and commit:
  cvs ci include/tdbsam2_parse_info.h
if you change anything in genparse/genstruct code or tdbsam2 code.

Simo.
-
Gerald Carter
63ff13b209 updating version in copyright -
Jeremy Allison
c6a36d4e48 Enable us to see what sequence number we were expecting when we fail a sign
(should help track down out of sequence bugs).
Jeremy.
-
Simo Sorce
2d46b2a0e7 fix typo -
Simo Sorce
0ed85e6a2d sorry folks, forgot to cvs add/remove before commit. -
Tim Potter
e982dd5bc4 Delete unused label to fix compiler warning. -
Tim Potter
3d777f5389 Enclose usage of st_blksize and st_blocks struct stat members in
#ifdef HAVE_STAT_ST_BLKSIZE and #ifdef HAVE_STAT_ST_BLOCKS,
respectively.

Fixes bug 550 reported by Joachim Schmitz <schmitz@hp.com>.
-
Tim Potter
a94b91ee28 Set errno = ENOSYS if mmap not supported.
From Joachim Schmitz <schmitz@hp.com>
-
Tim Potter
0abe1964f7 Use @PICSUFFIX@ instead of .po in Makefile.in since we have gone to
the trouble of detecting what the PIC suffix should actually be.

Change PICFLAG in configure.in to PICFLAGS for consistency.

Patches from Joachim Schmitz <schmitz@hp.com> for bug 574.
-
Tim Potter
bb2b8906a0 Ignore autogenerated tdbsam2_parse_info.h -
Richard Sharpe
72b1f72775 Put back the changes that Simo reverted and fix a speling mistak. -
Simo Sorce
7b3c94b5cf So here it is a non-intrusive patch with my latest work on gums (the
laternative to the current passdb).
Currently it is run through a comatibility module in the passdb layer, with
a subset of the functionality it may provide.
It is still work in progress, but as someone asked me about it, and as it
should make no difference to the normal code, I tought it was a good idea to
put it into.
It adds a dependency on perl. I know it is not very nice, but I'm sure we
will work out a solution for that.

As always blame me if I break something, but try to fix yourself, as I am
busy-busy-busy :-)

Simo.
-
Richard Sharpe
96f1ce740a Pull my previous changes into head as well. -
Gerald Carter
fe6aa4a951 make sure to use the escaped DN; patch from Guenther Deschner; bug 592 -
Simo Sorce
98d60dc1c7 make nt-time <-> unix-time functions nearly reversible -
Gerald Carter
982a5609ff adding notice about new samba-docs cvs modeule -
Gerald Carter
820903ef5a removing docs from HEAD -
Andrew Bartlett
36ccf922a3 Match Samba 2.2, and make ACB_NORMAL the default ACB value.
(Samba 2.2 did this in the LDAP code, but it fits better as a generic thing)

Andrew Bartlett
-
Jeremy Allison
5e6080597f Ensure cancelling a blocking lock returns the correct error message.
Testing with Samba4 RAW-MUX code.
Jeremy.
-
Jeremy Allison
1c19739aea Make us pass Samba4 lock tester (with one different error message).
Jeremy.
-
Jelmer Vernooij
2ef9661862 We need to make sure that the files that contain the static_init_$subsystem;
macro get recompiled after configure has ran.
This was done by touching the source file. This patch changes it to removing
the object file, so that you don't need write-access to the source directory.
-
Jeremy Allison
1c1c4ee8be Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester.
Jeremy.
-
Jelmer Vernooij
cd3e4882fc Move sysquotas autoconf tests to a seperate file in tests/
Patch by Stefan Metzmacher <metze@metzemix.de>
-
Jelmer Vernooij
46a5575f19 Refuse to configure if --with-expsam=$BACKEND was specified, but
the libraries for $BACKEND were not found
-
Jeremy Allison
9216948062 At least give a message if we're returning a short read for W2K compatibility.
Jeremy.
-
Tim Potter
27e8f16188 Merge from 3.0:
>cosmetic fix when DESTDIR=/ (default)

>fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525
-
Tim Potter
2aaafa5007 Merge from 3.0:
>Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debug
>(I renamed the element of the structure).
>
>Andrew Bartlett
-
Tim Potter
e4551b3d7f Merge from 3.0:
>Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will be
>tested soon, but this fix is somewhat obvious.
>
>Volker
-
Tim Potter
85eda9bc0c Merge from 3.0:
>Typo in error message.
>Jeremy.
-
Tim Potter
84a0433c52 Merge from 3.0:
>Moving towards better i18n support in SWAT.  This commit contains a
>bunch of updates to bug 413 from Monyo:
>
>1) pick up proper strings to call msg strings for example to add
>  strings in wizard menu in web/swat.c, web/statuspage.c and
>  param/loadparm.c.
>
>2) define N_() macro in include/intl.h to pick up some strings
>  in param/loadparm.c
>
>3) quote all name and value tag with '"'
>  For example in swat.c:720 the "Edit Parameter Values" string is
>  displayd only as "Edit" because value tag is not quoted like:
>  value=Edit Parameter Values
>  These tags should be quoted though it sometimes works well
>  without quotation.
>
>4) modify the msg strings not to contain HTML tags or other
>  non-message strings. For example
>  dprintf(_("test\n")); is modified to dprintf("%s\n", _("test"));
-
Tim Potter
eb9f5c0ec1 Merge from 3.0:
>Portability fix from Joachim Schmitz.  Closes bug #546.
-
Tim Potter
e071567eea Merge from 3.0:
>Fix spelling mistake.
-
Tim Potter
17efb306aa Merge from 3.0:
>Moving towards better i18n support in SWAT.  This commit contains a
>bunch of updates to bug 413 from Monyo:
>
>1) pick up proper strings to call msg strings for example to add
>  strings in wizard menu in web/swat.c, web/statuspage.c and
>  param/loadparm.c.
>
>2) define N_() macro in include/intl.h to pick up some strings
>  in param/loadparm.c
>
>3) quote all name and value tag with '"'
>  For example in swat.c:720 the "Edit Parameter Values" string is
>  displayd only as "Edit" because value tag is not quoted like:
>  value=Edit Parameter Values
>  These tags should be quoted though it sometimes works well
>  without quotation.
>
>4) modify the msg strings not to contain HTML tags or other
>  non-message strings. For example
>  dprintf(_("test\n")); is modified to dprintf("%s\n", _("test"));
-
Tim Potter
442cfcce0d Merge from 3.0:
>Explicitly initialise the value of AR for vendor makes that don't do
>this (HPUX 11).  Currently it's initialised to 'ar' but this may have
>to be changed if any systems pop up that have archivers that aren't
>named 'ar'. Closes bug #552.

>Fallback to our defaults (CP850/ASCII/UTF8) if there is no native
>iconv on the platform. This allows to compile and complain about it
>at runtime
-
Tim Potter
fd18356fe2 Merge from 3.0:
>Explicitly initialise the value of AR for vendor makes that don't do
>this (HPUX 11).  Currently it's initialised to 'ar' but this may have
>to be changed if any systems pop up that have archivers that aren't
>named 'ar'. Closes bug #552.

>fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525
-
Tim Potter
1d9d49c918 Merge from 3.0:
- Don't install text docs
-
Tim Potter
c72cceaccf Merge from 3.0:
- Updated *.msg files from running genmsg
  - Add genmsg program
  - Add Jelmer's Dutch translation
-
Tim Potter
0f38359345 Merge from 3.0:
>4 changes
>
>  * default to 1 CPU (patch from Nir Soffer)
>  * clear up some messy syntax (extra ;'s)
>  * remove duplicate installation of *msg files
>  * remove unnecessary build of smbspool`& modules
-