1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

4807 Commits

Author SHA1 Message Date
Derrell Lipman
b501bf17ab r7443: reorg functions for readability
(This used to be commit 7543acfa9fe87b43cfee482cf02e56d73d29596b)
2007-10-10 13:17:54 -05:00
Stefan Metzmacher
4140ccd0dd r7442: skip tests that require smbd, but smbd is down
metze
(This used to be commit dad79155624808aa85c34921f05d2e0cded6ad12)
2007-10-10 13:17:54 -05:00
Volker Lendecke
84ee48e3e9 r7441: Get rid of // comments. Tridge, if this breaks anything, please revert it. More tomorrow
Volker
(This used to be commit 02efa4427d80aa1e9a8f0275c568d977faa0f9b8)
2007-10-10 13:17:54 -05:00
Derrell Lipman
ee3f4b12d2 r7438: work in progress
(This used to be commit 2fc5343f0637ef3109b079dbc33d6cf4e58c8d5e)
2007-10-10 13:17:53 -05:00
Derrell Lipman
c63c28f5bd r7437: Make Simo happy.
I still think this URI syntax for a 'protocol' which has no network component
is stupid; it should just be

  sqlite:local_file
or
  sqlite:/full/path/to/file

but there is enough precedent to warrant the behavior that Simo wants that it
is not worth arguing.
(This used to be commit 61dcb462f30a65256e263e87c192ed7f5280c7af)
2007-10-10 13:17:53 -05:00
Volker Lendecke
c96492a9dc r7436: As far as I see it, these are the last two "real" ones for Samba4 on AIX to
build. The remaining patch (not now) is to convert the javascript stuff not to
use // style comments.

Volker
(This used to be commit 29f7e430ac4ae43f6844f021be73bf391610ef73)
2007-10-10 13:17:53 -05:00
Volker Lendecke
46c231f1c8 r7435: Another little step, sorry for the spam... :-)
(This used to be commit 96d9b7fc988405a0d771b778e95a9f60b1efe514)
2007-10-10 13:17:53 -05:00
Stefan Metzmacher
1d0117c519 r7434: - do local tests step by step for better build-farm output
- fix typo ADDARGS -> ADDARG

metze
(This used to be commit 38e5198b1121725b4f1c9b27ac2f97bee43607fe)
2007-10-10 13:17:53 -05:00
Volker Lendecke
35314f2427 r7433: Another little AIX one...
(This used to be commit c1ccaa0cc9de9c8f781162674bc73ca0ff88fedd)
2007-10-10 13:17:53 -05:00
Stefan Metzmacher
035faf4405 r7432: export SMBD_TEST_FIFO
we can later check if this file exists, in the testit function,
and only run the tests if smbd is still up

metze
(This used to be commit e0b17129f837bef1bca25b77107c65cbaadf13f3)
2007-10-10 13:17:52 -05:00
Andrew Tridgell
34f48e0e09 r7431: this should fix the bug that mkaplan and I noticed which is that
BENCH-NBENCH sometimes incorrectly reports that it failed.
(This used to be commit 167c29bec6f28e58b5d36325b4285748a47adc58)
2007-10-10 13:17:52 -05:00
Volker Lendecke
09753bf20a r7430: Next step in AIX build
(This used to be commit 43e1bd870d9d7ca67e0ce1d2d1a1589aad41d770)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
70c3a8a2a8 r7429: make the shell happy and don't use [bla]
metze
(This used to be commit 4ff50d12aedb03d8b93904655ce9941ff6290b29)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
bc2a1f87d6 r7428: try to get some nicer output from the build farm
metze
(This used to be commit 49e9cf070900874cb4b97ed46f70a43196deae8d)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
333be3164d r7427: disable torture progress outout from the build farm
metze
(This used to be commit 288fcf18fec871abc74f4330c880fcf20772dbb1)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
1b11f11b34 r7426: add an option to disable progress output
torture:progress=no

metze
(This used to be commit 820e5a1270d8bd308f03fc96161396fb4b95da61)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
1b3471ed0c r7425: configure check to see if a compiler can handle negative enum values
if the compiler doesn't support it we pass --uint-enums to pidl

metze
(This used to be commit c52703c0a8adb4f64ec52e4bf602e9c17ef2c748)
2007-10-10 13:17:51 -05:00
Stefan Metzmacher
0f247a39a6 r7424: add --uint-enums option to pidl to generate
defines for the enum members
(this hopefully will fix the build on AIX)

