Simo Sorce
4d76af63b0
r14389: rootdse -> async
2007-10-10 13:57:18 -05:00
Stefan Metzmacher
606c038818
r14386: - use echo "..." instead of echo ... in all places
...
- make the output of the CC_CHECKER more readable when you have a fast box
and the each .c file take less than 1s.
metze
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
c1cf9f5aca
r14385: Fix header dependencies.
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
206d182cfb
r14384: Remove orpc code from includes.h
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
f4de155c94
r14383: Fix non-developer build.
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
1ffb82a759
r14381: Kill structs.h
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
1a16a6f1df
r14380: Reduce the size of structs.h
2007-10-10 13:57:16 -05:00
Jelmer Vernooij
1d2d970f3b
r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper
...
functions for rpc out of torture/torture.c
2007-10-10 13:57:16 -05:00
Stefan Metzmacher
bb6d0be0aa
r14374: remove sparse warning
...
metze
2007-10-10 13:57:16 -05:00
Stefan Metzmacher
dd485aa960
r14373: remove unreached wrong code, found by sparse
...
metze
2007-10-10 13:57:16 -05:00
Stefan Metzmacher
da1ac9b224
r14372: fix bug found by sparse
...
metze
2007-10-10 13:57:15 -05:00
Stefan Metzmacher
e616953159
r14371: - make 'make CC_CHECKER=foo' possible
...
can be used with sparse (http://www.kernel.org/git/?p=devel/sparse/sparse.git;a=summary )
or other C code analyzers.
metze
2007-10-10 13:57:15 -05:00
Jelmer Vernooij
85e4bb3b10
r14369: Remove obsolete header
2007-10-10 13:57:15 -05:00
Simo Sorce
b112eb774f
r14364: operational -> async (untested)
2007-10-10 13:57:15 -05:00
Jelmer Vernooij
98c4c30513
r14363: Remove credentials.h from the global includes.
2007-10-10 13:57:14 -05:00
Jelmer Vernooij
4fced6dbbd
r14362: Only include ndr_compression.h when necessary.
2007-10-10 13:57:14 -05:00
Jelmer Vernooij
7213b7498e
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)
2007-10-10 13:57:14 -05:00
Jelmer Vernooij
e0d96ecfb4
r14350: Keep "make proto". It's hard to forget old habits. :-)
2007-10-10 13:57:14 -05:00
Jelmer Vernooij
3da79bf909
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.
2007-10-10 13:57:14 -05:00
Jelmer Vernooij
eb8687cdd4
r14348: Fix location of #endif
2007-10-10 13:57:13 -05:00
Jelmer Vernooij
c1061f5fe4
r14347: Add registration function to allow registering smbtorture test(suites)
...
Fix mechanism for breaking lines when printing test names.
2007-10-10 13:57:13 -05:00
Simo Sorce
fbd3475440
r14344: More helpful messages on error for command line specified controls
...
fixes in paged_results
asq -> async
2007-10-10 13:57:13 -05:00
Jelmer Vernooij
4799f7bd1f
r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.
2007-10-10 13:57:13 -05:00
Jelmer Vernooij
f12c1ee193
r14332: Built in different paths when running locally (from ./bin/) in developer
...
mode (./configure.developer). This will change the hardcoded value of a few
paths (BINDIR, SWATDIR, EJSDIR, SETUPDIR, DATADIR, MODULESDIR). The regular
locations will be used when running 'make install'.
This enables developers to work on (shared built) modules, swat, ejs and
setup files without having to run 'make install' each time.
2007-10-10 13:57:12 -05:00
Jelmer Vernooij
7871b07e21
r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
...
- VERSION: should contain the current version. Will be made part of the filename.
- SO_VERSION: should contain the latest version that this on is compatible to. Will be used for setting the soname of the shared library.
Fix sonames and use them on platforms that support them
Remove symlinking code. ldconfig will take care of creating the symlinks now
that we set the soname.
2007-10-10 13:57:12 -05:00
Jelmer Vernooij
7fd74cfbb9
r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts has
...
a C compiler that doesn't support -c and -o together and it makes the build
system more complicated. This also means the current handling of broken C
compilers is most likely broken as it isn't tested.
This detection can be readded when we stumble upon a C compiler that supports
both C99 (or at least the parts of it we need) and also has broken -c/-o
handling, which I think is unlikely to happen.
2007-10-10 13:57:12 -05:00
Stefan Metzmacher
0507203c35
r14319: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED on more systems
...
on the buildfarm successful...
metze
2007-10-10 13:57:12 -05:00
Stefan Metzmacher
c99c057354
r14318: fix warnings
...
metze
2007-10-10 13:57:11 -05:00
Stefan Metzmacher
74472ed8be
r14316: don't zero the smb_handle after it was set:-)
...
metze
2007-10-10 13:57:11 -05:00
Andrew Bartlett
a79a185b6a
r14313: Add comments describing some of the dependencies here.
...
Andrew Bartlett
2007-10-10 13:57:11 -05:00
Andrew Bartlett
1905a27c78
r14312: Formatting and comments.
...
Andrew Bartlett
2007-10-10 13:57:11 -05:00
Andrew Tridgell
d1d94d69e1
r14311: canon needs to be initialised
2007-10-10 13:57:11 -05:00
Andrew Tridgell
20d7f2ae35
r14310: length needs to be initialised
2007-10-10 13:57:10 -05:00
Andrew Tridgell
1f48df6dda
r14309: make sure ret is initialised
2007-10-10 13:57:10 -05:00
Andrew Tridgell
9acc445a21
r14308: fixed an out of range shift and an uninitialised error
2007-10-10 13:57:10 -05:00
Andrew Tridgell
e017246f10
r14307: fixed dereference of my_address->addr when NULL
2007-10-10 13:57:10 -05:00
Andrew Tridgell
03da4fbcdd
r14306: fixed two break errors
2007-10-10 13:57:10 -05:00
Andrew Tridgell
c791db60c8
r14305: fixed a memory leak and a break error
2007-10-10 13:57:10 -05:00
Andrew Tridgell
6a84940bd3
r14297: make sure we can go through the loop for than once
2007-10-10 13:57:09 -05:00
Andrew Tridgell
7233481308
r14296: added an abort() to SMB_ASSERT() so that static analysers know it doesn't return
2007-10-10 13:57:09 -05:00
Andrew Tridgell
759e148734
r14295: make sure we return a valid data blob
2007-10-10 13:57:09 -05:00
Andrew Tridgell
6c6bd77ec2
r14294: conditionally define _PUBLIC_, so you can disable it easily with -D_PUBLIC_=
2007-10-10 13:57:09 -05:00
Andrew Tridgell
230636a00e
r14293: fixed some errors found with beam
2007-10-10 13:57:09 -05:00
Andrew Tridgell
bc45451ddd
r14288: - make the snprintf call in talloc portable to older solaris boxes
...
- fixed an error found sing the beam analyser
2007-10-10 13:57:08 -05:00
Jelmer Vernooij
2c7b62a861
r14281: Pull apart LIBDIR and MODULESDIR
...
Move architecture-independent data to DATADIR (was LIBDIR)
2007-10-10 13:57:07 -05:00
Stefan Metzmacher
be6d5298a2
r14256: - rename smb_file -> smb_handle
...
- move it into the in/out substructs again
- allow file.path only on smb_fileinfo/smb_setfileinfo
metze
2007-10-10 13:57:06 -05:00
Stefan Metzmacher
ca809a7910
r14240: fix summary output (step 2)
...
we now need to explicit enable external libraries in
*.m4 files again...
metze
2007-10-10 13:57:06 -05:00
Rafal Szczesniak
7aa90f58b9
r14239: Fix indentation.
...
rafal
2007-10-10 13:57:05 -05:00
Rafal Szczesniak
87b31c51bb
r14238: This is not needed anymore, as the state structure is zeroed
...
right after allocation.
rafal
2007-10-10 13:57:05 -05:00
Stefan Metzmacher
612fcb46ac
r14237: fix the summary output (step 1)
...
metze
2007-10-10 13:57:05 -05:00