obnox/samba/samba-obnox.git
2014-09-22 Michael Adamselftest: samba3.smb2.leases.v2_request_parent succeeds master-leases
2014-09-22 Michael Adamsmbd: use smbXsrv_connection a s argument to smbd_smb2_...
2014-09-22 Michael AdamSQ: fix build of leases
2014-09-22 Michael AdamSQ: fix leases commit build
2014-09-22 Volker Lendeckeleases
2014-09-22 Michael Adams3:smbtorture: align explanations for parameters
2014-09-22 Michael Adams3:smbtorture: mention "-e" in the help text
2014-09-22 Michael Adamselftst: run the smbtorture3 local tests in the "none...
2014-09-22 Amitay IsaacsWHATSNEW: Mention combined CTDB
2014-09-21 Michael Adamsmbd: fix a comment typo.
2014-09-21 Michael Adams3: reset tracepoint handler in reinit_after fork.
2014-09-21 Karolin SeegerWHATSNEW: Fix typos.
2014-09-20 Volker LendeckeWHATSNEW: Mention unix domain datagram messaging
2014-09-20 Volker LendeckeWHATSNEW: Mention tdb mutexes
2014-09-20 Michael AdamWHATSNEW: mention overhauled "net idmap" command
2014-09-20 Stefan MetzmacherWHATSNEW: Improved DCERPC man in the middle detection
2014-09-20 Stefan MetzmacherWHATSNEW: Larger IO sizes for SMB2/3 per default
2014-09-20 Stefan MetzmacherWHATSNEW: Winbindd/Netlogon improvements
2014-09-20 Volker Lendeckepassdb: Use talloc_zero_array
2014-09-20 Volker Lendeckelib/util: Drop unnecessary use of talloc_tos()
2014-09-19 Martin Schwenkelib/util: Return some functions to util_str.c
2014-09-19 Martin Schwenkelib/util: Move next_token* functions to util_str.c
2014-09-19 Martin Schwenkelib/util: Move idr_get_new_random() to new source file...
2014-09-19 Martin Schwenkedebug: Standalone compile without includes.h
2014-09-19 Martin Schwenketdb_wrap: Standalone compile without includes.h
2014-09-19 Martin Schwenketdb_wrap: tdb_wrap.h doesn't need struct loadparm_context
2014-09-19 Martin Schwenketdb: tdb.h needs bool type
2014-09-19 Martin Schwenkelib/crypto: Protect crypto.h against multiple inclusion
2014-09-19 Martin Schwenkecharset: Avoid compiler warnings with --enable-developer
2014-09-19 Martin Schwenkereplace: Fix includes of unistd.h
2014-09-19 Martin Schwenkedynconfig: Remove include of nsswitch/winbind_struct_pr...
2014-09-19 Martin Schwenkeutil: Fix indentation
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
next