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

13306 Commits

Author SHA1 Message Date
Jelmer Vernooij
f26222df4d r25626: Move some debug-specific prototypes to debug.h.
(This used to be commit 84a2027540)
2007-12-21 05:43:00 +01:00
Jelmer Vernooij
b09047b78e r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network.h because we stripped down includes.
(This used to be commit 262c1c23a6)
2007-12-21 05:43:00 +01:00
Stefan Metzmacher
8517878144 r25623: add 'make test-swrap-pcap' and 'make test-swrap-keep-pcap'
metze
(This used to be commit 398940031b)
2007-12-21 05:42:57 +01:00
Stefan Metzmacher
23a55848d9 r25622: let --socket-wrapper-keep-pcap imply --socket-wrapper-pcap
metze
(This used to be commit eceed3f6d6)
2007-12-21 05:42:56 +01:00
Andrew Bartlett
a72869d77b r25619: As perhaps could have been expected, the CFLAGS hack broke all non-gcc
compilers.

Instead, as jelmer suggests, remove the depricated marker on fstring,
for as long as it is used in the samba3 winbind protocol.

Andrew Bartlett
(This used to be commit b15df834ae)
2007-12-21 05:42:55 +01:00
Andrew Bartlett
68c550e8e4 r25618: I'm sick of the fstring warnings turning up here. Let's see how much
of the build farm I can break with this...

Andrew Bartlett
(This used to be commit b7e4b4f95c)
2007-12-21 05:42:55 +01:00
Jelmer Vernooij
a33d97341f r25617: Make sure system include paths come after samba include paths. Patch from Timur Bakeyev.
(This used to be commit 7565c4a0dd)
2007-12-21 05:42:55 +01:00
Andrew Bartlett
5c4a4b4566 r25616: Fedora DS now has a way to install the schema and extra configuration
as part of the setup inf file.

Andrew Bartlett
(This used to be commit 6c8987464e)
2007-12-21 05:42:54 +01:00
Jelmer Vernooij
286157f4aa r25615: Honor SMBD_VALGRIND and NMBD_VALGRIND for Samba3.
(This used to be commit 9f1e4a44b5)
2007-12-21 05:42:54 +01:00
Jelmer Vernooij
61931ca643 r25614: Add trivial tdb website.
(This used to be commit 6f88c41c31)
2007-12-21 05:42:53 +01:00
Stefan Metzmacher
0e30691861 r25613: verify the length and type before checking the value,
hopefully gives more info why this fails some bigendian
platforms

metze
(This used to be commit 1d2bc79aa5)
2007-12-21 05:42:53 +01:00
Günther Deschner
bdf71f5dc6 r25612: Add test_SetKeySecurity() call.
Guenther
(This used to be commit a5e4d13eef)
2007-12-21 05:42:53 +01:00
Günther Deschner
89f6f464ea r25611: Smaller fix for winreg test.
Guenther
(This used to be commit e9e6ee4f73)
2007-12-21 05:42:52 +01:00
Günther Deschner
4fb9aeb556 r25610: Add security_descriptor_appendv() which takes va_list directly.
Guenther
(This used to be commit 99408cf20c)
2007-12-21 05:42:52 +01:00
Günther Deschner
bf1293e9f2 r25609: Reformat RPC-WINREG test.
Guenther
(This used to be commit 617091fb5a)
2007-12-21 05:42:51 +01:00
Günther Deschner
39f1dab9eb r25608: Call security_descriptor_append from within security_descriptor_create.
Guenther
(This used to be commit 1ebcceb922)
2007-12-21 05:42:51 +01:00
Günther Deschner
a6c4b9d179 r25607: Allow to set security descriptor type flags at creation time with
security_descriptor_create().

Guenther
(This used to be commit 7dd0d28d25)
2007-12-21 05:42:51 +01:00
Günther Deschner
50bf951977 r25606: Allow test_GetKeySecurity() to return a security descriptor.
Guenther
(This used to be commit 3a0d22f572)
2007-12-21 05:42:50 +01:00
Günther Deschner
c353a7b05e r25605: Last round of registry reformats (before this gets an obsession...).
Guenther
(This used to be commit ceb2ebfbf1)
2007-12-21 05:42:49 +01:00
Günther Deschner
34d166111e r25604: Add security_descriptor_append() helper function.
Guenther
(This used to be commit 7d8f53b1c7)
2007-12-21 05:42:48 +01:00
Günther Deschner
33032276f5 r25603: More reformat.
Guenther
(This used to be commit 176614423e)
2007-12-21 05:42:48 +01:00
Stefan Metzmacher
a3e5710eda r25602: don't imply "system/network.h" within replace.h,
as this brings in the socket_wrapper.h in unexpected
code and we endup with a missing 'swrap_close' while linking

