vlendec/samba-autobuild/.git
2017-03-29 Andrew Bartlettauth: Add hooks for notification of authentication...
2017-03-29 Andrew Bartlettauth_log: Improve comment
2017-03-29 Andrew Bartlettauth_log: Prepared to allow logging JSON events to...
2017-03-29 Andrew Bartletts4-messaging: split up messaging into a smaller library...
2017-03-29 Gary Lockyerauth_log: Add JSON logging of Authorisation and Authent...
2017-03-29 Andrew Bartlettauth: Log the transport connection for the authorization
2017-03-29 Andrew Bartlettldap_server: Log access without a bind
2017-03-29 Andrew Bartlettauth_log: Split up auth/authz logging levels and handle...
2017-03-29 Andrew Bartletts3-rpc_server: Log authorization to DCE/RPC for anonymo...
2017-03-29 Andrew Bartletts4-rpc_server: Log authorization to DCE/RPC for anonymo...
2017-03-29 Andrew Bartlettldap_server: Log authorization for simple binds
2017-03-29 Andrew Bartletts4-auth: Log SMB authorization for bare NTLM (NTLMSSP...
2017-03-29 Andrew Bartletts3-auth: Log SMB authorization for bare NTLM (NTLMSSP...
2017-03-29 Andrew Bartlettauth_log: Also log the final type of authentication...
2017-03-29 Andrew Bartlettauth_log: Expand to include the type of password used...
2017-03-29 Andrew Bartlettdns: Provide local and remote socket address to GENSEC
2017-03-29 Andrew Bartlettauth: Add logging of service authorization
2017-03-29 Gary Lockyerrpc: Always supply both the remote and local address...
2017-03-29 Andrew Bartlettauth: Always supply both the remote and local address...
2017-03-29 Andrew Bartletts3-auth: Clarify the role and purpose of the auth_serve...
2017-03-29 Gary Lockyerauth: Generate a human readable Authentication log...
2017-03-29 Andrew Bartlettdebug: Add debug class for auth_audit
2017-03-29 Andrew Bartletts3-auth: Split out get_user_sid_info3_and_extra() from...
2017-03-29 Gary Lockyerlib/util: Add functions to escape log lines but not...
2017-03-29 Andrew Bartletts4-rpc_server: Correct comment about where the current...
2017-03-29 Andrew Bartlettwinbindd: Clarify that we do not pre-hash the password...
2017-03-29 Andrew Bartlettauth: Add "auth_description" to allow logs to distingui...
2017-03-29 Andrew Bartlettldap_server: Move code into authenticate_ldap_simple_bind()
2017-03-29 Andrew Bartlettauth: Add a reminder about the strings currently used...
2017-03-29 Andrew Bartletts4-ldap_server: Do not set conn->session_info to NULL...
2017-03-29 Andrew Bartletts4-ldap_server: Set remote and local address values...
2017-03-29 Andrew Bartletts4-ldap_server: Split gensec setup into a helper function
2017-03-29 Andrew Bartlettauth: Fill in user_info->service_description from all...
2017-03-29 Andrew Bartlettntlm_auth: Set ntlm_auth as the service_description...
2017-03-29 Andrew Bartletts3-auth: Pass service_description into gensec via auth_...
2017-03-29 Andrew Bartlettgensec: Pass service_description into auth_usersupplied...
2017-03-29 Andrew Bartlettgensec: Add gensec_{get,set}_target_service_description()
2017-03-29 Andrew Bartletts4-netlogon: Remember many more details in the auth_use...
2017-03-29 Andrew Bartletts4-smbd: Remember the original client and server IPs...
2017-03-29 Andrew Bartlettauth_log: Add tests by listening for JSON messages...
2017-03-29 Gary LockyerTestBase: move insta_creds from password_lockout.py
2017-03-29 Gary Lockyerpython net: add username, oldpassword and domain to...
2017-03-29 Gary Lockyerpysmb: Check for credentials using same method as pyrpc
2017-03-29 Andrew Bartlettpysmb: Extend py_smb_new to allow use_ntlmv2 and use_sp...
2017-03-28 Ralph Boehmes3/smbd: make copy chunk asynchronous
2017-03-28 Ralph Boehmevfs_default: move check for fsp->op validity
2017-03-28 Ralph Boehmes3/smbd: optimize copy-chunk by merging chunks if possible
2017-03-28 Ralph Boehmes3/smbd: implement a serializing async copy-chunk loop
2017-03-28 Ralph Boehmes3/smbd: move cc_copy into fsctl_srv_copychunk_state
2017-03-28 Ralph Boehmevfs_default: let copy_chunk_send use const from IDL
2017-03-28 Ralph Boehmes3/smbd: move copychunk ioctl limits to IDL
2017-03-28 Björn Baumbachtdb/tools: add documentation for the tdbbackup -n option
2017-03-28 Uri Simchonis3-libsmb: support rename and replace for SMB1
2017-03-28 Uri Simchonis3-libsmb: fail rename and replace inside cifs variant
2017-03-28 Uri Simchonis3-libsmb: cli_cifs_rename_send()
2017-03-28 Uri Simchonilibcli: introduce smbXcli_conn_support_passthrough()
2017-03-28 Uri Simchonimanpages: update smbclient manpage with rename -f option
2017-03-28 Uri Simchonismbclient: add -f option to rename command
2017-03-28 Uri Simchonis3: libsmb: add replace support to cli_rename()
2017-03-28 Uri Simchonis3: libsmb: add replace support to SMB2 rename
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Remove an unnecessary include
2017-03-28 Volker Lendeckelib: Remove unused winbind_get_groups and _get_sid_aliases
2017-03-28 Jeremy Allisons3: Test for CVE-2017-2619 regression with "follow...
2017-03-28 Jeremy Allisons3: smbd: Fix "follow symlink = no" regression part 2.
2017-03-28 Jeremy Allisons3: smbd: Fix "follow symlink = no" regression part 2.
2017-03-28 Jeremy Allisons3: Fixup test for CVE-2017-2619 regression with "follo...
2017-03-28 Andrew Bartlettpython: Provide Python bindings for messaging.idl
2017-03-28 Andrew Bartlettmessaging: Declare well known server name auth_events...
2017-03-28 Andrew Bartlettmessaging.idl: Register a message type for authenticati...
2017-03-28 Gary Lockyerpymessaging: add single element tupple form of the...
2017-03-28 Andrew Bartlettpymessaging: Add a hook to run the event loop, make...
2017-03-28 Volker Lendeckeserver_id_db: Protect against non-0-terminated data...
2017-03-28 Andrew Bartlettselftest: Test server_id database add and removal
2017-03-28 Andrew Bartlettpymessaging: Add irpc_remove_name
2017-03-28 Andrew Bartlettpymessaging: Add support for irpc_add_name
2017-03-28 Andrew Bartlettsamba-tool: Ensure that samba-tool processes --name...
2017-03-28 Andrew Bartlettselftest: Add more tests for "samba-tool processes"
2017-03-28 Jeremy Allisons3: Test for CVE-2017-2619 regression with "follow...
2017-03-28 Jeremy Allisons3: smbd: Fix incorrect logic exposed by fix for the...
2017-03-27 Garming Samsamba_dnsupdate: Add additional debugging
2017-03-27 Douglas Bagnallwhitespace: remove in rootdse
2017-03-27 Douglas Bagnallselftest/target/Samba.pm: Remove whitespace
2017-03-27 Douglas Bagnallgetncchanges: remove whitespace
2017-03-27 Garming Samwbinfo: Prevent client segfault with given EOF
2017-03-27 Garming Samselftest: Check that LDAP is available during RODC...
2017-03-27 Garming Samrepl_secret: Error condition should sound harmless
2017-03-27 Andrew Bartlettselftest: Add more RODC tests to avoid regressions...
2017-03-27 Garming Samrepl_secret: Prevent null deref on DEBUG
2017-03-27 Garming Samauth/sam: Remove lastLogonTimestamp from RODC success...
2017-03-27 Andrew Bartlettheimdal: Add initializer for stack pointers
2017-03-27 Andrew Bartlettauth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10...
2017-03-26 Uri Simchoniselftest: tests for vfs_fruite file-id behavior
2017-03-26 Uri Simchonitorture: add torture_assert_mem_not_equal_goto()
2017-03-26 Uri Simchonivfs_fruit: document added zero_file_id parameter
next