samba.git
2014-09-19 Andreas Schneidernsswitch: Skip groups we were not able to map.
2014-09-19 Stefan Metzmachers3:torture: use cli_state_client_guid in run_smb2_multi...
2014-09-19 Stefan Metzmachers3:libsmb: add 'cli_state_client_guid'
2014-09-19 Stefan Metzmachers3:smb2_sesssetup: we don't need to do a 2nd smb2srv_se...
2014-09-19 Stefan Metzmachers3:smb2_server: add smbd_smb2_signing_key() helper...
2014-09-19 Stefan Metzmachers3:smbXsrv_session: add smbXsrv_session_find_channel()
2014-09-19 Stefan Metzmachers3:smbXsrv_session: remember the smbXsrv_connection...
2014-09-19 Stefan Metzmachers3:smbd: split out a smbd_add_connection() helper function.
2014-09-19 Stefan Metzmachers3:smbd: remove now unused smbd_server_connection-...
2014-09-19 Stefan Metzmachers3:smb2_lock: iterate over all sconn->client->connections
2014-09-19 Stefan Metzmachers3:smb2_lock: always use tevent_req_defer_callback...
2014-09-19 Stefan Metzmachers3:smb2_glue: remove chained fsps from all connections...
2014-09-19 Stefan Metzmachers3:smb2_break: use fsp->conn->sconn->client->connection...
2014-09-19 Stefan Metzmachers3:smb2_break: pass smbXsrv_connection to smbd_smb2_sen...
2014-09-19 Stefan Metzmachers3:smb2_create: pass smbXsrv_connection to *deferred...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to schedule_deferred_o...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to remove_deferred_ope...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to open_was_deferred()
2014-09-19 Stefan Metzmachers3:smbd: move smbXsrv_{session,tcon,open} tables to...
2014-09-19 Michael Adams3:smbd: use tevent_loop_wait() in the parent smbd...
2014-09-19 Michael Adams3:smbd: use tevent_loop_wait() in the child process...
2014-09-19 Stefan Metzmachers3:smbXsrv_session: change smbXsrv_session->connection...
2014-09-19 Stefan Metzmachers3:smbd: use fsp->conn->sconn->client->connections...
2014-09-19 Stefan Metzmachers3:smbd: use sconn->client->connections in keepalive_fn()
2014-09-19 Stefan Metzmachers3:smbd: use sconn->client->connections in reload_servi...
2014-09-19 Stefan Metzmachers3:smbd: remove now unused smbXsrv_connection->sconn
2014-09-19 Stefan Metzmachers3:smbXsrv_open: use xconn->client->sconn in smb1srv_op...
2014-09-19 Stefan Metzmachers3:smbXsrv_session: use xconn->client->sconn in smbXsrv...
2014-09-19 Stefan Metzmachers3:smb2_server: use xconn->client->sconn in smbd_smb2_r...
2014-09-19 Stefan Metzmachers3:smb2_server: use xconn->client->sconn in smbd_smb2_r...
2014-09-19 Stefan Metzmachers3:smb2_server: use xconn->client->sconn in smbd_smb2_f...
2014-09-19 Stefan Metzmachers3:smb2_server: use xconn->client->sconn in smbd_smb2_i...
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in make_connection_snum()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in smb1_parse_chain()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in construct_reply()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in reply_special()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in process_smb()
2014-09-19 Stefan Metzmachers3:smbd: introduce 'struct smbXsrv_client' in order...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to make_connection_snum()
2014-09-19 Stefan Metzmachers3:smbd: pass smb_request to make_connection_smb1()
2014-09-19 Stefan Metzmachers3:smbd: pass smbd_smb2_request to make_connection_smb2()
2014-09-19 Stefan Metzmachers3:smbd: pass smb_request to make_connection()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to construct_reply*()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smb1_parse_chain()
2014-09-19 Michael Adams3:smbd: support xconn=NULL in init_smb_request()
2014-09-19 Stefan Metzmachers3:smbd: only pass smbXsrv_connection to fork_echo_hand...
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in reply.c where possible
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in sesssetup.c
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in reply_ntcancel()
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in reply_negprot()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to srv_send_smb()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to receive_smb*()
2014-09-19 Michael Adams3:smbd: use smbXsrv_connection_dbg() in receive_smb_ta...
2014-09-19 Michael Adams3:smbd: use smbXsrv_connection_dbg() inreceive_smb_raw...
2014-09-19 Stefan Metzmachers3:smb2_sesssetup: use smb2req->sconn in smbd_smb2_reau...
2014-09-19 Stefan Metzmachers3:smb2_server: use the global signing key to check...
2014-09-19 Anubhav Rakshits4:torture/smb2/lock: Add Lock Replay detection test...
2014-09-19 Anubhav Rakshits4:torture: Add Replay tests to examine server behaviou...
2014-09-19 Stefan Metzmachers3:selftest: run the smb2.replay test against the ...
2014-09-19 Anubhav Rakshitlibcli/smb: Add routines to enable/disable SMB2_HDR_FLA...
2014-09-19 Anubhav Rakshitlibcli/smb: Add routine to reset the Channel Sequence...
2014-09-19 Stefan Metzmacherlibcli/smb: correctly report disconnect errors after...
2014-09-19 Stefan Metzmachers4:libcli/composite: correctly finish composite smb...
2014-09-19 Amitay Isaacsctdb-build: Add missing configure checks for backtrace
2014-09-18 Jeremy Allisonlib: util: Check *every* asn1 return call and early...
2014-09-18 Volker Lendeckelib: Polish echo_server
2014-09-18 Volker Lendeckelib: Add EMSGSIZE to map_nt_error_from_unix
2014-09-18 Volker Lendeckectdb_conn: Fix a small memory leak when releasing an IP
2014-09-18 Volker Lendeckemessaging4: Fix an error path memleak
2014-09-18 Volker Lendeckelib: util_tdb does not need samba-util
2014-09-18 Volker Lendecketdb_wrap: Only pull in samba-debug
2014-09-18 Volker Lendeckelib: Move tdb lock timeout fns to source3
2014-09-18 Volker Lendeckelib: Fix samba-util dep in "errors" module
2014-09-18 Volker LendeckeRemove a few #ifdef EWOULDBLOCk
2014-09-18 Volker Lendeckelib: Reduce deps for "smb_transport"
2014-09-18 Volker Lendeckelib: Make set_blocking() available independently
2014-09-18 Volker Lendeckelib: Make samba-debug a private library
2014-09-18 Abhidnya Joshis3: vfs module: Adding new vfs module for Symantec...
2014-09-17 Andreas Schneidernmbd: Send waiting status to systemd.
2014-09-17 Andreas Schneiderlib: Add daemon_status() to util library.
2014-09-17 Amitay Isaacsctdb-scripts: Do not export variables if they are not set
2014-09-17 Amitay Isaacsctdb-scripts: Fix a typo
2014-09-17 Amitay Isaacsctdb-build: Check for libpcap
2014-09-17 Amitay Isaacsctdb-build: Check for ETIME in errno.h
2014-09-17 Martin Schwenkectdb-build: Add some missing configure checks
2014-09-17 Amitay Isaacsctdb-build: Improve platform check
2014-09-17 Martin Schwenkectdb-util: Log an error if there is no way to set scheduler
2014-09-17 Volker Lendeckelib: Make nt_err_code_struct private
2014-09-16 Volker Lendeckereplace: Make EWOULDBLOCK always available
2014-09-16 Volker Lendeckelib: Avoid a talloc in write_data_iov
2014-09-16 Volker Lendeckelib: Remove unused file_lines_slashcont
2014-09-16 Volker Lendeckelib: Move "large_file_support()" to the source4 smb...
2014-09-16 Michael Adamtdb: change version to 1.3.1 tdb-1.3.1
2014-09-16 Stefan Metzmachertdb:tools: fix a compiler warning
2014-09-16 Jeremy AllisonAdd test suite for iconv conversion fail of bad names...
2014-09-15 Jeremy Allisons3: smbd: Fix a couple of tricky slow-path cases -...
2014-09-15 Jeremy Allisons3: smbd: Change get_lanman2_dir_entry() to return...
2014-09-15 Jeremy Allisons3: smbd: Remove unneeded 'out_of_space' parameter...
2014-09-15 Jeremy Allisons3: smbd: SMB2 - change smbd_dirptr_lanman2_entry(...
2014-09-15 Jeremy Allisons3: smbd: smbd_marshall_dir_entry() no longer needs...
next