summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Re-run make idl.Günther Deschner2008-02-271-0/+2
| | | | | | | | Guenther
| * Move MAX_SAM_ENTRIES defines to samr rpc_server and to samr.idl.Günther Deschner2008-02-273-5/+6
| | | | | | | | Guenther
| * Re-run make idl.Günther Deschner2008-02-271-0/+2
| | | | | | | | Guenther
| * Move PASS_*_CHANGE_AT_NEXT_LOGON defines to samr.idl.Günther Deschner2008-02-272-3/+4
| | | | | | | | Guenther
| * Move LSA_AUDIT_NUM_CATEGORIES defines to lsa rpc_server.Günther Deschner2008-02-272-4/+4
| | | | | | | | Guenther
| * Re-run make idl.Günther Deschner2008-02-271-0/+1
| | | | | | | | Guenther
| * Move MAX_LOOKUP_SIDS to lsa.idl.Günther Deschner2008-02-272-3/+3
| | | | | | | | Guenther
| * Re-run make idl.Günther Deschner2008-02-271-0/+1
| | | | | | | | Guenther
| * Move MAX_REF_DOMAINS to lsa.idl.Günther Deschner2008-02-272-3/+2
| | | | | | | | Guenther
| * Use new LSA_POLICY defines in lsa rpc server code and other places.Günther Deschner2008-02-274-67/+54
| | | | | | | | Guenther
| * Re-run make idl.Günther Deschner2008-02-273-6/+56
| | | | | | | | Guenther
| * Use lsa_PolicyAccessMask in lsa_OpenPolicy/2.Günther Deschner2008-02-271-2/+2
| | | | | | | | Guenther
| * Add lsa_PolicyAccessMask to lsa.idl.Günther Deschner2008-02-271-0/+15
| | | | | | | | Guenther
| * Copy recent spoolss IDL from samba4 into our tree.Günther Deschner2008-02-271-159/+314
| | | | | | | | Guenther
| * libreplace: standalone build: use -I$srcdir instead of -I.Michael Adam2008-02-271-1/+1
| | | | | | | | Michael
| * libreplace: fix standalone build - add necessary libs.Michael Adam2008-02-272-1/+6
| | | | | | | | | | | | | | The libs needed for getifaddrs replacements have to be added to LIBS and used for the testsuite target. Michael
| * libreplace: fix standalone build on some systems.Michael Adam2008-02-271-0/+2
| | | | | | | | | | | | | | getifaddr tests include system/network.h, which does not find getaddrinfo.h without "-I.". Michael
| * Fix caller of node_status_query() to use sockaddr_storage().Michael Adam2008-02-271-3/+5
| | | | | | | | | | | | Caller is hidden inside an #ifdef . Michael
| * Closed memory leak on error path.Steven Danneman2008-02-271-0/+1
| |
| * update .gitignore with new test program executableDerrell Lipman2008-02-261-0/+1
| |
| * add a test program for the new ftruncate functionalityDerrell Lipman2008-02-262-0/+87
| |
| * add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman2008-02-263-0/+112
| |
| * add 64-bit macros from samba4Derrell Lipman2008-02-261-0/+6
| |
| * add a function to truncate a file to a specified sizeDerrell Lipman2008-02-261-0/+49
| |
| * Add variable to define if a share should be hidden.Andreas Schneider2008-02-262-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.
| * Rerun make idl. To remove irritating semicolon.Michael Adam2008-02-261-2/+0
| | | | | | | | Michael
| * Add libnet_join.idl to the IDL files to be processed by "make idl".Michael Adam2008-02-261-1/+1
| | | | | | | | Michael
| * make idl: Only compile idl files newer than the output to be generated.Michael Adam2008-02-261-1/+1
| | | | | | | | | | | | Fix "if" condition in build_idl.sh to not always evaluate as false. Michael
| * libreplace: Add tests for connect and gethostbyname.Michael Adam2008-02-265-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
| * configure: put swat-part of config into m4-include file of its own.Michael Adam2008-02-262-16/+28
| | | | | | | | Michael
| * Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam2008-02-261-5/+5
| | | | | | | | Michael
| * Fix some typos.Karolin Seeger2008-02-261-3/+3
| | | | | | | | Karolin
| * Fix build on some systems : don't pass libraries to mkproto.awkMichael Adam2008-02-251-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
| * Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam2008-02-251-0/+4
| | | | | | | | Michael
| * Fix some warningsVolker Lendecke2008-02-2513-57/+86
| | | | | | | | warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
| * Correctly check return of rename(2)Volker Lendecke2008-02-251-1/+1
| | | | | | | | Bug 5279 -- Thanks to Max Matveev
| * Fix inotify detectionVolker Lendecke2008-02-252-2/+8
| | | | | | | | Bug 5271 -- thanks to Tiziano Müller
| * make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher2008-02-251-0/+2
| | | | | | | | | | | | BASE-DEFER_OPEN is now more strict with incorrect timing metze
| * Do the formatting change in all 3 places :-)Volker Lendecke2008-02-251-3/+7
| |
| * Fix confusing error message -- bug 5252Volker Lendecke2008-02-251-3/+5
| | | | | | | | Thanks to Walter Franzini
| * Allow "max mux" async i/o requestsVolker Lendecke2008-02-241-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!
| * Export aio_request_done()Volker Lendecke2008-02-241-3/+9
| | | | | | | | | | This is for external modules implementing the Posix AIO API that not necessarily depend on the signal mechanism to indicate completion.
| * Fix aix-build of libtalloc.so by exporting all necessary symbols.Michael Adam2008-02-241-1/+1
| | | | | | | | | | | | | | | | Use -bexpfull instead of -bexpall for LDSHFLAGS to also export symbols starting with "_". This exports all necessary symbols from libtalloc.so. Michael
| * AIO on streams does not work (yet...)Volker Lendecke2008-02-241-0/+12
| |
| * Fix typoVolker Lendecke2008-02-231-2/+2
| |
| * Fix a C++ warningVolker Lendecke2008-02-231-1/+1
| |
| * Fix a C++ warningVolker Lendecke2008-02-231-1/+2
| |
| * Check return value of pipe(2)Volker Lendecke2008-02-231-1/+2
| |
| * Check return value of dup(2)Volker Lendecke2008-02-231-2/+6
| |
| * Fix a C++ warningVolker Lendecke2008-02-231-1/+1
| |