ddiss/samba.git
2011-09-18 Stefan Metzmachers3:libsmb: return INTERNAL_ERROR if the request is...
2011-09-18 Stefan Metzmachers3:libsmb: return if tevent_req_set_endtime() fails
2011-09-18 Stefan Metzmachers3:SMB2-BASIC: test smb2cli_flush()
2011-09-18 Stefan Metzmachers3:smb2cli: SMB2_FLUSH responses have a body size of 4
2011-09-17 Volker Lendeckes3: Trim a debug to 80 chars
2011-09-17 Volker Lendeckes3: Fix a cut&paste error
2011-09-17 Stefan Metzmachers4:selftest: skip flakey samba4.drs.repl_schema.python...
2011-09-16 Volker Lendeckes3: Fix bug 8455 -- Samba PDC is looking up only primar...
2011-09-16 Stefan Metzmacherlibcli/smb: add SMB2_DIALECT_REVISION_222
2011-09-16 Stefan Metzmacherlibcli/smb: add PROTOCOL_SMB2_22
2011-09-16 Stefan Metzmachers3:libsmb: forward declaration for struct smb_trans_enc...
2011-09-16 Günther Deschners3-waf: finally make SO_PEERCRED configure check work...
2011-09-15 Volker Lendeckes3: Trim lines in nfs4_acls.c
2011-09-15 Volker Lendeckes3: Fix some nonempty blank lines
2011-09-15 Volker Lendeckes3: Make sharesec optionally use sddl
2011-09-15 Matthias Dieter... s4:upgrade_from_s3 - old s3 versions < 3.4.x don't...
2011-09-15 Stefan Metzmachertalloc: change version to 2.0.7 talloc-2.0.7
2011-09-15 Günther Deschners3-waf: fix SO_PEERCRED configure check.
2011-09-15 Andreas Schneiderrpc_server: Improve debug message for sys_getpeereid().
2011-09-15 Stefan Metzmachers3:libsmb: remove unused cli_*encryption* functions
2011-09-15 Stefan Metzmachers3:libsmb: s/cli_encryption_on/cli_state_encryption_on()
2011-09-15 Günther Deschnerwaf: restore libsmbclient handling.
2011-09-15 Stefan Metzmachers3:libsmb: move cli->server{zone,time} to cli->conn...
2011-09-15 Stefan Metzmachers3:libsmb: split cli->secblob into cli->conn.smb1.serve...
2011-09-15 Stefan Metzmachers3:auth_server: make use of cli_state_server_challenge()
2011-09-15 Stefan Metzmachers3:libsmb: make use of cli_state_server_gss_blob()
2011-09-15 Stefan Metzmachers3:libsmb: make use of cli_state_server_challenge()
2011-09-15 Stefan Metzmachers3:libsmb: add cli_state_server_challenge() and cli_sta...
2011-09-15 Stefan Metzmachers3:libsmb: remove the guid from the cli->secblob in...
2011-09-15 Stefan Metzmachers3:libsmb: make sure cli->secblob.length is 8 if we...
2011-09-15 Stefan Metzmachers3:libsmb: restructure cli_negprot_done() secblob handl...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->sesskey to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: detect lock_read and write_unlock support
2011-09-15 Stefan Metzmachers3:libsmb: move cli->*braw_supported to cli->conn.smb1...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->sec_mode to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->max_mux to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmit
2011-09-15 Stefan Metzmachers3:libsmb: move cli->smb1.mid to cli->conn.smb1.mid
2011-09-15 Stefan Metzmachers3:libsmb: move cli->capabilities to cli->conn.smb1...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->protocol to cli->conn.protocol
2011-09-15 Stefan Metzmachers3:libsmb: don't set cli->protocol in cli_state_create()
2011-09-15 Stefan Metzmachers3:libsmb: pass max_protocol to cli_negprot()
2011-09-15 Stefan Metzmachers3:libsmb: add basic max_protocol support in cli_negprot()
2011-09-15 Stefan Metzmachers3:libsmb: use local variables in cli_state_create()
2011-09-15 Stefan Metzmachers3:libsmb: use CAP_EXTENDED_SECURITY instead of cli...
2011-09-15 Stefan Metzmachers3:libsmb: make use of SMB_CAP_BOTH/CLIENT_MASK in...
2011-09-15 Stefan Metzmachers3:libsmb: calculate the negotiated SMB1 capabilities...
2011-09-15 Stefan Metzmachers3:include: add some masks for SMB1 CAP_* flags
2011-09-15 Stefan Metzmachers3:libsmb: calculate all SMB1 capabilities we want...
2011-09-15 Stefan Metzmachers3:libsmb: no need to reset capabilities in cli_session...
2011-09-15 Stefan Metzmachers3:libsmb: make sure we always set cli->capabilities...
2011-09-15 Richard SharpeAdd a missing include file to two VFS modules
2011-09-14 Jeremy AllisonFinish commit 8745c70d by Michael Adam.
2011-09-14 Stefan Metzmachers3:libsmb: remove unused cli->is_samba
2011-09-14 Stefan Metzmachers3:libsmb: align chunk_size for cli_pull/push() to...
2011-09-14 Stefan Metzmachers3:client.h: remove unused defines
2011-09-14 Stefan Metzmachers3:libsmb: let cli_write_max_bufsize() return the max...
2011-09-14 Stefan Metzmachers3:libsmb: let cli_read_max_bufsize() return the max...
2011-09-14 Stefan Metzmachers3:smbd: SMB ReadX with size > 0xffff should only possi...
2011-09-14 Stefan Metzmachers3:smbd: remember the client unix capabilities on the...
2011-09-14 Jeremy AllisonFix bug #8453 - smbclient segfaults when dialect option...
2011-09-14 Stefan Metzmacherlibcli/auth: add some const to SMBNTencrypt_hash()...
2011-09-14 Stefan Metzmachers4:wrepl_server: return NT_STATUS_CONNECTION_DISCONNECTED
2011-09-14 Stefan Metzmachers4:libcli/wrepl: return NT_STATUS_CONNECTION_DISCONNECTED
2011-09-14 Stefan Metzmachers4:lib/messaging: let irpc handles return NT_STATUS_CON...
2011-09-14 Stefan Metzmachers4:librpc/rpc: return NT_STATUS_CONNECTION_DISCONNECTED
2011-09-14 Stefan Metzmachers3:winbindd: let wbint handles return NT_STATUS_CONNECT...
2011-09-14 Stefan Metzmachers3:rpc_server: let rpcint handles return NT_STATUS_CONN...
2011-09-14 Stefan Metzmachers3:rpc_client: return NT_STATUS_CONNECTION_DISCONNECTED
2011-09-14 Stefan Metzmachers3:libsmb: return NT_STATUS_CONNECTION_DISCONNECTED...
2011-09-14 Stefan Metzmachers3:torture/run_oplock4: don't set cli->use_level_II_oplocks
2011-09-14 Stefan Metzmachers3:smb2_server: SMB2_OP_GETINFO doesn't require at...
2011-09-14 Günther Deschners3-libnet: add missing newlines in debug statement.
2011-09-14 Stefan Metzmachers3:smbd: make use of better SMB signing negotiation
2011-09-14 Stefan Metzmachers3:libsmb: make use of new advanded SMB signing
2011-09-14 Stefan Metzmachers3:smb_signing: add support for easier negotiation...
2011-09-14 Stefan Metzmachers3:smbd: echo FLAGS2_SMB_SECURITY_SIGNATURES* and the...
2011-09-14 Rusty Russelltdb2: remove bogus leftover .orig file.
2011-09-14 Jeremy AllisonFix bug #8229 - git patch attached against 3.6.0-rc2...
2011-09-14 Rusty Russelltdb_compat: change offset of CLEAR_IF_FIRST lock.
2011-09-13 Rusty Russelltdb_compat: support tdb_reopen/tdb_reopen_all for TDB2
2011-09-13 Rusty Russellutil_tdb: return -1/0 from lock_with_timeout functions.
2011-09-13 Rusty Russelldbwrap_tdb: handle tdb2 return values properly.
2011-09-13 Rusty Russelltdb2: fix prototypes which return enum TDB_ERROR.
2011-09-13 Rusty Russelltdb2: fix return handling in pytdb wrapper.
2011-09-13 Rusty Russelltdb2: add error conversion functions.
2011-09-13 Rusty Russelltdb2: set tdb_error() on tdb_transaction_prepare_commit.
2011-09-13 Rusty Russelltdb2: make tests work in parallel.
2011-09-13 Rusty Russelltdb2: fix error handling for tdb1_transaction_commit.
2011-09-13 Rusty Russelltdb2: don't return -1 (ie. TDB_ERR_CORRUPT) on transact...
2011-09-13 Rusty Russelltdb2: enhance tdb1 porting document.
2011-09-13 Rusty Russelltdb2: delete old tdb1 tests.
2011-09-13 Rusty Russelltdb2: test: Speed up run-01-new_database.
2011-09-13 Rusty Russelltdb2: speed up testing.
2011-09-13 Rusty Russelltdb2: test: convert (non-invasive) run tests to api...
2011-09-13 Rusty Russelltdb2: test: fix run-57-die-during-transaction.c to...
2011-09-13 Rusty Russelltdb2: don't continue if tdb1_find fails.
2011-09-13 Rusty Russelltdb2: test: try (almost) all tests with TDB_VERSION1...
2011-09-13 Rusty Russelltdb2: log allocation failures in tdb1 backend.
2011-09-13 Rusty Russelltdb2: fix bogus error from tdb_unlockall() after fork...
next