summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-3.0.1pre1cvs2svn Import User2003-10-100-0/+0
| | | 'release-3-0-1pre1'.
* fixing up a few typosGerald Carter2003-10-101-441/+93
|
* syncing using_samba treeGerald Carter2003-10-102-2/+2
|
* adding files from the 3.0 branchGerald Carter2003-10-101-1/+1
|
* syncing up for 3.0.1pre1Gerald Carter2003-10-10123-12656/+4057
|
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2003-10-097-0/+1997
|\ | | | | 'SAMBA_3_0_RELEASE'.
| * Move sysquotas autoconf tests to a seperate file in tests/Jelmer Vernooij2003-10-093-102/+98
| | | | | | | | Patch by Stefan Metzmacher <metze@metzemix.de>
| * Refuse to configure if --with-expsam=$BACKEND was specified, butJelmer Vernooij2003-10-091-2/+2
| | | | | | | | the libraries for $BACKEND were not found
| * At least give a message if we're returning a short read for W2K compatibility.Jeremy Allison2003-10-091-2/+12
| | | | | | | | Jeremy.
| * Merge from 3.0:Tim Potter2003-10-091-5/+10
| | | | | | | | | | | | >cosmetic fix when DESTDIR=/ (default) >fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525
| * Merge from 3.0:Tim Potter2003-10-091-22/+2
| | | | | | | | | | | | | | >Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debug >(I renamed the element of the structure). > >Andrew Bartlett
| * Merge from 3.0:Tim Potter2003-10-091-1/+1
| | | | | | | | | | | | | | >Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will be >tested soon, but this fix is somewhat obvious. > >Volker
| * Merge from 3.0:Tim Potter2003-10-091-1/+1
| | | | | | | | | | >Typo in error message. >Jeremy.
| * Merge from 3.0:Tim Potter2003-10-091-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >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"));
| * Merge from 3.0:Tim Potter2003-10-091-1/+1
| | | | | | | | >Portability fix from Joachim Schmitz. Closes bug #546.
| * Merge from 3.0:Tim Potter2003-10-091-1/+1
| | | | | | | | >Fix spelling mistake.
| * Merge from 3.0:Tim Potter2003-10-093-76/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >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"));
| * Merge from 3.0:Tim Potter2003-10-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | >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
| * Merge from 3.0:Tim Potter2003-10-091-2/+3
| | | | | | | | | | | | | | | | | | >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
| * Merge from 3.0:Tim Potter2003-10-091-9/+0
| | | | | | | | - Don't install text docs
| * Merge from 3.0:Tim Potter2003-10-099-10149/+2789
| | | | | | | | | | | | - Updated *.msg files from running genmsg - Add genmsg program - Add Jelmer's Dutch translation
| * Merge from 3.0:Tim Potter2003-10-091-4/+10
| | | | | | | | | | | | | | | | | | >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
| * Changes to allow Samba3 to pass the Samba4 RAW-READ tests.Jeremy Allison2003-10-094-20/+61
| | | | | | | | Jeremy.
| * Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison2003-10-083-40/+170
| | | | | | | | | | validated the same way. Jeremy.
| * Max warnings with gcc.Jeremy Allison2003-10-071-1/+3
| | | | | | | | Jeremy.
| * make sure to call get_user_groups() with the full winbindd name for a user ↵Gerald Carter2003-10-072-11/+22
| | | | | | | | if he;she has one; bug 406
| * Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.Jeremy Allison2003-10-071-6/+23
| | | | | | | | | | Canonicalise SMB_INFO_ALLOCATION in the same was as SMB_FS_FULL_SIZE_INFORMATION. Jeremy.
| * Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.Jeremy Allison2003-10-061-3/+3
| | | | | | | | Jeremy.
| * cosmetic fix when DESTDIR=/ (default)Gerald Carter2003-10-0611-18/+20
| |
| * default DESTDIR=/Gerald Carter2003-10-061-0/+1
| |
| * split some security related functions in their own files.Simo Sorce2003-10-0620-945/+1376
| | | | | | | | | | | | (no need to include all of smbd files to use some basic sec functions) also minor compile fixes
| * don't call ads_destroy() twice; fixes segfault in winbindd when DC goes ↵Gerald Carter2003-10-033-6/+19
| | | | | | | | down; bug 437
| * cleaning out patch list; patch from Steve L. to change the cwd before the ↵Gerald Carter2003-10-031-3/+3
| | | | | | | | postexec script
| * abstract UUID parsing code to an individual function; patch from AnthonyGerald Carter2003-10-031-7/+26
| |
| * Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison2003-10-023-1/+30
| | | | | | | | Jeremy.
| * Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.Jeremy Allison2003-10-021-0/+4
| | | | | | | | Jeremy.
| * Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.Jeremy Allison2003-10-021-1/+1
| | | | | | | | Jeremy.
| * Correct fix for excel read-only bug. Add panic for logic error in developer ↵Jeremy Allison2003-10-022-6/+7
| | | | | | | | | | | | mode. Jeremy.
| * Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison2003-10-021-3/+4
| | | | | | | | | | up but works for now. Jeremy.
| * commit sign only patch from Andrew; bug 167; tested using 2k & XP ↵Gerald Carter2003-10-016-114/+159
| | | | | | | | clientspreviously joined to the Samba domain
| * Fixed silly typo checking for signal_handler not signal.Jeremy Allison2003-10-011-1/+1
| | | | | | | | Jeremy.
| * Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison2003-10-011-62/+86
| | | | | | | | Jeremy.
| * save and restore CFLAGS before/after AC_PROG_CC; this macro seems to ↵Gerald Carter2003-10-011-0/+9
| | | | | | | | overwrite the CFLAGS variable
| * make sure libnss_winbind.so.2 is included in the RedHAT RPMSGerald Carter2003-10-011-2/+2
| |
| * remove duplicate smbspool link on SWAT's front page; bug 541Gerald Carter2003-10-011-2/+1
| |
| * merge of parameter changes from 3.0 and fix for bug 550Gerald Carter2003-10-013-8/+7
| |
| * Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison2003-09-291-1/+1
| | | | | | | | | | DOS program test by Amir Hardon <hardon@actcom.co.il>. Jeremy.
| * Merge from 3.0:Tim Potter2003-09-291-1/+1
| | | | | | | | | | >iconv isn't const safe. Neither should smb_iconv be. >Jeremy.
| * Merge from 3.0:Tim Potter2003-09-291-2/+8
| | | | | | | | | | | | | | | | >Apply some NULL pointer paranoia to previous wins hook fix. >Fix broken wins hook functionality. A i18n fixe caused the name type >to be appended to the netbios name between angle brackets. This interfered >the 'sh -c' used to implement smbrun(). Closes bug #528.
| * Merge from 3.0:Tim Potter2003-09-291-2/+33
| | | | | | | | | | | | | | >Allow d_printf() to handle strings with escaped quotation marks since the >msg file includes the escape character. > >Fixes bug #489.