1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
Commit Graph

15353 Commits

Author SHA1 Message Date
Jelmer Vernooij
3f63d2fe4d Fix unresolved symbols.
(This used to be commit dbcecb6d8f)
2008-02-18 17:24:29 +01:00
Jelmer Vernooij
7dd064fcd9 Factor out common code that generates object lists.
(This used to be commit ef14e1ab32)
2008-02-18 17:08:54 +01:00
Jelmer Vernooij
86be022079 Remove mergedobj files during clean.
(This used to be commit 78fb91ee67)
2008-02-18 16:57:17 +01:00
Jelmer Vernooij
a44e0b2455 Simplify some more smb_build code.
(This used to be commit 95b06bd8f2)
2008-02-18 16:33:23 +01:00
Jelmer Vernooij
80cbff3d01 Fix build with partial linking.
(This used to be commit bfad9610c4)
2008-02-18 16:02:33 +01:00
Jelmer Vernooij
51b0a285f0 Avoid redetermining paths; use already stored values.
(This used to be commit 0d223ddc39)
2008-02-18 15:31:15 +01:00
Jelmer Vernooij
5e336bea1c Add elements in the build system implicitly if they're unknown
(so they can be regular make rules).
(This used to be commit 1da14d5efe)
2008-02-18 13:31:10 +01:00
Jelmer Vernooij
e5d7bd3821 Reenable partial linking
(This used to be commit a7512fb059)
2008-02-18 13:10:30 +01:00
Jelmer Vernooij
72642989e8 Fix installation of gencache.
(This used to be commit 96f073020f)
2008-02-18 12:45:27 +01:00
Jelmer Vernooij
e6514ceb2f Merge functions.
(This used to be commit d318809f0d)
2008-02-18 12:35:39 +01:00
Jelmer Vernooij
d7dc10468a Eliminate duplicate variable.
(This used to be commit f5b2b20caf)
2008-02-18 12:26:43 +01:00
Jelmer Vernooij
e8cf95773d Switch back to using static libraries for subsystems for now, since partial linking is still giving some problems.
(This used to be commit 0d8ddae496)
2008-02-18 11:50:07 +01:00
Jelmer Vernooij
9d0d614c7a Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
(This used to be commit 2fb93e85eb)
2008-02-18 11:31:40 +01:00
Andrew Tridgell
0e03c3aa89 disable the EAS level in SMB2-GETINFO test until we get some feedback
on how the alignment requirements have changed
(This used to be commit 2a474568c2)
2008-02-18 14:55:30 +11:00
Andrew Tridgell
10a374421b open a root handle in SMB2 should use a NULL filename, not a zero length
filename
(This used to be commit a29dd708bf)
2008-02-18 14:54:59 +11:00
Andrew Tridgell
5fb241e5d3 3 places where the VFS backend doesn't handle NULL strings.
(This used to be commit cf109460af)
2008-02-18 14:54:14 +11:00
Andrew Tridgell
26b8701321 handle pushing of zero length smb2 strings
(This used to be commit 66d0502228)
2008-02-18 14:53:48 +11:00
Jelmer Vernooij
0419da69d5 Prevent adding libreplace when not necessary.
(This used to be commit 978eb6f161)
2008-02-16 21:16:28 +01:00
Jelmer Vernooij
fe5b7c4986 Some more mergedobj fixes.
(This used to be commit c481d88d37)
2008-02-16 20:56:46 +01:00
Jelmer Vernooij
f6dec9de47 Use standard variable for partial linking.
(This used to be commit 949fca9540)
2008-02-16 20:48:08 +01:00
Jelmer Vernooij
8d7e2eb68c Reintroduce mergedobj support.
(This used to be commit 1cf23c5841)
2008-02-16 20:38:21 +01:00
Jelmer Vernooij
d803ff9e72 Remove unused code.
(This used to be commit 98d6095b96)
2008-02-16 16:33:04 +01:00
Jelmer Vernooij
f5e9437896 Simplify handling of plugin installation.
(This used to be commit 8f1270dd5c)
2008-02-16 16:22:05 +01:00
Jelmer Vernooij
a53beee034 Add static header for gencache.
(This used to be commit 58c25657bf)
2008-02-16 15:52:56 +01:00
Jelmer Vernooij
7c96ca88c4 Formatting fixes.
(This used to be commit bc0fab89e3)
2008-02-16 15:23:26 +01:00
Andrew Tridgell
afe8e5551e fixed RAW-READ after the bufinfo changes. Thanks to Metze for spotting
this.
(This used to be commit 3c9973b695)
2008-02-16 13:28:37 +11:00
Andrew Tridgell
10e2530eed Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 26475a231f)
2008-02-16 07:27:49 +11:00
Andrew Tridgell
2e4e06c6e6 fixed handling of zero sized buffers versus NULL buffers in
SMB2. Thanks to Metze for spotting this.
(This used to be commit fbcf3e65b9)
2008-02-16 07:25:38 +11:00
Jelmer Vernooij
57e910668d Unconditionally run the python tests.
(This used to be commit 0ab4428fce)
2008-02-15 16:06:57 +01:00
Jelmer Vernooij
56e75ed20c Reconcile header files for torture utility functions.
(This used to be commit 1269758e95)
2008-02-15 15:53:06 +01:00
Jelmer Vernooij
26bc88eaba Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Conflicts:

	source/torture/libnet/libnet_BecomeDC.c
