1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

48433 Commits

Author SHA1 Message Date
Jelmer Vernooij
ecca199486 Fix merged build . 2008-10-14 23:25:12 +02:00
Jelmer Vernooij
ecc108ccb0 Fix pkg-config file location. 2008-10-14 22:43:29 +02:00
Jelmer Vernooij
15c52eb514 Merge branch 'master' of ssh://git.samba.org/data/git/samba 2008-10-14 22:41:02 +02:00
Jelmer Vernooij
6e2a470cd2 Move make check out of cache call to avoid weird formatting. 2008-10-14 22:40:21 +02:00
Jelmer Vernooij
009dcbf477 Give the user a hint about whether a merged build would be possible. 2008-10-14 22:39:19 +02:00
Jelmer Vernooij
79f1ba8754 Make check_*.m4 m4 library files just contain functions that can be
executed from other m4 files.
2008-10-14 22:37:10 +02:00
Jelmer Vernooij
4468279ca2 Move checks for perl inside function. 2008-10-14 22:27:07 +02:00
Jelmer Vernooij
ed6d3fd7ab Move checks for make inside function. 2008-10-14 22:26:54 +02:00
Jelmer Vernooij
436346e3ad Move tests for Python inside function. 2008-10-14 22:26:39 +02:00
Jelmer Vernooij
b208262c53 Fix path check. 2008-10-14 22:20:36 +02:00
Jelmer Vernooij
5c16a06185 Allow auto-detect if --enable-merged-build was not specified. 2008-10-14 21:46:58 +02:00
Simo Sorce
7fb9007f3d Fix very old bug in ASQ 2008-10-14 12:25:18 -04:00
Günther Deschner
da4399c509 s3-build: add and use IDL_PATH while building IDL files.
Guenther
2008-10-14 16:29:47 +02:00
Jelmer Vernooij
d940012dc8 Move ndr pkg-config file to top-level. 2008-10-14 16:23:46 +02:00
Jelmer Vernooij
42f0172fe2 Remove unused file. 2008-10-14 16:21:26 +02:00
Jelmer Vernooij
3fe406ee72 Merge branch 'master' of git://git.samba.org/samba 2008-10-14 15:57:26 +02:00
Jelmer Vernooij
4577fb5a3b Remove unused types. 2008-10-14 15:57:03 +02:00
Jelmer Vernooij
a9d8ed748e Sync with Samba 3. 2008-10-14 15:43:04 +02:00
Jelmer Vernooij
d8a6f1082c Remove unused structures. 2008-10-14 15:27:27 +02:00
Jelmer Vernooij
de5d41ab7b Remove unused header file. 2008-10-14 15:16:40 +02:00
Günther Deschner
f4f59bf248 s3-build: fix init_samba_module missing proto warning.
Guenther
2008-10-14 13:40:17 +02:00
Volker Lendecke
e037305187 Add the oplock-batch25 test showing that a writeattr does not break an oplock
Probably that's already somewhere else, but I did not find it.
2008-10-14 13:30:13 +02:00
Volker Lendecke
a7187e8083 Remove unused stuff 2008-10-14 13:30:13 +02:00
Holger Hetterich
69c5992d17 Fix the "Premature end of data in tag" error when buiding the manpage, fix a typo in the text, add an example for anonymization usage. 2008-10-14 11:45:58 +02:00
Jelmer Vernooij
3bd73c926e Define inttypes macros if not provided by system. 2008-10-14 04:12:53 +02:00
Jelmer Vernooij
b96329f4f9 Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others)
from inttypes.h.
2008-10-14 03:42:54 +02:00
Jelmer Vernooij
396e53f9ff Merge branch 'master' of git://git.samba.org/samba 2008-10-14 03:39:56 +02:00
Jelmer Vernooij
606c398fb8 Rely on standard {u,}int{8,16,32,64}_t types provided by system or
libreplace for {u,}int{8,16,32,64} defines.
2008-10-14 03:38:34 +02:00
Jelmer Vernooij
d4f647c859 Remove define for VOLATILE, volatile is already provided by libreplace. 2008-10-14 03:17:52 +02:00
Jelmer Vernooij
efdc503440 MAXHOSTNAMELEN is already provided by libreplace if not by the system. 2008-10-14 03:14:46 +02:00
Jelmer Vernooij
2d92361a1c Remove unused data type schar. If we really need this, it should probably be typedeffed to int8_t. 2008-10-14 03:14:07 +02:00
Tim Prouty
e11277e28d Fixed a variable undeclared compilation error
Explicitly declaring environ eliminates a compilation error on some
systems.
2008-10-13 17:53:58 -07:00
Jelmer Vernooij
389cfee579 Use GUID_random. 2008-10-14 02:41:20 +02:00
Jelmer Vernooij
4c81727a00 Merge branch 'master' of git://git.samba.org/samba 2008-10-14 02:34:38 +02:00
Jelmer Vernooij
a62c510d8b Use GUID_from_string. 2008-10-14 02:33:41 +02:00
Jeremy Allison
501fa6a05d Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba 2008-10-13 17:27:53 -07:00
Jelmer Vernooij
1f3e4f39c5 Use GUID_string rather than smb_uuid_string(). 2008-10-14 02:26:18 +02:00
Jeremy Allison
ddf16ed6e5 Cope with VFS change.
Jeremy.
2008-10-13 17:22:33 -07:00
Jelmer Vernooij
7e5bbe8069 Merge branch 'master' of git://git.samba.org/samba 2008-10-14 02:19:00 +02:00
Andrew Bartlett
551e955027 Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel 2008-10-14 11:16:59 +11:00
Jelmer Vernooij
fd443f819e Use common fusage implementation. 2008-10-14 02:16:27 +02:00
Matthias Dieter Wallnöfer
9dcbddd5c6 The ldb async merge broke all MMC management utilties
Commit 51baa8deec00244cc0a6e3d29c53932427800610 included a
copy-and-paste bug which caused all MMC mangement utilities to break.