metze
(This used to be commit 507d5ca7d9)
2007-12-21 05:42:47 +01:00
Stefan Metzmacher
6876d2613d r25601: replace.h should never imply any "system/*.h"
(here it's "system/time.h")

metze
(This used to be commit 00467c2593)
2007-12-21 05:42:46 +01:00
Stefan Metzmacher
e12a4cb2f3 [GLUE] fix some executable bits on shell scripts
metze
(This used to be commit 76f1f7d701)
2007-12-21 05:21:31 +01:00
Stefan Metzmacher
f1e23d5a62 r25600: fix stupid typo...this should fix the build on sunX
metze
(This used to be commit 192c05556f)
2007-10-10 15:08:03 -05:00
Stefan Metzmacher
a508a210cb r25599: print the error...
metze
(This used to be commit b7027404ba)
2007-10-10 15:08:03 -05:00
Stefan Metzmacher
39f5745c16 r25597: HPUX doesn't have INET_ADDRSTRLEN defined
metze
(This used to be commit f9696109cc)
2007-10-10 15:08:02 -05:00
Andrew Bartlett
26d4d7543b r25596: It isn't valid to take the address of an array on the stack, and this
isn't what memset wants anyway.

Thanks to Indar Kriplani <indar.kriplani@gmail.com>.  Fixes bug 5010

Andrew Bartlett
(This used to be commit fd309065bb)
2007-10-10 15:08:02 -05:00
Stefan Metzmacher
761e067996 r25595: we pass the "blackbox.smbclient.*USER and PASSWD" test
so don't let the build-farm complain that is passes unexpected

metze
(This used to be commit cf3f0de921)
2007-10-10 15:08:01 -05:00
Günther Deschner
21a7a9639c r25594: Merge from 3_2:
"Add missing security_secinfo bits as seen while managing security descriptor
inheritance with regedit."

Guenther
(This used to be commit 1c1811c5e3)
2007-10-10 15:08:01 -05:00
Jeremy Allison
397a0aaa43 r25586: Fix getaddrinfo detection - from Timur.
Jeremy.
(This used to be commit 48819012f8)
2007-10-10 15:08:00 -05:00
Stefan Metzmacher
da6add2c6e r25585: don't start winbindd untill the build-farm faked users work with it
metze
(This used to be commit eacbe31c89)
2007-10-10 15:08:00 -05:00
Stefan Metzmacher
d4d5876701 r25582: build nmblookup with make testsuite as it's needed in the blackbox tests
metze
(This used to be commit 18991998b2)
2007-10-10 15:08:00 -05:00
Stefan Metzmacher
83fbf5bbab r25581: move variable to the place it belongs to.
metze
(This used to be commit 578b4711c9)
2007-10-10 15:07:59 -05:00
Jelmer Vernooij
20d1ab47f8 r25580: Error out if there are no tests to run.
(This used to be commit eddb663959)
2007-10-10 15:07:59 -05:00
Stefan Metzmacher
dae6a24532 r25579: BOOL -> bool
metze
(This used to be commit 058a0619e9)
2007-10-10 15:07:59 -05:00
Stefan Metzmacher
b0ef52e959 r25578: BOOL -> bool
metze
(This used to be commit 198e8d7fff)
2007-10-10 15:07:58 -05:00
Stefan Metzmacher
863a1dd155 r25577: BOOL -> bool
metze
(This used to be commit 6f665a1278)
2007-10-10 15:07:58 -05:00
Stefan Metzmacher
b3393247a2 r25576: BOOL -> bool
metze
(This used to be commit 9fd96e1989)
2007-10-10 15:07:58 -05:00
Jelmer Vernooij
ffc9f2e05d r25574: Support SMBD_OPTIONS, NMBD_OPTIONS and WINBINDD_OPTIONS environment variables for make test.
(This used to be commit 814027146d)
2007-10-10 15:07:57 -05:00
Jelmer Vernooij
f7c3cd1350 r25566: Use -lexecinfo for backtraces on FreeBSD. Patch by Timur I. Bakeyev <timur@com.bat.ru>
(This used to be commit 8d4a435601)
2007-10-10 15:07:57 -05:00
Jelmer Vernooij
0df01cee47 r25562: Use standard bool types in cyrus sasl code - patch by Julien.
(This used to be commit 4f664939af)
2007-10-10 15:07:56 -05:00
Jelmer Vernooij
775a3d034d r25558: Define HAVE_* for other gai functions to prevent problems with libroken.
(This used to be commit e09828a634)
2007-10-10 15:07:56 -05:00
Jelmer Vernooij
f3e212ff69 r25556: Update README.
(This used to be commit 1a7dbfde5f)
2007-10-10 15:07:56 -05:00
Jelmer Vernooij
da6d24c459 r25555: Remove support for BOOL, True and False.
(This used to be commit 18a2bcfa9e)
2007-10-10 15:07:55 -05:00
Jelmer Vernooij
2151cde580 r25554: Convert last instances of BOOL, True and False to the standard types.
(This used to be commit 566aa14139)
2007-10-10 15:07:55 -05:00
Jelmer Vernooij
05e7c48146 r25553: Convert to standard bool type.
(This used to be commit b7371f1a19)
2007-10-10 15:07:54 -05:00
Jelmer Vernooij
3642f3b40d r25552: Convert to standard bool type.
(This used to be commit b8d6b82f12)
2007-10-10 15:07:54 -05:00
Jelmer Vernooij
0c56f8dac3 r25551: Convert to standard bool type.
(This used to be commit c9651e2c5c)
2007-10-10 15:07:54 -05:00
Jelmer Vernooij
734aaefd34 r25550: Convert to standard bool type.
(This used to be commit 3ed7aba8e2)
2007-10-10 15:07:53 -05:00
Jelmer Vernooij
af0a85bc30 r25549: Convert to standard bool type.
(This used to be commit 318bf1f744)
2007-10-10 15:07:53 -05:00
Jelmer Vernooij
2f1c0eca13 r25548: Convert to standard bool type.
(This used to be commit 190d73b44b)
2007-10-10 15:07:53 -05:00
Jelmer Vernooij
d5a93dfcb9 r25547: Convert to standard bool type.
(This used to be commit 97a241692c)
2007-10-10 15:07:52 -05:00
Jelmer Vernooij
cac2379a2f r25546: Convert to standard bool type.
(This used to be commit ac83dbf199)
2007-10-10 15:07:52 -05:00
Jelmer Vernooij
6bc52259aa r25545: Use inet_ntop for ipv4 code as well - should make it easier to share code between IPv4 and IPv6 later on.
(This used to be commit e3df90927b)
2007-10-10 15:07:51 -05:00
Günther Deschner
cc8f4eb3cd r25544: Cleanup some more indents in lib/registry.
Guenther
(This used to be commit 0d9826dc54)
2007-10-10 15:07:51 -05:00
Jelmer Vernooij
e511090a43 r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getnameinfo
(and friends) from SAMBA_3_2, with some minor tweaks:

- avoid including network headers in replace.h unless absolutely required
- autoconf tests for getaddrinfo() in lib/replace

The heimdal-specific code also no longer looks for these functions anymore.
(This used to be commit b6d3fd84a5)
2007-10-10 15:07:51 -05:00
Jelmer Vernooij
f0bc19ae47 r25541: Add setup.py for building ldb python wrappers standalone.
(This used to be commit 0e77e3e316)
2007-10-10 15:07:50 -05:00
Jelmer Vernooij
68a9ab6b01 r25540: Remove prototypes for already removed functions.
(This used to be commit 042dff55b4)
2007-10-10 15:07:50 -05:00
Günther Deschner
b591596c0e r25539: Also correct indent for winreg server.
Guenther
(This used to be commit 3f6cc36a1b)
2007-10-10 15:07:50 -05:00
Jelmer Vernooij
5799692be7 r25537: Use new path for events modules.
(This used to be commit f9270073a2)
2007-10-10 15:07:49 -05:00
Jelmer Vernooij
55a7440a07 r25536: Fix path for messaging - this code path doesn't appear to have a test, otherwise it would've caused a crash in the testsuite earlier...
(This used to be commit 89c8fd8c02)
2007-10-10 15:07:49 -05:00
Jelmer Vernooij
93224076fc r25535: Deal with events subsystem failures.
(This used to be commit fa6407984b)
2007-10-10 15:07:49 -05:00
Michael Adam
f0b3f20efb r25532: Fix some more indentations. Sorry Günther, could not resist, after
having gone through this just before you committed r25529. :-)