metze
(This used to be commit 9d4d5163de8b78c5a03348a10ceedb220c92f7b2)
2007-10-10 13:17:51 -05:00
Tim Potter
0b119901d8 r7422: Create a ejs object to wrap a smbcli_transport pointer.
(This used to be commit a55e40651d06f416871ccbe04ad3b7d25444d645)
2007-10-10 13:17:51 -05:00
Stefan Metzmacher
7931aed30d r7421: - move test* functions to a seperate file
- print build farm style output when RUN_FROM_BUILD_FARM=yes

metze
(This used to be commit 7e567a6b69d05fa180bb4384b503969f79f18068)
2007-10-10 13:17:51 -05:00
Andrew Tridgell
32e935c8c6 r7419: when we have both --enable-developer and --enable-debug we don't need -g twice in the
CFLAGS
(This used to be commit 1383c024d11646b7f39e1ba936d8f847bb1a05f9)
2007-10-10 13:17:51 -05:00
Derrell Lipman
a6717fae68 r7418: work in progress
(This used to be commit 2a13e7655b1bce88694ddbb6a4d9349008ba42f0)
2007-10-10 13:17:51 -05:00
Derrell Lipman
322f0df3f1 r7410: minor cleanup
(This used to be commit 4c8bffc3f01d60ef7d8b75e92f4d062326288f4c)
2007-10-10 13:17:51 -05:00
Derrell Lipman
7fc1c3553c r7408: added DN explode function, based on simo's ldap_parse_dn() function. simo, when you get a chance, please change your license so this can be linked with ldb.
(This used to be commit 588a1d1451d4117cb6e427a293455f2a5657b604)
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
40c2e3e6a1 r7403: minimize the sharedelay
tridge: is that a good value?

metze
(This used to be commit a7f7ec6cfe1ed7fbfe98e462eea004d0eb678e9b)
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
a94d89d2d4 r7402: - don't stop after a failed test
- some more fixes

metze
(This used to be commit e90b83d03887ed713745280267caa6f2fd549e0f)
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
be6b73de65 r7401: add config option to disable the TestSleep() test
torture:echo_TestSleep=no

metze
(This used to be commit 74bb55f3ae90871749f34f17a79eabe38d6b437a)
2007-10-10 13:17:50 -05:00
Volker Lendecke
7104da3e8f r7399: Try to get the AIX compile one step further.
Volker
(This used to be commit 75dbd2069335af95b225716e06ea594013dea895)
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
729c7528e6 r7397: - don't exit when one test fails
- some other cleanups

metze
(This used to be commit d8490399d91007dfcbada15f917ce56ab88370fc)
2007-10-10 13:17:50 -05:00
Günther Deschner
070a0631e1 r7394: rename LSA_TRUSTED_DOMAIN_INFO_5 to LSA_TRUSTED_DOMAIN_INFO_BASIC.
Guenther
(This used to be commit aec0d99da17fcb8abb9a2b0037b7412e83fd393e)
2007-10-10 13:17:49 -05:00
Stefan Metzmacher
b26cffe747 r7392: more verbose debug output
metze
(This used to be commit 816442320d1a7defe9eeb2c0a09070a3877a2853)
2007-10-10 13:17:49 -05:00
Stefan Metzmacher
812eecce5e r7389: move socket wrapper dir also to the prefix-test dir
metze
(This used to be commit d5288865d87e1e9de81f3a653457d874847d6daa)
2007-10-10 13:17:49 -05:00
Stefan Metzmacher
21468d061e r7388: - fix calling of test_posix.sh
- move smbd_fifo into the prefix dir

metze
(This used to be commit 1f0168e18026268671c9745a193a0002da3dda30)
2007-10-10 13:17:49 -05:00
Stefan Metzmacher
16de998bc6 r7387: enable extra smbtorture args to test_posix.sh
metze
(This used to be commit ee8407c9165323feadc19d20c45f5b834b1a8379)
2007-10-10 13:17:49 -05:00
Rafal Szczesniak
c80aedc744 r7384: I've forgotten to commit test source.
Fix the build and get some sleep...

