summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r7441: Get rid of // comments. Tridge, if this breaks anything, please ↵Volker Lendecke2007-10-106-232/+222
| | | | | | | revert it. More tomorrow Volker (This used to be commit 02efa4427d80aa1e9a8f0275c568d977faa0f9b8)
* r7438: work in progressDerrell Lipman2007-10-104-230/+177
| | | | (This used to be commit 2fc5343f0637ef3109b079dbc33d6cf4e58c8d5e)
* r7437: Make Simo happy.Derrell Lipman2007-10-101-1/+1
| | | | | | | | | | | | | 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)
* r7436: As far as I see it, these are the last two "real" ones for Samba4 on ↵Volker Lendecke2007-10-102-3/+3
| | | | | | | | | | 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)
* r7435: Another little step, sorry for the spam... :-)Volker Lendecke2007-10-101-2/+2
| | | | (This used to be commit 96d9b7fc988405a0d771b778e95a9f60b1efe514)
* r7434: - do local tests step by step for better build-farm outputStefan Metzmacher2007-10-102-2/+27
| | | | | | | - fix typo ADDARGS -> ADDARG metze (This used to be commit 38e5198b1121725b4f1c9b27ac2f97bee43607fe)
* r7433: Another little AIX one...Volker Lendecke2007-10-101-1/+1
| | | | (This used to be commit c1ccaa0cc9de9c8f781162674bc73ca0ff88fedd)
* r7432: export SMBD_TEST_FIFOStefan Metzmacher2007-10-101-4/+14
| | | | | | | | 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)
* r7431: this should fix the bug that mkaplan and I noticed which is thatAndrew Tridgell2007-10-101-0/+8
| | | | | BENCH-NBENCH sometimes incorrectly reports that it failed. (This used to be commit 167c29bec6f28e58b5d36325b4285748a47adc58)
* r7430: Next step in AIX buildVolker Lendecke2007-10-101-2/+2
| | | | (This used to be commit 43e1bd870d9d7ca67e0ce1d2d1a1589aad41d770)
* r7429: make the shell happy and don't use [bla]Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 4ff50d12aedb03d8b93904655ce9941ff6290b29)
* r7428: try to get some nicer output from the build farmStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 49e9cf070900874cb4b97ed46f70a43196deae8d)
* r7427: disable torture progress outout from the build farmStefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit 288fcf18fec871abc74f4330c880fcf20772dbb1)
* r7426: add an option to disable progress outputStefan Metzmacher2007-10-101-2/+6
| | | | | | | torture:progress=no metze (This used to be commit 820e5a1270d8bd308f03fc96161396fb4b95da61)
* r7425: configure check to see if a compiler can handle negative enum valuesStefan Metzmacher2007-10-104-3/+22
| | | | | | | if the compiler doesn't support it we pass --uint-enums to pidl metze (This used to be commit c52703c0a8adb4f64ec52e4bf602e9c17ef2c748)
* r7424: add --uint-enums option to pidl to generateStefan Metzmacher2007-10-103-14/+59
| | | | | | | | defines for the enum members (this hopefully will fix the build on AIX) metze (This used to be commit 9d4d5163de8b78c5a03348a10ceedb220c92f7b2)
* r7422: Create a ejs object to wrap a smbcli_transport pointer.Tim Potter2007-10-101-0/+18
| | | | (This used to be commit a55e40651d06f416871ccbe04ad3b7d25444d645)
* r7421: - move test* functions to a seperate fileStefan Metzmacher2007-10-107-144/+87
| | | | | | | - print build farm style output when RUN_FROM_BUILD_FARM=yes metze (This used to be commit 7e567a6b69d05fa180bb4384b503969f79f18068)
* r7419: when we have both --enable-developer and --enable-debug we don't need ↵Andrew Tridgell2007-10-101-9/+10
| | | | | | | -g twice in the CFLAGS (This used to be commit 1383c024d11646b7f39e1ba936d8f847bb1a05f9)
* r7418: work in progressDerrell Lipman2007-10-105-102/+187
| | | | (This used to be commit 2a13e7655b1bce88694ddbb6a4d9349008ba42f0)
* r7410: minor cleanupDerrell Lipman2007-10-102-12/+18
| | | | (This used to be commit 4c8bffc3f01d60ef7d8b75e92f4d062326288f4c)
* r7408: added DN explode function, based on simo's ldap_parse_dn() function. ↵Derrell Lipman2007-10-104-15/+542
| | | | | | simo, when you get a chance, please change your license so this can be linked with ldb. (This used to be commit 588a1d1451d4117cb6e427a293455f2a5657b604)
* r7403: minimize the sharedelayStefan Metzmacher2007-10-101-0/+1
| | | | | | | tridge: is that a good value? metze (This used to be commit a7f7ec6cfe1ed7fbfe98e462eea004d0eb678e9b)
* r7402: - don't stop after a failed testStefan Metzmacher2007-10-106-27/+101
| | | | | | | - some more fixes metze (This used to be commit e90b83d03887ed713745280267caa6f2fd549e0f)
* r7401: add config option to disable the TestSleep() testStefan Metzmacher2007-10-101-1/+5
| | | | | | | torture:echo_TestSleep=no metze (This used to be commit 74bb55f3ae90871749f34f17a79eabe38d6b437a)
* r7399: Try to get the AIX compile one step further.Volker Lendecke2007-10-101-4/+2
| | | | | Volker (This used to be commit 75dbd2069335af95b225716e06ea594013dea895)
* r7397: - don't exit when one test failsStefan Metzmacher2007-10-101-6/+21
| | | | | | | - some other cleanups metze (This used to be commit d8490399d91007dfcbada15f917ce56ab88370fc)
* r7394: rename LSA_TRUSTED_DOMAIN_INFO_5 to LSA_TRUSTED_DOMAIN_INFO_BASIC.Günther Deschner2007-10-101-12/+12
| | | | | Guenther (This used to be commit aec0d99da17fcb8abb9a2b0037b7412e83fd393e)
* r7392: more verbose debug outputStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 816442320d1a7defe9eeb2c0a09070a3877a2853)
* r7389: move socket wrapper dir also to the prefix-test dirStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit d5288865d87e1e9de81f3a653457d874847d6daa)
* r7388: - fix calling of test_posix.shStefan Metzmacher2007-10-101-5/+6
| | | | | | | - move smbd_fifo into the prefix dir metze (This used to be commit 1f0168e18026268671c9745a193a0002da3dda30)
* r7387: enable extra smbtorture args to test_posix.shStefan Metzmacher2007-10-101-5/+4
| | | | | metze (This used to be commit ee8407c9165323feadc19d20c45f5b834b1a8379)
* r7384: I've forgotten to commit test source.Rafal Szczesniak2007-10-101-0/+131
| | | | | | | Fix the build and get some sleep... rafal (This used to be commit 966d148ecaa66987832df6dc8da4c53bfb04d18d)
* r7383: Add CreateUser test to torture suite.Rafal Szczesniak2007-10-102-1/+3
| | | | | rafal (This used to be commit bac24d9774f6f9298278a1dd9ab7718d8ab6c87c)
* r7382: Convert net_user code so that is can be compiled againstRafal Szczesniak2007-10-101-5/+5
| | | | | | | | changed CreateUser call. Doesn't work yet, but the test passes. rafal (This used to be commit a50ebd4a16ac141214cc24b3390da78a209b4284)
* r7381: Put more rpc specifics in libnet context.Rafal Szczesniak2007-10-101-0/+7
| | | | | rafal (This used to be commit 53ad20d46ba0db6a0a5dad78f996db8c0385d4f2)
* r7380: Mistakenly put one file twice in command line. Here's source ofRafal Szczesniak2007-10-101-33/+36
| | | | | | | | 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)
* r7379: Simplify CreateUser function and io structure. Also, implementingRafal Szczesniak2007-10-102-18/+9
| | | | | | | | it based on composite functions. Moving to fully async CreateUser on the way... rafal (This used to be commit 240409bc3cfa1426db15fc0537fcf0841f51ede0)
* r7378: Lowercase netbios name when forming the DNS name of the DC in theAndrew Bartlett2007-10-102-8/+12
| | | | | | | | | | 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)
* r7377: Integrate browse service stuff more nicelyJelmer Vernooij2007-10-106-114/+243
| | | | | | | 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)
* r7373: Disable reg_gconf by default, allow building it with --enable-reg-gconfJelmer Vernooij2007-10-101-3/+7
| | | | (This used to be commit 6596f619c0500a419a680a7488a0838c234f2069)
* r7370: change debug levelsStefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit 665e4f0bd47117ce597f7eb6be0b89420582c471)
* r7369: allow no entries returned by Enum*()Stefan Metzmacher2007-10-101-5/+20
| | | | | metze (This used to be commit 3778da9d17778cb215ac08e1dcd6ad8c0fa13dfd)
* r7368: some server side spoolss stuff, w2k3 shows the printers icon,Stefan Metzmacher2007-10-101-28/+200
| | | | | | | | | | 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)
* r7367: Replace the list of what our internal heimdal can do with data from aAndrew Bartlett2007-10-101-17/+107
| | | | | | | | real install. (ie run ./configure against heimdal installed, and record the output). Andrew Bartlett (This used to be commit 4cba1edd5cdb9797288cbcc5405eb1f5cae7182d)
* r7365: Remove unused variables.Tim Potter2007-10-101-2/+0
| | | | (This used to be commit aa3dd5e8cf21d3502e10686ce94c802ebaa41ee8)
* r7364: - remove '\' chars from copy pasteStefan Metzmacher2007-10-101-3/+5
| | | | | | | - fix allocates [out,ref] pointers to be passed between functions metze (This used to be commit 9a1760c618b10ee08b4e6ad21eb0c7e757ae9dea)
* r7361: fixed the 'file becomes a directory' bug that marc kapland found.Andrew Tridgell2007-10-102-4/+11
| | | | | Thanks Marc! (This used to be commit d1c5eb3693b77b3eb7527dc2758a6ea75a100376)
* r7360: added a few more heimdal configure testsAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 0f2943ac175c4e2fee6f68c9909d74b2018f40a2)
* r7359: add configure test for strsep (might helps abartlets build of heimdal)Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 2209655c802db01dd35778efd7857503a7e50b9f)