1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

12182 Commits

Author SHA1 Message Date
Gerald Carter
447fa1f224 make sure to use the escaped DN; patch from Guenther Deschner; bug 592
(This used to be commit fe6aa4a95181bb2ad4352710cfc7868918609274)
2003-10-13 14:06:27 +00:00
Simo Sorce
3a26c9f37f make nt-time <-> unix-time functions nearly reversible
(This used to be commit 98d60dc1c7027a50f720933eb8d6ffbfb4276fa5)
2003-10-12 20:48:30 +00:00
Gerald Carter
50e95177b2 adding notice about new samba-docs cvs modeule
(This used to be commit 982a5609ff804b6830d28b21bb4e71192e594d5f)
2003-10-10 16:24:26 +00:00
Gerald Carter
510064b14e removing docs from HEAD
(This used to be commit 820903ef5a062b4b9824c33ee035c68a39c8eeb0)
2003-10-10 16:21:39 +00:00
Andrew Bartlett
6cd6f508aa 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
(This used to be commit 36ccf922a34127f2eb6b7da590e426544539ab25)
2003-10-10 14:24:19 +00:00
Jeremy Allison
beb6643068 Ensure cancelling a blocking lock returns the correct error message.
Testing with Samba4 RAW-MUX code.
Jeremy.
(This used to be commit 5e6080597fcf225ac9526a4ca973d962a13dd4a8)
2003-10-10 02:02:02 +00:00
Jeremy Allison
9610df1613 Make us pass Samba4 lock tester (with one different error message).
Jeremy.
(This used to be commit 1c19739aeada047eeb6bc7dbec161b5d783a3576)
2003-10-10 01:53:35 +00:00
Jelmer Vernooij
63e99b0a33 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.
(This used to be commit 2ef96618620bfc1bba7ad7ca54126b89f444a8fb)
2003-10-09 22:56:08 +00:00
Jeremy Allison
73e7390c1c Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester.
Jeremy.
(This used to be commit 1c1c4ee8be9473d9d0ea676f7da2a1d359aaa7ee)
2003-10-09 21:04:51 +00:00
Jelmer Vernooij
12d2580ad7 Move sysquotas autoconf tests to a seperate file in tests/
Patch by Stefan Metzmacher <metze@metzemix.de>
(This used to be commit cd3e4882fcf2437f4140557608e671284d0e92b4)
2003-10-09 20:59:38 +00:00
Jelmer Vernooij
f18551dcbb Refuse to configure if --with-expsam=$BACKEND was specified, but
the libraries for $BACKEND were not found
(This used to be commit 46a5575f1944d79ca3887bf3e9391ddee87ef8ce)
2003-10-09 20:55:38 +00:00
Jeremy Allison
bf2226c217 At least give a message if we're returning a short read for W2K compatibility.
Jeremy.
(This used to be commit 9216948062123da1c064b9167743a0a9f12d8c98)
2003-10-09 19:01:13 +00:00
Tim Potter
79ae690ff5 Merge from 3.0:
>cosmetic fix when DESTDIR=/ (default)

>fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525
(This used to be commit 27e8f16188b5db96ae191b2e6ad9948e46d6d9b1)
2003-10-09 06:29:50 +00:00
Tim Potter
58153961e4 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
(This used to be commit 2aaafa500780f7de0dec5632d53f3347b67fae4a)
2003-10-09 06:29:08 +00:00
Tim Potter
4003c70f8c 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
(This used to be commit e4551b3d7f85bf39778a1de952eaa370bc3716e3)
2003-10-09 06:27:01 +00:00
Tim Potter
f6e62c4416 Merge from 3.0:
>Typo in error message.
>Jeremy.
(This used to be commit 85eda9bc0c3d0e62c436a3958ec4a76d0e909d4c)
2003-10-09 06:25:40 +00:00
Tim Potter
d45428161f 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"));
(This used to be commit 84a0433c528dc1fe8e057ce2def1d11dde5f9b07)
2003-10-09 06:16:16 +00:00
Tim Potter
6188988e43 Merge from 3.0:
>Portability fix from Joachim Schmitz.  Closes bug #546.
(This used to be commit eb9f5c0ec1ad01c05bb8f380f417e6cd2c111ce3)
2003-10-09 06:13:11 +00:00
Tim Potter
52aa3c5425 Merge from 3.0:
>Fix spelling mistake.
(This used to be commit e071567eeaec61a9e59c16117e29995bc8653cc0)
2003-10-09 06:12:44 +00:00
Tim Potter
38d1e69caa 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"));
(This used to be commit 17efb306aa32d1e5b2546cfb2f3404ad3cf0fb68)
2003-10-09 06:10:52 +00:00
Tim Potter
629375a206 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
(This used to be commit 442cfcce0d8dcd7b653a6260c5efcb72b84ce74f)
2003-10-09 06:02:07 +00:00
Tim Potter
92ac1e1189 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
(This used to be commit fd18356fe2c59877860383219b6e71f182aec1fe)
2003-10-09 05:59:16 +00:00
Tim Potter
70c8d35b24 Merge from 3.0:
- Don't install text docs
(This used to be commit 1d9d49c9181b3d798130f5bd64560fcb1b369b13)
2003-10-09 05:51:52 +00:00
Tim Potter
4d347bd5df Merge from 3.0:
- Updated *.msg files from running genmsg
  - Add genmsg program
  - Add Jelmer's Dutch translation
(This used to be commit c72cceaccfee303d465c78d31aca639476a21212)
2003-10-09 05:50:06 +00:00
Tim Potter
7cdf85269f 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
(This used to be commit 0f383593454ae174af6b13624801be4aff3fe24f)
2003-10-09 05:48:23 +00:00
Jeremy Allison
226360b742 Changes to allow Samba3 to pass the Samba4 RAW-READ tests.
Jeremy.
(This used to be commit e4df46732021be4eeb5693ebe7ec0df77f4bb5df)
2003-10-09 01:46:03 +00:00
Jeremy Allison
9a08def3a2 Fixup error code returns from Samba4 tester. Ensure invalid paths are
validated the same way.
Jeremy.
(This used to be commit 960e2b4a5f09d3ef80a926894ee7a28549b8de45)
2003-10-08 23:21:25 +00:00
Jeremy Allison
2c1030d755 Max warnings with gcc.
Jeremy.
(This used to be commit cdba166e31b3c611652783a2ab63e59f57f41fde)
2003-10-07 17:23:59 +00:00
Gerald Carter
4e4bf2de31 make sure to call get_user_groups() with the full winbindd name for a user if he;she has one; bug 406
(This used to be commit 19925e3a04f421f4dcc469b701f3cc51ef98ac2c)
2003-10-07 16:35:03 +00:00
Jeremy Allison
261a31dcc5 Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.
Canonicalise SMB_INFO_ALLOCATION in the same was as SMB_FS_FULL_SIZE_INFORMATION.
Jeremy.
(This used to be commit 76fe5ffb4d757922651e41c3fa7e8bc411214cc7)
2003-10-07 00:05:59 +00:00
Jeremy Allison
d7fba69c31 Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.
Jeremy.
(This used to be commit e2f4c3d113fb77b68858c67deff6b92deb311e16)
2003-10-06 21:49:42 +00:00
Gerald Carter
03e7b224ec cosmetic fix when DESTDIR=/ (default)
(This used to be commit cf6ac7995adc8ac116fd8f678ab06d0f91b4fe94)
2003-10-06 19:24:39 +00:00
Gerald Carter
0c4547ec27 default DESTDIR=/
(This used to be commit 759990833ef192ffddec58039db1a41a0fafa399)
2003-10-06 16:42:01 +00:00
Simo Sorce
762e7e1dff split some security related functions in their own files.
(no need to include all of smbd files to use some basic sec functions)