Michael
(This used to be commit 3670b3148d)
2007-10-10 15:07:48 -05:00
Günther Deschner
f5c546145e r25531: Merge GTYPE_SECURITY_UNIVERSAL_GROUP from samba3.
Guenther
(This used to be commit 5c9d755f52)
2007-10-10 15:07:48 -05:00
Jelmer Vernooij
a97e319924 r25530: Fix missing dependency
(This used to be commit d1837608f0)
2007-10-10 15:07:48 -05:00
Günther Deschner
35ea519ca8 r25529: Reformatting.
Guenther
(This used to be commit 4bb21a1b00)
2007-10-10 15:07:48 -05:00
Jelmer Vernooij
ae74eea43d r25527: Deal with no tests being registered.
(This used to be commit 2d36f6d3db)
2007-10-10 15:07:47 -05:00
Jelmer Vernooij
8c2ef262a8 r25524: Fix directory names for local module builds.
(This used to be commit 93e5a568e3)
2007-10-10 15:07:47 -05:00
Jelmer Vernooij
719a4ae0d3 r25522: Convert to standard bool types.
(This used to be commit 5e814287ba)
2007-10-10 15:07:47 -05:00
Jelmer Vernooij
42bdfc3f6c r25518: Convert to standard bool types.
(This used to be commit e5cabe14c7)
2007-10-10 15:07:46 -05:00
Michael Adam
20480a7953 r25516: Sorry, I reverted too much of r25448 in r25515.
These two fixes should have remained! Thanks to
Metze for pointing this out.

