metze/samba/wip.git
2012-08-06 Christian Ambachs4:libcli/smb2/write correct error checking
2012-08-06 Christian AmbachsmbXcli: add some includes to fix compiler warnings
2012-08-06 Christian Ambachlib/socket_wrapper: writev returns ssize_t, not int
2012-08-06 Christian Ambachlib/param: move enum dns_update_settings to lib/param
2012-08-06 Stefan Metzmachers4:libcli/pyerrors: add PyErr_NTSTATUS_NOT_OK_RAISE()
2012-08-06 Stefan Metzmachers4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_W...
2012-08-06 Andrew BartlettRevert "ldb: Add parameter to avoid NULL format string...
2012-08-06 Andrew Bartlettbuild: Make -Werror=format check only run where NULL...
2012-08-06 Andrew BartlettRework recursive waf build to be a selftest-enabled...
2012-08-06 Andrew Bartlettbuild: Remove duplicate declaration of --enable-selftest
2012-08-06 Andrew Bartlettlib/param: Also enable vlp when --enable-selftest is...
2012-08-05 Stefan Metzmachers3:smbd: remove unused variable in sesssetup.c
2012-08-05 Stefan Metzmachers3:smb2_server: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_ioctl: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_lock: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_setinfo: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_getinfo: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_negprot: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_write: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_tcon: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_create: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_find: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_sesssetup: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_glue: make use of SMBD_SMB2_IN_HDR_PTR()
2012-08-05 Stefan Metzmachers3:smb2_read: make use of SMBD_SMB2_IN_BODY_PTR()
2012-08-05 Stefan Metzmachers3:smb2_notify: make use of SMBD_SMB2_IN_*_PTR()
2012-08-05 Stefan Metzmachers3:smb2_flush: make use of SMBD_SMB2_IN_BODY_PTR()
2012-08-05 Stefan Metzmachers3:smb2_close: make use of SMBD_SMB2_IN_BODY_PTR()
2012-08-05 Stefan Metzmachers3:smb2_break: make use of SMBD_SMB2_IN_BODY_PTR()
2012-08-05 Stefan Metzmachers3:smbd: add helper macros to access smb2req->{in,out...
2012-08-05 Stefan Metzmachers3:smb2_server: use 'i' instead of '1' as vector index...
2012-08-05 Stefan Metzmachers3:smb2_lock: remove unused in_smbpid
2012-08-05 Stefan Metzmachers3:smb2_write: remove unused in_smbpid
2012-08-05 Stefan Metzmachers3:smb2_read: remove unused in_smbpid
2012-08-04 Stefan Metzmachers4:domain join: setup RODC invocationId
2012-08-04 Andreas Schneiderdoc: Remove build/ from doxygen config or it will not...
2012-08-04 Stefan Metzmachers3:smbd: add support for SMB_EXTENDED_SIGNATURES in...
2012-08-04 Stefan Metzmachers3:smbd: setup the application session key with the...
2012-08-04 Stefan Metzmachers3:rpc_server/wkssvc: make usage of session_extract_ses...
2012-08-04 Stefan Metzmachers3:rpc_server/netlogon: make usage of session_extract_s...
2012-08-04 Stefan Metzmachers3:smbd: setup session->global->signing_/application_ke...
2012-08-04 Stefan Metzmachers3:smbd: setup session->global->signing_/application_ke...
2012-08-04 Stefan Metzmachers3:smbd: keep the "application session key" during...
2012-08-04 Stefan Metzmachers4:torture: add support for SMB_EXTENDED_SIGNATURES...
2012-08-04 Stefan Metzmachers4:libcli: add support for SMB_EXTENDED_SIGNATURES...
2012-08-04 Stefan Metzmachers3:libsmb: add EXTENDED_SIGNATURE support in cli_tcon_a...
2012-08-04 Stefan Metzmacherlibcli/smb: add smb1cli_session_protect_session_key()
2012-08-04 Stefan Metzmacherlibcli/smb: add smb_key_derivation() for TREE_CONNECT_A...
2012-08-04 Stefan Metzmacherlibcli/smb: pass hdr/len to smb_signing_check/sign_pdu...
2012-08-04 Stefan Metzmachers3:smbd: skip nbt header in srv_check_sign_mac()
2012-08-04 Stefan Metzmacherlibcli/smb: change smb_signing to skip the NBT_HEADER_S...
2012-08-04 Stefan Metzmacherauth/ntlmssp: avoid talloc_tos() in ntlmssp_client_init...
2012-08-03 Christian Ambachs3-ctdb: return proper exit code
2012-08-03 Christian Ambachs3-ctdb: adjust a loglevel
2012-08-03 Volker Lendeckes3-ctdb: Fix ctdb_serverids_exist for target nodes...
2012-08-03 Volker Lendeckes3-ctdb: Add debugs to ctdb_serverids_exist
2012-08-03 Gregor Becklib/dbwrap: rewrite lock order check to ease debugging
2012-08-03 Björn Baumbachdocs-xml: fix pid directory example
2012-08-03 Björn Baumbachdocs-xml: fix dfree cache time example
2012-08-03 Stefan Metzmachers4:dsdb:replicated_objects: do not move 'instanceType...
2012-08-03 Björn Baumbachs4: samba_spnupdate: fix "if we are DNS server" check
2012-08-03 Andrew Bartlettbuild: fix typo
2012-08-02 Andrew Bartletts3-pysmbd: Add hook for get_nt_acl()
2012-08-02 Andrew Bartletts3-pysmbd: fix DEBUG
2012-08-02 Andrew Bartletts3-pysmbd: Add my copyright
2012-08-02 Andrew Bartletts3-pysmbd: Add set_nt_acl() function based on parts...
2012-08-02 Andrew Bartletts3-pypassdb: Fix wrapper for pdb_domain_info to return...
2012-08-02 Stefan Metzmachers4:torture: send the TCONX_FLAG_EXTENDED_RESPONSE flag
2012-08-02 Stefan Metzmachers4:libcli: send the TCONX_FLAG_EXTENDED_RESPONSE flag
2012-08-02 Andrew Tridgellheimdal: fixed -Werror=format error in com_err
2012-08-01 Stefan Metzmachers3:smbd: add a optional_support helper variable to... samba-upstream/tags/ldb-1.1.9
2012-08-01 Stefan Metzmachers3:smbd: make use of TCONX_FLAG_DISCONNECT_TID define
2012-08-01 Stefan Metzmachers3:libsmb: add a optional_support helper variable
2012-08-01 Stefan Metzmachers3:libsmb: add a tcon_flags helper variable
2012-08-01 Stefan Metzmacherlibcli/smb: move some TCON related defines to smb_const...
2012-08-01 Stefan Metzmachers3:rpc_client: rename pipe_auth_data->user_session_key...
2012-08-01 Stefan Metzmachers3:libsmb: remove unused cli_state->user_session_key
2012-08-01 Stefan Metzmachers3:utils/net_rpc*: make use of cli_get_session_key()
2012-08-01 Stefan Metzmachers3:libnet_join: make use of cli_get_session_key() in...
2012-08-01 Stefan Metzmachers3:rpc_client: make use of smbXcli_session_application_...
2012-08-01 Stefan Metzmachers4:libcli/raw: remove unused smbcli_session->user_sessi...
2012-08-01 Stefan Metzmachers4:librpc/dcerpc_smb2: sync smb2_session_key() with...
2012-08-01 Stefan Metzmachers4:librpc/dcerpc_smb: make use of smbXcli_session_appli...
2012-08-01 Stefan Metzmacherlibcli/smb: remove unused smb2cli_session_application_key()
2012-08-01 Stefan Metzmachers4:librpc/dcerpc_smb2: make use of smbXcli_session_appl...
2012-08-01 Stefan Metzmacherlibcli/smb: add smbXcli_session_application_key()
2012-08-01 Stefan Metzmachers4:libcli/smb_composite: make use of smb1cli_session_se...
2012-08-01 Stefan Metzmachers4:libcli/smb_composite: always use set_user_session_ke...
2012-08-01 Stefan Metzmachers3:libsmb: make use of smb1cli_session_set_session_key()
2012-08-01 Stefan Metzmacherlibcli/smb: allow resetting of the smb1 application_key
2012-08-01 Stefan Metzmacherlibcli/smb: let smb1cli_session_set_id() reset the...
2012-08-01 Stefan Metzmacherlibcli/smb: add smb1cli_session_set_session_key()
2012-08-01 Michael Adams3:ctdbd_conn: use unitX_t types consistently throughou...
2012-08-01 Richard SharpeAdd two flags to allow for handling of Extended Signatu...
2012-08-01 Richard SharpeMake it possible to build under Solaris make as well...
2012-07-31 Andrew BartlettVERSION: Move on to beta6!
2012-07-31 Andrew BartlettVERSION: Mark as the beta5 release samba-upstream/tags/samba-4.0.0beta5
2012-07-31 Andrew BartlettWHATSNEW: prepare for 4.0 beta5
2012-07-31 Andrew Bartletts4-repl: Add tests for add replication conflicts and...
2012-07-31 Andrew Bartletts4-dsdb: Replace any existing lastKnownParent attribute...
next