summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-02-27Cosmetics: make check_bind_req() debug statements a little nicer.Günther Deschner1-1/+1
Guenther (This used to be commit 997a0a4a12d97595ff4df963601cf2c24d612972)
2008-02-27Remove unused BRS marshalling headers.Günther Deschner1-79/+0
Guenther (This used to be commit 9e17e94c8ee6e555ca3322745faaeb946650bb15)
2008-02-27Remove unneeded rpc_samr.h.Günther Deschner2-82/+0
Guenther (This used to be commit e6701352dc2cd4ff9cc7d04db6f1975594477cdb)
2008-02-27Re-run make idl.Günther Deschner1-0/+2
Guenther (This used to be commit 2ebfd28cf73a63ccf595775853e9b1660a43fd20)
2008-02-27Move MAX_SAM_ENTRIES defines to samr rpc_server and to samr.idl.Günther Deschner3-5/+6
Guenther (This used to be commit 6c6455157317049d65a9012f4e339b7e86fb0af6)
2008-02-27Re-run make idl.Günther Deschner1-0/+2
Guenther (This used to be commit 44e63dbac990333878cda4f1a16634496ba47d0e)
2008-02-27Move PASS_*_CHANGE_AT_NEXT_LOGON defines to samr.idl.Günther Deschner2-3/+4
Guenther (This used to be commit 618eae4c0cd6a68349a76cdf36f281733fb472ae)
2008-02-27Move LSA_AUDIT_NUM_CATEGORIES defines to lsa rpc_server.Günther Deschner2-4/+4
Guenther (This used to be commit 9e7d32e28ce40ff158f3705354e8673f99b462bc)
2008-02-27Re-run make idl.Günther Deschner1-0/+1
Guenther (This used to be commit 360220a6a358bb36dd705213f3c9fd2bb463e49a)
2008-02-27Move MAX_LOOKUP_SIDS to lsa.idl.Günther Deschner2-3/+3
Guenther (This used to be commit 61da5b8c003f9c8785a901fadb06f0dbb8139c5f)
2008-02-27Re-run make idl.Günther Deschner1-0/+1
Guenther (This used to be commit 64e7f3f1422eb56c153ea0ad764b38e46410d594)
2008-02-27Move MAX_REF_DOMAINS to lsa.idl.Günther Deschner2-3/+2
Guenther (This used to be commit 8f54ba22d21eb014624670d8fdba7a63d1af684d)
2008-02-27Use new LSA_POLICY defines in lsa rpc server code and other places.Günther Deschner4-67/+54
Guenther (This used to be commit 58cca9faf9db506bd2f6eab4a99ef85153797ab2)
2008-02-27Re-run make idl.Günther Deschner3-6/+56
Guenther (This used to be commit 01cdb071af7bc677450e511ebc7ef2036e9510e4)
2008-02-27Use lsa_PolicyAccessMask in lsa_OpenPolicy/2.Günther Deschner1-2/+2
Guenther (This used to be commit 2b28ca34a1aad151ad712e5ecbb2a77c66d2b671)
2008-02-27Add lsa_PolicyAccessMask to lsa.idl.Günther Deschner1-0/+15
Guenther (This used to be commit 5fad28beec7eacd32f434a3bbfcaeb41640dfd22)
2008-02-27Copy recent spoolss IDL from samba4 into our tree.Günther Deschner1-159/+314
Guenther (This used to be commit 18233fb9d6dfbeee68c26c6a7449c292cc669550)
2008-02-27libreplace: standalone build: use -I$srcdir instead of -I.Michael Adam1-1/+1
Michael (This used to be commit 5c08730f1938b8c56b70554378051d88d174c061)
2008-02-27libreplace: fix standalone build - add necessary libs.Michael Adam2-1/+6
The libs needed for getifaddrs replacements have to be added to LIBS and used for the testsuite target. Michael (This used to be commit f162de7b8012d29408060610a969ca76c61a4c80)
2008-02-27libreplace: fix standalone build on some systems.Michael Adam1-0/+2
getifaddr tests include system/network.h, which does not find getaddrinfo.h without "-I.". Michael (This used to be commit 66d4c38967e0d420929d4e1fdab0590161d526bc)
2008-02-27Fix caller of node_status_query() to use sockaddr_storage().Michael Adam1-3/+5
Caller is hidden inside an #ifdef . Michael (This used to be commit 4a0d1ad601facf158db0c1d1c320e9e1369093d0)
2008-02-27Closed memory leak on error path.Steven Danneman1-0/+1
(This used to be commit 376de8a0e4194e186b460911e3319b0f4448203e)
2008-02-26update .gitignore with new test program executableDerrell Lipman1-0/+1
(This used to be commit 7e6da154b18f0aabcf2f8050bc5a57677bc9b322)
2008-02-26add a test program for the new ftruncate functionalityDerrell Lipman2-0/+87
(This used to be commit df995eddbddec80a0d9d4659bbb9c6ca8a45d02b)
2008-02-26add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman3-0/+112
(This used to be commit 6f5051b9c1405ab1dc3e697419ceedb3acac46d8)
2008-02-26add 64-bit macros from samba4Derrell Lipman1-0/+6
(This used to be commit a19e5fd5846685d5264e92bedf5cb57d99271f28)
2008-02-26add a function to truncate a file to a specified sizeDerrell Lipman1-0/+49
(This used to be commit 7e5752812d6d9e3bcf9a545cbdcf3afe2175dbc4)
2008-02-26Add variable to define if a share should be hidden.Andreas Schneider2-4/+6
If you create a share on a Windows machine called foo$ then this share is of the type STYPE_DISKTREE. So it is possible to administrate this kind of share. Tested on Windows NT and 2003. In samba we assume that if a share with a $ at the end must be of the type STYPE_DISKTREE_HIDDEN. This is wrong, so we need a variable in the config to define if the share should be hidden or not. (This used to be commit a3da677bf0faed56e6731ee96708a7847a61d118)
2008-02-26Rerun make idl. To remove irritating semicolon.Michael Adam1-2/+0
Michael (This used to be commit 3e1f88c90e4c5721381778062edfe6e681c8eec3)
2008-02-26Add libnet_join.idl to the IDL files to be processed by "make idl".Michael Adam1-1/+1
Michael (This used to be commit 9b47a7329091b2bfe7cd9b2112ac8fa652ed9f60)
2008-02-26make idl: Only compile idl files newer than the output to be generated.Michael Adam1-1/+1
Fix "if" condition in build_idl.sh to not always evaluate as false. Michael (This used to be commit 79c199d16e565eabd9fd971247f8df62689bb92a)
2008-02-26libreplace: Add tests for connect and gethostbyname.Michael Adam5-0/+96
Provide dummy replacements when a function isnt found. The functions are also searched for in certain libraries, and variables SOCKET_LIBS and NSL_LIBS are set accordingly. One purpose of this is to fix the getifaddrs tests on systems where e.g. the socket calls require special libs for linking. Michael (This used to be commit c19f7a0e1004213f95e0bf8db5cd1f6697c7a47b)
2008-02-26configure: put swat-part of config into m4-include file of its own.Michael Adam2-16/+28
Michael (This used to be commit 622667c0790c0092bfceced8dc6fb05e781ac5e7)
2008-02-26Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam1-5/+5
Michael (This used to be commit 7b98620ef16c6969fd21dd9c157aedd4adb117a3)
2008-02-26Fix some typos.Karolin Seeger1-3/+3
Karolin (This used to be commit 71f05a1f9656c4a50dd4b8b08575be6536e92288)
2008-02-25Fix build on some systems : don't pass libraries to mkproto.awkMichael Adam1-1/+1
Currently, some static libraries have gone into object lists that are also passed to make proto. (This should probably be changed...) Then some awk versions fail when passed an non- existing lib/libtdb.a e.g.. This patch changes mkproto.sh to exclude \.a files from the list of files to process. Michael (This used to be commit 826b9ab07b58ca39350cca921002a4213ce7c7c9)
2008-02-25Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam1-0/+4
Michael (This used to be commit 2e4028162f3a93c677a57b96de8f0cb2f892e73b)
2008-02-25Fix some warningsVolker Lendecke13-57/+86
warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result (This used to be commit ad37b7b0aee265a3e4d8b7552610f4b9a105434d)
2008-02-25Correctly check return of rename(2)Volker Lendecke1-1/+1
Bug 5279 -- Thanks to Max Matveev (This used to be commit 71641f04d4e9a41775e898f2e4ac3c8792783cd3)
2008-02-25Fix inotify detectionVolker Lendecke2-2/+8
Bug 5271 -- thanks to Tiziano Müller (This used to be commit 4a1a138b0fe0f2200e5a37a0609481e4340a896c)
2008-02-25make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher1-0/+2
BASE-DEFER_OPEN is now more strict with incorrect timing metze (This used to be commit 9b761062df80c45bf2b76af071131d0c78e94a09)
2008-02-25Do the formatting change in all 3 places :-)Volker Lendecke1-3/+7
(This used to be commit d32066eaef1d09ec41fd5365e18eacd93e485d53)
2008-02-25Fix confusing error message -- bug 5252Volker Lendecke1-3/+5
Thanks to Walter Franzini (This used to be commit 19de47fef1b35c47885acc40760a232e4643079c)
2008-02-24Allow "max mux" async i/o requestsVolker Lendecke1-5/+9
In the negprot reply, we allowed the client to issued "max mux" concurrent requests. The OS might allow less, for example AFAIK AIX has a configurable limit of concurrent AIO requests. We will fall back to sync operation for the requests that are too many when aio_read/aio_write return an error. Jeremy, please check! (This used to be commit 8f86f7f25c4eb71bbdfcc6bf2d12eaaae9a8d9ec)
2008-02-24Export aio_request_done()Volker Lendecke1-3/+9
This is for external modules implementing the Posix AIO API that not necessarily depend on the signal mechanism to indicate completion. (This used to be commit 9a069d306bb6f8a2cd51b8ba87b433884942d13f)
2008-02-24Fix aix-build of libtalloc.so by exporting all necessary symbols.Michael Adam1-1/+1
Use -bexpfull instead of -bexpall for LDSHFLAGS to also export symbols starting with "_". This exports all necessary symbols from libtalloc.so. Michael (This used to be commit 213ba3a719e77979c04b872f1d82f68e87287cb0)
2008-02-24AIO on streams does not work (yet...)Volker Lendecke1-0/+12
(This used to be commit 1ba223f202a070a695581e0d7161473a3ebf4332)
2008-02-23Fix typoVolker Lendecke1-2/+2
(This used to be commit 621db68f32f7007de8b2c4d7cf604a5778725615)
2008-02-23Fix a C++ warningVolker Lendecke1-1/+1
(This used to be commit c4cab9e1c1f4975d970665f85838b2dea023d5fc)
2008-02-23Fix a C++ warningVolker Lendecke1-1/+2
(This used to be commit ac027a9b2e84d319f961ac0e84654a0e48920138)