Jelmer Vernooij
e0fae5b22a
r18169: Remove accidentally committed bits
...
(This used to be commit 51faeff2fa
)
2007-10-10 14:17:45 -05:00
Jelmer Vernooij
873749f218
r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
...
(This used to be commit 8b622c5ded
)
2007-10-10 14:17:45 -05:00
Andrew Tridgell
a983b06d37
r18129: moved the system includes into libreplace - this gives much more
...
isolation of our portability environment from the main code, and also
simplifies the includes system (no separate #ifdef _SAMBA_BUILD for
tdb. ldb etc now)
(This used to be commit 77d1a468e0
)
2007-10-10 14:17:36 -05:00
Jelmer Vernooij
a59706f721
r18121: Simplify m4 code, hopefully fix Samba4 build problems.
...
(This used to be commit 1adf65b4d7
)
2007-10-10 14:17:35 -05:00
Andrew Tridgell
3953c21202
r18118: its the job of libreplace to handle things like this
...
(This used to be commit fa47301c0e
)
2007-10-10 14:17:34 -05:00
Andrew Tridgell
b7477fb388
r18117: first steps in making samba4 use libreplace
...
(This used to be commit c079cedb08
)
2007-10-10 14:17:34 -05:00
Jelmer Vernooij
4bcd9ffb22
r17931: Really remove the files this time. Looks like there's something wrong with
...
the rename code in bzr-svn...
(This used to be commit 03e402181a
)
2007-10-10 14:16:55 -05:00
Stefan Metzmacher
a93ad7490c
r17882: merge change from samba3
...
metze
(This used to be commit eca7085850
)
2007-10-10 14:16:50 -05:00
Stefan Metzmacher
ac88647c13
r17537: if we replace inet_ntoa() we need a prototype of
...
rep_inet_ntoa...
metze
(This used to be commit 78eaa905d5
)
2007-10-10 14:15:35 -05:00
Jelmer Vernooij
ca61b4f3b5
r15870: Improve detection of iconv - should prevent HAVE_ICONV_H being
...
defined when the installed iconv library doesn't match our criteria as
well as some other minor fixes.
(This used to be commit 7937932615
)
2007-10-10 14:08:35 -05:00
Jelmer Vernooij
172a83d724
r15573: Fix build of systems that have iconv headers in non-standard locations
...
Split of system/locale.h header from system/iconv.h
Previously, iconv wasn't being used on these systems
(This used to be commit aa6d66fda6
)
2007-10-10 14:05:58 -05:00
Jelmer Vernooij
089cbd4a8e
r15568: Simplify detection of iconv libraries a fair bit and fix it to
...
work on FreeBSD.
Based very loosely on a patch by Timur Bakevey
Fixes #3688
(This used to be commit ea7b28572b
)
2007-10-10 14:05:57 -05:00
Andrew Bartlett
c07db9b462
r15511: Using this name causes less warnings on the IBM checker, due to using
...
the original, rather than equivilant, enum type.
Andrew Bartlett
(This used to be commit 3d43e458a8
)
2007-10-10 14:05:44 -05:00
Jelmer Vernooij
e572bbb94c
r15321: Reduce the size of rewrite.m4 a bit more
...
(This used to be commit c83e4b1665
)
2007-10-10 14:05:15 -05:00
Jelmer Vernooij
847e80dee9
r15224: Check whether -MT is actually supported by the compiler before using
...
automatic dependencies
(This used to be commit 6598efc6b3
)
2007-10-10 14:04:20 -05:00
James Peach
cdae64b18c
r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typo
...
that made the BASE-DIR2 test fail.
(This used to be commit dcebc59a98
)
2007-10-10 14:04:15 -05:00
James Peach
6ab33938d5
r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
...
"." for "..". These express the intention better that strcmp or strequal
and improve searchability via cscope/ctags.
(This used to be commit 7e4ad7e8e5
)
2007-10-10 14:04:14 -05:00
Andrew Tridgell
84e00add26
r15032: change BENCH-NBENCH to always break to none, rather than accepting a
...
levelII break offer from the server.
(This used to be commit 7d7853476e
)
2007-10-10 14:04:02 -05:00
Jelmer Vernooij
4a61e4901e
r14999: Remove more unused autoconf code
...
Simplify va_copy() replacement code a bit
(This used to be commit a5c87360a7
)
2007-10-10 14:04:00 -05:00
Andrew Tridgell
825579c36e
r14936: remove a duplicate line
...
(This used to be commit fc11201ad1
)
2007-10-10 14:00:19 -05:00
Jelmer Vernooij
ab9fb12e0b
r14851: Make BOOL, False and True simple aliases to the POSIX-defined
...
bool, false and true (guaranteed to be defined by lib/replace)
(This used to be commit 53fa1bdb6e
)
2007-10-10 13:59:42 -05:00
Jelmer Vernooij
c50125f6ef
r14844: Support a stdbool.h replacement in lib/replace/
...
(This used to be commit bccfddcafa
)
2007-10-10 13:59:41 -05:00
Jelmer Vernooij
935af3eb19
r14724: Rearrange some source files, install more headers.
...
(This used to be commit 7146c1600f
)
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
35349a58df
r14542: Remove librpc, libndr and libnbt from includes.h
...
(This used to be commit 51b4270513
)
2007-10-10 13:58:42 -05:00
Jelmer Vernooij
83d8fd3dcf
r14484: Install more headers
...
(This used to be commit 430c6516d3
)
2007-10-10 13:57:31 -05:00
Stefan Metzmacher
9eb691c4c5
r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from:
...
http://ubiqx.org/cifs/rfc-draft/draft-leach-cifs-v1-spec-02.html#s4.3.7
tridge: there's also the buffering documented...
metze
(This used to be commit f1bdca2383
)
2007-10-10 13:57:26 -05:00
Andrew Tridgell
0558619254
r14411: mark smb_panic() as a noreturn function using gcc attributes, which
...
tells static analysers that it behaves like abort()
(This used to be commit 3cde18beae
)
2007-10-10 13:57:20 -05:00
Jelmer Vernooij
e5ea1d3691
r14384: Remove orpc code from includes.h
...
(This used to be commit 206d182cfb
)
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
61933e159c
r14381: Kill structs.h
...
(This used to be commit 1ffb82a759
)
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
e3f2414cf9
r14380: Reduce the size of structs.h
...
(This used to be commit 1a16a6f1df
)
2007-10-10 13:57:16 -05:00
Jelmer Vernooij
3f16241a1d
r14363: Remove credentials.h from the global includes.
...
(This used to be commit 98c4c30513
)
2007-10-10 13:57:14 -05:00
Jelmer Vernooij
227a789351
r14362: Only include ndr_compression.h when necessary.
...
(This used to be commit 4fced6dbbd
)
2007-10-10 13:57:14 -05:00
Jelmer Vernooij
9865048bf4
r14361: Support 'helper' attribute in pidl and use it.
...
Remove some headers from include/includes.h (they're now only included
in the file they are used)
(This used to be commit 7213b7498e
)
2007-10-10 13:57:14 -05:00
Jelmer Vernooij
7a121583b4
r14349: Kill proto.h!
...
Prototypes are now spread over multiple headers, usually one per subsystem.
This change is required to allow proper header dependencies later on,
without recompiling Samba each time the mtime of any source file changes.
(This used to be commit 3da79bf909
)
2007-10-10 13:57:14 -05:00
Andrew Tridgell
8fd131a9d4
r14294: conditionally define _PUBLIC_, so you can disable it easily with -D_PUBLIC_=
...
(This used to be commit 6c6bd77ec2
)
2007-10-10 13:57:09 -05:00
Stefan Metzmacher
32b0bb64bc
r14205: move smb specific stuff out of includes.h (finally!!!:-)
...
all this changes really help ccache to speed up the samba4 build:-)
metze
(This used to be commit 180a79d103
)
2007-10-10 13:57:03 -05:00
Stefan Metzmacher
966cf4aece
r14138: this isn't needed
...
metze
(This used to be commit bc905952eb
)
2007-10-10 13:56:53 -05:00
Rafal Szczesniak
7f2491a54b
r14124: One more thing needed for async dcerpc connect code.
...
rafal
(This used to be commit b4c48a6107
)
2007-10-10 13:56:52 -05:00
Günther Deschner
3bca79d037
r14054: merge from samba3, fillout more userAccountControl bits.
...
Guenther
(This used to be commit 9820736804
)
2007-10-10 13:52:38 -05:00
Jelmer Vernooij
17ae598141
r13938: Around round of splitups
...
(This used to be commit 2d655f0528
)
2007-10-10 13:52:29 -05:00
Jelmer Vernooij
4ac2be9958
r13924: Split more prototypes out of include/proto.h + initial work on header
...
file dependencies
(This used to be commit 1228358767
)
2007-10-10 13:52:24 -05:00
Jelmer Vernooij
ba564a901e
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
...
default.
(This used to be commit c80a8f1102
)
2007-10-10 13:52:21 -05:00
Jelmer Vernooij
86dda20562
r13899: Get the shared library build building again. Just compiles for now,
...
but modules don't work yet..
(Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status)
(This used to be commit ba74f24e42
)
2007-10-10 13:52:20 -05:00
Stefan Metzmacher
d8503c6ba1
r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requests
...
- the default max protocol is still NT1
metze
(This used to be commit d1bae931b3
)
2007-10-10 13:52:17 -05:00
Jelmer Vernooij
4d8fe47f7f
r13849: More improvements to the libutil docs.
...
(This used to be commit eed16ac3b7
)
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
8ef42b1fab
r13847: Fix some portability issues with the visibility attribute.
...
(This used to be commit fe5eae0e98
)
2007-10-10 13:52:15 -05:00
Stefan Metzmacher
4dcab29f51
r13811: nicer format...
...
metze
(This used to be commit 89f7a2b93f
)
2007-10-10 13:52:13 -05:00
Stefan Metzmacher
e0f691b1e1
r13810: global data types are defined in core.h now...
...
metze
(This used to be commit c6137a1af9
)
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
2debfc918c
r13809: move ldb specific define
...
metze
(This used to be commit 6f47fcbd44
)
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
f2ab61b129
r13808: remove unused define
...
metze
(This used to be commit b639b814d9
)
2007-10-10 13:52:12 -05:00