Stefan Metzmacher
83fbf5bbab
r25581: move variable to the place it belongs to.
...
metze
(This used to be commit 578b4711c9cb8f1e8ac21f7d83342aa0a34ad722)
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 eddb663959b62a7170998f1ba0fad59967fcff67)
2007-10-10 15:07:59 -05:00
Stefan Metzmacher
dae6a24532
r25579: BOOL -> bool
...
metze
(This used to be commit 058a0619e9218586e73ae920f45621cf00d8b828)
2007-10-10 15:07:59 -05:00
Stefan Metzmacher
b0ef52e959
r25578: BOOL -> bool
...
metze
(This used to be commit 198e8d7fff285fc70f2525af2a34a61d385b0d29)
2007-10-10 15:07:58 -05:00
Stefan Metzmacher
863a1dd155
r25577: BOOL -> bool
...
metze
(This used to be commit 6f665a12789b839c3d49ea8307f78bec77730c94)
2007-10-10 15:07:58 -05:00
Stefan Metzmacher
b3393247a2
r25576: BOOL -> bool
...
metze
(This used to be commit 9fd96e1989e348f87355ed120786399493a9e447)
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 814027146d9a4d309808bda635d5bc8d34974045)
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 8d4a435601c1af42a4a6704b3181e194eb40f75a)
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 4f664939af0d6ac389efebc51f2f31e9acee80b4)
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 e09828a634bf10bda9c6f28b18106c2bcab84643)
2007-10-10 15:07:56 -05:00
Jelmer Vernooij
f3e212ff69
r25556: Update README.
...
(This used to be commit 1a7dbfde5fcef19998b8af470c152a76386fb79f)
2007-10-10 15:07:56 -05:00
Jelmer Vernooij
da6d24c459
r25555: Remove support for BOOL, True and False.
...
(This used to be commit 18a2bcfa9e7d4718648f401821259d1dbf5a3ff4)
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 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10 15:07:55 -05:00
Jelmer Vernooij
05e7c48146
r25553: Convert to standard bool type.
...
(This used to be commit b7371f1a191fb86834c0d586d094f39f0b04544b)
2007-10-10 15:07:54 -05:00
Jelmer Vernooij
3642f3b40d
r25552: Convert to standard bool type.
...
(This used to be commit b8d6b82f1248d36a0aa91a1c58d06b4f7c66d245)
2007-10-10 15:07:54 -05:00
Jelmer Vernooij
0c56f8dac3
r25551: Convert to standard bool type.
...
(This used to be commit c9651e2c5c078edee7b91085e936a93625c8d708)
2007-10-10 15:07:54 -05:00
Jelmer Vernooij
734aaefd34
r25550: Convert to standard bool type.
...
(This used to be commit 3ed7aba8e234ebbead10d78d2fc1c8a8274d516b)
2007-10-10 15:07:53 -05:00
Jelmer Vernooij
af0a85bc30
r25549: Convert to standard bool type.
...
(This used to be commit 318bf1f7441678860adfff5cdb0d3d2448e58f4b)
2007-10-10 15:07:53 -05:00
Jelmer Vernooij
2f1c0eca13
r25548: Convert to standard bool type.
...
(This used to be commit 190d73b44b9b9c6dabbd26212d596d985b25edab)
2007-10-10 15:07:53 -05:00
Jelmer Vernooij
d5a93dfcb9
r25547: Convert to standard bool type.
...
(This used to be commit 97a241692c4b8dc45e086aa9b959f2cd30b8d6c9)
2007-10-10 15:07:52 -05:00
Jelmer Vernooij
cac2379a2f
r25546: Convert to standard bool type.
...
(This used to be commit ac83dbf199fd442fc994d43a6e5e9fda8d4c88b6)
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 e3df90927b2878917f0f555772a875f05bf609e8)
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 0d9826dc54057db2cfebcb806e5442c4dcf60daa)
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 b6d3fd84a5d7d814035e60d6fa22f19bed9f77da)
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 0e77e3e31653d236bd0110adb28ad9c918b7ae82)
2007-10-10 15:07:50 -05:00
Jelmer Vernooij
68a9ab6b01
r25540: Remove prototypes for already removed functions.
...
(This used to be commit 042dff55b4cd42b9bedbf574168cc52de3d1dda4)
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 3f6cc36a1b7ac8c2c65cd19a08ec06314653cfd2)
2007-10-10 15:07:50 -05:00
Jelmer Vernooij
5799692be7
r25537: Use new path for events modules.
...
(This used to be commit f9270073a282ba94eb4e3f51440d5653480082da)
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 89c8fd8c02830051e0199e234cc3e3b15e8c9879)
2007-10-10 15:07:49 -05:00
Jelmer Vernooij
93224076fc
r25535: Deal with events subsystem failures.
...
(This used to be commit fa6407984b2d592d1097a6bc5b7d566a2cc122de)
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 3670b3148d3d4483292bb1a5153e521d4703019a)
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 5c9d755f52c8fffe93efd9543a1381a3a06ef8f9)
2007-10-10 15:07:48 -05:00
Jelmer Vernooij
a97e319924
r25530: Fix missing dependency
...
(This used to be commit d1837608f0e995653ef805b016abaa618cfd288c)
2007-10-10 15:07:48 -05:00
Günther Deschner
35ea519ca8
r25529: Reformatting.
...
Guenther
(This used to be commit 4bb21a1b0077ff00eeec6a2e78ba719f6772bba7)
2007-10-10 15:07:48 -05:00
Jelmer Vernooij
ae74eea43d
r25527: Deal with no tests being registered.
...
(This used to be commit 2d36f6d3dbdad097933078bc9c689ff66d9a8a47)
2007-10-10 15:07:47 -05:00
Jelmer Vernooij
8c2ef262a8
r25524: Fix directory names for local module builds.
...
(This used to be commit 93e5a568e3da1c8b2e7decb2a675456ad35dc29b)
2007-10-10 15:07:47 -05:00
Jelmer Vernooij
719a4ae0d3
r25522: Convert to standard bool types.
...
(This used to be commit 5e814287ba475e12f8cc934fdd09b199dcdfdb86)
2007-10-10 15:07:47 -05:00
Jelmer Vernooij
42bdfc3f6c
r25518: Convert to standard bool types.
...
(This used to be commit e5cabe14c7c33c4c7215963f504edf65edc36b20)
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 294b2bf593445a79c500f02569f10ff72e1d6933)
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 6d07e29de2a7e535139622fa688b407da232c816)
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 9dd66317bdc50bb39ca2c2b14635647b361d5867)
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 9efa06537a998e5519e17022a01c9df435dc8b3d)
2007-10-10 15:07:45 -05:00
Stefan Metzmacher
e047f72e34
r25512: reformat code...
...
metze
(This used to be commit cd5699b7bdb57c2c6408a9df3c1ab2cfa32f0a58)
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 69043a7b1ca82f5c9976e605cf6bb9df8afbad18)
2007-10-10 15:07:44 -05:00
Stefan Metzmacher
6fb6999185
r25504: run WINBIND tests for samba3
...
metze
(This used to be commit 39981e5fa25512c72119db6de2caef9c41d2bb96)
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 df12ed56c9c2beb4ee36827ddec8b2946c1ac89b)
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 3f98a97ac327166e3451cfdcd857d693b5a2ec3c)
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 d80421495468db2fd1526c842a6354650afb14af)
2007-10-10 15:07:43 -05:00
Stefan Metzmacher
e0ad93f845
r25468: export WINBINDD_PRIV_PIPE_DIR
...
metze
(This used to be commit 80d05c2789cd053f7f401916fb0b45d4c9ecb46e)
2007-10-10 15:07:43 -05:00
Stefan Metzmacher
9f5b6c82d0
r25467: use uppercase netbios name for samba3.
...
metze
(This used to be commit fcd81f8c022eb6986d682600ca46519cc2034ab7)
2007-10-10 15:07:42 -05:00