1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

8467 Commits

Author SHA1 Message Date
Andrew Tridgell
72a7052fa7 r14414: added some error checks
(This used to be commit cd9f3adc75)
2007-10-10 13:57:20 -05:00
Andrew Tridgell
f479571502 r14413: don't do memcpy of length 0
(This used to be commit c43a7ec7ac)
2007-10-10 13:57:20 -05:00
Andrew Tridgell
0f921145d5 r14412: init a var
(This used to be commit ec53f5fe96)
2007-10-10 13:57:20 -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
Andrew Tridgell
819110dfb3 r14410: init a var
(This used to be commit 59bc3e8ab0)
2007-10-10 13:57:20 -05:00
Andrew Tridgell
c061e9089f r14409: quieten warnings
(This used to be commit 2ec2894f72)
2007-10-10 13:57:19 -05:00
Jelmer Vernooij
1060f6b3f6 r14402: Generate seperate headers for RPC client functions.
(This used to be commit 7054ebf024)
2007-10-10 13:57:19 -05:00
Simo Sorce
45933a9828 r14401: Let samldb intercept the async requests.
Samld is NOT yet async itself, but as that module only intercepts
user,groups or foreign principal creation and nothing else we can
accept it not to be asynchronous for now.

Simo.
(This used to be commit 250dac3072)
2007-10-10 13:57:18 -05:00
Simo Sorce
2d774763f0 r14391: rdn_name -> async
(This used to be commit 0bc3caa918)
2007-10-10 13:57:18 -05:00
Simo Sorce
265f596e50 r14390: the rootdse does not show a distinguishedName attribute
(This used to be commit 179e62d093)
2007-10-10 13:57:18 -05:00
Simo Sorce
3312888119 r14389: rootdse -> async
(This used to be commit 4d76af63b0)
2007-10-10 13:57:18 -05:00
Stefan Metzmacher
36eeba7742 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
(This used to be commit 606c038818)
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
d93dec3efc r14385: Fix header dependencies.
(This used to be commit c1cf9f5aca)
2007-10-10 13:57:17 -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
7651d097b4 r14383: Fix non-developer build.
(This used to be commit f4de155c94)
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
eefe30b7d8 r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper
functions for rpc out of torture/torture.c
(This used to be commit 1d2d970f3b)
2007-10-10 13:57:16 -05:00
Stefan Metzmacher
9b8717edec r14374: remove sparse warning
metze
(This used to be commit bb6d0be0aa)
2007-10-10 13:57:16 -05:00
Stefan Metzmacher
2ce73cb6db r14373: remove unreached wrong code, found by sparse
metze
(This used to be commit dd485aa960)
2007-10-10 13:57:16 -05:00
Stefan Metzmacher
add7ba54c1 r14372: fix bug found by sparse
metze
(This used to be commit da1ac9b224)
2007-10-10 13:57:15 -05:00
Stefan Metzmacher
2d404f2934 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
(This used to be commit e616953159)
2007-10-10 13:57:15 -05:00
Jelmer Vernooij
cdd6443aed r14369: Remove obsolete header
(This used to be commit 85e4bb3b10)
2007-10-10 13:57:15 -05:00
Simo Sorce
611bad9de3 r14364: operational -> async (untested)
(This used to be commit b112eb774f)
2007-10-10 13:57:15 -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
2b06074b25 r14350: Keep "make proto". It's hard to forget old habits. :-)
(This used to be commit e0d96ecfb4)
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
Jelmer Vernooij
35447f0a48 r14348: Fix location of #endif
(This used to be commit eb8687cdd4)
2007-10-10 13:57:13 -05:00
Jelmer Vernooij
42e919b3b0 r14347: Add registration function to allow registering smbtorture test(suites)
Fix mechanism for breaking lines when printing test names.
(This used to be commit c1061f5fe4)
2007-10-10 13:57:13 -05:00
Simo Sorce
b1bf44a4e1 r14344: More helpful messages on error for command line specified controls
fixes in paged_results
asq -> async
(This used to be commit fbd3475440)
2007-10-10 13:57:13 -05:00
Jelmer Vernooij
b67cf4ce26 r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.
(This used to be commit 4799f7bd1f)
2007-10-10 13:57:13 -05:00
Jelmer Vernooij
e47f76e96d 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.
(This used to be commit f12c1ee193)
2007-10-10 13:57:12 -05:00
Jelmer Vernooij
e153a8099e 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.
(This used to be commit 7871b07e21)
2007-10-10 13:57:12 -05:00
Jelmer Vernooij
d563c448f7 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.
(This used to be commit 7fd74cfbb9)
2007-10-10 13:57:12 -05:00
Stefan Metzmacher
d2d9c0f25b r14319: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED on more systems
on the buildfarm successful...

metze
(This used to be commit 0507203c35)
2007-10-10 13:57:12 -05:00
Stefan Metzmacher
0b18c8f863 r14318: fix warnings
metze
(This used to be commit c99c057354)
2007-10-10 13:57:11 -05:00
Stefan Metzmacher
03bd05947b r14316: don't zero the smb_handle after it was set:-)
metze
(This used to be commit 74472ed8be)
2007-10-10 13:57:11 -05:00
Andrew Bartlett
ca7f7a4615 r14313: Add comments describing some of the dependencies here.
Andrew Bartlett
(This used to be commit a79a185b6a)
2007-10-10 13:57:11 -05:00
Andrew Bartlett
54b33de0fc r14312: Formatting and comments.
Andrew Bartlett
(This used to be commit 1905a27c78)
2007-10-10 13:57:11 -05:00
Andrew Tridgell
18a050b870 r14311: canon needs to be initialised
(This used to be commit d1d94d69e1)
2007-10-10 13:57:11 -05:00
Andrew Tridgell
65238dc940 r14310: length needs to be initialised
(This used to be commit 20d7f2ae35)
2007-10-10 13:57:10 -05:00
Andrew Tridgell
3b12f543be r14309: make sure ret is initialised
(This used to be commit 1f48df6dda)
2007-10-10 13:57:10 -05:00
Andrew Tridgell
5afe03d975 r14308: fixed an out of range shift and an uninitialised error
(This used to be commit 9acc445a21)
2007-10-10 13:57:10 -05:00
Andrew Tridgell
cd63d287df r14307: fixed dereference of my_address->addr when NULL
(This used to be commit e017246f10)
2007-10-10 13:57:10 -05:00
Andrew Tridgell
1693d5e507 r14306: fixed two break errors
(This used to be commit 03da4fbcdd)
2007-10-10 13:57:10 -05:00
Andrew Tridgell
27c9674455 r14305: fixed a memory leak and a break error
(This used to be commit c791db60c8)
2007-10-10 13:57:10 -05:00
Andrew Tridgell
3ea60662fd r14297: make sure we can go through the loop for than once
(This used to be commit 6a84940bd3)
2007-10-10 13:57:09 -05:00
Andrew Tridgell
15ec1f8f00 r14296: added an abort() to SMB_ASSERT() so that static analysers know it doesn't return
(This used to be commit 7233481308)
2007-10-10 13:57:09 -05:00