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

204 Commits

Author SHA1 Message Date
Gerald Carter
c51eaec4f0 BUG 958; don't use the -N option when invoking smbclient from the smbtar script 0001-01-01 00:00:00 +00:00
Gerald Carter
a3b0cc9f5b patch from TAKEDA yasuma to bypass any missing language files 0001-01-01 00:00:00 +00:00
Rafal Szczesniak
d6857d191c Omit html documentation tree because it has been moved to the separate
module. Install though, in case one recreates the tree as it was before.


rafal
0001-01-01 00:00:00 +00:00
Gerald Carter
9b8bf6a950 * only install swat html files once
* revert the change that prevent the guest
  account from being added to a passdb backend
  since it broke the build farm.
* apply patch from Alex Deiter to fix the
  "smbldap_open: cannot access when not root
  error" messages when looking up group
  information (bug 281)
0001-01-01 00:00:00 +00:00
Tim Potter
0519a7022b Final round of printf warnings fixes for the moment. 0001-01-01 00:00:00 +00:00
Tim Potter
1814c29b7d Generate 64-bit clean printf's for build options. 0001-01-01 00:00:00 +00:00
Gerald Carter
e660b5752a cosmetic fix when DESTDIR=/ (default) 0001-01-01 00:00:00 +00:00
Simo Sorce
c78f2d0bd1 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
couldn't compile to test these due to some kerberos problems wirh 3.0,
but on HEAD they're working well, so I suppose it's ok to commit
0001-01-01 00:00:00 +00:00
Gerald Carter
dc6d14c2bd fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525 0001-01-01 00:00:00 +00:00
Tim Potter
c326774905 Fix bug #456 for 3.0.0 release.
More work on SWAT i18n support to appear in later releases.
0001-01-01 00:00:00 +00:00
Alexander Bokovoy
e4dda8cb22 Fix scripts to generate correct tables for compilers which have character constants as signed chars instead of unsigned 0001-01-01 00:00:00 +00:00
Gerald Carter
0283b0152e fix some output formatting 0001-01-01 00:00:00 +00:00
Gerald Carter
5c3094ee55 reformatting 0001-01-01 00:00:00 +00:00
Gerald Carter
50bb063f3b fix some problems with the findsmb script due to changes in smbclient & nmblookup 0001-01-01 00:00:00 +00:00
Tim Potter
061decb608 Removed {OLD,NEW}_NTDOMAIN cruft from mkproto.awk 0001-01-01 00:00:00 +00:00
Alexander Bokovoy
4ab08a4bb8 Proper fix for #380 -- use different algorithm to generate codepages
source code which allows to take gaps into account thus making unneccessary
extended [index] = value, syntax in to_ucs2 array
0001-01-01 00:00:00 +00:00
Gerald Carter
55b6129bd1 make sure using_samba 2ed. files get installed ok 0001-01-01 00:00:00 +00:00
Alexander Bokovoy
37042c7bc0 Refactor charset plugins a bit and add CP437 module.
Now all 8-bit charsets with gaps (not all symbols defined) could be produced through
one macro -- SMB_GENERATE_CHARSET_MODULE_8_BIT_GAP(CHARSETNAME) within source file
with three charset tables. Full source code for such modules can be generated by
source/script/gen-8bit-gap.sh script which was taken from GNU libc and changed slightly
to follow our data types and structure.
0001-01-01 00:00:00 +00:00
Gerald Carter
20603faf2c don't complain if the using_samba book is not in the tree 0001-01-01 00:00:00 +00:00
Gerald Carter
9c9cc30093 remove unneedced script 0001-01-01 00:00:00 +00:00
Alexander Bokovoy
df6eeca5f6 Ignore only getdate.* in modules/, not the whole directory. Fixes static builds of modules 0001-01-01 00:00:00 +00:00
Gerald Carter
ae452e51b0 metze's autogenerate patch for version.h 0001-01-01 00:00:00 +00:00
Gerald Carter
bf271aadcf missing backtic 0001-01-01 00:00:00 +00:00
Alexander Bokovoy
eaf883abc0 Ignore modules/*.c in make proto 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
3000a99b2d Create symlinks for modules that register multiple functions (fixes bug #91 ) 0001-01-01 00:00:00 +00:00
Gerald Carter
b47b6f5825 removing outdated scripts 0001-01-01 00:00:00 +00:00
Gerald Carter
3d29302756 fix cache coherency bug in print handle print_info_2 cache.
Needs to be rewritten to use a reference counter, but this
will work for now.

also the memory allocation in the printing code needs to be cleaned
up to use talloc exclusively.
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
087e9af450 Move find_missing_doc.pl to the docs system 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
a61804b5eb Update for docbook XML 0001-01-01 00:00:00 +00:00
Gerald Carter
1111bc7b0c Large set of changes to add UNIX account/group management
to winbindd.  See README.idmap-and-winbind-changes for details.
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
95c4c801fe Add smb_event_id to list of return types (patch from metze) 0001-01-01 00:00:00 +00:00
Gerald Carter
aac01dc7bc merge of the netsamlogon caching code from APPLIANCE_HEAD
This replaces the universal group caching code (was originally
based on that code).  Only applies to the the RPC code.

One comment: domain local groups don't show up in 'getent group'
that's easy to fix.

Code has been tested against 2k domain but doesn't change anything
with respect to NT4 domains.

netsamlogon caching works pretty much like the universal group
caching code did but has had much more testing and puts winbind
mostly back in sync between branches.
0001-01-01 00:00:00 +00:00
Tim Potter
456184463d More fixes for builddir != srcdir.
- Use absolute directories for $builddir and $srcdir in the Makefile

 - Don't try and combine source files in $builddir and $srcdir to build
   proto.h.  It's just too hard to get it right across all targets we
   wish to compile on.  Use a hand created prototype for the single
   function in smbd/build_options.c that we need.  This allows us to ditch
   all the extra sed work that was causing problems: \t not portable - hah!

 - Fix bogus delheaders target to remove the correct files

This appears to work quite nicely now.  Let's see how it goes on the
buildfarm machines.
0001-01-01 00:00:00 +00:00
Tim Potter
de8180a280 Ignore autogenerated file. 0001-01-01 00:00:00 +00:00
Tim Potter
e48a8b5e9c Bug 83: fixes for building when $srcdir != $builddir from David Lee
<t.d.lee@durham.ac.uk>
0001-01-01 00:00:00 +00:00
Andrew Bartlett
0369d4432b Fix for format string warning from vance 0001-01-01 00:00:00 +00:00
Andrew Bartlett
2be258071c Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate the
build options, so we will always have the right values for how and when
an smbd was built.

In particular, this is indended to address bitrot caused by configure.in
changes.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
8d2aec7a73 - Fix modules build of pdb_mysql and pdb_xml
- Fix typo in script/installswat.sh
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
858017b16f Use XML format instead of SGML format (merge from HEAD) 0001-01-01 00:00:00 +00:00
Tim Potter
a9df8ec587 Merge: add PAC_DATA as valid return type. 0001-01-01 00:00:00 +00:00
Gerald Carter
f869db787b autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)
findsmb - use @PERL@
0001-01-01 00:00:00 +00:00
Andrew Bartlett
28258224de Merge from HEAD - fix to findsmb by Waider 0001-01-01 00:00:00 +00:00
Gerald Carter
0fb724b321 *lots of small merges form HEAD
*sync up configure.in
*don't build torture tools in make all
*make sure to remove torture tools as part of make clean
0001-01-01 00:00:00 +00:00
Gerald Carter
d223ea87ae more unused files 0001-01-01 00:00:00 +00:00
Gerald Carter
e3f9b68dee remving more unused files 0001-01-01 00:00:00 +00:00
Herb Lewis
cfef980566 fix broken incremental tar - merge from 2.2
found by "Jacob Anawalt" <anawaltaj@hotmail.com>
0001-01-01 00:00:00 +00:00
Tim Potter
d3998307ad Merge a bunch of trivial changes from HEAD. The difference remaining
should actual functional differences between HEAD and 3.0.

 - Mostly reformatting
 - Removal of unecessary #include "smb.h"
 - Merge of dyn_DRIVERFILE removal
 - Silly bug fix for python code
0001-01-01 00:00:00 +00:00
Gerald Carter
f0d09cf676 * fixing RedHat spec file for 3.0
* updating Makefile & configure script to use CONFIGDIR & VFSLIBDIR
* set LIBDIR to ${prefix}/lib/samba when --with-fhs is enabled
* make installdirs take an arbitrary number of arguements
0001-01-01 00:00:00 +00:00
cvs2svn Import User
2662e351f2 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
d777bba508 Remove obsolete scripts and put in module install/uninstall 0001-01-01 00:00:00 +00:00