rafal
(This used to be commit 966d148ecaa66987832df6dc8da4c53bfb04d18d)
2007-10-10 13:17:49 -05:00
Rafal Szczesniak
74c5b52962 r7383: Add CreateUser test to torture suite.
rafal
(This used to be commit bac24d9774f6f9298278a1dd9ab7718d8ab6c87c)
2007-10-10 13:17:49 -05:00
Rafal Szczesniak
9bbfe84cb9 r7382: Convert net_user code so that is can be compiled against
changed CreateUser call. Doesn't work yet, but the test
passes.

rafal
(This used to be commit a50ebd4a16ac141214cc24b3390da78a209b4284)
2007-10-10 13:17:48 -05:00
Rafal Szczesniak
4ce638313a r7381: Put more rpc specifics in libnet context.
rafal
(This used to be commit 53ad20d46ba0db6a0a5dad78f996db8c0385d4f2)
2007-10-10 13:17:48 -05:00
Rafal Szczesniak
7b47fad5d6 r7380: Mistakenly put one file twice in command line. Here's source of
CreateUser call. It serves one level of call by now. Once any
more is needed it can be placed, of course.

rafal
(This used to be commit 80e2f04ce154338fb0208c60b5fab4e96253bb04)
2007-10-10 13:17:48 -05:00
Rafal Szczesniak
ae6907c5c8 r7379: Simplify CreateUser function and io structure. Also, implementing
it based on composite functions. Moving to fully async CreateUser
on the way...

rafal
(This used to be commit 240409bc3cfa1426db15fc0537fcf0841f51ede0)
2007-10-10 13:17:48 -05:00
Andrew Bartlett
fdc2be2cd6 r7378: Lowercase netbios name when forming the DNS name of the DC in the
NETLOGON reply.

Use the kdc server service to determine if we are a kdc (no more
krb5:kdc=yes).

Andrew Bartlett
(This used to be commit fe9cdb063ca183674d0093b43017cc054d7c3f63)
2007-10-10 13:17:48 -05:00
Jelmer Vernooij
7c9d76d30c r7377: Integrate browse service stuff more nicely
Add notes on mailslots
Add TODO list for pidl, including some plans on switching
over to using [string] attributes for pidl.
(This used to be commit fca195ce072bacb0543625aec7f4bce814e278eb)
2007-10-10 13:17:48 -05:00
Jelmer Vernooij
c6a3ee8bab r7373: Disable reg_gconf by default, allow building it with --enable-reg-gconf
(This used to be commit 6596f619c0500a419a680a7488a0838c234f2069)
2007-10-10 13:17:47 -05:00
Stefan Metzmacher
d20bc8c6f4 r7370: change debug levels
metze
(This used to be commit 665e4f0bd47117ce597f7eb6be0b89420582c471)
2007-10-10 13:17:47 -05:00
Stefan Metzmacher
30da4d8d93 r7369: allow no entries returned by Enum*()
metze
(This used to be commit 3778da9d17778cb215ac08e1dcd6ad8c0fa13dfd)
2007-10-10 13:17:47 -05:00
Stefan Metzmacher
501986ab4e r7368: some server side spoolss stuff, w2k3 shows the printers icon,
and I can view the print server properties...

But it didn't like our EnumPorts() reply and also didn't show the test Form...
(jerry: can you have a look at this?)

metze
(This used to be commit 42c9a66da9b4adf1c44dcca13ea184ed2e7a4681)
2007-10-10 13:17:47 -05:00
Andrew Bartlett
70481f29a0 r7367: Replace the list of what our internal heimdal can do with data from a
real install.  (ie run ./configure against heimdal installed, and
record the output).

Andrew Bartlett
(This used to be commit 4cba1edd5cdb9797288cbcc5405eb1f5cae7182d)
2007-10-10 13:17:47 -05:00
Tim Potter
7d3d4d0f3b r7365: Remove unused variables.
(This used to be commit aa3dd5e8cf21d3502e10686ce94c802ebaa41ee8)
2007-10-10 13:17:47 -05:00
Stefan Metzmacher
f6e1f0cf92 r7364: - remove '\' chars from copy paste
- fix allocates [out,ref] pointers to be passed between functions

metze
(This used to be commit 9a1760c618b10ee08b4e6ad21eb0c7e757ae9dea)
2007-10-10 13:17:47 -05:00
Andrew Tridgell
6a70164fe0 r7361: fixed the 'file becomes a directory' bug that marc kapland found.
Thanks Marc!
(This used to be commit d1c5eb3693b77b3eb7527dc2758a6ea75a100376)
2007-10-10 13:17:46 -05:00