s3-docs: Improve "winbind nss info" section in man smb.conf.
[samba.git] / source3 /
2010-04-15 Jeremy AllisonFix bug #7288 - SMB job IDs in CUPS job names wrong.
2010-04-13 Derrell Lipmans3-libsmbclient: Fix incomplete description of function...
2010-04-13 Stefan Metzmachers3:winbindd: make "smbcontrol winbindd validate-cache...
2010-04-13 Stefan Metzmachers3:winbindd: remove unused variables
2010-04-13 Stefan Metzmachers3:winbindd: fix problems with SIGCHLD handling (bug...
2010-04-12 Björn Jackes3:lib/time: remove TIME_T_MIN/MAX defines
2010-04-12 Jeremy AllisonFix bug #7339 - MSDFS is non-functional in 3.5.x
2010-04-07 Karolin SeegerVERSION: Raise version number up to 3.5.3.
2010-04-01 Stefan Metzmachers3:winbindd: make sure we don't try rpc requests agains...
2010-04-01 Jeremy AllisonFix bug 7310 - DOS attribute inconsistency with MS...
2010-03-31 Michael Adams3:registry: eliminate race condition in creating/scann...
2010-03-31 Michael Adams3:make "net conf addshare" atomic by wrapping all...
2010-03-31 Volker Lendeckes3: Remove the unused parameter "persistent" from fetch...
2010-03-31 Volker Lendeckes3: db->persistent==true was handled earlier, make...
2010-03-31 Volker Lendeckes3: Add "g_lock_do" as a convenience wrapper function...
2010-03-31 Volker Lendeckes3: Fix timeout calculation if g_lock_lock is given...
2010-03-31 Volker Lendeckes3: Slightly increase parallelism in g_lock
2010-03-31 Volker Lendeckes3: Avoid starving locks when many processes die at...
2010-03-31 Volker Lendeckes3: Avoid a thundering herd in g_lock_unlock
2010-03-31 Volker Lendeckes3: Optimize g_lock_lock for a heavily contended case
2010-03-31 Volker Lendeckes3: Fix handling of processes that died in g_lock
2010-03-31 Volker Lendeckes3: Fix a typo (cherry picked from commit bac235dd30257...
2010-03-31 Jeremy AllisonFix warning messages on compile in g_lock.c Volker...
2010-03-31 Michael Adams3:g_lock: remove a nested event loop, replacing the...
2010-03-31 Michael Adams3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd...
2010-03-31 Michael Adams3:g_lock: remove an unreached code path.
2010-03-31 Michael Adams3:dbwrap_ctdb: fix reading/storing of special key...
2010-03-31 Michael Adams3:dbwrap_ctdb: exit early when nothing has been writte...
2010-03-31 Michael Adams3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transact...
2010-03-31 Michael Adams3:dbwrap_ctdb: fix logic error in pull_newest_from_mar...
2010-03-31 Michael Adams3:dbwrap_ctdb: fix an uninitialized variable.
2010-03-31 Michael Adams3:dbwrap_ctdb: fix two "may be used uninitialized...
2010-03-31 Michael Adams3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db...
2010-03-31 Michael Adams3:build: remove checks for deprecated ctdb controls.
2010-03-31 Michael Adams3:dbwrap_ctdb: maintain a database sequence number...
2010-03-31 Michael Adams3:dbwrap_ctdb: change db_ctdb_transaction_store()...
2010-03-31 Michael Adams3:dbwrap_ctdb: update (C)
2010-03-31 Michael Adambuild: Add a configure check for CTDB_CONTROL_TRANS3_CO...
2010-03-31 Michael Adams3:dbwrap_ctdb: start rewrite of transactions using...
2010-03-31 Volker Lendeckes3:torture: add a test LOCAL-DBTRANS to torture dbwrap...
2010-03-31 Volker Lendeckes3: setup debug for smbtorture (cherry picked from...
2010-03-31 Volker Lendeckes3: Add ctdb_conn_msg_ctx() (cherry picked from commit...
2010-03-31 Volker Lendeckes3: Implement global locks in a g_lock tdb
2010-03-31 Andrew Tridgells3-smbd: add a rate limited cleanup of brl, connections...
2010-03-31 Andrew Tridgells3-brlock: we don't need these MSG_SMB_UNLOCK calls now
2010-03-31 Andrew Tridgells3-brlock: add a minimim retry time for pending blockin...
2010-03-31 Andrew Tridgells3-events: make the old timed events compatible with...
2010-03-30 Jeremy AllisonFix bug #7283 - vfs_acl_tdb does not work as expected.
2010-03-30 Stefan Metzmachers3:winbindd: correctly retry if the netlogon pipe gets...
2010-03-30 Stefan Metzmachers3:rpc_client: remove more unused code
2010-03-30 Stefan Metzmachers3:rpc_client: remove unused code, we handle transport...
2010-03-30 Stefan Metzmachers3:winbindd_reconnect: don't only reconnect on NT_STATU...
2010-03-30 Stefan Metzmachers3:winbindd_cm: invalidate connection if cm_connect_net...
2010-03-30 Stefan Metzmachers3:winbindd: consistently use TALLOC_FREE(conn->foo_pip...
2010-03-30 Stefan Metzmachers3:winbindd_cm: use rpccli_is_connected() helper function
2010-03-30 Stefan Metzmachers3:winbindd_cm: use cli_state_is_connected() helper...
2010-03-30 Stefan Metzmachers3:rpc_client: return at least 10 sec as old timeout...
2010-03-30 Stefan Metzmachers3:rpc_client: add set_timeout hook to rpc_cli_transport
2010-03-30 Stefan Metzmachers3:rpc_client: add rpccli_is_connected()
2010-03-30 Stefan Metzmachers3:rpc_client: don't mix layers and keep a reference...
2010-03-30 Stefan Metzmachers3:rpc_transport_np: add comment about bad usage in...
2010-03-30 Stefan Metzmachers3:rpc_transport_np: use cli_state_is_connected() helper
2010-03-30 Stefan Metzmachers3:libsmb: add cli_state_is_connected() function
2010-03-30 Stefan Metzmachers3:libsmb: don't let cli_shutdown() segfault with a...
2010-03-30 Stefan Metzmachers3:rpc_transport_np: handle trans rdata like the output...
2010-03-29 Volker Lendeckes3: Fix bug 7212, "getent group does not return group...
2010-03-29 Jeremy AllisonFix bug 7297 - smbd crashes with CUPS printers and...
2010-03-29 Kai Blins3 ntlm_auth: Don't malloc data that will be talloc_free()d
2010-03-25 Michael KarcherFix bug #7269 - Job management commands don't work...
2010-03-24 Jeremy AllisonFix bug 7075 - bug in vfs_scannedonly rmdir implementation.
2010-03-23 Volker Lendeckes3: Fix a bad memleak in winbind
2010-03-22 Volker Lendeckes3: Fix bug 7202 for multi-threaded applications
2010-03-18 Günther Deschners3-winreg: Fix _winreg_QueryValue crash bugs and implem...
2010-03-18 Günther Deschners3-winreg: add some debug statements to _winreg_QueryVa...
2010-03-18 Jeremy Allisons3-printing: Fix "printer admin" functionality.
2010-03-16 Günther Deschners3-spoolss: Fix value-needed calculation in_spoolss_Enu...
2010-03-16 Volker Lendeckes3: Fix an uninitialized variable read
2010-03-15 Stefan Metzmachers3:smbd: make sure we always have a valid talloc stackframe
2010-03-15 Günther Deschners3-netlogon: Fix bug #7237: _netr_SamLogon segfaults...
2010-03-11 Günther Deschners3-libads: fix get_remote_printer_publishing_data after...
2010-03-11 Günther Deschners3-spoolss: fix _spoolss_EnumPrinterDataEx after idl
2010-03-11 Günther Deschners3-rpcclient: fix rpcclient after spoolss_EnumPrinterDa...
2010-03-11 Günther Deschners3-net: fix net after spoolss_EnumPrinterDataEx IDL...
2010-03-11 Günther Deschners3-rpcclient: fix rpcclient after spoolss_GetPrinterDat...
2010-03-11 Günther Deschners3-spoolss: fix _spoolss_GetPrinterDataEx after IDL...
2010-03-11 Günther Deschners3-rpcclient: fix rpcclient after spoolss_SetPrinterDat...
2010-03-11 Günther Deschners3-net: fix net after spoolss_SetPrinterData{Ex} IDL...
2010-03-11 Günther Deschners3-spoolss: fix _spoolss_SetPrinterData{Ex} after IDL...
2010-03-11 Jeremy AllisonFix bug #7234 - Symlink delete fails but incorrectly...
2010-03-11 Michael Adams3:build: Fix automatic building of vfs_tsmsm if gpfs...
2010-03-11 Volker Lendeckes3: Fix a NULL pointer dereference
2010-03-11 Stefan Metzmachers3:winbindd: add DEBUG(10,...) for the end of each...
2010-03-11 SATOH Fumiyasuvfs_netatalk: Segfault if hide files or veto files...
2010-03-09 Karolin SeegerVERSION: Raise version number up to 3.5.2.
2010-03-09 Karolin SeegerRevert "Fix bug #7067 - Linux asynchronous IO (aio...
2010-03-08 Volker Lendeckes3: Fix the build of net_afs.c with --fake-kaserver...
2010-03-05 Holger Hetterichs3: net_share.c: fix argc handling
2010-03-03 Simo Sorces3:ads fix dn parsing name was always null
2010-03-02 Björn Jackes3:vfs_aixacl2: add missing semicolon
2010-03-02 Stefan Metzmachers3:winbindd: never mark external domains as internal!
next