(This used to be commit 2da0734f43)
2008-02-15 15:27:21 +01:00
Jelmer Vernooij
6c4acbbf9e Mark the provision_bare() test as known failing for now.
(This used to be commit bb473a8d11)
2008-02-15 15:22:01 +01:00
Jelmer Vernooij
85fe22a85f Use struct for provision parameters since there are so many of them.
(This used to be commit 4b9d5bc57c)
2008-02-15 15:14:55 +01:00
Stefan Metzmacher
9d9d54430a lsa.idl: add lsa_AsciiStringLarge
metze
(This used to be commit 646c597b79)
2008-02-15 15:03:28 +01:00
Stefan Metzmacher
de3d54e055 lsa.idl: don't use ascstr_noterm anymore
metze
(This used to be commit b994f899b4)
2008-02-15 15:03:15 +01:00
Stefan Metzmacher
1b09ec14a8 epmapper.idl: don't use ascstr2 anymore
metze
(This used to be commit 96f1ad6d27)
2008-02-15 08:53:24 +01:00
Stefan Metzmacher
7f4d2ac6a2 epmapper.idl: add link to official IDL
metze
(This used to be commit b5c0a6c114)
2008-02-15 08:53:11 +01:00
Stefan Metzmacher
8410878e2a dcerpc.idl: use charset() instead of ascstr3
metze
(This used to be commit 47447f60bc)
2008-02-15 08:52:51 +01:00
Stefan Metzmacher
a37ddb8ae0 ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can return 0
metze
(This used to be commit ae6976eb4a)
2008-02-15 08:52:23 +01:00
Stefan Metzmacher
f9116ae6db drsuapi.idl: use charset() instead of the exotic flags() and string
metze
(This used to be commit 70c7faace7)
2008-02-15 08:52:00 +01:00
Stefan Metzmacher
80d7c3ef7d krb5pac.idl: use charset() instead of string type with flags
metze
(This used to be commit 30657ae0eb)
2008-02-15 08:51:19 +01:00
Stefan Metzmacher
17f31a7677 NET-API-BECOME-DC: at least find the 'provision' function in python mode
This is still broken, as we call provision() with wrong arguments.
Also the python provision() function, doesn't allow us
to specify the locations of the partition ldb files,
this is strictly needed otherwise the torture test destroys
a production databases.

I think we should have a provision_become_dc() again!

metze
(This used to be commit 096eafd347)
2008-02-15 08:49:47 +01:00
Stefan Metzmacher
81db831973 cyrus_sasl: fix compiler warnings
metze
(This used to be commit 558c717c6c)
2008-02-15 08:49:33 +01:00
Andrew Tridgell
339dcbb641 remove redundent code
(This used to be commit 7f2421f17c)
2008-02-15 16:53:10 +11:00
Andrew Tridgell
4c6ecb4394 fixed some options that could not be overridden on the command line
(This used to be commit eea486d894)
2008-02-15 16:52:57 +11:00
Andrew Tridgell
054bc11876 added blackbox testing of gentest
(This used to be commit 716345fd38)
2008-02-15 16:42:22 +11:00
Andrew Tridgell
db408c0d0d convert gentest to use popt and the cmdline library
(This used to be commit 681366b956)
2008-02-15 15:53:11 +11:00
Andrew Tridgell
9e6327dc41 make sure lp_ctx is initialised
(This used to be commit 3abb33c8bf)
2008-02-15 15:52:52 +11:00
Andrew Tridgell
80362574b8 fix typo
(This used to be commit 1699b2a804)
2008-02-15 15:39:07 +11:00
Andrew Tridgell
c09f70608c added a blackbox test for masktest
(This used to be commit 05a110123d)
2008-02-15 15:33:10 +11:00