summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r14361: Support 'helper' attribute in pidl and use it.Jelmer Vernooij2007-10-109-18/+18
| | | | | | Remove some headers from include/includes.h (they're now only included in the file they are used) (This used to be commit 7213b7498eacac2c2cd03cf6aace376ce153cc7c)
* r14350: Keep "make proto". It's hard to forget old habits. :-)Jelmer Vernooij2007-10-101-1/+2
| | | | (This used to be commit e0d96ecfb41d99eee818ba12dd6bbc251f938c14)
* r14349: Kill proto.h!Jelmer Vernooij2007-10-1014-25/+43
| | | | | | | 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 3da79bf909f801386a52e6013db399c384d0401c)
* r14348: Fix location of #endifJelmer Vernooij2007-10-101-7/+7
| | | | (This used to be commit eb8687cdd4240c5636384e992a0f1a77251fddcc)
* r14347: Add registration function to allow registering smbtorture test(suites)Jelmer Vernooij2007-10-104-29/+94
| | | | | Fix mechanism for breaking lines when printing test names. (This used to be commit c1061f5fe478918f996fdeaa382a1f5552135bb9)
* r14344: More helpful messages on error for command line specified controlsSimo Sorce2007-10-103-58/+438
| | | | | | fixes in paged_results asq -> async (This used to be commit fbd347544001da9e46246eb0b4a8d165ccab15c9)
* r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.Jelmer Vernooij2007-10-103-10/+25
| | | | (This used to be commit 4799f7bd1fbf0ed3cd4c52bd6eef129666ac74b5)
* r14332: Built in different paths when running locally (from ./bin/) in developerJelmer Vernooij2007-10-106-56/+92
| | | | | | | | | | 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 f12c1ee19349e17dc5d109ccc71b5374796a6e23)
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-1025-407/+258
| | | | | | | | | | - 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 7871b07e21c85c63d0ecac4c31b98dc112d18af5)
* r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts hasJelmer Vernooij2007-10-104-69/+18
| | | | | | | | | | | 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 7fd74cfbb90063c79994fb6691dbe456d9ad9efa)
* r14319: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED ↵Stefan Metzmacher2007-10-101-2/+2
| | | | | | | | | on more systems on the buildfarm successful... metze (This used to be commit 0507203c35207b494638b3d0dfb0c2ab420ba9e2)
* r14318: fix warningsStefan Metzmacher2007-10-101-3/+0
| | | | | metze (This used to be commit c99c057354f1815e8ef39f7a22a98c24f7807968)
* r14316: don't zero the smb_handle after it was set:-)Stefan Metzmacher2007-10-102-5/+4
| | | | | metze (This used to be commit 74472ed8be2d206c2f9db030252d6defe9d6016e)
* r14313: Add comments describing some of the dependencies here.Andrew Bartlett2007-10-101-0/+5
| | | | | Andrew Bartlett (This used to be commit a79a185b6a8a0ac81a380ff6df5a11e45a19cb16)
* r14312: Formatting and comments.Andrew Bartlett2007-10-101-4/+6
| | | | | Andrew Bartlett (This used to be commit 1905a27c78165972aaa78b72a199ee9230fbf73d)
* r14311: canon needs to be initialisedAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit d1d94d69e1b1496fc26204f699e038bb1e36e68f)
* r14310: length needs to be initialisedAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 20d7f2ae35761533613f9d6dcf941a5ef3c7e07b)
* r14309: make sure ret is initialisedAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 1f48df6dda390ef09ae0d8efc3332e5001b75952)
* r14308: fixed an out of range shift and an uninitialised errorAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 9acc445a21b7f04eb980a05109f2c73d58221f1a)
* r14307: fixed dereference of my_address->addr when NULLAndrew Tridgell2007-10-101-2/+3
| | | | (This used to be commit e017246f1052f3344b90500e04c73277923baa20)
* r14306: fixed two break errorsAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 03da4fbcdd66982de8eb376f9f00da97d730c97f)
* r14305: fixed a memory leak and a break errorAndrew Tridgell2007-10-101-0/+5
| | | | (This used to be commit c791db60c88ed0f50aa7b13822f95f6f17360fee)
* r14297: make sure we can go through the loop for than onceAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 6a84940bd3f310344641474dac984b262413943b)
* r14296: added an abort() to SMB_ASSERT() so that static analysers know it ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | doesn't return (This used to be commit 72334813087740cba42973bdf787d96d2d140bad)
* r14295: make sure we return a valid data blobAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 759e1487349ca9631eab0315595a73c253badc1f)
* r14294: conditionally define _PUBLIC_, so you can disable it easily with ↵Andrew Tridgell2007-10-101-0/+2
| | | | | | -D_PUBLIC_= (This used to be commit 6c6bd77ec2eb7d47e1f2c54f939d479e7d0fd7d9)
* r14293: fixed some errors found with beamAndrew Tridgell2007-10-101-0/+6
| | | | (This used to be commit 230636a00ed9bd968356badad596ba7f93ba6c85)
* r14288: - make the snprintf call in talloc portable to older solaris boxesAndrew Tridgell2007-10-101-2/+8
| | | | | - fixed an error found sing the beam analyser (This used to be commit bc45451ddd6eceb9bf1ca02f84932759d99a1744)
* r14281: Pull apart LIBDIR and MODULESDIRJelmer Vernooij2007-10-1012-136/+270
| | | | | Move architecture-independent data to DATADIR (was LIBDIR) (This used to be commit 2c7b62a861f702067e8df4c3239ac7e377631a15)
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-1066-745/+775
| | | | | | | | - move it into the in/out substructs again - allow file.path only on smb_fileinfo/smb_setfileinfo metze (This used to be commit be6d5298a2cdb7e7c61d70471bad445645af5963)
* r14240: fix summary output (step 2)Stefan Metzmacher2007-10-104-6/+26
| | | | | | | | we now need to explicit enable external libraries in *.m4 files again... metze (This used to be commit ca809a7910b16a248fffddc640298bbe4cdedc01)
* r14239: Fix indentation.Rafal Szczesniak2007-10-101-15/+15
| | | | | rafal (This used to be commit 7aa90f58b9beb410a188fd229c539f2315c81a38)
* r14238: This is not needed anymore, as the state structure is zeroedRafal Szczesniak2007-10-101-3/+0
| | | | | | | right after allocation. rafal (This used to be commit 87b31c51bbd1e8cb3616eb9d7dd2b7fc1a7f9c46)
* r14237: fix the summary output (step 1)Stefan Metzmacher2007-10-101-3/+6
| | | | | metze (This used to be commit 612fcb46ac21839b9c98b92d3261506dfafb2a93)
* r14227: We are passing the wrong pointer hereSimo Sorce2007-10-101-1/+1
| | | | (This used to be commit 22c1b3635596e881d1a1e8fa5e55ab996ff001d5)
* r14223: Couple of small fixes:Jelmer Vernooij2007-10-104-12/+38
| | | | | | | | - properly support --samba3-header argument used alone - support `security_descriptor' data type - only print pidl warnings, not perl warnings on erratic input - insert copyright header in templates (This used to be commit db1d7358b2ba9b104c1a96762af89b500b79172f)
* r14215: Improve warning/error messages.Jelmer Vernooij2007-10-104-8/+14
| | | | (This used to be commit 80b9865b373ee542da2d56d6688b4c8fd4c6275c)
* r14211: More comments.Rafal Szczesniak2007-10-101-2/+29
| | | | | rafal (This used to be commit 9035de56a801f04436777b7faacf2f3b518b6942)
* r14210: 1) Fix an issue with composite context when null event contextRafal Szczesniak2007-10-101-103/+13
| | | | | | | | | | is passed to dcerpc_epm_map_binding_send. 2) Replace old dcerpc_epm_map_binding with the new function based on async code, as the above problem is fixed. rafal (This used to be commit 85ecb07ab595073dd44c213075d33da07aa19277)
* r14209: don't timeout notify requests in the cifs backend, as they areAndrew Tridgell2007-10-101-1/+8
| | | | | intended to wait forever (This used to be commit 7d8da6611850a7eab964f02ccb1adaa8c2a4358f)
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-1012-9/+40
| | | | | | | | metze on his quest to unify the ntvfs strucures for the smb and smb2 servers. The only place we needed flags2 inside ntvfs was for the FLAGS2_READ_PERMIT_EXECUTE bit, which only affects readx, so I added a readx.in.read_for_execute flag instead. (This used to be commit b78abbbce60ab0009da19a72dd769800c44298a2)
* r14206: fix warnings, the better fix for that will be to make the sidmap codeStefan Metzmacher2007-10-102-0/+2
| | | | | | | independend of ntvfs...(later...) metze (This used to be commit 2a34ed7a07c9e5f32408a0edb714239714eb1d26)
* r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher2007-10-1015-51/+63
| | | | | | | all this changes really help ccache to speed up the samba4 build:-) metze (This used to be commit 180a79d1036e54fc0c50572b820818e9aafa28e9)
* r14203: Include less private heimdal headers.Andrew Bartlett2007-10-101-1/+5
| | | | | Andrew Bartlett (This used to be commit ce80425f6d84e434f4562aa0be7e6e4ad2772b92)
* r14202: Oops. When removing a header, we need to replace it.Andrew Bartlett2007-10-101-0/+1
| | | | | Andrew Bartlett (This used to be commit d1ca106f05ad71b8aa514bf87a4267d61d9dcbf8)
* r14201: I don't think including roken is going to be a good solution. Let'sAndrew Bartlett2007-10-101-2/+0
| | | | | | | try and find the real solution. Andrew Bartlett (This used to be commit a512d5dd258797cdb41018923502cb4998f1edfe)
* r14200: Now we have real USN support, don't force the values in the provisionAndrew Bartlett2007-10-104-122/+0
| | | | | | | | | scripts. This tests the real module, and avoids duplication. Andrew Bartlett (This used to be commit 0859ba59ae00029177cd63366fc59efe8b19c973)
* r14199: This isn't pretty, but it makes the network interface detection work ↵Andrew Bartlett2007-10-101-0/+2
| | | | | | | | | | again. When making build changes, watch out that 'compiles' doesn't mean that it works... Andrew Bartlett (This used to be commit d5f9e19b5890ec954c9437447041b655aa83868b)
* r14198: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett2007-10-1066-864/+3034
| | | | | Andrew Bartlett (This used to be commit 97a0a0e2fa6784e5fc5278f7a15b385ddcb6a3b3)
* r14181: This doesn't need level 1 debug, it happens whenever the DNS name is ↵Andrew Bartlett2007-10-101-1/+1
| | | | | | | looked up. Andrew Bartlett (This used to be commit 1badf363ab2e67ecca3162b2c0cf5e86f783f8bb)