also minor compile fixes
(This used to be commit 66074d3b097d8cf2a231bf08c7f4db62da68189d)
2003-10-06 01:24:48 +00:00
Gerald Carter
9cfd26141c don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down; bug 437
(This used to be commit 9da4d1f7dbb289dd1db5e57a4fd78004bbfbd26b)
2003-10-03 21:43:56 +00:00
Gerald Carter
ec7716734e cleaning out patch list; patch from Steve L. to change the cwd before the postexec script
(This used to be commit bbc403ec6ee119f1bbb636deb40563dfdf258a74)
2003-10-03 15:11:38 +00:00
Gerald Carter
8ae168b46d abstract UUID parsing code to an individual function; patch from Anthony
(This used to be commit 6cbdbdf9e1e76837c8ef03e795db11caa74ccf18)
2003-10-03 15:08:16 +00:00
Jeremy Allison
4ed89be00f Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.
Jeremy.
(This used to be commit 6defe43e6d48619cee31b6c7fc602973e8eeef3f)
2003-10-02 18:22:48 +00:00
Jeremy Allison
e8fb38d8dd Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.
Jeremy.
(This used to be commit 9519ffc7cbdb37a4279c8804230596978679220e)
2003-10-02 17:53:55 +00:00
Jeremy Allison
460aa84639 Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.
Jeremy.
(This used to be commit a0828a2a1ce04075f0a7cb4a201cea0781998237)
2003-10-02 17:36:45 +00:00
Jeremy Allison
64f88c008c Correct fix for excel read-only bug. Add panic for logic error in developer mode.
Jeremy.
(This used to be commit 0857932c1c1960fd68a10f3d1f8c300b7a28b6d7)
2003-10-02 17:26:44 +00:00
Jeremy Allison
418749050b Fix for not opening Excel 2000 files that are read-only. Needs tidying
up but works for now.
Jeremy.
(This used to be commit d9b9113a0815aeeddb8fdcccb64e7692fe02a9c2)
2003-10-02 00:55:20 +00:00
Gerald Carter
e9568f8df2 commit sign only patch from Andrew; bug 167; tested using 2k & XP clientspreviously joined to the Samba domain
(This used to be commit 9d2e585e5e6f9066c6901aa8d8308734f8667296)
2003-10-01 22:00:19 +00:00
Jeremy Allison
b8092fbf99 Fixed silly typo checking for signal_handler not signal.
Jeremy.
(This used to be commit 202d4e46527993d359df7cd04fb611c22cc920c3)
2003-10-01 21:17:46 +00:00
Jeremy Allison
73953efac3 Allow ^C to interrupt smbpasswd if using our getpass.
Jeremy.
(This used to be commit 8a284463458cfaaff9986bbc459dfc113f921c6c)
2003-10-01 19:33:27 +00:00
Gerald Carter
4d0f0c0594 save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrite the CFLAGS variable
(This used to be commit aa7fccf6ad81da8a4a14abd699d1f765e18cd10c)
2003-10-01 18:54:29 +00:00
Gerald Carter
411c7463fb make sure libnss_winbind.so.2 is included in the RedHAT RPMS
(This used to be commit ceeb18d171d0e4ffc5c47ac4018909f266fd122c)
2003-10-01 17:56:51 +00:00
Gerald Carter
bf498934c1 remove duplicate smbspool link on SWAT's front page; bug 541
(This used to be commit b19316e071bfee15c8bbf1a521d87f1a4ab53cbe)
2003-10-01 17:07:28 +00:00
Gerald Carter
e1f16f3321 merge of parameter changes from 3.0 and fix for bug 550
(This used to be commit b6433f5db77a1d62309946c6f23c18c6c299d0c5)
2003-10-01 17:02:09 +00:00
Jeremy Allison
0dde70c233 Take care of condition where DOS and NT error codes must differ. Found by
DOS program test by Amir Hardon <hardon@actcom.co.il>.
Jeremy.
(This used to be commit 294f376aa908a9c56b73b9bfe48d56012a8f557b)
2003-09-29 23:35:39 +00:00