Michael
(This used to be commit 294b2bf593)
2007-10-10 15:07:46 -05:00
Michael Adam
3b07f6aeb1 r25515: Revert r25448:
Immediate structures are *not* supportet by the native C compiler
at least on Solaris, Tru64 and HP-UX.

Michael
(This used to be commit 6d07e29de2)
2007-10-10 15:07:46 -05:00
Stefan Metzmacher
bf0ee695db r25514: don't blindly overwrite the result last_reason,
print the old one as warning...

metze
(This used to be commit 9dd66317bd)
2007-10-10 15:07:45 -05:00
Stefan Metzmacher
54bc4556b9 r25513: don't hide warnings in subunit mode
metze
(This used to be commit 9efa06537a)
2007-10-10 15:07:45 -05:00
Stefan Metzmacher
e047f72e34 r25512: reformat code...
metze
(This used to be commit cd5699b7bd)
2007-10-10 15:07:45 -05:00
Michael Adam
2cf665b8fd r25509: Extend the WINBIND-STRUCT-LOOKUP_NAME_SID test to also
verify failure of the lookup for an invalid SID and an
invalid name.

Michael
(This used to be commit 69043a7b1c)
2007-10-10 15:07:44 -05:00
Stefan Metzmacher
6fb6999185 r25504: run WINBIND tests for samba3
metze
(This used to be commit 39981e5fa2)
2007-10-10 15:07:44 -05:00
Michael Adam
f64d696395 r25477: Add user and group retrieval functions (used in LIST_USERS/GROUPS tests).
Add winbind separator and winbind domain name retrieval functions.

Add WINBIND-STRUCT-LOOKUP_NAME_SID test that walks through the list
of groups and names, converts each name with LOOKUPSID and the resulting
sid with LOOKUPNAME and compares the result with the original name.

Michael
(This used to be commit df12ed56c9)
2007-10-10 15:07:43 -05:00
Jelmer Vernooij
9b1fd7f52d r25471: Use macros for loadparm field names, should make migration to offsets rather than pointers easier later on.
(This used to be commit 3f98a97ac3)
2007-10-10 15:07:43 -05:00
Michael Adam
8d78021abd r25469: Finish WINBIND-STRUCT-SHOW_SEQUENCE test:
* Extract retrieval of list of sequence numbers into its own function.
* Unclutter comment output.
* Add tests for BUILTIN and local domain not being disconnected.
* Improve use of torture_assert macros.

