summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix the build on Solaris CCVolker Lendecke2009-02-011-1/+1
| |
| * Remove unused np_read sync wrapperVolker Lendecke2009-01-312-32/+0
| |
| * Make reply_pipe_read_andx asyncVolker Lendecke2009-01-311-13/+57
| |
| * Remove unused np_write sync wrapperVolker Lendecke2009-01-312-32/+0
| |
| * Make reply_pipe_write asyncVolker Lendecke2009-01-311-13/+48
| |
| * Make reply_pipe_write_and_X asyncVolker Lendecke2009-01-311-20/+52
| |
| * Make-np_write-handle-0-byte-writes-as-NT_STATUS_OKVolker Lendecke2009-01-312-43/+33
| |
| * Convert api_rpc_trans_reply to async np_*Volker Lendecke2009-01-312-29/+135
| |
| * Add an async np_read wrapperVolker Lendecke2009-01-312-22/+107
| |
| * Add an async np_write wrapperVolker Lendecke2009-01-312-15/+106
| |
| * s4:auth: try to fix the build on SolarisStefan Metzmacher2009-01-311-0/+1
| | | | | | | | | | | | MAXHOSTNAMELEN comes in via system/network.h now. metze
| * make send_file_readbraw staticVolker Lendecke2009-01-312-12/+6
| |
| * Remove the global variable "chain_size"Volker Lendecke2009-01-318-24/+34
| |
| * Make is_andx_req non-staticVolker Lendecke2009-01-313-26/+26
| |
| * s4:repl_meta_data: fix segfault after ldb changesStefan Metzmacher2009-01-311-1/+1
| | | | | | | | metze
| * lib/replace: move MAXHOSTNAMELEN to system/network.hStefan Metzmacher2009-01-312-13/+5
| | | | | | | | | | | | | | Some platforms define it in netdb.h, so we should define the replace after including metdb.h. metze
| * s4:heimdal_build: fix the build of asn1_compile and compile_etStefan Metzmacher2009-01-311-4/+2
| | | | | | | | | | | | | | We should not link in heimdal_build/replace.ho twice. HEIMDAL_ROKEN has everything we need.... metze
| * s4:build: require ldb 0.9.3 when building against an external libraryStefan Metzmacher2009-01-312-2/+2
| | | | | | | | metze
| * heimdal: void functions should not return a valueStefan Metzmacher2009-01-311-1/+1
| | | | | | | | metze
| * Explicitly include ldb_handlers.h where necessarySimo Sorce2009-01-303-5/+2
| |
| * Install mising public headersSimo Sorce2009-01-301-1/+1
| |
| * Do not install private headersSimo Sorce2009-01-301-2/+0
| |
| * Fix proxy moduleSimo Sorce2009-01-301-2/+2
| |
| * s3 onefs: Fix onefs ACLs to work with updated ACL syscallTim Prouty2009-01-301-1/+1
| |
| * Bump up ldb version to 0.9.3 after latest changesSimo Sorce2009-01-301-1/+1
| |
| * s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warningsTim Prouty2009-01-302-5/+1
| |
| * Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2009-01-3019-574/+817
| | | | | | | | The only 2 modules escaping the rule so far are rootdse and partitions
| * s4:lib/socket: don't use gethostbyname2()Stefan Metzmacher2009-01-302-9/+25
| | | | | | | | metze
| * s4:heimdal_build: heimdal requires u_int32_t and u_charStefan Metzmacher2009-01-301-0/+3
| | | | | | | | metze
| * Fix memleaksVolker Lendecke2009-01-301-0/+7
| |
| * pass NULL to prs_give_memory, that is a pointerVolker Lendecke2009-01-301-1/+1
| |
| * selftest: pass down the path to python for provisioning samba4Stefan Metzmacher2009-01-302-1/+5
| | | | | | | | metze
| * s3:selftest: run the same tests as 'make test'Stefan Metzmacher2009-01-301-29/+73
| | | | | | | | | | | | Only the tests with samba4's smbtorture are missing. metze
| * s3:tests: add a guard arround . $incdir/test_functions.shStefan Metzmacher2009-01-3011-0/+21
| | | | | | | | | | | | So that caller can overwrite the functions. metze
| * s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')Stefan Metzmacher2009-01-301-31/+29
| | | | | | | | | | | | Temporary results printfs should not contain reserved subunit words. metze
| * heimdal:hdb: always include "config.h" firstStefan Metzmacher2009-01-301-0/+4
| | | | | | | | metze
| * s4:lib/ldb: include replace.h in pyldb.cStefan Metzmacher2009-01-301-0/+1
| | | | | | | | | | | | This fixes the build on Tru64. metze
| * lib/tevent: include replace.h in pytevent.cStefan Metzmacher2009-01-301-0/+1
| | | | | | | | | | | | This fixes the build on Tru64. metze
| * lib/tdb: include replace.h and system/filesys.h in pytdb.cStefan Metzmacher2009-01-301-4/+3
| | | | | | | | | | | | This fixes the build on Tru64. metze
| * lib/talloc: include replace.h in pytalloc.cStefan Metzmacher2009-01-301-0/+1
| | | | | | | | | | | | This fixes the build on Tru64. metze
| * heimdal:camellia: include roken.hStefan Metzmacher2009-01-302-0/+4
| | | | | | | | metze
| * Revert "s4:heimdal_build: include "system/network.h" via config.h wrapper"Stefan Metzmacher2009-01-301-1/+0
| | | | | | | | | | | | | | | | This reverts commit 334c6e6b78de8529fce0061efd5249f8fe2d256f. This breaks the build later in the ntvfs code... metze
| * s4:heimdal_build: add a dummy define for dirfd()Stefan Metzmacher2009-01-301-0/+4
| | | | | | | | metze
| * lib/replace: check if we have dirfd()Stefan Metzmacher2009-01-301-0/+3
| | | | | | | | | | | | Note: we only use this internally and don't replace it by default. metze
| * s4:lib/util: fix the buildStefan Metzmacher2009-01-301-1/+1
| | | | | | | | metze
| * heimdal:roken: arg_match_long() should return a valueStefan Metzmacher2009-01-301-0/+3
| | | | | | | | | | | | This should fix a build problem on IRIX. metze
| * heimdal:roken: arg_printusage() should not try to return a value.Stefan Metzmacher2009-01-301-2/+2
| | | | | | | | | | | | This should fix problems with the IRIX build. metze
| * s4:heimdal_build: include "system/network.h" via config.h wrapperStefan Metzmacher2009-01-301-0/+1
| | | | | | | | | | | | This fixes build problems on Tru64. metze
| * heimdal:camellia-ntt.c: include config.h as first headerStefan Metzmacher2009-01-301-0/+3
| | | | | | | | metze
| * heimdal: don't include <sys/cdefs.h> without knowing it's thereStefan Metzmacher2009-01-302-0/+13
| | | | | | | | metze