s3:smbd: use xconn->client->sconn in make_connection_snum()
[kai/samba-autobuild/.git] / source3 /
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 Stefan Metzmachers3:selftest: run the smb2.replay test against the ...
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 Lendeckelib: Move tdb lock timeout fns to source3
2014-09-18 Volker LendeckeRemove a few #ifdef EWOULDBLOCk
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-16 Volker Lendeckelib: Avoid a talloc in write_data_iov
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...
2014-09-15 Jeremy Allisons3: smbd: Change smbd_marshall_dir_entry() to return...
2014-09-15 Jeremy Allisons3: smbd: Change the function signature of srvstr_push...
2014-09-15 Jeremy Allisons3: smbd: Ensure types for all variables called 'len...
2014-09-15 Jeremy Allisons3: smbd: srvstr_push() was changed to never return...
2014-09-15 Jeremy Allisons3: utils: Don't directly manipulate errno inside strup...
2014-09-15 Volker Lendeckevfs_gpfs: Fix the build with profiling-data
2014-09-15 Jeremy Allisons3: winbindd: Old NT Domain code sets struct winbind_do...
2014-09-14 Volker Lendeckemessaging_dgm: Don't expose the messaging_dgm_context
2014-09-14 Volker Lendeckemessaging_dgm: Avoid a talloc
2014-09-14 Volker Lendeckemessaging_dgm: Avoid a talloc
2014-09-14 Volker Lendeckemessaging_dgm: messaging_dgm_lockfile_remove does not...
2014-09-14 Volker Lendeckemessaging_dgm: messaging_dgm_lockfile_create does not...
2014-09-14 Volker Lendeckemessaging_dgm: Avoid talloc_tos()
2014-09-14 Volker Lendeckemessaging_dgm: Reformatting
2014-09-14 Volker Lendeckemessaging_dgm: Remove an unnecessary cast
2014-09-13 David Disseldorpnamecache: fix uninitialised pointer returns
2014-09-12 Volker Lendeckes3: smbd: streams - Ensure share mode validation ignore...
2014-09-12 Volker Lendeckemedia_harmony: Fix a crash bug
2014-09-11 Volker Lendeckemedia_harmony: Fix warnings
2014-09-11 Jeremy Allisons3: smbd - open logic fix.
2014-09-11 Ralph Boehmevfs_acl_common: dacl size must be updated
2014-09-10 Jeremy Allisons3: smbd: Ensure we don't call qsort() with a size...
2014-09-10 Michael Adams3:smbd:open_file: use a more natural check.
2014-09-10 Michael Adams3:smbd: fix a race in open code
2014-09-10 Volker Lendeckesmbd: Fix a typo
2014-09-09 Ralph Boehmes3:smbd: fix a comment typo
2014-09-09 Volker Lendeckesmbd: Move make_dir_struct() to reply.c
2014-09-09 Stefan Metzmachers3:smbd: close the connection if the client doesn't...
2014-09-08 Jeremy Allisons3: smbd: smb2-sessionsetup. Fix use after free when...
2014-09-08 Andrew Bartletts3-lib: Do not walk past the end of the dos_to_ntstatus...
2014-09-08 Andrew Bartlettpassdb: Avoid use-after-free when setting a plaintext...
2014-09-05 Michael Adams3:build: don't detect perl in source3/wscript again.
2014-09-03 Jeremy Allisons3: smbd: vfs_dirsort module.
2014-09-01 Günther Deschners3-kpasswd: Fix build warning.
2014-09-01 Günther Deschners3-kpasswd: send a netbios krb5 address to avoid invali...
2014-09-01 Simo SorceRemove custom password change code in libads
2014-09-01 Simo SorceRemove duplicate definitions
2014-08-31 Andrew Bartletts3-rpc_client: Do not give NT_STATUS_NO_MEMORY when...
2014-08-31 Andrew Bartlettset_dc_type_and_flags_trustinfo: Use init_dc_connection...
2014-08-31 Andrew Bartlettwinbindd: Add debugging to assist in locating errors...
2014-08-31 Andrew Bartlettpassdb: Use sam_get_results_trust() and implement pdb_s...
2014-08-31 Andrew Bartlettwinbindd: Do not segfault if the trusted domain has...
2014-08-30 Christof Schmitts3-winbindd: Document parameters in ads_cached_connecti...
2014-08-30 Christof Schmitts3-winbindd: Use more descriptive parameter names in...
2014-08-30 Christof Schmitts3-winbindd: Use correct realm for trusted domains...
2014-08-30 Christof Schmitttorture: Also run raw.read against the aio share
2014-08-29 Christof Schmittsmbd: Add padding byte to readx response
2014-08-29 Christof Schmitttorture3: Allow padding byte for LARGE_READX responses
2014-08-28 David Disseldorpdosmode: fix FSCTL_SET_SPARSE request validation
2014-08-25 Volker Lendeckesmbd: Properly initialize mangle_hash
2014-08-25 Arvid Requatepassdb: fix NT_STATUS_NO_SUCH_GROUP
2014-08-23 Roel van MeerDon't discard result of checking grouptype
2014-08-22 Volker Lendeckemessaging3: Avoid messaging_is_self_send
2014-08-22 Volker Lendeckepthreadpool: Slightly serialize jobs
2014-08-22 Volker Lendeckemessaging3: Add msg_sink/source -- perftest
2014-08-22 Volker Lendecketorture: Fix cleanup2 to utilize on-demand cleanup
2014-08-22 Volker Lendecketorture: Run the cleanup2 test against 2 nodes
2014-08-22 Volker Lendeckebrlock: Remove validate_lock_entries
2014-08-22 Volker Lendeckebrlock: Do auto-cleanup at conflict time
2014-08-22 Jeremy Allisons3: smbd: POSIX ACLs. Remove incorrect check for SECINF...
2014-08-22 Volker Lendeckemessaging_dgm: Factor out messaging_dgm_lockfile_name
2014-08-22 Volker Lendeckemessaging_dgm: Use %ju to fill lockfile
next