Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Re-run make idl. | Günther Deschner | 2008-02-27 | 1 | -0/+2 | |
| | | | | | | | | Guenther | |||||
| * | Move MAX_SAM_ENTRIES defines to samr rpc_server and to samr.idl. | Günther Deschner | 2008-02-27 | 3 | -5/+6 | |
| | | | | | | | | Guenther | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-27 | 1 | -0/+2 | |
| | | | | | | | | Guenther | |||||
| * | Move PASS_*_CHANGE_AT_NEXT_LOGON defines to samr.idl. | Günther Deschner | 2008-02-27 | 2 | -3/+4 | |
| | | | | | | | | Guenther | |||||
| * | Move LSA_AUDIT_NUM_CATEGORIES defines to lsa rpc_server. | Günther Deschner | 2008-02-27 | 2 | -4/+4 | |
| | | | | | | | | Guenther | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-27 | 1 | -0/+1 | |
| | | | | | | | | Guenther | |||||
| * | Move MAX_LOOKUP_SIDS to lsa.idl. | Günther Deschner | 2008-02-27 | 2 | -3/+3 | |
| | | | | | | | | Guenther | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-27 | 1 | -0/+1 | |
| | | | | | | | | Guenther | |||||
| * | Move MAX_REF_DOMAINS to lsa.idl. | Günther Deschner | 2008-02-27 | 2 | -3/+2 | |
| | | | | | | | | Guenther | |||||
| * | Use new LSA_POLICY defines in lsa rpc server code and other places. | Günther Deschner | 2008-02-27 | 4 | -67/+54 | |
| | | | | | | | | Guenther | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-27 | 3 | -6/+56 | |
| | | | | | | | | Guenther | |||||
| * | Use lsa_PolicyAccessMask in lsa_OpenPolicy/2. | Günther Deschner | 2008-02-27 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | Add lsa_PolicyAccessMask to lsa.idl. | Günther Deschner | 2008-02-27 | 1 | -0/+15 | |
| | | | | | | | | Guenther | |||||
| * | Copy recent spoolss IDL from samba4 into our tree. | Günther Deschner | 2008-02-27 | 1 | -159/+314 | |
| | | | | | | | | Guenther | |||||
| * | libreplace: standalone build: use -I$srcdir instead of -I. | Michael Adam | 2008-02-27 | 1 | -1/+1 | |
| | | | | | | | | Michael | |||||
| * | libreplace: fix standalone build - add necessary libs. | Michael Adam | 2008-02-27 | 2 | -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 Adam | 2008-02-27 | 1 | -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 Adam | 2008-02-27 | 1 | -3/+5 | |
| | | | | | | | | | | | | Caller is hidden inside an #ifdef . Michael | |||||
| * | Closed memory leak on error path. | Steven Danneman | 2008-02-27 | 1 | -0/+1 | |
| | | ||||||
| * | update .gitignore with new test program executable | Derrell Lipman | 2008-02-26 | 1 | -0/+1 | |
| | | ||||||
| * | add a test program for the new ftruncate functionality | Derrell Lipman | 2008-02-26 | 2 | -0/+87 | |
| | | ||||||
| * | add smbc_ftruncate() to emulate POSIX ftruncate() | Derrell Lipman | 2008-02-26 | 3 | -0/+112 | |
| | | ||||||
| * | add 64-bit macros from samba4 | Derrell Lipman | 2008-02-26 | 1 | -0/+6 | |
| | | ||||||
| * | add a function to truncate a file to a specified size | Derrell Lipman | 2008-02-26 | 1 | -0/+49 | |
| | | ||||||
| * | Add variable to define if a share should be hidden. | Andreas Schneider | 2008-02-26 | 2 | -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 Adam | 2008-02-26 | 1 | -2/+0 | |
| | | | | | | | | Michael | |||||
| * | Add libnet_join.idl to the IDL files to be processed by "make idl". | Michael Adam | 2008-02-26 | 1 | -1/+1 | |
| | | | | | | | | Michael | |||||
| * | make idl: Only compile idl files newer than the output to be generated. | Michael Adam | 2008-02-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fix "if" condition in build_idl.sh to not always evaluate as false. Michael | |||||
| * | libreplace: Add tests for connect and gethostbyname. | Michael Adam | 2008-02-26 | 5 | -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 Adam | 2008-02-26 | 2 | -16/+28 | |
| | | | | | | | | Michael | |||||
| * | Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up. | Michael Adam | 2008-02-26 | 1 | -5/+5 | |
| | | | | | | | | Michael | |||||
| * | Fix some typos. | Karolin Seeger | 2008-02-26 | 1 | -3/+3 | |
| | | | | | | | | Karolin | |||||
| * | Fix build on some systems : don't pass libraries to mkproto.awk | Michael Adam | 2008-02-25 | 1 | -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 Adam | 2008-02-25 | 1 | -0/+4 | |
| | | | | | | | | Michael | |||||
| * | Fix some warnings | Volker Lendecke | 2008-02-25 | 13 | -57/+86 | |
| | | | | | | | | warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result | |||||
| * | Correctly check return of rename(2) | Volker Lendecke | 2008-02-25 | 1 | -1/+1 | |
| | | | | | | | | Bug 5279 -- Thanks to Max Matveev | |||||
| * | Fix inotify detection | Volker Lendecke | 2008-02-25 | 2 | -2/+8 | |
| | | | | | | | | Bug 5271 -- thanks to Tiziano Müller | |||||
| * | make test: pass --option=torture:sharedelay=100000 to samba4 smbtorture | Stefan Metzmacher | 2008-02-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | BASE-DEFER_OPEN is now more strict with incorrect timing metze | |||||
| * | Do the formatting change in all 3 places :-) | Volker Lendecke | 2008-02-25 | 1 | -3/+7 | |
| | | ||||||
| * | Fix confusing error message -- bug 5252 | Volker Lendecke | 2008-02-25 | 1 | -3/+5 | |
| | | | | | | | | Thanks to Walter Franzini | |||||
| * | Allow "max mux" async i/o requests | Volker Lendecke | 2008-02-24 | 1 | -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 Lendecke | 2008-02-24 | 1 | -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 Adam | 2008-02-24 | 1 | -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 Lendecke | 2008-02-24 | 1 | -0/+12 | |
| | | ||||||
| * | Fix typo | Volker Lendecke | 2008-02-23 | 1 | -2/+2 | |
| | | ||||||
| * | Fix a C++ warning | Volker Lendecke | 2008-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix a C++ warning | Volker Lendecke | 2008-02-23 | 1 | -1/+2 | |
| | | ||||||
| * | Check return value of pipe(2) | Volker Lendecke | 2008-02-23 | 1 | -1/+2 | |
| | | ||||||
| * | Check return value of dup(2) | Volker Lendecke | 2008-02-23 | 1 | -2/+6 | |
| | | ||||||
| * | Fix a C++ warning | Volker Lendecke | 2008-02-23 | 1 | -1/+1 | |
| | |