samba.git
2009-10-20 Jeremy AllisonCorrect fix for bug 6781 - Cannot rename subfolders...
2009-10-20 Jeremy AllisonFix bug 6769 - symlink unlink does nothing. Jeremy.
2009-10-20 Volker Lendeckes3:winbind: Only ever handle one event after a select...
2009-10-20 Jeremy AllisonFix bug 6776 - Running overlapping Byte Lock test will...
2009-10-20 Andrew Klostermans3:smbd: Fix bug 6690, wrong error check
2009-10-20 Stefan Metzmachers3:winbindd: only notify the client when we exist,...
2009-10-20 Stefan Metzmachers3:winbindd_cm: don't invalidate the whole connection...
2009-10-20 Stefan Metzmachers3:rpc_client: don't randomly fragment rpc pdu's in...
2009-10-20 Stefan Metzmachers3:lib/select: don't overwrite errno in the signal...
2009-10-20 Stefan Metzmachertevent: make sure we don't set errno within the signal...
2009-10-20 Stefan Metzmachers3:rpc_server: we need to make a copy of my_name in...
2009-10-20 Volker Lendeckes3:winbind: Fix an uninitialized variable (cherry picke...
2009-10-20 Günther Deschners3-winbindd: Fix Bug #6711: trusts to windows 2008...
2009-10-20 Günther Deschners3-winbindd: add cm_connect_lsa_tcp().
2009-10-20 Günther Deschners3-rpc_client: fix non initialized structure in rpccli_...
2009-10-20 Günther Deschners3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.
2009-10-20 Günther Deschners3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.
2009-10-20 Günther Deschners3-winbindd: add and use winbindd_lookup_names().
2009-10-20 Günther Deschners3-winbindd: add and use winbindd_lookup_sids().
2009-10-20 Günther Deschners3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_o...
2009-10-20 Günther Deschners3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_o...
2009-10-20 Günther Deschners3-rpc_client: add cli_rpc_pipe_open_noauth_transport.
2009-10-20 Günther Deschners3-rpc_client: add enum dcerpc_transport_t to rpc_cli_t...
2009-10-20 Jeremy AllisonSecond part of a fix for bug #6235.
2009-10-20 Derrell LipmanFix bug #6532.
2009-10-20 Simo SorceFixing timeval calculation
2009-10-20 Volker Lendeckes3: Document the "share:fake_fscaps" parameter, fix...
2009-10-20 Volker Lendeckes3:smbd: Add a "hidden" parameter "share:fake_fscaps"
2009-10-20 Lars MüllerAdjust regex to match variable names including underscores
2009-10-20 Bo Yangs3: Don't overwrite password in pam_winbind, subsequent...
2009-10-20 Volker Lendeckes3: Fix reading beyond the end of a named stream in...
2009-10-20 Björn Jackes3: BSD needs sys/sysctl.h included to build properly
2009-10-20 Volker Lendeckes3:smbstatus: Fix bug 6703, allow smbstatus as non...
2009-10-20 Björn Jackes3: QNX doesn't know uint - replace with uint_t
2009-10-20 Jeremy Allisons3/libsmb: SIVAL should have been an SVAL.
2009-10-20 Marc Aurele... Fix bug 6707 - 3.4.1 segfault in parsing configs.
2009-10-20 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-10-20 Lars MüllerConditional install of the cifs.upcall man page
2009-10-20 Björn Jackes3:configure: fix syntax error in avahi configure test
2009-10-20 Shirish Pargaonkarumount.cifs: do not attempt to update /etc/mtab if...
2009-09-30 Jeremy AllisonFix for CVE-2009-2906. samba-3.4.2
2009-09-30 Karolin SeegerWHATSNEW: Update release notes.
2009-09-29 Karolin SeegerWHATSNEW: Update release date.
2009-09-28 Jeremy AllisonFix for CVE-2009-2813.
2009-09-28 Jeff Laytonmount.cifs: don't leak passwords with verbose option
2009-09-28 Jeff Laytonmount.cifs: check access of credential files before...
2009-09-28 Karolin SeegerWHATSNEW: Prepare release notes for 3.4.2.
2009-09-24 Karolin SeegerRaise version number up to 3.4.2.
2009-09-09 Karolin SeegerWHATSNEW: Update changes. samba-3.4.1
2009-09-09 Volker Lendeckes3:libsmb: Correctly chew keepalive packets
2009-09-09 Karolin SeegerWHATSNEW: Update changes since 3.4.0.
2009-09-09 SATOH FumiyasuFix bug 6496 - libsmbclient: MS-DFS: cannot follow...
2009-09-09 Jeremy AllisonFix bug 6673 - smbpasswd does not work with "unix passw...
2009-09-09 Jeremy AllisonHopefully last part of the fix for bug 6651 - smbd...
2009-09-09 Jeremy AllisonHelp debug for bug 6651 - smbd SIGSEGV when breaking...
2009-09-09 Stefan Metzmachertevent: change version to 0.9.8 after some critical...
2009-09-09 Jeremy AllisonAnother part of the fix for bug 6651 - smbd SIGSEGV...
2009-09-09 Volker Lendecketevent: Fix a segfault upon the first signal
2009-09-09 Rusty Russelllib/tevent: close pipe_fds on event_context destruction
2009-09-09 Rusty Russelllib/tevent: handle tevent_common_add_signal on differen...
2009-09-09 Rusty Russelllib/tevent: fix race with signals and tevent_common_add...
2009-09-09 Rusty Russelllib/tevent: remove spectacularly complicated manual...
2009-09-09 Günther Deschnertevent: avoid using reserved c++ word.
2009-09-09 Jeremy AllisonFix for bug 6651 - smbd SIGSEGV when breaking oplocks...
2009-09-09 Michael Adamtevent: fix a comment
2009-09-09 Stefan Metzmachertevent: change version to 0.9.7 after adding tevent_req...
2009-09-09 Stefan Metzmachertevent: add tevent_req_cancel() infrastructure
2009-09-09 Stefan Metzmachertevent: add some more doxygen comments for tevent_req...
2009-09-09 Stefan Metzmachertevent: try to fix the build on QNX qnx18 6.4.1 it...
2009-09-09 Jeremy AllisonChange to talloc_zero_size instead of extra memset...
2009-09-09 Jeremy AllisonWhen tallocing a memory block for the state in a tevent...
2009-09-09 Stefan MetzmacherSort the signature files (cherry picked from commit...
2009-09-09 Simo SorceExpose functions need by backend writers
2009-09-09 Simo SorceRevert "For tevent to install tevent_util.h"
2009-09-09 Eric SandallFor tevent to install tevent_util.h
2009-09-09 Simo SorceAdd exports file and abi checker for tevent
2009-09-09 Stefan MetzmacherIncrease tevent version for tevent_req_notify_callback...
2009-09-09 Volker LendeckeAdd tevent_req_notify_callback
2009-09-09 Jelmer Vernooijtevent/python: Makefile was still trying to build some...
2009-09-09 Jelmer Vernooijtevent: Define TALLOC_FREE() if it's not defined yet...
2009-09-09 Stefan Metzmachertevent: Remove python module.
2009-09-09 Jelmer Vernooijtevent: Install tevent_internal.h in the standalone...
2009-09-09 Jelmer VernooijUpdate copies of config.guess and config.sub. (cherry...
2009-09-09 Jelmer Vernooijtevent: Don't install headers, since we don't install...
2009-09-09 Stefan Metzmachertevent: fix typo async_req_done() => tevent_req_done()
2009-09-09 Stefan Metzmachertevent: fix the nesting logic
2009-09-09 Andrew Tridgellfixed a logic bug in the tevent nesting code
2009-09-09 Günther Deschners3-winbindd: Fix Bug #6700: Use dns domain name when...
2009-09-08 Karolin SeegerWHATSNEW: Update changes since 3.4.0.
2009-09-08 Günther Deschners3-schannel: Fix Bug #6697. Interdomain trusts with...
2009-09-08 Simo SorceCheck we read off the compelte event from inotify
2009-09-08 Bo Yangs3: Fix crsh in net usershare list
2009-09-08 Björn Jackes3: make linking of rpcclient --as-needed safe
2009-09-08 Peter Volkovs3: make linking of cifs.upcall --as-needed safe
2009-09-03 Stefan Metzmachers4: disable source4 directory for the 3.4.x releases
2009-09-03 Karolin SeegerWHATSNEW: Update release date.
2009-09-03 Karolin SeegerWHATSNEW: Update changes since 3.4.0.
2009-09-03 Günther Deschners3-pdb_ldap: Fix bug #4296: Clean up group membership...
2009-09-03 Volker LendeckeFix an uninitialized variable
2009-09-03 Volker Lendeckes3:libwbclient: Fix bug 6349, initialize domain info...
next