Because of the typo Samba4 would no longer include the magic 'you may
write to these attributes/create these classes' attributes, these
tools would display all fields greyed out or 'read only', and not
allow the creation of child objects.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2008-10-14 11:16:23 +11:00
Jelmer Vernooij
4746f79d50 Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
Tim Prouty
abe443a65e Remove extraneous comment from 0a33d8bd312cc4497d08bbe0f4dd2abcce67bd0b 2008-10-13 15:10:23 -07:00
Tim Prouty
0a33d8bd31 Check for f_frsize when using statvfs
Add a configure test for the availability of f_frsize in struct
statvfs (for broken platforms that define statvfs but still have
f_bsize/f_iosize). Ported from source3's fsusage:
commit 472519eb6941bc0972212cc416ab89801fe3ee0c
2008-10-13 14:24:08 -07:00
Holger Hetterich
783818d956 Update the manpage for vfs_smb_traffic_analyzer to include the anonymize_prefix option 2008-10-13 14:19:25 -07:00
Jeremy Allison
2a2f9400bf Whitespace tidyup and an optimization to remove a talloc.
Jeremy.
2008-10-13 14:12:43 -07:00
Holger Hetterich
3e1d6c6020 Enable optional anonymization of user names,
if the configuration parameter anonymization_prefix is defined in
smb.conf, and use the prefix given there.
2008-10-13 14:08:49 -07:00
Volker Lendecke
2b1bef7e87 Remove the current_spoolss_pipes_open thingy.
I looked at a checkout from 2002 and even there it did not what it was supposed
to do. Sadly this also removes one of the nicest comments in the whole Samba
code :-)
2008-10-13 20:59:35 +02:00
Volker Lendecke
76dfca1569 Make the internal pipe functions static 2008-10-13 20:59:34 +02:00