s4:cluster: remove old/broken ctdb code
[tprouty/samba.git] / source3 /
2008-12-29 Stefan Metzmachers4:cluster: remove old/broken ctdb code
2008-12-29 Stefan Metzmachers4: remove unused dbwrap code
2008-12-29 Volker LendeckeAdd code to test write_data_iov a bit
2008-12-29 Volker LendeckeAttempt to fix bug 5953: Make cli_send_smb_direct_write...
2008-12-29 Volker LendeckeMake write_data use write_data_iov
2008-12-29 Volker LendeckeAdd write_data_iov
2008-12-29 Volker LendeckeAdd sys_writev
2008-12-29 Stefan Metzmachers3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_st...
2008-12-29 Steven DannemanAdd -D option to sharesec util to delete the entire...
2008-12-29 Steven DannemanChange error messages in sharesec util to go to stderr...
2008-12-29 Steven DannemanMake sure share_info.tdb is open before attempting...
2008-12-29 Steven DannemanMake sharesec utility part of the default binary install.
2008-12-29 Steven DannemanCleaned up whitespace issues in sharesec.c
2008-12-28 Jelmer VernooijFix Samba 3 merged build - include tevent.
2008-12-26 Kai BlinTry to fix the build by fixing some typos in the vfs...
2008-12-25 Jeremy AllisonFix bug #5990 - strict allocate should be checked befor...
2008-12-25 Michael Adams3:idmap: Remove passd check from idmap_backends_unixid...
2008-12-25 Michael Adams:Fix uid_to_sid mapping when the idmap cache is empty.
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix use of "time offset" parameter, and add test to...
2008-12-23 Jeremy AllisonFix more asprintf warnings and some error path errors.
2008-12-23 Jeremy AllisonMore asprintf warning fixes.
2008-12-23 Jeremy AllisonMore asprintf warning fixes.
2008-12-23 Jeremy AllisonFix more asprintf errors and error code paths.
2008-12-23 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-23 Jeremy AllisonFix more ‘asprintf’, declared with attribute warn_unuse...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jeremy AllisonFix more "warning: ignoring return value of ‘asprintf...
2008-12-23 Jeremy AllisonFix another "format not a string literal and no format...
2008-12-23 Tim Proutys3: Fix stream marshalling to return the correct stream...
2008-12-23 Jeremy AllisonIn gcc version 4.3.2 we get warnings for functions...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer Vernooijmerged build: Remove shared-build related variables...
2008-12-23 Jelmer VernooijUse make variable for Samba 4 shared library output...
2008-12-22 Jelmer VernooijForce symbolic links for shared library sonames to...
2008-12-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-22 Gerald (Jerry) CarterFix "allow trusted domain" so it disables trusted domains.
2008-12-22 Jelmer VernooijSet right LD_LIBRARY_PATH for finding Samba4's libraries.
2008-12-22 Jelmer VernooijBuild samba 4 plugins in merged build.
2008-12-22 Jelmer Vernooijmerged build: Build Samba 4 using shared libraries...
2008-12-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-22 Jelmer Vernooijmerged build: Remove SWIG checks, set flags for shared...
2008-12-21 roots3:loadparm/docs: Set default for "ldap ssl" to "start...
2008-12-21 Karolin Seegers3: loadparm: Clean-up list of parameters.
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeExtend the chain1 test with write&x
2008-12-19 Volker LendeckeAdd a torture test simulating Windows write behaviour
2008-12-19 Volker LendeckeMake smbclient "put" use cli_push
2008-12-19 Volker LendeckeAdd async cli_write_andx and cli_pull
2008-12-19 Jeremy AllisonFix bug #5986 - Editing a stream is broken (rename...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeFix setting smb_len for huge write&x calls
2008-12-19 Volker LendeckeAdd the cli_wct_ofs routine to calculate the offset...
2008-12-19 Volker LendeckeRemove the direct inbuf reference from construct_reply_...
2008-12-19 Volker LendeckeAdd a doxygen comment line I forgot to merge
2008-12-19 Volker LendeckeConvert cli_request->outbuf to uint8_t
2008-12-19 Volker LendeckeFor large smbwrite&x, we need more than 64k bcc
2008-12-19 Volker LendeckeAdd some comments
2008-12-19 Volker LendeckeFix the padding calculation in smb_splice_chain for...
2008-12-19 Volker LendeckePass "bytes_alignment" up through cli_request_send
2008-12-19 Volker LendeckeFix a "ignoring function call result" warning
2008-12-19 Volker LendeckePrefer network writes over reads
2008-12-19 Volker LendeckeMove some bytes from data to text, make use of the...
2008-12-19 Volker LendeckeFactor out cli_write_max_bufsize
2008-12-19 Volker LendeckeRemove two write-only variables
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeMake cli_negprot async
2008-12-19 Volker LendeckeMake cli_negprot return NTSTATUS instead of bool
2008-12-19 Volker Lendeckecli_negprot_send -> cli_negprot_sendsync
2008-12-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jeremy AllisonComment out the parent inheritance code (this is incorr...
2008-12-18 Jeremy AllisonFix bug #5980 - Race condition when granting level2...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Aravind Srinivasans3: Add statvfs implementation to the onefs vfs module
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jeremy AllisonFix bug #5979 - Level 2 oplocks being granted improperly,
2008-12-17 Günther Deschners3-ntsvcs: remove last traces of hand-marshalled NTSVCS.
2008-12-17 Günther Deschners3-ntsvcs: remove old _PNP_GetDeviceList.
2008-12-17 Günther Deschners3-ntsvcs: use pidl for _PNP_GetDeviceList.
2008-12-17 Günther Deschners3: refactor _netr_LogonControl{2,2Ex} server side.
2008-12-17 Volker LendeckeFix a valgrind error
2008-12-17 Karolin Seegers3/smb.h: Remove unused LDAP_SSL_ON.
2008-12-17 Karolin Seegers3/loadparm.c: Change default value for "ldap ssl".
2008-12-17 Stefan Metzmachers4:lib/tevent: add lib/events/ compat and let things...
2008-12-17 Volker Lendeckenet lua
2008-12-17 Volker LendeckeCompile liblua
2008-12-17 Volker LendeckeAdd the Lua distibution from lua.org/ftp/lua-5.1.4...
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Kai Blin(Fixed) Final part of fix for bug #5953 - smbclient...
2008-12-16 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-16 Jeremy AllisonRevert "Final part of fix for bug #5953 - smbclient...
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Kai BlinFinal part of fix for bug #5953 - smbclient crashes...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijRemove ndrdump - it's available in merged build mode...
2008-12-16 Jelmer VernooijShare object files for gen_ndr.
2008-12-16 SATOH Fumiyasucommit b520befe6f51644d20434add9864d7a2fa30aa2e
next