1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

48453 Commits

Author SHA1 Message Date
Jelmer Vernooij
4f6a4b5510 Share idl_types.h. 2008-10-15 01:53:09 +02:00
Jelmer Vernooij
4999c5b2b9 Regenerated pidl output. 2008-10-15 01:48:02 +02:00
Jelmer Vernooij
bd8998226c Sync misc.idl with Samba 4. 2008-10-15 01:33:47 +02:00
Jelmer Vernooij
daeceff217 Fix typo. 2008-10-15 01:30:11 +02:00
Jelmer Vernooij
45f97c4614 Move shared DCE/RPC IDL files to root IDL dir. 2008-10-15 01:23:36 +02:00
Jelmer Vernooij
7f24027e02 Allow specifying the exact IDL files to build. 2008-10-15 01:15:58 +02:00
Jelmer Vernooij
98a6b91da5 Merge branch 'master' of git://git.samba.org/samba 2008-10-15 01:11:56 +02:00
Jelmer Vernooij
95a86edd97 Fix installation of libndr.h 2008-10-15 01:11:18 +02:00
Jeremy Allison
aed571d168 Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inheritance", based on
a patch from Paul Fertser <fercerpav@gmail.com>. I also added the ability to get/set hex
and symbolic inheritance flag names on ACE flags. I'm still investigating the effects
of setting the "SEC_DESC_DACL_AUTO_INHERIT_REQ" flag as I don't yet see what effects
this is having on the ACE sent.
Jeremy.
2008-10-14 16:09:17 -07:00
Jelmer Vernooij
65fdcd92fa Build zlib (required for ndr_compression) if it's not pulled in through
other means.
2008-10-15 01:04:13 +02:00
Jeremy Allison
7fb590d4f9 Note url explaining this code.
Jeremy.
2008-10-14 15:39:02 -07:00
Jelmer Vernooij
0132423a09 Share libndr.h between Samba 3 and Samba 4. 2008-10-15 00:35:13 +02:00
Jelmer Vernooij
75dabe874c Merge branch 'master' of git://git.samba.org/samba 2008-10-15 00:15:34 +02:00
Jelmer Vernooij
91437ea7bc Fix include path. 2008-10-15 00:14:58 +02:00
Jelmer Vernooij
235e68f7b7 Remove unused variable. 2008-10-15 00:09:08 +02:00
Jelmer Vernooij
ed7cc8fc1c Fix include path. 2008-10-14 23:59:58 +02:00
Jelmer Vernooij
5198fb6e19 Share ndr_krb5pac implementation. 2008-10-14 23:52:20 +02:00
Jelmer Vernooij
198974a781 Compile lzcompress (required for ndr_compression) 2008-10-14 23:49:13 +02:00
Jelmer Vernooij
f02a68a89f Share ndr_compression.c. 2008-10-14 23:46:34 +02:00
Jelmer Vernooij
831141e334 Remove unused file. 2008-10-14 23:37:55 +02:00
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