summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-31s4:auth: try to fix the build on SolarisStefan Metzmacher1-0/+1
MAXHOSTNAMELEN comes in via system/network.h now. metze
2009-01-31make send_file_readbraw staticVolker Lendecke2-12/+6
2009-01-31Remove the global variable "chain_size"Volker Lendecke8-24/+34
2009-01-31Make is_andx_req non-staticVolker Lendecke3-26/+26
2009-01-31s4:repl_meta_data: fix segfault after ldb changesStefan Metzmacher1-1/+1
metze
2009-01-31lib/replace: move MAXHOSTNAMELEN to system/network.hStefan Metzmacher2-13/+5
Some platforms define it in netdb.h, so we should define the replace after including metdb.h. metze
2009-01-31s4:heimdal_build: fix the build of asn1_compile and compile_etStefan Metzmacher1-4/+2
We should not link in heimdal_build/replace.ho twice. HEIMDAL_ROKEN has everything we need.... metze
2009-01-31s4:build: require ldb 0.9.3 when building against an external libraryStefan Metzmacher2-2/+2
metze
2009-01-31heimdal: void functions should not return a valueStefan Metzmacher1-1/+1
metze
2009-01-30Explicitly include ldb_handlers.h where necessarySimo Sorce3-5/+2
2009-01-30Install mising public headersSimo Sorce1-1/+1
2009-01-30Do not install private headersSimo Sorce1-2/+0
2009-01-30Fix proxy moduleSimo Sorce1-2/+2
2009-01-30s3 onefs: Fix onefs ACLs to work with updated ACL syscallTim Prouty1-1/+1
2009-01-30Bump up ldb version to 0.9.3 after latest changesSimo Sorce1-1/+1
2009-01-30s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warningsTim Prouty2-5/+1
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce19-574/+817
The only 2 modules escaping the rule so far are rootdse and partitions
2009-01-30s4:lib/socket: don't use gethostbyname2()Stefan Metzmacher2-9/+25
metze
2009-01-30s4:heimdal_build: heimdal requires u_int32_t and u_charStefan Metzmacher1-0/+3
metze
2009-01-30Fix memleaksVolker Lendecke1-0/+7
2009-01-30pass NULL to prs_give_memory, that is a pointerVolker Lendecke1-1/+1
2009-01-30selftest: pass down the path to python for provisioning samba4Stefan Metzmacher2-1/+5
metze
2009-01-30s3:selftest: run the same tests as 'make test'Stefan Metzmacher1-29/+73
Only the tests with samba4's smbtorture are missing. metze
2009-01-30s3:tests: add a guard arround . $incdir/test_functions.shStefan Metzmacher11-0/+21
So that caller can overwrite the functions. metze
2009-01-30s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')Stefan Metzmacher1-31/+29
Temporary results printfs should not contain reserved subunit words. metze
2009-01-30heimdal:hdb: always include "config.h" firstStefan Metzmacher1-0/+4
metze
2009-01-30s4:lib/ldb: include replace.h in pyldb.cStefan Metzmacher1-0/+1
This fixes the build on Tru64. metze
2009-01-30lib/tevent: include replace.h in pytevent.cStefan Metzmacher1-0/+1
This fixes the build on Tru64. metze
2009-01-30lib/tdb: include replace.h and system/filesys.h in pytdb.cStefan Metzmacher1-4/+3
This fixes the build on Tru64. metze
2009-01-30lib/talloc: include replace.h in pytalloc.cStefan Metzmacher1-0/+1
This fixes the build on Tru64. metze
2009-01-30heimdal:camellia: include roken.hStefan Metzmacher2-0/+4
metze
2009-01-30Revert "s4:heimdal_build: include "system/network.h" via config.h wrapper"Stefan Metzmacher1-1/+0
This reverts commit 334c6e6b78de8529fce0061efd5249f8fe2d256f. This breaks the build later in the ntvfs code... metze
2009-01-30s4:heimdal_build: add a dummy define for dirfd()Stefan Metzmacher1-0/+4
metze
2009-01-30lib/replace: check if we have dirfd()Stefan Metzmacher1-0/+3
Note: we only use this internally and don't replace it by default. metze
2009-01-30s4:lib/util: fix the buildStefan Metzmacher1-1/+1
metze
2009-01-30heimdal:roken: arg_match_long() should return a valueStefan Metzmacher1-0/+3
This should fix a build problem on IRIX. metze
2009-01-30heimdal:roken: arg_printusage() should not try to return a value.Stefan Metzmacher1-2/+2
This should fix problems with the IRIX build. metze
2009-01-30s4:heimdal_build: include "system/network.h" via config.h wrapperStefan Metzmacher1-0/+1
This fixes build problems on Tru64. metze
2009-01-30heimdal:camellia-ntt.c: include config.h as first headerStefan Metzmacher1-0/+3
metze
2009-01-30heimdal: don't include <sys/cdefs.h> without knowing it's thereStefan Metzmacher2-0/+13
metze
2009-01-30heimdal: don't include <ifaddrs.h> without knowing it's thereStefan Metzmacher1-0/+2
metze
2009-01-30s4:build: kill DEFAULT_HEADERS variableStefan Metzmacher2-4/+4
metze
2009-01-30Add helper function to get a module name, may be useful for debugging.Simo Sorce2-1/+7
2009-01-30Fix misfiled headers.Simo Sorce4-14/+12
Some public functions were mistakenly put into ldb_private.h Revert all modules to only include ldb_module.h
2009-01-30s4:selftest: run RPC-COUNTCALLS as dc:localStefan Metzmacher1-1/+4
metze
2009-01-30s4:selftest: run ncalrpc tests in dc:local modeStefan Metzmacher1-12/+22
metze
2009-01-30selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATHStefan Metzmacher3-10/+4
metze
2009-01-30pidl: fix samba3-cli test after change to cli->dispatch()Stefan Metzmacher1-2/+2
metze
2009-01-30Add the "SMBD" rpc transportVolker Lendecke5-1/+785
The idea of this is that all client utils like smbpasswd and also for example "net join" do not access our internal databases like passdb and secrets.tdb directly anymore but pass everything throught the well-established RPC interfaces. The way you use this is the following: With rpc_cli_smbd_conn_init() or its async variant you initialize a "struct rpc_cli_smbd_conn". This structure is the link to a freshly forked smbd, ready to be used for RPC services. You should only ever have one such structure in your program. More don't hurt, but are plainly unnecessary. If you want to use the SAMR pipe to change a passwort, you connect to that pipe with rpc_pipe_open_local. Do you normal rpccli_samr calls on that and your locally forked smbd will connect to passdb for you. GD, this might make the distinction between the _l and _r calls in libnetapi mostly unnecessary. At least it is intended to do so... :-)
2009-01-30Make rpc_transport_np_init asyncVolker Lendecke2-32/+128