Michael
(This used to be commit d804214954)
2007-10-10 15:07:43 -05:00
Stefan Metzmacher
e0ad93f845 r25468: export WINBINDD_PRIV_PIPE_DIR
metze
(This used to be commit 80d05c2789)
2007-10-10 15:07:43 -05:00
Stefan Metzmacher
9f5b6c82d0 r25467: use uppercase netbios name for samba3.
metze
(This used to be commit fcd81f8c02)
2007-10-10 15:07:42 -05:00
Stefan Metzmacher
37d63aab72 r25466: fix calculation of $expected_ret, when there're
some expected and some unexpected failures within
one testsuite.

metze
(This used to be commit ca2a07c71f)
2007-10-10 15:07:42 -05:00
Stefan Metzmacher
00d2a19554 r25465: improve plain output...
metze
(This used to be commit 8deb2f068c)
2007-10-10 15:07:41 -05:00
Stefan Metzmacher
f069623ace r25464: improve build-farm output...
metze
(This used to be commit 7b5d5777cb)
2007-10-10 15:07:41 -05:00
Jelmer Vernooij
650abae845 r25463: revert accidently committed type changes for now, broke the build.
(This used to be commit ce4fbb4f44)
2007-10-10 15:07:41 -05:00
Jelmer Vernooij
8ffc4c1f97 r25462: Remove refernece to categories from js as well.
(This used to be commit 12d7cccd7c)
2007-10-10 15:07:40 -05:00
Jelmer Vernooij
f5f6d6d2ab r25461: Remove section headers in loadparm - trying to keep data and metadata separate and this should help when refactoring loadparm later on.
(This used to be commit e15fd412f9)
2007-10-10 15:07:40 -05:00
Jelmer Vernooij
30047a9543 r25460: use common structure in param/generic.c
(This used to be commit 01ce5448f4)
2007-10-10 15:07:40 -05:00
Jelmer Vernooij
569903dd0c r25459: Avoid bashism. Reported by Björn Jacke.
(This used to be commit a03e09b878)
2007-10-10 15:07:39 -05:00
Jelmer Vernooij
1da3555488 r25458: Fix warning
(This used to be commit f723efad9f)
2007-10-10 15:07:39 -05:00
Jelmer Vernooij
fd6288c584 r25457: use different location for out-of-tree builds
(This used to be commit aa089378a0)
2007-10-10 15:07:39 -05:00
Jelmer Vernooij
5ecd526d1c r25456: Avoid externs for charsets for now - it breaks openchange.
(This used to be commit 836431af83)
2007-10-10 15:07:38 -05:00
Jelmer Vernooij
efa384375f r25454: Use standard bool types in a couple more places.
(This used to be commit 9243b551f3)
2007-10-10 15:07:38 -05:00
Jelmer Vernooij
621fcfcd1c r25453: Fix include for NTSTATUS.
(This used to be commit 3c2d06d8fc)
2007-10-10 15:07:38 -05:00
Andrew Bartlett
999d47e41e r25452: Move the creation of the server entry to the self join, as this makes
no sense on a member server.

Andrew Bartlett
(This used to be commit 70467fa4c5)
2007-10-10 15:07:37 -05:00
Andrew Bartlett
43890c4c58 r25451: Rework the display of provision options to use printf syntax, and
avoid %s in the substituted strings from becoming a problem.

Andrew Bartlett
(This used to be commit 3c4f107239)
2007-10-10 15:07:37 -05:00
Andrew Bartlett
b6678a276c r25450: Make it easier to test with a particular version of OpenLDAP, by
setting OPENLDAP_PATH, move to using hdb as the backend (allows
subtree renames), and re-enable the --quiet option.

Andrew Bartlett
(This used to be commit a186a0fa68)
2007-10-10 15:07:37 -05:00
Jelmer Vernooij
ce7bccef5f r25449: Add convenience function for opening the default smb.conf for openchange.
(This used to be commit 5f023ef7a4)
2007-10-10 15:07:36 -05:00