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

215 Commits

Author SHA1 Message Date
Jeremy Allison
894cc6d162 r1085: Now it's had some proper user testing, merge in the deferred open fix. I'm
still doing more testing, but it fixes a behaviour that we've been wrong
on ever since the start of Samba.
Jeremy.
2007-10-10 10:51:54 -05:00
Stefan Metzmacher
7cc35ba066 r824: merge from: SAMBA_4_0:
use 'Last Change Rev:' instead of 'Revision:' from the svn info output
for setting the SVN_REVISION in version.h

metze
2007-10-10 10:51:47 -05:00
Gerald Carter
984d9fe271 r496: fixing swat welcome page -- added links to example guide, devel guide, and howto (all in multi page format) 2007-10-10 10:51:26 -05:00
Stefan Metzmacher
25cbca89ba r413: merge from 4_0:
as we decide to not do 3.0.2a releases anymore,
remove the generation stuff from VERSION and mkversion.sh

metze
2007-10-10 10:51:22 -05:00
Stefan Metzmacher
2326c9e0a2 r215: merge over svk fixes from 4_0
metze
2007-10-10 10:51:14 -05:00
Stefan Metzmacher
4d9d8e83aa r208: merge the version schema changes from 4_0
metze
2007-10-10 10:51:14 -05:00
Gerald Carter
a7e2730ec4 r39: * importing .cvsignore files
* updateing WHATSNEW with vl's change
2007-10-10 10:51:05 -05:00
Jeremy Allison
00fa66df3e Fix gcc warnings. Fix mkproto with new type.
Jeremy.
-
Gerald Carter
a01a7fdbd9 BUG 1129: patch from shiro@miraclelinux.com (Shiro Yamada) to install image files for SWAT -
Herb Lewis
ed4af810cf merge old change from 2.2 branch to give legend in heading -
Gerald Carter
02899224a1 disable template accounts by default -
Gerald Carter
c51eaec4f0 BUG 958; don't use the -N option when invoking smbclient from the smbtar script -
Gerald Carter
a3b0cc9f5b patch from TAKEDA yasuma to bypass any missing language files -
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
-
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)
-
Tim Potter
0519a7022b Final round of printf warnings fixes for the moment. -
Tim Potter
1814c29b7d Generate 64-bit clean printf's for build options. -
Gerald Carter
e660b5752a cosmetic fix when DESTDIR=/ (default) -
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
-
Gerald Carter
dc6d14c2bd fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525 -
Tim Potter
c326774905 Fix bug #456 for 3.0.0 release.
More work on SWAT i18n support to appear in later releases.
-
Alexander Bokovoy
e4dda8cb22 Fix scripts to generate correct tables for compilers which have character constants as signed chars instead of unsigned -
Gerald Carter
0283b0152e fix some output formatting -
Gerald Carter
5c3094ee55 reformatting -
Gerald Carter
50bb063f3b fix some problems with the findsmb script due to changes in smbclient & nmblookup -
Tim Potter
061decb608 Removed {OLD,NEW}_NTDOMAIN cruft from mkproto.awk -
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
-
Gerald Carter
55b6129bd1 make sure using_samba 2ed. files get installed ok -
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.
-
Gerald Carter
20603faf2c don't complain if the using_samba book is not in the tree -
Gerald Carter
9c9cc30093 remove unneedced script -
Alexander Bokovoy
df6eeca5f6 Ignore only getdate.* in modules/, not the whole directory. Fixes static builds of modules -
Gerald Carter
ae452e51b0 metze's autogenerate patch for version.h -
Gerald Carter
bf271aadcf missing backtic -
Alexander Bokovoy
eaf883abc0 Ignore modules/*.c in make proto -
Jelmer Vernooij
3000a99b2d Create symlinks for modules that register multiple functions (fixes bug #91 ) -
Gerald Carter
b47b6f5825 removing outdated scripts -
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.
-
Jelmer Vernooij
087e9af450 Move find_missing_doc.pl to the docs system -
Jelmer Vernooij
a61804b5eb Update for docbook XML -
Gerald Carter
1111bc7b0c Large set of changes to add UNIX account/group management
to winbindd.  See README.idmap-and-winbind-changes for details.
-
Jelmer Vernooij
95c4c801fe Add smb_event_id to list of return types (patch from metze) -
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.
-
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.
-
Tim Potter
de8180a280 Ignore autogenerated file. -
Tim Potter
e48a8b5e9c Bug 83: fixes for building when $srcdir != $builddir from David Lee
<t.d.lee@durham.ac.uk>
-
Andrew Bartlett
0369d4432b Fix for format string warning from vance -
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
-
Jelmer Vernooij
8d2aec7a73 - Fix modules build of pdb_mysql and pdb_xml
- Fix typo in script/installswat.sh
-
Jelmer Vernooij
858017b16f Use XML format instead of SGML format (merge from HEAD) -