s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2
[samba.git] / source3 /
2011-07-12 Stefan Metzmachers3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2
2011-07-12 Stefan Metzmachers3:loadparm: use PROTOCOL_SMB2_02 instead of PROTOCOL_SMB2
2011-07-11 Stefan Metzmachers3:smb2_create: use smbd_calculate_access_mask() instea...
2011-07-11 Stefan Metzmachers3:smb2_tcon: return the correct maximal_access on...
2011-07-11 Stefan Metzmachers3:smbd: return the real share access mask in the SMBtc...
2011-07-11 Stefan Metzmachers3:smbd: use smbd_calculate_access_mask() also for...
2011-07-11 Stefan Metzmachers3:smbd: check the share level access mask in smbd_calc...
2011-07-11 Stefan Metzmachers3:smbd: make smbd_calculate_access_mask() non-static
2011-07-11 Stefan Metzmachers3:smbd/msdfs: let create_conn_struct() check the share...
2011-07-11 Stefan Metzmachers3:winbindd_cm: make use of cli->src_ss instead of...
2011-07-11 Stefan Metzmachers3:winbindd_cm: make use of cli->dest_ss instead callin...
2011-07-11 Stefan Metzmachers3:winbindd_cm: make use of cli_state_disconnect()
2011-07-11 Stefan Metzmachers3:winbindd_cm: make use of cli_state_is_connected()
2011-07-11 Stefan Metzmachers3:auth_server: use cli_echo() to check if the server...
2011-07-11 Stefan Metzmachers3:auth_server: make use of cli_state_is_connected()
2011-07-11 Stefan Metzmachers3:client: simplify readline_callback() to only use...
2011-07-11 Stefan Metzmachers3:libsmbclient: use cli_state_is_connected() in SMBC_c...
2011-07-11 Stefan Metzmachers3:libsmbclient: don't log the lowlevel fd in smbc_free...
2011-07-11 Stefan Metzmachers3:libsmb: add cli_state_disconnect()
2011-07-11 Stefan Metzmachers3:libsmb: make use of cli_state_is_connected()
2011-07-11 Stefan Metzmachers3:libsmb: remove unused cli_set_port()
2011-07-11 Stefan Metzmachers3:libsmb: also remember the local socket address after...
2011-07-11 Stefan Metzmachers3:smb2cli_base: add my copyright
2011-07-11 Björn Baumbachs3-torture: run_locktest2(): replace check_error()...
2011-07-11 Björn Baumbachs3-torture: run_locktest2(): replace cli_lock() with...
2011-07-11 Björn Baumbachs3-torture: run_locktest1(): replace cli_lock() with...
2011-07-11 Björn Baumbachs3-torture: locktest2: replace cli_lock() with cli_lock32()
2011-07-11 Björn Baumbachs3-torture: let wait_lock() use cli_lock32() instead...
2011-07-11 Björn Baumbachs3-libsmb: let cli_lock64 return NTSTATUS instead of...
2011-07-11 Björn Baumbachs3-libsmb: introduce cli_lock32()
2011-07-10 Stefan Metzmachers3:smb2cli_tcon: use tevent_req_oom()
2011-07-10 Volker Lendeckes3: Fix Coverity ID 2587,2588: CHECKED_RETURN
2011-07-09 Stefan Metzmachers3:smb2cli_base: ask for the next response if there...
2011-07-09 Stefan Metzmachers3:smb2cli_base: make use of tevent_req_defer_callback()
2011-07-09 Stefan Metzmachers3:smb2cli_base: fix memory hierachy in smb2cli_req_recv()
2011-07-09 Stefan Metzmachers3:smb2cli_base: call smb2cli_req_unset_pending() befor...
2011-07-09 Stefan Metzmachers3:smb2cli_base: unset the destructor in smb2cli_req_un...
2011-07-09 Stefan Metzmachers3:smb2cli_base: keep the order of pending requests
2011-07-09 Stefan Metzmachers3:smb2cli_base: rename 'result' => 'req' in smb2cli_re...
2011-07-08 Jeremy AllisonMove smbd_smb2_request_check_tcon() smbd_smb2_request_c...
2011-07-08 Günther Deschners3-waf: split out LIBCLI_WINREG_INTERNAL as LIBCLI_WINR...
2011-07-08 David Disseldorpwinreg: Ensure server return status is set on success
2011-07-08 David Disseldorpwinreg: Use the ntstatus return code for client side...
2011-07-08 Stefan Metzmachers3:libsmb: remove unused cli->inbuf and cli->bufsize
2011-07-08 Stefan Metzmachers3:client: use an inbuf on the stack in readline_callback()
2011-07-08 Stefan Metzmachers3:libsmb: clistr_pull_talloc() doesn't need base_ptr...
2011-07-08 Stefan Metzmachers3:libsmb: remove unused smb_dos_errstr()
2011-07-08 Stefan Metzmachers3:libsmb/smberr: make global const arrays static
2011-07-08 Stefan Metzmachers3:libsmb: don't use the cli->inbuf to store the last...
2011-07-08 Stefan Metzmachers3:torture: use cli_is_nt/dos_error() in run_error_map_...
2011-07-08 Stefan Metzmachers3:libsmb: don't call cli_set_error() in cli_echo()
2011-07-08 Stefan Metzmachers3:libsmb: remove unused enum smb_read_errors infrastru...
2011-07-08 Stefan Metzmachers3:client: close the socket if receive_smb_raw() fails
2011-07-08 Stefan Metzmachers3:client: use cli_nt_error() in order to avoid cli_err...
2011-07-08 Stefan Metzmachers3:client: avoid cli_errstr() where we already have...
2011-07-08 Stefan Metzmachers3:clitar: avoid usage of cli_errstr()
2011-07-08 Stefan Metzmachers3:libsmb: remove use of cli_errstr() in SMBC_server_in...
2011-07-08 Stefan Metzmachers3:auth_server: use cli->is_guestlogin instead of parsi...
2011-07-08 Stefan Metzmachers3:auth: remove unused variable
2011-07-08 Stefan Metzmachers3:auth_unix: remove unused var
2011-07-08 Stefan Metzmachers3:smb2_server: add some comments about change_to_user...
2011-07-08 Andrew Bartlettlib/param: Merge struct loadparm_service into common
2011-07-08 Andrew Bartletts3-param use common struct parmlist_entry to hold param...
2011-07-08 Andrew Bartletts3-param check for aliases with both p_class and offset
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
2011-07-08 Andrew Bartlettparam: Add hooks to s3 parm_struct and the parameters...
2011-07-08 Andrew Bartletts3-lib use True and False in bitmap.c
2011-07-08 Andrew Bartletts3-param: calculate default_server_announce at runtime
2011-07-08 Andrew Bartletts3-param Remove lp_set_passdb_backend()
2011-07-08 Volker Lendeckes3-zfsacl: Fix a debug message
2011-07-08 Stefan Metzmachers3:wscript_build: remove unused variable
2011-07-07 Stefan Metzmachers3:selftest: run SMB2-BASIC
2011-07-07 Stefan Metzmachers3:torture: add SMB2-BASIC
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_query_directory*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_write*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_read*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_flush*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_close*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_create*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_sesssetup*() and smb2cli_logoff*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_negprot*()
2011-07-07 Stefan Metzmachers3:libsmb: add basic smb2 client infrastructure
2011-07-07 Jeremy AllisonFix bug #8293 - SMB2 doesn't rotate the log files often...
2011-07-07 Stefan Metzmachers3:smb2_server: call change_to_root_user() or smbd_smb2...
2011-07-07 Björn Baumbachs3-client: Remove use of cli_errstr()
2011-07-07 Björn Baumbachs3-libsmb: Remove use of cli_errstr()
2011-07-07 Björn Baumbachs3-torture: run_shortname_test: Remove uses of cli_errstr()
2011-07-07 Björn Baumbachs3-torture: run_simple_posix_open_test: Remove uses...
2011-07-07 Stefan Metzmachers3-torture: use nt_errstr() for cli_unlink() error...
2011-07-07 Björn Baumbachs3-torture: introduce check_both_error()
2011-07-07 Stefan Metzmachers3:libsmb: finally remove unused cli_state->outbuf
2011-07-07 Stefan Metzmachers3:libsmb: remove unused clistr_push_fn()
2011-07-07 Stefan Metzmachers3:libsmb: remove unused clistr_pull_fn()
2011-07-07 Stefan Metzmachers3:torture/scanner: use trans2_bytes_push_str() in...
2011-07-07 Stefan Metzmachers3:torture/scanner: use trans2_bytes_push_str() in...
2011-07-07 Stefan Metzmachers3:libsmb: use trans2_bytes_push_str() in cli_tcon_andx...
2011-07-07 Stefan Metzmachers3:libsmb: use trans2_bytes_push_str() in cli_set_ea_path()
2011-07-07 Stefan Metzmachers3:libsmb: use trans2_bytes_push_str() in cli_dfs_get_r...
2011-07-07 Stefan Metzmachers3:libsmb: use a talloc_stackframe in cli_dfs_get_refer...
next